about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper
AgeCommit message (Expand)AuthorLines
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
2021-02-28Support LLVM 12 in rustcNikita Popov-26/+146
2021-02-07HWASan supportTri Vo-0/+29
2021-02-02Add a new ABI to support cmse_nonsecure_callHugues de Valon-0/+8
2021-01-14Use probe-stack=inline-asm in LLVM 11+Erik Desjardins-0/+2
2021-01-13Remove the unused context from CreateDebugLocationJosh Stone-4/+2
2020-12-16llvm: update ffi bindings for split dwarfDavid Wood-6/+25
2020-11-25Improved version checkRich Kadel-3/+2
2020-11-24Check for LLVM 11+ when using `-Z instrument-coverage`Rich Kadel-0/+8
2020-11-23Upgrades the coverage map to Version 4Rich Kadel-17/+32
2020-11-12fully exploited the dropped support of LLVM 8DevJPM-46/+2
2020-11-03Rollup merge of #77950 - arlosi:sha256, r=eddybMara Bos-0/+5
2020-11-01Auto merge of #78531 - cuviper:unwrap-metadata, r=tmandrybors-1/+1
2020-10-29rustc_llvm: unwrap LLVMMetadataRef before castingJosh Stone-1/+1
2020-10-29Rollup merge of #78462 - danielframpton:fixnullisa, r=nagisaJonas Schievink-1/+1
2020-10-27Use unwrapDIPtr because the Scope may be passed as NoneDaniel Frampton-1/+1
2020-10-21rustc_codegen_llvm: avoid converting between DILocation and Value.Eduard-Mihai Burtescu-4/+4
2020-10-21rustc_codegen_llvm: move DISubprogram creation to a dbg_scope_fn method.Eduard-Mihai Burtescu-2/+3
2020-10-14Add support for SHA256 source file hashing for LLVM 11+.Arlo Siemsen-0/+5
2020-10-11Auto merge of #76859 - Aaron1011:fix/llvm-cgu-reuse, r=davidtwco,nikicbors-3/+36
2020-09-30Update LLVM and add Unsupported diagnosticHugues de Valon-0/+3
2020-09-17Use llvm::computeLTOCacheKey to determine post-ThinLTO CGU reuseAaron Hill-3/+36
2020-09-09Move `rustllvm` into `rustc_llvm`Vadim Petrochenkov-0/+3857