about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/Cargo.toml
AgeCommit message (Expand)AuthorLines
2023-12-03compiler: replace cstr macro with c str literals in compiler and few other c ...klensy-1/+0
2023-11-22Update itertools to 0.11.Nicholas Nethercote-1/+1
2023-10-30Clean up `rustc_*/Cargo.toml`.Nicholas Nethercote-9/+8
2023-10-22coverage: Build the global file table ahead of timeZalathar-0/+1
2023-08-14Upgrade Object and related depsdirreke-1/+1
2023-07-05Revert "use new c literals instead of cstr! macro"León Orell Valerian Liehr-0/+1
2023-05-31use new c literals instead of cstr! macroklensy-1/+0
2023-05-10Bump object and thorin-dwpJubilee Young-1/+1
2023-04-22drop unused deps, gate libc under unix for one crateklensy-1/+0
2023-04-18Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`Nilstrieb-0/+1
2023-02-25record llvm cgu instruction statscsmoe-0/+2
2023-02-06remove unused importsklensy-1/+0
2023-01-09Fix aarch64-unknown-linux-gnu_ilp32 targetAmanieu d'Antras-1/+4
2022-11-26Rewrite LLVM's archive writer in Rustbjorn3-1/+1
2022-10-06Auto merge of #99324 - reez12g:issue-99144, r=jyn514bors-1/+0
2022-10-04resolve error when attempting to link a universal library on macOSAlex Gaynor-0/+1
2022-09-29Remove from compiler/ cratesreez12g-1/+0
2022-09-18Remove support for LLVM's legacy pass managerJosh Stone-1/+0
2022-07-25Use object instead of LLVM for reading bitcode from rlibsbjorn3-0/+1
2022-07-23Add fine-grained LLVM CFI support to the Rust compilerRamon de C Valle-1/+1
2022-06-27Update `smallvec` to 1.8.1.Nicholas Nethercote-1/+1
2022-06-15Rollup merge of #98067 - klensy:compiler-deps2, r=Dylan-DPCYuki Okushi-1/+0
2022-06-14Add metadata generation for vtables when using VFEflip1995-0/+1
2022-06-13remove currently unused depsklensy-1/+0
2022-02-21debuginfo: Simplify TypeMap used during LLVM debuginfo generation.Michael Woerister-0/+1
2021-12-12Auto merge of #90716 - euclio:libloading, r=cjgillotbors-0/+1
2021-12-07Use object crate for .rustc metadata generationNikita Popov-1/+0
2021-12-06replace dynamic library module with libloadingAndy Russell-0/+1
2021-10-07Update to measureme v10Ryan Levick-1/+1
2021-10-07Add support for artifact size profilingRyan Levick-1/+1
2021-10-03Remove re-export.Camille GILLOT-0/+1
2021-09-20Migrate to 2021Mark Rousskov-1/+1
2021-09-13Use a separate interner type for UniqueTypeIdbjorn3-0/+1
2021-08-24Update rustc-demangle to 0.1.21.Eduard-Mihai Burtescu-1/+1
2021-07-29rfc3052: Remove authors field from Cargo manifestsJade-1/+0
2021-06-25rustc_codegen_llvm: Remove unused dependency rustc_incrementalJosh Triplett-1/+0
2021-06-25rustc_codegen_llvm: Remove unused dependency rustc_featureJosh Triplett-1/+0
2021-06-01Drop metadata_encoding_version.Camille GILLOT-0/+1
2021-06-01Revert "Reduce the amount of untracked state in TyCtxt"Camille Gillot-1/+0
2021-05-30Drop metadata_encoding_version.Camille GILLOT-0/+1
2021-02-27Rollup merge of #82537 - wesleywiser:update_measureme, r=oli-obkDylan DPC-1/+1
2021-02-27Rollup merge of #82057 - upsuper-forks:cstr, r=davidtwco,wesleywiserDylan DPC-0/+1
2021-02-25Update measureme dependency to the latest versionWesley Wiser-1/+1
2021-02-14bumped smallvec depsklensy-1/+1
2021-02-14Replace const_cstr with cstr crateXidorn Quan-0/+1
2020-10-24Upgrade to measureme 9.0.0Wesley Wiser-1/+1
2020-10-21Update to rustc-demangle 0.1.18varkor-1/+1
2020-10-21Update rustc-demanglevarkor-1/+1
2020-09-09Move `rustllvm` into `rustc_llvm`Vadim Petrochenkov-1/+1
2020-08-30mv compiler to compiler/mark-0/+34