about summary refs log tree commit diff
path: root/src/librustc_codegen_llvm/Cargo.toml
AgeCommit message (Expand)AuthorLines
2020-03-30rustc -> rustc_middle part 1Mazdak Farrokhzad-1/+1
2020-03-19Refactorings to begin getting rid of rustc_codegen_utilsMark Mansi-1/+0
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-1/+1
2020-02-29Make it build againVadim Petrochenkov-1/+1
2020-02-13add selfprofiling for new llvm passmanagerAndreas Jonson-0/+1
2020-02-01Move builtin attribute logic to new rustc_attr crate.Mazdak Farrokhzad-0/+1
2020-01-23Add `-Z no-link` flagVictor Ding-0/+1
2020-01-09Remove unused dependenciesShotaro Yamada-1/+0
2020-01-05Remove rustc_hir reexports in rustc::hir.Mazdak Farrokhzad-0/+1
2020-01-01Auto merge of #67729 - mati865:deps, r=nikomatsakisbors-1/+1
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-1/+1
2019-12-30Rename `libsyntax_ext` and `libsyntax_expand` in codeVadim Petrochenkov-1/+1
2019-12-30Make things build againVadim Petrochenkov-2/+2
2019-12-30Bump smallvecMateusz Mikuła-1/+1
2019-12-11Fix fallout from rebaseAaron Hill-0/+2
2019-12-11rustc: Link LLVM directly into rustc againAlex Crichton-1/+19
2019-10-21Remove `src/llvm-emscripten` submoduleAlex Crichton-6/+0
2019-09-05Remove codegen dependenciesMark Rousskov-4/+0
2019-07-31Deduplicate rustc_demangle in librustc_codegen_llvmAlex Crichton-1/+0
2019-07-07Remove some dummy dependenciesJohn Kåre Alsaker-0/+1
2019-05-31Update rustc-demangle version.Eduard-Mihai Burtescu-1/+1
2019-02-18librustc_codegen_llvm => 2018Taiki Endo-1/+2
2018-11-22Add rustc_codegen_ssa to sysrootbjorn3-1/+0
2018-11-16Beginning of moving all backend-agnostic code to rustc_codegen_ssaDenis Merigoux-0/+1
2018-08-31Support local ThinLTO with incremental compilation.Michael Woerister-0/+1
2018-08-06Building librustc_codegen_llvm in a separate directoryMark Rousskov-27/+0
2018-06-20Replace tempdir by tempfile in librustc_transBastien Orivel-1/+1
2018-05-17Rename trans to codegen everywhere.Irina Popa-0/+49