about summary refs log tree commit diff
path: root/src/librustc_codegen_llvm
AgeCommit message (Expand)AuthorLines
2018-08-09rustc_codegen_llvm: Restore the closure env alloca hack for LLVM 5.Josh Stone-2/+24
2018-08-09address review commentsJorge Aparicio-60/+43
2018-08-09try to infer linker flavor from linker name and vice versaJorge Aparicio-34/+96
2018-08-09Export WASM table by defaultMarko Mijalkovic-0/+3
2018-08-09Auto merge of #53216 - kennytm:rollup, r=kennytmbors-0/+6
2018-08-10Rollup merge of #53179 - gnzlbg:patch-3, r=alexcrichtonkennytm-0/+6
2018-08-09Move Fingerprint to data structuresMark Rousskov-2/+3
2018-08-09Move path2cstr to rustc_fs_utilMark Rousskov-5/+4
2018-08-09Move rustc::util::fs into separate (new) crateMark Rousskov-2/+3
2018-08-09Auto merge of #53031 - michaelwoerister:cross-lto, r=alexcrichtonbors-14/+70
2018-08-08Address review comments for #53031 and fix some merge fallout.Michael Woerister-6/+6
2018-08-08Add wasm32 simd128 target featuregnzlbg-0/+6
2018-08-07rustc: Tweak visibility of some lang itemsAlex Crichton-5/+26
2018-08-07Annotate functions in LLVM with target-cpu, same as Clang does.Michael Woerister-0/+22
2018-08-07Set 'PrepareForThinLTO' whenever doing cross-language LTO.Michael Woerister-1/+2
2018-08-07Make sure upstream object files are added to staticlibs when compilingMichael Woerister-1/+5
2018-08-07Fix issue around dllimport and ThinLTO as LLD runs it.Michael Woerister-7/+36
2018-08-07Rollup merge of #53028 - Mark-Simulacrum:split-out-codegen, r=alexcrichtonkennytm-27/+0
2018-08-07Auto merge of #51007 - AstralSorcerer:master, r=nagisabors-14/+60
2018-08-06Building librustc_codegen_llvm in a separate directoryMark Rousskov-27/+0
2018-08-05Remove unnecessary feature attributes that sneaked invarkor-1/+0
2018-08-04Move share_generics getter onto options directlyMark Rousskov-2/+2
2018-08-04Simplify some handling of target_pointer_widthMark Rousskov-35/+6
2018-08-04Normalize DebugInfoLevel to standard styleMark Rousskov-23/+23
2018-08-04Normalize EntryFnType variants to standard styleMark Rousskov-3/+3
2018-08-04Normalize variants of Passes to standard styleMark Rousskov-4/+3
2018-08-04Normalize variants of CrateType to standard styleMark Rousskov-46/+46
2018-08-03Auto merge of #52712 - oli-obk:const_eval_cleanups, r=RalfJungbors-11/+17
2018-08-03Auto merge of #52887 - yurydelendik:disable-lld-symbols, r=alexcrichtonbors-0/+12
2018-08-02Basic profilingWesley Wiser-0/+6
2018-08-02Second field of ScalarPair can be undef in some casesOliver Schneider-7/+11
2018-08-01Rollup merge of #52799 - Mark-Simulacrum:attr-id-bitvecs, r=michaelwoeristerPietro Albini-10/+10
2018-08-01Reintroduce `Undef` and properly check constant value sizesOliver Schneider-4/+6
2018-08-01Split out growth functionality into BitVector typeMark Rousskov-10/+10
2018-08-01Make sure we prepare for thin LTO whenever we are emitting bitcodeColin Pronovost-0/+31
2018-07-31Make globals with private linkage unnamed. Fixes #50862.Colin Pronovost-14/+29
2018-07-31rustc: Handle linker diagnostic from LLVMAlex Crichton-8/+22
2018-07-30Disable debug sections when optimization flags is set for LLD.Yury Delendik-0/+12
2018-07-30rustc_codegen_llvm: fix ownership of DIBuilder.Irina Popa-34/+45
2018-07-30rustc_codegen_llvm: fix ownership of Builder.Irina Popa-96/+105
2018-07-30rustc_codegen_llvm: fix tidy errors.Irina Popa-24/+77
2018-07-30rustc_codegen_llvm: use safe references for ThinLTOData.Irina Popa-13/+12
2018-07-30rustc_codegen_llvm: use safe references for ThinLTOBuffer.Irina Popa-6/+6
2018-07-30rustc_codegen_llvm: use safe references for ModuleBuffer.Irina Popa-6/+6
2018-07-30rustc_codegen_llvm: use safe references for RustArchiveMember.Irina Popa-16/+16
2018-07-30rustc_codegen_llvm: use safe references for ArchiveChild.Irina Popa-38/+56
2018-07-30rustc_codegen_llvm: use safe references for ArchiveIterator.Irina Popa-9/+6
2018-07-30rustc_codegen_llvm: use safe references for Linker.Irina Popa-10/+9
2018-07-30rustc_codegen_llvm: use safe references for SectionIterator.Irina Popa-14/+13
2018-07-30rustc_codegen_llvm: use safe references for PassManager.Irina Popa-64/+65