about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper
AgeCommit message (Expand)AuthorLines
2021-10-07Rollup merge of #89025 - ricobbe:raw-dylib-link-ordinal, r=michaelwoeristerJubilee-4/+7
2021-10-07Rollup merge of #87918 - mikebenfield:pr-afdo, r=nikicJubilee-9/+21
2021-10-06Enable AutoFDO.Michael Benfield-9/+21
2021-10-05RustWrapper: adapt for LLVM API change of fatal_error_handler_tKrasimir Georgiev-0/+4
2021-09-27PassWrapper: handle function rename from upstream D36850Augie Fackler-0/+4
2021-09-25Use correct pipeline for LTO at O0Nikita Popov-1/+4
2021-09-22Rollup merge of #89041 - sticnarf:sticnarf/fat-lto-dwarf, r=nagisathe8472-2/+2
2021-09-20Implement #[link_ordinal] attribute in the context of #[link(kind = "raw-dyli...Richard Cobbe-4/+7
2021-09-17Work around invalid DWARF bugs for fat LTOYilin Chen-2/+2
2021-09-17compiler/rustc_llvm: Enable M68k LLVM targetJohn Paul Adrian Glaubitz-0/+7
2021-09-16PassWrapper: these two lines shouldn't have been ifdef'dAugie Fackler-2/+2
2021-09-16PassWrapper: handle separate Module*SanitizerPassAugie Fackler-0/+8
2021-09-08RustWrapper: remove some uses of AttrBuilderAugie Fackler-19/+6
2021-09-07RustWrapper: just use the *AtIndex funcs directlyAugie Fackler-36/+3
2021-09-07RustWrapper: avoid deleted unclear attribute methodsAugie Fackler-18/+70
2021-08-26RustWrapper: adapt to LLVM change 0f45c16f2caaAugie Fackler-14/+9
2021-08-22Rollup merge of #88164 - durin42:llvm-14-san-opts, r=nikicGuillaume Gomez-0/+15
2021-08-19PassWrapper: adapt for LLVM 14 changesAugie Fackler-0/+15
2021-08-16Handle SrcMgr diagnosticsNikita Popov-3/+17
2021-08-08Auto merge of #87798 - durin42:llvm-14, r=nikicbors-27/+31
2021-08-06PassWrapper: handle move of OptimizationLevel class out of PassBuilderAugie Fackler-27/+31
2021-08-05Prepare call/invoke for opaque pointersJosh Stone-7/+7
2021-08-04Replace LLVMConstInBoundsGEP with LLVMConstInBoundsGEP2*Tomasz Miąsko-0/+10
2021-07-09Pass type when creating atomic loadNikita Popov-4/+3
2021-06-04Add first cut of functionality for #58713: support for #[link(kind = "raw-dyl...Richard Cobbe-0/+52
2021-06-04rustc: Store metadata-in-rlibs in object filesAlex Crichton-35/+0
2021-05-21Auto merge of #85416 - durin42:llvm-catchup-may-2021, r=nagisabors-1/+12
2021-05-17PassWrapper: update for LLVM change D102093Augie Fackler-1/+12
2021-05-08Support -C passes in NewPMNikita Popov-2/+12
2021-05-08Explicitly register GCOV profiling pass as wellNikita Popov-1/+11
2021-05-08Explicitly register instrprof passNikita Popov-1/+11
2021-04-29Replace llvm::sys::fs::F_None with llvm::sys::fs::OF_NoneFangrui Song-3/+3
2021-04-22RustWrapper: work around unification of diagnostic handlersAugie Fackler-1/+11
2021-04-17Don't set `fast`(-math) for certain simd opsSimonas Kazlauskas-2/+4
2021-04-09Categorize and explain target features supportMatt Ickstadt-18/+15
2021-04-03Manually set dso_local when its valid to do soSimonas Kazlauskas-0/+4
2021-03-25Auto merge of #83387 - cuviper:min-llvm-10, r=nagisabors-83/+0
2021-03-24LLVMWrapper: attractive nuisance macrosAugie Fackler-7/+0
2021-03-22cleanup: add some comments per review feedbackAugie Fackler-0/+6
2021-03-22Update the minimum external LLVM to 10Josh Stone-83/+0
2021-03-19fix: I meant LLVM version 13, not 12Augie Fackler-3/+3
2021-03-16llvm-wrapper: pass std::string instead of StringRefAugie Fackler-0/+7
2021-03-16llvm-wrapper: add alignment argument to CreateAtomicCmpXchgAugie Fackler-0/+6
2021-03-16llvm-wrapper: adapt to function signature change of thinLTOResolvePrevailingI...Augie Fackler-1/+6
2021-03-14Auto merge of #83044 - kubo39:set-llvm-code-model, r=nikicbors-0/+8
2021-03-12Add support for storing code model to LLVM module IRHiroki Noda-0/+8
2021-03-12Support merge_functions option in NewPM since LLVM >= 12Hiroki Noda-2/+6
2021-03-03Schedule ThinLTOBuffer passes again after sanitizer passesNikita Popov-1/+6
2021-03-01Mark pure asm as willreturnNikita Popov-0/+3
2021-03-01Don't directly expose coverage::CounterMappingRegion via FFINikita Popov-2/+22