about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa
AgeCommit message (Expand)AuthorLines
2021-12-13Use the existing llvm-plugins option for both legacy and new pm registrationAxel Cohen-4/+2
2021-12-13Add a codegen option to allow loading LLVM pass pluginsAxel Cohen-0/+4
2021-12-13Auto merge of #91569 - erikdesjardins:vt-align, r=nikicbors-7/+11
2021-12-13Use `OutputFilenames` to generate output file for `-Zllvm-time-trace`Tomasz Miąsko-0/+1
2021-12-11Rollup merge of #91643 - Amanieu:r9x18, r=joshtriplettMatthias Krüger-0/+1
2021-12-10Rollup merge of #91625 - est31:remove_indexes, r=oli-obkMatthias Krüger-4/+4
2021-12-10asm: Allow using r9 (ARM) and x18 (AArch64) if they are not reserved byAmanieu d'Antras-0/+1
2021-12-09Rollup merge of #90796 - Amanieu:remove_reg_thumb, r=joshtriplettMatthias Krüger-0/+1
2021-12-09Remove redundant [..]sest31-4/+4
2021-12-08Auto merge of #91604 - nikic:section-flags, r=nagisabors-182/+244
2021-12-07Remove the reg_thumb register class for asm! on ARMAmanieu d'Antras-0/+1
2021-12-07Use object crate for .rustc metadata generationNikita Popov-182/+244
2021-12-06Provide .dwo paths to llvm-dwp explicitlyAndy Wang-5/+14
2021-12-05Attach range metadata to alignment loads from vtablesErik Desjardins-7/+11
2021-12-03LLVM codgen support for unwinding inline assemblycynecx-10/+57
2021-12-03Add initial AST and MIR support for unwinding from inline assemblyAmanieu d'Antras-0/+2
2021-12-01Rollup merge of #91207 - richkadel:rk-bump-coverage-version, r=tmandryMatthias Krüger-4/+4
2021-11-27Use iterator instead of recursion in `codegen_place`SparrowLii-76/+67
2021-11-23Feat: make cg_ssa get_param borrow the builder mutablerdambrosio-1/+1
2021-11-23Update CoverageMappingFormat Support to Version6Arpad Borsos-4/+4
2021-11-17Rollup merge of #90900 - andjo403:removeLlvm12Check, r=nikicMatthias Krüger-15/+0
2021-11-16Rollup merge of #90058 - joshtriplett:stabilize-strip, r=wesleywiserYuki Okushi-2/+12
2021-11-15Auto merge of #90717 - kit-981:fix-ld64-flags, r=petrochenkovbors-42/+50
2021-11-15Stabilize -Z strip as -C stripJosh Triplett-2/+12
2021-11-14Remove workaround for the forward progress handling in LLVMAndreas Jonson-15/+0
2021-11-14Only use the -dynamiclib flag when the linker is not ldkit-1/+4
2021-11-14Refactor linker argument generationkit-30/+18
2021-11-14Add a helper method for linker argumentskit-11/+28
2021-11-09Rollup merge of #90701 - michaelwoerister:more-artifact-sizes, r=davidtwcoMatthias Krüger-0/+13
2021-11-09Rollup merge of #90688 - SparrowLii:dotprod, r=AmanieuYuki Okushi-0/+1
2021-11-09Auto merge of #87337 - jyn514:lint-error, r=oli-obk,flip1995bors-1/+1
2021-11-08Record more artifact sizes during self-profiling.Michael Woerister-0/+13
2021-11-08enable `dotprod` target feature in armSparrowLii-0/+1
2021-11-08Don't abort compilation after giving a lint errorJoshua Nelson-1/+1
2021-11-07more clippy fixesMatthias Krüger-2/+2
2021-11-06Rollup merge of #90642 - matthiaskrgr:clippy_matches, r=cjgillotMatthias Krüger-4/+1
2021-11-06use matches!() macro in more placesMatthias Krüger-4/+1
2021-11-06Auto merge of #90641 - matthiaskrgr:mut, r=cjgillotbors-1/+1
2021-11-06pointee_info_at() does not need mutable accessMatthias Krüger-1/+1
2021-11-05Initialize LLVM time trace profiler on each code generation threadTomasz Miąsko-51/+73
2021-11-05Auto merge of #90577 - matthiaskrgr:clippy_perf_nov, r=petrochenkovbors-2/+2
2021-11-04clippy::perf fixesMatthias Krüger-2/+2
2021-11-03Update aarch64 `target_feature` list for LLVM 12.Adam Gemmell-8/+17
2021-10-28Revert "Add rustc lint, warning when iterating over hashmaps"Mark Rousskov-1/+0
2021-10-27Auto merge of #89652 - rcvalle:rust-cfi, r=nagisabors-3/+47
2021-10-27Auto merge of #89937 - JohnTitor:fix-89875, r=Amanieubors-1/+4
2021-10-26Properly check `target_features` not to trigger an assertionYuki Okushi-1/+4
2021-10-26Auto merge of #85830 - bjorn3:separate_provide_extern, r=cjgillotbors-6/+6
2021-10-25Add LLVM CFI support to the Rust compilerRamon de C Valle-3/+47
2021-10-25Avoid a branch on key being local for queries that use the same local and ext...bjorn3-6/+6