summary refs log tree commit diff
path: root/src/librustc_llvm
AgeCommit message (Expand)AuthorLines
2017-10-09Auto merge of #45041 - est31:master, r=alexcrichtonbors-5/+1
2017-10-07rustc: Implement ThinLTOAlex Crichton-0/+57
2017-10-05Remove nacl from librustc_llvmest31-5/+1
2017-09-30rustc: Enable LTO and multiple codegen unitsAlex Crichton-0/+7
2017-09-28Update to the `cc` crateAlex Crichton-3/+3
2017-09-17Remove rustc_bitflags; use the bitflags crateTamir Duberstein-24/+28
2017-09-05disable gcc warningsRalf Jung-0/+1
2017-09-02update gcc crateRalf Jung-1/+1
2017-08-25*: remove crate_{name,type} attributesTamir Duberstein-3/+0
2017-08-19rustc: Remove some dead codeVadim Petrochenkov-8/+6
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-6/+6
2017-08-05Auto merge of #43554 - eddyb:apfloat, r=nikomatsakisbors-1/+0
2017-08-02rustc_trans: do not pass floating-point values to LLVM through FFI.Eduard-Mihai Burtescu-1/+0
2017-08-02Rollup merge of #43389 - alexcrichton:thread-error, r=michaelwoeristerCorey Farwell-3/+3
2017-07-25Bump master to 1.21.0Alex Crichton-2/+0
2017-07-21rustllvm: split DebugLoc in UnpackOptimizationDiagnosticTim Neumann-10/+26
2017-07-21Thread through the original error when opening archivesAlex Crichton-3/+3
2017-07-06remove associated_consts feature gateSean McArthur-1/+2
2017-07-05rustc: Implement the #[global_allocator] attributeAlex Crichton-0/+1
2017-07-01Auto merge of #42971 - stepancheg:ir-demangle, r=nagisabors-1/+7
2017-07-01When writing LLVM IR output demangled fn name in commentsStepan Koltsov-1/+7
2017-06-30rustc_llvm: re-run build script when env var LLVM_CONFIG changesVenkata Giri Reddy-5/+1
2017-06-20Auto merge of #42571 - tlively:wasm-dev, r=alexcrichtonbors-1/+6
2017-06-19Bump version and stage0 compilerAlex Crichton-4/+0
2017-06-16Add target to use LLVM wasm backendThomas Lively-1/+6
2017-06-14Auto merge of #42433 - marco-c:profiling, r=alexcrichtonbors-0/+4
2017-06-04rustc_llvm: re-run build script if config.toml changesVenkata Giri Reddy-0/+5
2017-06-04Merge branch 'profiling' of github.com:whitequark/rust into profilingMarco Castelluccio-0/+4
2017-06-01Support VS 2017Brian Anderson-1/+1
2017-05-26Rollup merge of #42224 - brson:lockfile, r=nikomatsakisCorey Farwell-22/+0
2017-05-25Remove stray lockfileBrian Anderson-22/+0
2017-05-24add thiscall calling convention supportNathan Froyd-0/+1
2017-05-20Fix: "warning: redundant linker flag specified for library `ole32`"Segev Finer-4/+1
2017-05-11rustc: Remove #![unstable] annotationAlex Crichton-3/+4
2017-05-01Auto merge of #41560 - alevy:rwpi-ropi, r=eddybbors-4/+7
2017-05-01Add profiling support, through the rustc -Z profile flag.whitequark-0/+4
2017-04-28Added LLVMRustRelocModeAmit Aryeh Levy-7/+7
2017-04-26Add RWPI/ROPI relocation model supportAmit Aryeh Levy-0/+3
2017-04-25Avoid the hexagon backend on old versions of LLVMMichael Wu-28/+38
2017-04-25Add Hexagon supportMichael Wu-1/+7
2017-04-24Auto merge of #40123 - TimNN:llvm40, r=alexcrichtonbors-0/+5
2017-04-23FIN: windows-gnu: statically link gcc_s, pthread with llvmTim Neumann-0/+5
2017-04-12Expose LLVM appendModuleInlineAsmA.J. Gardner-0/+1
2017-04-08Specify type libraries for llvm-config --ldflagsSimonas Kazlauskas-0/+3
2017-03-30Make sure that -lole32 ends up *after* LLVM libs on the linker command line.Vadim Chugunov-7/+6
2017-03-27Fix various useless derefs and slicingsOliver Schneider-2/+2
2017-03-21link agains relocatable libstdc++Tim Neumann-2/+7
2017-03-21ci/netbsd: use the "official" cross compilerTim Neumann-0/+6
2017-03-04Add/remove `rerun-if-changed` when necessaryVadim Petrochenkov-3/+1
2017-03-02Add support for x86-interrupt calling conventionPhilipp Oppermann-0/+1