about summary refs log tree commit diff
path: root/src/librustc_codegen_llvm/lib.rs
AgeCommit message (Expand)AuthorLines
2019-04-20Remove cg_llvm/back/link.rsbjorn3-4/+12
2019-04-20Move almost all of cg_llvm/back/link.rs to cg_ssabjorn3-4/+0
2019-04-17Rename modulesYuki OKUSHI-1/+1
2019-04-12Use measureme in self-profilerWesley Wiser-3/+2
2019-03-29Use ExactSizeIterator + TrustedLen instead of num_cases arg for switchbjorn3-0/+1
2019-03-27Use informational target machine for metadataSimonas Kazlauskas-3/+15
2019-03-16Rollup merge of #59152 - smmalis37:range_contains, r=SimonSapinkennytm-1/+0
2019-03-12Stabilize Range*::contains.Steven Malis-1/+0
2019-03-10Replace TimeLine with SelfProfilerWesley Wiser-14/+7
2019-03-10Make the rustc driver and interface demand drivenJohn Kåre Alsaker-2/+3
2019-03-04Make the lifetime parameters of tcx consistent.Gabriela Alexandra Moldovan-2/+2
2019-02-25librustc_codegen_llvm: deny(elided_lifetimes_in_paths)Mazdak Farrokhzad-6/+10
2019-02-20Allow Self::Module to be mutated.Gabriela Alexandra Moldovan-2/+2
2019-02-18librustc_codegen_llvm => 2018Taiki Endo-7/+3
2019-02-16Rollup merge of #58074 - scottmcm:stabilize-sort_by_cached_key, r=SimonSapinkennytm-1/+0
2019-02-12Stabilize slice_sort_by_cached_keyScott McMurray-1/+0
2019-02-12rustc: Implement incremental "fat" LTOAlex Crichton-5/+35
2019-02-07Remove images' url to make it work even without internet connectionGuillaume Gomez-3/+1
2019-01-26Auto merge of #55641 - nagisa:optimize-attr, r=pnkfelixbors-8/+9
2019-01-24Implement optimize(size) and optimize(speed)Simonas Kazlauskas-8/+9
2019-01-24Remove quote_*! macros and associated APIsMark Simulacrum-1/+0
2019-01-14rustc: Remove platform intrinsics crateAlex Crichton-1/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-04Serialize modules into ThinBuffer after initial optimizationNikita Popov-1/+7
2018-12-04Remove unnecessary parts of run_fat_lto signatureNikita Popov-3/+2
2018-12-04Separate out methods for running thin and fat LTONikita Popov-2/+10
2018-11-26libcore: Add va_list lang item and intrinsicsDan Robertson-0/+1
2018-11-16[eddyb] rustc_codegen_ssa: rename `interfaces` to `traits`.Eduard-Mihai Burtescu-1/+1
2018-11-16[eddyb] rustc_codegen_ssa: avoid a `Clone` bound on `TargetMachine`.Eduard-Mihai Burtescu-11/+0
2018-11-16[eddyb] rustc_codegen_llvm: remove unnecessary `'a` from `LlvmCodegenBackend`...Eduard-Mihai Burtescu-3/+3
2018-11-16Separating the back folder between backend-agnostic and LLVM-specific codeDenis Merigoux-69/+96
2018-11-16Added some docs + start to &mut self builder methodsDenis Merigoux-1/+1
2018-11-16Finished moving backend-agnostic code to rustc_codegen_ssaDenis Merigoux-13/+9
2018-11-16Great separation of librustc_codegen_llvm: librustc_codegen_ssa compilesDenis Merigoux-27/+7
2018-11-16Beginning of moving all backend-agnostic code to rustc_codegen_ssaDenis Merigoux-1/+2
2018-11-16Moved Backend interface into rustc_codegen_utilsDenis Merigoux-53/+1
2018-11-16Added compile codegen to backend traitDenis Merigoux-13/+6
2018-11-16Preparing the generalization of base:compile_coodegen_unitDenis Merigoux-3/+19
2018-11-16Generalized base:codegen_crateDenis Merigoux-6/+61
2018-11-16Removed phantomdata no longer necessaryDenis Merigoux-9/+6
2018-11-16Removing LLVM content from CommonMethods -> ConstMethodsDenis Merigoux-30/+0
2018-11-16Prefixed const methods with "const" instead of "c"Denis Merigoux-4/+4
2018-11-16Added definition of type traitDenis Merigoux-0/+1
2018-11-16Removed code duplication for CommonWriteMethodsDenis Merigoux-17/+3
2018-11-16CommonWriteMethods are not static any moreDenis Merigoux-6/+52
2018-11-16New files and folders for traitsDenis Merigoux-1/+1
2018-11-16Generalized base.rs#call_memcpy and everything that it usesDenis Merigoux-0/+2
2018-11-16Work around to fix issue https://github.com/rust-lang/rust/issues/53912Denis Merigoux-1/+4
2018-11-03Move collect_and_partition_mono_items to rustc_mirbjorn3-2/+2
2018-11-03Move cg_llvm::back::linker to cg_utilsbjorn3-25/+5