about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper
AgeCommit message (Expand)AuthorLines
2022-04-15Add codegen for global_asm! sym operandsAmanieu d'Antras-0/+6
2022-04-10Respect -Z verify-llvm-ir and other flags that add extra passes when combined...Luqman Aden-0/+7
2022-03-10RustWrapper: add missing includeAugie Fackler-0/+1
2022-03-03Pass LLVM string attributes as string slicesTomasz Miąsko-6/+0
2022-03-02Auto merge of #94229 - erikdesjardins:rem2, r=nikicbors-26/+0
2022-02-28Remove LLVM attribute removalErik Desjardins-26/+0
2022-02-27Revert "Auto merge of #92419 - erikdesjardins:coldland, r=nagisa"Erik Desjardins-8/+0
2022-02-26AttrBuilder doesn't take a context in old LLVMErik Desjardins-4/+7
2022-02-26use attrbuilder to remove attrs in old LLVMErik Desjardins-4/+7
2022-02-26Add LLVM attributes in batches instead of individuallyErik Desjardins-105/+60
2022-02-18Rollup merge of #91675 - ivanloz:memtagsan, r=nagisaMatthias Krüger-0/+3
2022-02-16MemTagSanitizer SupportIvan Lozano-0/+3
2022-02-14llvm: migrate to new parameter-bearing uwtable attrAugie Fackler-0/+11
2022-02-05Apply noundef attribute to &T, &mut T, Box<T>, boolErik Desjardins-0/+3
2022-01-27Windows: Disable LLVM crash dialog boxes.Eric Huss-0/+4
2022-01-24Use error-on-mismatch policy for PAuth module flags.Jacob Bramley-3/+6
2022-01-14Remove LLVMRustMarkAllFunctionsNounwindAmanieu d'Antras-19/+0
2022-01-06Rollup merge of #92559 - durin42:llvm-14-attributemask, r=nikicMatthias Krüger-5/+3
2022-01-05RustWrapper: simplify removing attributesAugie Fackler-7/+3
2022-01-04RustWrapper: adapt to new AttributeMask APIAugie Fackler-2/+4
2022-01-03RustWrapper: adapt for an LLVM API changeKrasimir Georgiev-4/+4
2022-01-01Auto merge of #92419 - erikdesjardins:coldland, r=nagisabors-0/+8
2021-12-30keep noinline for system llvm < 14Erik Desjardins-0/+8
2021-12-13Use the existing llvm-plugins option for both legacy and new pm registrationAxel Cohen-4/+4
2021-12-13Add a codegen option to allow loading LLVM pass pluginsAxel Cohen-1/+17
2021-12-03LLVM codgen support for unwinding inline assemblycynecx-0/+8
2021-12-03Adjust llvm wrapper for unwinding support for inlineasmcynecx-2/+3
2021-12-01Rollup merge of #91207 - richkadel:rk-bump-coverage-version, r=tmandryMatthias Krüger-2/+7
2021-11-28Rollup merge of #90833 - tmiasko:optimization-remarks, r=nikicMatthias Krüger-0/+93
2021-11-23Update CoverageMappingFormat Support to Version6Arpad Borsos-2/+7
2021-11-22add rustc option for using LLVM stack smash protectionBenjamin A. Bjørnseth-0/+9
2021-11-19Make `LLVMRustGetOrInsertGlobal` always return a `GlobalVariable`Josh Stone-1/+11
2021-11-16Recognize machine optimization remarksTomasz Miąsko-0/+3
2021-11-16Emit LLVM optimization remarks when enabled with `-Cremark`Tomasz Miąsko-0/+90
2021-11-11PassWrapper: additional sanitizer update to match clangKrasimir Georgiev-1/+0
2021-11-09Didn't mean to invert this boolean.Augie Fackler-1/+1
2021-11-09rustc_llvm: update PassWrapper for recent LLVMAugie Fackler-6/+9
2021-11-05Initialize LLVM time trace profiler on each code generation threadTomasz Miąsko-0/+4
2021-10-25Rollup merge of #89581 - jblazquez:master, r=Mark-SimulacrumMatthias Krüger-0/+2
2021-10-22Update the minimum external LLVM to 12Josh Stone-98/+2
2021-10-22Update the minimum external LLVM to 11Josh Stone-114/+0
2021-10-18RustWrapper: adapt for an LLVM API changeKrasimir Georgiev-1/+5
2021-10-11Add -Z no-unique-section-names to reduce ELF header bloat.Javier Blazquez-0/+2
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