about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
AgeCommit message (Expand)AuthorLines
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
2022-03-11Improve `AdtDef` interning.Nicholas Nethercote-10/+10
2022-03-10Rollup merge of #94728 - compiler-errors:box-allocator-zst-meta, r=michaelwoe...Dylan DPC-1/+3
2022-03-10Auto merge of #94764 - nikic:update-llvm-3, r=nagisabors-4/+5
2022-03-09Use new pass manager on s390x with LLVM 14Nikita Popov-4/+5
2022-03-08add `#[rustc_pass_by_value]` to more typeslcnr-4/+4
2022-03-07only emit pointer-like metadata for BZST-allocator BoxMichael Goulet-1/+3
2022-03-07Auto merge of #94690 - nnethercote:clarify-Layout-interning, r=fee1-deadbors-7/+7
2022-03-07Clarify `Layout` interning.Nicholas Nethercote-7/+7
2022-03-07Auto merge of #94638 - erikdesjardins:noextranull, r=nagisabors-30/+18
2022-03-06Auto merge of #94597 - nnethercote:ConstAllocation, r=fee1-deadbors-9/+13
2022-03-07Introduce `ConstAllocation`.Nicholas Nethercote-9/+13
2022-03-06Auto merge of #94679 - matthiaskrgr:rollup-9vd7w6a, r=matthiaskrgrbors-1/+1
2022-03-06cleanup: remove unused ability to have LLVM null-terminate const stringsErik Desjardins-30/+18
2022-03-06Improved error message for failed bitcode loadJoe-1/+1
2022-03-04Always include global target features in function attributesTomasz Miąsko-7/+6
2022-03-04Use SmallStr when building target-features LLVM attributeTomasz Miąsko-1/+2
2022-03-04Auto merge of #94539 - tmiasko:string-attributes, r=nikicbors-37/+47
2022-03-04Auto merge of #94159 - erikdesjardins:align-load, r=nikicbors-8/+31
2022-03-03Add -Z oom={panic,abort} command-line optionAmanieu d'Antras-1/+11
2022-03-03all: fix some typoscuishuang-5/+5
2022-03-03Rollup merge of #94529 - GuillaumeGomez:unused-doc-comments-blocks, r=estebankDylan DPC-2/+2
2022-03-03Pass LLVM string attributes as string slicesTomasz Miąsko-37/+47
2022-03-02Fix unused_doc_comments lint errorsGuillaume Gomez-2/+2
2022-03-02rename ErrorReported -> ErrorGuaranteedmark-3/+3
2022-03-02Auto merge of #94229 - erikdesjardins:rem2, r=nikicbors-61/+13
2022-03-02Auto merge of #87402 - nagisa:nagisa/request-feature-requests-for-features, r...bors-89/+158
2022-03-01Auto merge of #94402 - erikdesjardins:revert-coldland, r=nagisabors-22/+3
2022-02-28Add !align metadata on loads of &/&mut/BoxErik Desjardins-8/+31
2022-03-01Querify `global_backend_features`Simonas Kazlauskas-17/+31
2022-03-01Direct users towards using Rust feature names in CLISimonas Kazlauskas-75/+131