about summary refs log tree commit diff
path: root/src/librustc_codegen_ssa/base.rs
AgeCommit message (Expand)AuthorLines
2019-04-24Don't generate unnecessary rmeta files.Nicholas Nethercote-9/+19
2019-04-12Use measureme in self-profilerWesley Wiser-7/+4
2019-03-29Move get_param and set_value_namebjorn3-2/+2
2019-03-10Replace TimeLine with SelfProfilerWesley Wiser-21/+6
2019-02-26rustc: Update LLVM, remove dead wasm codeAlex Crichton-23/+1
2019-02-25librustc_codegen_ssa: deny(elided_lifetimes_in_paths)Mazdak Farrokhzad-5/+5
2019-02-20Allow Self::Module to be mutated.Gabriela Alexandra Moldovan-4/+4
2019-02-12Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnikbors-8/+8
2019-02-10rustc: doc commentsAlexander Regueiro-8/+8
2019-02-09librustc_codegen_ssa => 2018Taiki Endo-12/+12
2019-01-24Implement optimize(size) and optimize(speed)Simonas Kazlauskas-2/+35
2019-01-15Querify entry_fnIgor Matuszewski-5/+3
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2018-12-06Use a function to access the Hir map to be able to turn it into a query laterJohn Kåre Alsaker-1/+1
2018-11-29Rename StaticMethods::static_ptrcast to ConstMethods::const_ptrcastbjorn3-1/+1
2018-11-29Don't use llvm intrinsic names in cg_ssabjorn3-8/+0
2018-11-16[eddyb] rustc_codegen_ssa: rename `interfaces` to `traits`.Eduard-Mihai Burtescu-1/+1
2018-11-16Separating the back folder between backend-agnostic and LLVM-specific codeDenis Merigoux-20/+24
2018-11-16All Builder methods now take &mut self instead of &selfDenis Merigoux-30/+22
2018-11-16Added some docs + start to &mut self builder methodsDenis Merigoux-7/+7
2018-11-16Finished moving backend-agnostic code to rustc_codegen_ssaDenis Merigoux-1/+1
2018-11-16Great separation of librustc_codegen_llvm: librustc_codegen_ssa compilesDenis Merigoux-0/+989