about summary refs log tree commit diff
path: root/src/librustc_codegen_ssa/traits
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-1049/+0
2020-08-18Moved coverage counter injection from BasicBlock to Statement.Rich Kadel-23/+11
2020-08-17rust_ast::ast => rustc_astUjjwal Sharma-1/+1
2020-08-14LLVM IR coverage encoding aligns closer to Clang'sRich Kadel-0/+2
2020-08-05Auto merge of #75037 - richkadel:llvm-coverage-map-gen-5.2, r=wesleywiserbors-11/+4
2020-08-04Completes support for coverage in external cratesRich Kadel-11/+4
2020-08-03Auto merge of #74695 - alexcrichton:more-wasm-float-cast-fixes, r=nagisabors-0/+1
2020-07-28rustc: Improving safe wasm float->int castsAlex Crichton-0/+1
2020-07-25Fixed coverage map issues; better aligned with LLVM APIsRich Kadel-2/+2
2020-07-22[AVR] Correctly set the pointer address space when constructing pointers to f...Dylan McKay-2/+7
2020-07-17Generating the coverage mapRich Kadel-0/+13
2020-07-15Add and use more static symbols.Nicholas Nethercote-2/+2
2020-07-05Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>.Eduard-Mihai Burtescu-2/+2
2020-07-02Rollup merge of #73724 - CryZe:wasm-saturating-casts, r=alexcrichtonManish Goregaokar-0/+2
2020-07-02Use WASM's saturating casts if they are availableChristopher Serr-0/+2
2020-06-29add spans to injected coverage countersRich Kadel-0/+52
2020-06-21Make is_freeze and is_copy_modulo_regions take TyCtxtAtRalf Jung-1/+1
2020-06-15[WIP] injects llvm intrinsic instrprof.increment for coverage reportsRich Kadel-0/+9
2020-05-29Improve inline asm error diagnosticsAmanieu d'Antras-1/+1
2020-05-18Move InlineAsmTemplatePiece and InlineAsmOptions to librustc_astAmanieu d'Antras-1/+2
2020-05-18Implement asm! codegenAmanieu d'Antras-1/+42
2020-05-08Remove ast::{Ident, Name} reexports.Camille GILLOT-3/+2
2020-05-02fix rustdoc warningsTshepang Lekhonkhobe-1/+1
2020-04-26codegen_llvm: Simplify logic for relaxing PIC into PIEVadim Petrochenkov-4/+0
2020-04-05Remove Arcs in queries.Camille GILLOT-2/+1
2020-04-02use direct import for ErrorReportedMazdak Farrokhzad-1/+1
2020-04-02nix rustc_target::abi::* reexport in ty::layoutMazdak Farrokhzad-18/+16
2020-03-30rustc -> rustc_middle part 3 (rustfmt)Mazdak Farrokhzad-6/+6
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-26/+26
2020-03-27Rename TyLayout to TyAndLayout.Ana-Maria Mihalache-11/+11
2020-03-26Rename asm! to llvm_asm!Amanieu d'Antras-3/+3
2020-03-19Refactorings to begin getting rid of rustc_codegen_utilsMark Mansi-6/+57
2020-03-16use direct imports for `rustc::{lint, session}`.Mazdak Farrokhzad-2/+2
2020-03-13Auto merge of #67502 - Mark-Simulacrum:opt-catch, r=Mark-Simulacrumbors-1/+0
2020-03-06fix various typosMatthias Krüger-1/+1
2020-03-05Remove eh_unwind_resume lang itemAmanieu d'Antras-1/+0
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-2/+2
2020-02-08rustc_codegen_ssa: remove unnecessary source_locations_enabled.Eduard-Mihai Burtescu-6/+1
2020-02-08rustc_codegen_llvm: remove InternalDebugLocation and simplify dbg_var_addr.Eduard-Mihai Burtescu-1/+0
2020-02-03rustc_codegen_ssa: split declare_local into create_dbg_var and dbg_var_addr.Eduard-Mihai Burtescu-6/+22
2020-01-09Precompile CGUs while the main thread has the implicit job server tokenJohn Kåre Alsaker-0/+2
2020-01-09Compile some CGUs in parallel at the start of codegenJohn Kåre Alsaker-4/+3
2020-01-05Remove rustc_hir reexports in rustc::hir.Mazdak Farrokhzad-4/+4
2020-01-04canonicalize FxHash{Map,Set} importsMazdak Farrokhzad-1/+1
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-6/+6
2019-12-22Format the worldMark Rousskov-28/+19
2019-12-03rustc_codegen_ssa: use FnAbi::of_instance wherever possible.Eduard-Mihai Burtescu-2/+3
2019-12-03rustc_codegen_ssa: take a FnAbi instead of a FnSig in declare_fn.Eduard-Mihai Burtescu-2/+3
2019-12-03rustc_codegen_ssa: remove define_fn and define_internal_fn.Eduard-Mihai Burtescu-14/+0
2019-11-21Aggregation of drive-by cosmetic changes.Alexander Regueiro-8/+12