about summary refs log tree commit diff
path: root/src/librustc_codegen_llvm
AgeCommit message (Expand)AuthorLines
2020-01-11Auto merge of #67000 - spastorino:remove-promoted-from-place, r=oli-obkbors-2/+2
2020-01-11Rollup merge of #67889 - Zoxc:parallel-cgus, r=michaelwoeristerMazdak Farrokhzad-9/+7
2020-01-11Apply review feedbackAmanieu d'Antras-1/+5
2020-01-11Explain flag value of 8 for msvc_tryAmanieu d'Antras-1/+5
2020-01-11Fix a memory leak in SEH unwinding if a Rust panic is caught by C++ and disca...Amanieu d'Antras-5/+18
2020-01-11Rollup merge of #68059 - jethrogb:jb/target-llvm-args, r=alexcrichtonYuki Okushi-9/+6
2020-01-10Remove PlaceBase enum and make Place base field be local: LocalSantiago Pastorino-2/+2
2020-01-10Allow specifying LLVM args in target specificationsJethro Beekman-9/+6
2020-01-09Compile some CGUs in parallel at the start of codegenJohn Kåre Alsaker-9/+7
2020-01-10Rollup merge of #68040 - sinkuu:unused, r=petrochenkovYuki Okushi-1/+0
2020-01-09Change -Z time event naming scheme and make them generic activitiesJohn Kåre Alsaker-11/+27
2020-01-09Remove unused dependenciesShotaro Yamada-1/+0
2020-01-07Remove support for datalayout upgradeNikita Popov-16/+2
2020-01-07Auto-upgrade data layouts for X86 address spacesNikita Popov-0/+23
2020-01-06Auto merge of #67886 - Centril:rustc_hir_canon_imports, r=nagisabors-16/+18
2020-01-05Rename Instance.ty to Instance.monomorphic_tyAaron Hill-6/+6
2020-01-05Remove rustc_hir reexports in rustc::hir.Mazdak Farrokhzad-16/+18
2020-01-05Use self profile infrastructure for -Z time and -Z time-passesJohn Kåre Alsaker-116/+98
2020-01-04DefId{Map,Set} -> rustc::hir::def_idMazdak Farrokhzad-2/+1
2020-01-04canonicalize FxHash{Map,Set} importsMazdak Farrokhzad-3/+4
2020-01-04extract rustc::middle::codegen_fn_attrsMazdak Farrokhzad-17/+14
2020-01-02Normalize `syntax::symbol` imports.Mazdak Farrokhzad-8/+8
2020-01-02Normalize `syntax::source_map` imports.Mazdak Farrokhzad-1/+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-27/+27
2019-12-30Use function attribute "frame-pointer" instead of "no-frame-pointer-elim"Fangrui Song-6/+15
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-25tidy: change msdn links to newer locationsLzu Tao-1/+1
2019-12-24x.py fmt after previous deignoreMark Rousskov-1048/+1023
2019-12-22Format the worldMark Rousskov-3167/+3247
2019-12-22Rollup merge of #66877 - skinny121:const-eval-entry-points, r=oli-obkMazdak Farrokhzad-14/+5
2019-12-21Handle Attributes in arena.Camille GILLOT-2/+2
2019-12-22Add simpler entry points to const eval for common usages.Ben Lewis-14/+5
2019-12-21Rollup merge of #67393 - michaelwoerister:llvm-args-override, r=varkorMazdak Farrokhzad-15/+33
2019-12-21Rollup merge of #67355 - Centril:merge-mut, r=oli-obkMazdak Farrokhzad-2/+2
2019-12-201. ast::Mutability::{Mutable -> Mut, Immutable -> Not}.Mazdak Farrokhzad-2/+2
2019-12-20Auto merge of #67020 - pnkfelix:issue-59535-accumulate-past-lto-imports, r=mwbors-10/+114
2019-12-20Rollup merge of #67363 - alexcrichton:wasm-import-modules, r=eddybMazdak Farrokhzad-0/+11
2019-12-20Remove rarely used -Zdisable_instrumentation_preinliner flag.Michael Woerister-3/+1
2019-12-20Allow -Cllvm-args to override rustc's default LLVM args.Michael Woerister-13/+33
2019-12-20save LTO import information and check it when trying to reuse build products.Felix S. Klock II-10/+114
2019-12-16Fix handling of wasm import modules and namesAlex Crichton-0/+11
2019-12-12Fix weird implicit dependency between rustllvm and rustc_codegen_llvmAaron Hill-17/+2
2019-12-11Remove unused importAaron Hill-1/+0
2019-12-11Remove `extern crate` declarationsAaron Hill-20/+0
2019-12-11Fix fallout from rebaseAaron Hill-6/+2
2019-12-11rustc: Link LLVM directly into rustc againAlex Crichton-13/+62
2019-12-06Rollup merge of #66841 - SimonSapin:float_round_unchecked_to, r=rkruppeMazdak Farrokhzad-1/+28