about summary refs log tree commit diff
path: root/src/librustc_codegen_llvm
AgeCommit message (Expand)AuthorLines
2018-08-31Make codegen not be a query (since it's not a real query anyway).Michael Woerister-13/+22
2018-08-31Persist ThinLTO import data in incr. comp. session directory.Michael Woerister-4/+137
2018-08-31Provide a way of accessing the ThinLTO module import map in rustc.Michael Woerister-0/+9
2018-08-30Rollup merge of #53472 - eddyb:fx-pls, r=pnkfelixPietro Albini-4/+4
2018-08-29Auto merge of #53642 - alexcrichton:fix-target-cpu-native, r=arielb1bors-3/+25
2018-08-29Auto merge of #53671 - RalfJung:miri-refactor, r=oli-obkbors-4/+4
2018-08-28Fix warnings about the `native` target-cpuAlex Crichton-3/+25
2018-08-28Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc.Eduard-Mihai Burtescu-4/+4
2018-08-27Rename hir::map::NodeKind to hir::Nodevarkor-8/+8
2018-08-27Remove path prefixes from NodeKindvarkor-7/+8
2018-08-27Rename hir::map::Node to hir::map::NodeKindvarkor-6/+6
2018-08-27Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakisbors-0/+1
2018-08-27Miri Memory WorkRalf Jung-4/+4
2018-08-24Auto merge of #53225 - nikomatsakis:nll-type-annot, r=pnkfelixbors-1/+1
2018-08-24check that adding infer-outlives requirement to all crates worksNiko Matsakis-0/+1
2018-08-24support user-given types in adtsNiko Matsakis-1/+1
2018-08-23Fix an AMDGPU related load bit range metadata assertion.Richard Diamond-0/+8
2018-08-23AMDGPU ignores `noinline` when it slaps `alwaysinline` everywhere.Richard Diamond-5/+10
2018-08-23use String::new() instead of String::from(""), "".to_string(), "".to_owned() ...Matthias Krüger-2/+2
2018-08-22Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str}varkor-102/+102
2018-08-22Remove Ty prefix from Ty{Foreign|Param}varkor-6/+6
2018-08-22Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...varkor-107/+107
2018-08-22Rename ty::TyVariants to ty::TyKindvarkor-1/+1
2018-08-22miri/CTFE refactorRalf Jung-3/+4
2018-08-21Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkorkennytm-3/+3
2018-08-21Rollup merge of #53465 - bjorn3:remove_link_meta_struct, r=varkorkennytm-19/+14
2018-08-20Auto merge of #52101 - japaric:linker-flavor, r=alexcrichtonbors-36/+88
2018-08-19fix: preserve msvc linker fallback logicJorge Aparicio-1/+3
2018-08-19mv codemap() source_map()Donato Sciarra-4/+4
2018-08-19mv (mod) codemap source_mapDonato Sciarra-1/+1
2018-08-19mv FileMap SourceFileDonato Sciarra-1/+1
2018-08-19Fix typos found by codespell.Matthias Krüger-3/+3
2018-08-19Auto merge of #51131 - qnighy:unsized-locals, r=eddybbors-43/+222
2018-08-19fix: use detected MSVC's link.exeJorge Aparicio-2/+5
2018-08-19LinkerFlavor::Gcc defaults to cc, not gccJorge Aparicio-1/+1
2018-08-19Integrate OperandValue::UnsizedRef into OperandValue::Ref.Masaki Hara-43/+27
2018-08-19Integrate PassMode::UnsizedIndirect into PassMode::Indirect.Masaki Hara-24/+19
2018-08-19Implement simple codegen for unsized rvalues.Masaki Hara-20/+196
2018-08-19Add Builder::array_alloca.Masaki Hara-0/+24
2018-08-18Auto merge of #52592 - eddyb:or-default, r=Mark-Simulacrumbors-5/+4
2018-08-18Use the new Entry::or_default method where possible.Eduard-Mihai Burtescu-5/+4
2018-08-18fatal -> bugJorge Aparicio-1/+1
2018-08-18Auto merge of #53286 - nagisa:cast-assumes, r=eddybbors-1/+3
2018-08-18add lld_flavor info to target specJorge Aparicio-0/+2
2018-08-18Remove LinkMeta structbjorn3-19/+14
2018-08-18Auto merge of #53437 - alexcrichton:fix-target-features, r=michaelwoeristerbors-35/+44
2018-08-17Auto merge of #53356 - michaelwoerister:itlto, r=alexcrichtonbors-61/+31
2018-08-16Set more llvm function attributes for __rust_tryAlex Crichton-35/+44
2018-08-16wasm: Remove --strip-debug argument to LLDAlex Crichton-12/+0
2018-08-15Auto merge of #53237 - overdrivenpotato:wasm-export-table, r=alexcrichtonbors-0/+3