about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
AgeCommit message (Expand)AuthorLines
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
2022-03-30Spellchecking some commentsYuri Astrakhan-2/+2
2022-03-28Auto merge of #95300 - workingjubilee:less-bitsets, r=eddybbors-12/+14
2022-03-25Skip needless bitset for debuginfoJubilee Young-12/+14
2022-03-24debuginfo: Fix debuginfo for Box<T> where T is unsized.Michael Woerister-1/+18
2022-03-23Rollup merge of #91608 - workingjubilee:fold-neon-fp, r=nagisa,AmanieuDylan DPC-4/+6
2022-03-22Filter for all features instead of anyJubilee Young-3/+6
2022-03-22Fold aarch64 feature +fp into +neonJubilee Young-1/+0
2022-03-18Auto merge of #88098 - Amanieu:oom_panic, r=nagisabors-1/+11
2022-03-15Auto merge of #94261 - michaelwoerister:debuginfo-types-refactor, r=wesleywiserbors-1793/+2243
2022-03-14debuginfo: Refactor debuginfo generation for types -- Rename DebugInfoMethods...Michael Woerister-1/+1
2022-03-14debuginfo: Refactor debuginfo generation for types -- Address review comments.Michael Woerister-18/+22
2022-03-14Rollup merge of #90621 - adamgemmell:dev/stabilise-target-feature, r=AmanieuMatthias Krüger-3/+14
2022-03-14debuginfo: Refactor debuginfo generation for types -- Address outstanding FIX...Michael Woerister-20/+19
2022-03-14debuginfo: Refactor debuginfo generation for types -- Run x.py fmtMichael Woerister-4/+6
2022-03-14Remove out-dated information from rustc_codegen_llvm/src/debuginfo/doc.mdMichael Woerister-54/+5
2022-03-14debuginfo: Refactor debuginfo generation for typesMichael Woerister-1732/+2226
2022-03-14Tie `fp` and `neon`Adam Gemmell-3/+14
2022-03-12Auto merge of #94733 - nnethercote:fix-AdtDef-interning, r=fee1-deadbors-10/+10