about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
AgeCommit message (Expand)AuthorLines
2021-10-22Update the minimum external LLVM to 12Josh Stone-24/+0
2021-10-22Update the minimum external LLVM to 11Josh Stone-14/+0
2021-10-07Rollup merge of #89025 - ricobbe:raw-dylib-link-ordinal, r=michaelwoeristerJubilee-4/+7
2021-10-05RustWrapper: adapt for LLVM API change of fatal_error_handler_tKrasimir Georgiev-0/+4
2021-09-20Implement #[link_ordinal] attribute in the context of #[link(kind = "raw-dyli...Richard Cobbe-4/+7
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-16Handle SrcMgr diagnosticsNikita Popov-3/+17
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-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-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-38/+0
2021-03-22cleanup: add some comments per review feedbackAugie Fackler-0/+3
2021-03-22Update the minimum external LLVM to 10Josh Stone-38/+0
2021-03-19fix: I meant LLVM version 13, not 12Augie Fackler-1/+1
2021-03-16llvm-wrapper: add alignment argument to CreateAtomicCmpXchgAugie Fackler-0/+6
2021-03-01Mark pure asm as willreturnNikita Popov-0/+2
2021-02-28Support LLVM 12 in rustcNikita Popov-4/+49
2021-02-07HWASan supportTri Vo-0/+2
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-2/+3
2020-11-23Upgrades the coverage map to Version 4Rich Kadel-1/+1
2020-11-12fully exploited the dropped support of LLVM 8DevJPM-16/+0
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-09-30Update LLVM and add Unsupported diagnosticHugues de Valon-0/+3
2020-09-09Move `rustllvm` into `rustc_llvm`Vadim Petrochenkov-0/+1721