about summary refs log tree commit diff
path: root/src/librustc_llvm
AgeCommit message (Expand)AuthorLines
2019-02-10Revert removed #![feature(nll)]Taiki Endo-0/+1
2019-02-07Remove images' url to make it work even without internet connectionGuillaume Gomez-3/+1
2019-02-07librustc_llvm => 2018Taiki Endo-4/+2
2019-01-26Workaround presence of LLVM library in stage0/libMark Rousskov-0/+2
2019-01-25librustc_llvm: default to libc++ for darwinJosh Stone-0/+2
2019-01-07Rollup merge of #57369 - petrhosek:llvm-libcxx, r=alexcrichtonPietro Albini-0/+3
2019-01-05Provide the option to use libc++ even on all platformsPetr Hosek-0/+3
2019-01-02bootstrap: Link LLVM as a dylib with ThinLTOAlex Crichton-0/+4
2018-12-25Remove licensesMark Rousskov-20/+0
2018-12-25Revert "Rollup merge of #56944 - alexcrichton:less-thin2, r=michaelwoerister"kennytm-4/+0
2018-12-17bootstrap: Link LLVM as a dylib with ThinLTOAlex Crichton-0/+4
2018-12-12Bump to 1.33.0Alex Crichton-2/+2
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2018-10-23Revert "rustc: Fix (again) simd vectors by-val in ABI"Alex Crichton-3/+1
2018-10-19rustc: Fix (again) simd vectors by-val in ABIAlex Crichton-1/+3
2018-09-27Bump to 1.31.0 and bootstrap from 1.30 betaJosh Stone-1/+1
2018-09-12Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakisbors-1/+0
2018-09-12Rollup merge of #52514 - DiamondLovesYou:amdgpu-fixes, r=eddybkennytm-1/+1
2018-09-11stabalize infer outlives requirements (RFC 2093).toidiu-1/+0
2018-08-24check that adding infer-outlives requirement to all crates worksNiko Matsakis-0/+1
2018-08-20Actually enable the amdgpu component if present.Richard Diamond-1/+1
2018-08-09[nll] librustc_llvm: enable feature(nll) for bootstrapmemoryruins-0/+1
2018-08-01[RISCV] Enable LLVM backend.David Craven-0/+10
2018-07-31rustc_llvm: fix linking on mingw.Irina Popa-0/+3
2018-07-30rustc_llvm: move to rustc_codegen_llvm::llvm.Irina Popa-2441/+3
2018-07-29Replace push loops with collect() and extend() where possibleljedrz-5/+1
2018-07-25Deny bare_trait_objects globallyTatsuyuki Ishi-1/+0
2018-07-18rustc: Remove a workaroudn in ThinLTO fixed upstreamAlex Crichton-1/+0
2018-07-16Revert "Provide a way of accessing the ThinLTO module import map in rustc."Michael Woerister-8/+0
2018-07-16Revert "Use callback-based interface to load ThinLTO import data into rustc."Michael Woerister-6/+5
2018-07-14Auto merge of #52032 - DiamondLovesYou:amdgpu-kernel-abi, r=alexcrichtonbors-0/+1
2018-07-13Add the `amdgpu-kernel` ABI.Richard Diamond-0/+1
2018-07-13Auto merge of #52266 - michaelwoerister:incr-thinlto-preliminaries, r=alexcri...bors-0/+9
2018-07-13Use callback-based interface to load ThinLTO import data into rustc.Michael Woerister-5/+6
2018-07-12Deny bare trait objects in the rest of rustljedrz-0/+1
2018-07-11Provide a way of accessing the ThinLTO module import map in rustc.Michael Woerister-0/+8
2018-06-14Initialize LLVM's AMDGPU target machine, if available.Richard Diamond-0/+6
2018-05-17Rename trans to codegen everywhere.Irina Popa-2/+2
2018-05-12Set PrepareForThinLTO flag when using ThinLTONikita Popov-0/+1
2018-04-19Add rerun-if-env-changed=RUST_CHECK to librustc_llvmvarkor-0/+1
2018-04-18Do not rebuild LLVM for x.py checkvarkor-0/+5
2018-04-08Move deny(warnings) into rustbuildMark Simulacrum-1/+0
2018-03-27Auto merge of #49249 - gnzlbg:simd_minmax, r=alexcrichtonbors-0/+3
2018-03-26Auto merge of #48346 - emilio:pgo, r=alexcrichtonbors-1/+10
2018-03-26implement minmax intrinsicsgnzlbg-0/+3
2018-03-25try to fix the build on older LLVM versions.Emilio Cobos Álvarez-0/+1
2018-03-25librustc_llvm: Show PGO diagnostics properly.Emilio Cobos Álvarez-0/+6
2018-03-25rustc_llvm: rustc_trans: Thread the PGO config down to the pass manager builder.Emilio Cobos Álvarez-1/+3
2018-03-23Introduce unsafe offset_from on pointersScott McMurray-0/+5
2018-03-15add compile fail testsgnzlbg-0/+2