about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/mir
AgeCommit message (Expand)AuthorLines
2020-10-26Auto merge of #68965 - eddyb:mir-inline-scope, r=nagisa,oli-obkbors-108/+136
2020-10-26Deduplicate span and dbg_scope adjustmentoli-18/+19
2020-10-26Prefer `bug!` over `unwrap()`oli-1/+3
2020-10-23Make codegen coverage_context optional, and checkRich Kadel-12/+12
2020-10-21rustc_codegen_llvm: add support for inlined function debuginfo.Eduard-Mihai Burtescu-34/+63
2020-10-21rustc_codegen_llvm: expose DILocation to rustc_codegen_ssa.Eduard-Mihai Burtescu-69/+49
2020-10-21rustc_codegen_llvm: create `DIFile`s from just `SourceFile`s.Eduard-Mihai Burtescu-26/+5
2020-10-21rustc_mir: support MIR-inlining #[track_caller] functions.Eduard-Mihai Burtescu-14/+51
2020-10-16Auto merge of #77972 - Mark-Simulacrum:side-effect-loop, r=nagisabors-3/+19
2020-10-15Prevent miscompilation in trivial loop {}Mark Rousskov-3/+19
2020-10-15Replace target.target with target and target.ptr_width with target.pointer_widthest31-5/+9
2020-10-11Use SmallVec in SwitchTargetsJonas Schievink-1/+1
2020-10-10Refactor how SwitchInt stores jump targetsJonas Schievink-26/+19
2020-10-06Let backends access span informationkhyperia-0/+1
2020-09-25Auto merge of #73453 - erikdesjardins:tuplayout, r=eddybbors-9/+27
2020-09-20Auto merge of #76964 - RalfJung:rollup-ybn06fs, r=RalfJungbors-1/+599
2020-09-19Stop using the `const_eval` query for initializers of staticsOliver Scherer-19/+7
2020-09-15Extract some intrinsics out of rustc_codegen_llvmkhyperia-1/+599
2020-09-04Change ty.kind to a methodLeSeulArtichaut-11/+11
2020-09-02pretty: trim paths of unique symbolsDan Aloni-8/+11
2020-09-01Auto merge of #75529 - bugadani:bounds-check, r=nagisabors-5/+21
2020-09-01Auto merge of #76071 - khyperia:configurable_to_immediate, r=eddybbors-30/+24
2020-08-31Additional assumption to elide bounds checkDániel Buga-5/+21
2020-08-30handle vector layoutErik Desjardins-8/+12
2020-08-30ignore zst offsets insteadErik Desjardins-9/+23
2020-08-30mv compiler to compiler/mark-0/+4946