about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
AgeCommit message (Expand)AuthorLines
2022-05-25rustc_codegen_ssa: cleanup `AtomicOrdering`Tomasz Miąsko-2/+1
2022-05-20Remove `crate` visibility usage in compilerJacob Pratt-32/+31
2022-05-18Properly apply path prefix remapping paths emitted into debuginfo.Michael Woerister-69/+97
2022-05-16Add tmm_reg clobbersConnor Horman-3/+6
2022-05-13Add LLVM based mingw-w64 targetsMateusz Mikuła-2/+4
2022-05-12Auto merge of #95562 - lcnr:attr-no-encode, r=davidtwcobors-3/+2
2022-05-12Auto merge of #96150 - est31:unused_macro_rules, r=petrochenkovbors-0/+2
2022-05-10only_local: always check for misuselcnr-3/+2
2022-05-07Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errorsbors-13/+13
2022-05-05Allow unused rules in some places in the compiler, library and toolsest31-0/+2
2022-05-04Stabilize `bool::then_some`Josh Triplett-1/+0
2022-05-03Rollup merge of #96587 - bjorn3:refactor_backend_write, r=michaelwoeristerYuki Okushi-27/+21
2022-05-02fix most compiler/ doctestsElliot Roberts-13/+13
2022-05-02rustc: Panic by default in `DefIdTree::parent`Vadim Petrochenkov-1/+1
2022-04-30Merge new_metadata into codegen_allocatorbjorn3-7/+6
2022-04-30Remove config parameter of optimize_fat and avoid interior mutability for modulebjorn3-11/+7
2022-04-30Let LtoModuleCodegen::optimize take self by valuebjorn3-3/+3
2022-04-30Rename run_lto_pass_manager to optimize_fat and remove thin parameterbjorn3-9/+8
2022-04-28Rollup merge of #96432 - SparrowLii:dbg_scope, r=davidtwcoDylan DPC-19/+14
2022-04-26not need `Option` for `dbg_scope`SparrowLii-19/+14
2022-04-25Auto merge of #95604 - nbdd0121:used2, r=petrochenkovbors-3/+3
2022-04-25Rollup merge of #96215 - nikic:legacy-pm-removal, r=nagisaMatthias Krüger-24/+29
2022-04-24Ensure `#[used]` symbols are preserved in LTOGary Guo-1/+1
2022-04-22debuginfo: Emit ZST struct debuginfo for unit type when CPP-like debuginfo is...Michael Woerister-9/+16
2022-04-20Stub out more PassManagerBuilder functionsNikita Popov-22/+16
2022-04-20Stub out various legacy PM functions with LLVM 15Nikita Popov-2/+2
2022-04-20Drop support for -Znew-llvm-pass-manager=no with LLVM 15Nikita Popov-0/+11
2022-04-19Rollup merge of #95740 - Amanieu:kreg0, r=nagisaDylan DPC-3/+13
2022-04-19asm: Add a kreg0 register class on x86 which includes k0Amanieu d'Antras-3/+13
2022-04-18Add `SymbolExportInfo`Gary Guo-3/+3
2022-04-16Auto merge of #96117 - Dylan-DPC:rollup-5traczf, r=Dylan-DPCbors-1/+0
2022-04-16Rollup merge of #96023 - matthiaskrgr:clippyper1304, r=lcnrDylan DPC-1/+0
2022-04-16Auto merge of #95689 - lqd:self-profiler, r=wesleywiserbors-7/+9
2022-04-16Auto merge of #96108 - Dylan-DPC:rollup-t5f2fc9, r=Dylan-DPCbors-0/+21
2022-04-16Rollup merge of #95961 - RalfJung:gather-scatter, r=workingjubileeDylan DPC-0/+21
2022-04-15Add codegen for global_asm! sym operandsAmanieu d'Antras-11/+52
2022-04-13couple of clippy::perf fixesMatthias Krüger-1/+0
2022-04-13Auto merge of #95656 - cjgillot:no-id-hashing-mode, r=Aaron1011bors-6/+2
2022-04-12Remove NodeIdHashingMode.Camille GILLOT-6/+2
2022-04-12add simd_arith_offset intrinsicsRalf Jung-0/+21
2022-04-09Switch to the 'normal' basic block for writing asm outputs if needed.Luqman Aden-0/+5
2022-04-07port `codegen_module` activity to arg recorder APIRémy Rakic-4/+5
2022-04-07remove allocation from a self-profiling call in the LLVM backendRémy Rakic-1/+3
2022-04-07simplify a self-profiling activity call in the LLVM backendRémy Rakic-2/+1
2022-04-05Use WrappingRange::full instead of hand-rolling itOli Scherer-1/+1
2022-04-05Mark scalar layout unions so that backends that do not support partially init...Oli Scherer-56/+64
2022-04-03Replace every `String` in Target(Options) with `Cow<'static, str>`Loïc BRANSTETT-9/+11
2022-04-02make memcmp return a value of c_int_width instead of i32David Morrison-2/+12
2022-03-30Rollup merge of #95461 - nyurik:spelling, r=lcnrDylan DPC-2/+2
2022-03-30Spellchecking compiler codeYuri Astrakhan-1/+1