summary refs log tree commit diff
path: root/src/librustc_codegen_ssa/back/write.rs
AgeCommit message (Expand)AuthorLines
2019-02-25librustc_codegen_ssa: deny(elided_lifetimes_in_paths)Mazdak Farrokhzad-9/+9
2019-02-14Rollup merge of #58378 - alexcrichton:incremental-lto, r=michaelwoeristerMazdak Farrokhzad-17/+58
2019-02-13Rollup merge of #58057 - michaelwoerister:stabilize-xlto, r=alexcrichtonMazdak Farrokhzad-5/+5
2019-02-12Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnikbors-2/+2
2019-02-12Stabilize linker-plugin based LTO.Michael Woerister-5/+5
2019-02-12rustc: Implement incremental "fat" LTOAlex Crichton-17/+58
2019-02-10rustc: doc commentsAlexander Regueiro-2/+2
2019-02-09librustc_codegen_ssa => 2018Taiki Endo-4/+3
2019-01-24Implement optimize(size) and optimize(speed)Simonas Kazlauskas-1/+2
2019-01-05Add a target option "merge-functions" taking values in ("disabled",Peter Jin-2/+19
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-07Auto merge of #56502 - Zoxc:hir-func, r=eddybbors-2/+2
2018-12-06Use a function to access the Hir map to be able to turn it into a query laterJohn Kåre Alsaker-2/+2
2018-12-04Serialize modules into ThinBuffer after initial optimizationNikita Popov-15/+19
2018-12-04Remove unnecessary parts of run_fat_lto signatureNikita Popov-2/+4
2018-12-04Separate out methods for running thin and fat LTONikita Popov-2/+2
2018-12-04Separate codepaths for fat and thin LTO in write.rsNikita Popov-27/+56
2018-12-04Refactor LTO type determinationNikita Popov-35/+41
2018-12-04Extract free_worker closureNikita Popov-23/+18
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-3/+13
2018-11-16Separating the back folder between backend-agnostic and LLVM-specific codeDenis Merigoux-0/+1843