index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_codegen_llvm
/
mir
Age
Commit message (
Expand
)
Author
Lines
2018-08-01
Split out growth functionality into BitVector type
Mark Rousskov
-7
/
+7
2018-07-30
rustc_codegen_llvm: fix tidy errors.
Irina Popa
-1
/
+6
2018-07-30
rustc_codegen_llvm: use safe references for BasicBlock.
Irina Popa
-11
/
+11
2018-07-30
rustc_codegen_llvm: use safe references for Value.
Irina Popa
-168
/
+160
2018-07-30
rustc_codegen_llvm: use safe references for Metadata and DI*.
Irina Popa
-14
/
+13
2018-07-30
rustc_codegen_llvm: use safe references for Type.
Irina Popa
-84
/
+85
2018-07-30
rustc_codegen_llvm: move from empty enums to extern types.
Irina Popa
-20
/
+18
2018-07-26
Auto merge of #52488 - nikomatsakis:nll-issue-48071-universe-and-sub, r=pnkfelix
bors
-7
/
+7
2018-07-25
parameterize `BitVector` and `BitMatrix` by their index types
Niko Matsakis
-7
/
+7
2018-07-24
Rollup merge of #52391 - Amanieu:volatile_unaligned, r=alexcrichton
Mark Rousskov
-0
/
+4
2018-07-23
Fix tidy
Oliver Schneider
-1
/
+2
2018-07-23
Explain promoted extraction for simd shuffle
Oliver Schneider
-0
/
+3
2018-07-23
Promoteds are statics and statics have a place, not just a value
Oliver Schneider
-52
/
+91
2018-07-20
Abort instead of UB if promotion fails
Oliver Schneider
-3
/
+8
2018-07-14
Add unaligned volatile intrinsics
Amanieu d'Antras
-0
/
+4
2018-07-13
Auto merge of #51987 - nikomatsakis:nll-region-infer-scc, r=pnkfelix
bors
-1
/
+1
2018-07-12
rename `control_flow_graph` to `graph`
Niko Matsakis
-1
/
+1
2018-07-10
Auto merge of #51583 - cuviper:packed_pair-bool, r=Mark-Simulacrum
bors
-22
/
+15
2018-07-09
bump minimum LLVM version to 5.0
gnzlbg
-18
/
+4
2018-07-05
Update scalar pairs per review comments
Josh Stone
-10
/
+2
2018-07-05
Store scalar pair bools as i8 in memory
Josh Stone
-16
/
+17
2018-06-30
Do not allow LLVM to increase a TLS's alignment on macOS.
kennytm
-2
/
+2
2018-06-28
Merge `ConstVal` and `ConstValue`
Oliver Schneider
-22
/
+20
2018-06-28
Move everything over from `middle::const_val` to `mir::interpret`
Oliver Schneider
-2
/
+2
2018-06-28
Move the Lrc outside the error type and name the fields
Oliver Schneider
-5
/
+7
2018-06-16
rustc_codegen_llvm: don't treat i1 as signed, even for #[repr(i8)] enums.
Eduard-Mihai Burtescu
-2
/
+10
2018-06-05
Refactor the const eval diagnostic API
Oliver Schneider
-2
/
+8
2018-06-02
Generate br for all two target SwitchInts
Nikita Popov
-5
/
+14
2018-05-30
rustc: rename mir::LocalDecl's syntactic_source_info to source_info.
Eduard-Mihai Burtescu
-1
/
+1
2018-05-30
rustc: turn mir::LocalDecl's visibility_source_info into a SourceScope.
Eduard-Mihai Burtescu
-2
/
+5
2018-05-30
rustc: rename mir::LocalDecl's source_info to visibility_source_info.
Eduard-Mihai Burtescu
-2
/
+2
2018-05-30
rustc: rename mir::VisibilityScope to mir::SourceScope.
Eduard-Mihai Burtescu
-5
/
+5
2018-05-29
rust-lang/rust#27282: Add `StatementKind::ReadForMatch` to MIR.
Felix S. Klock II
-0
/
+1
2018-05-24
Revert "Ensure llvm doesn't trigger an assert for crazy transmutes"
Oliver Schneider
-2
/
+5
2018-05-24
Ensure llvm doesn't trigger an assert for crazy transmutes
Oliver Schneider
-5
/
+2
2018-05-24
primval -> scalar rename
Oliver Schneider
-8
/
+8
2018-05-24
change `Value::Bytes` to `Value::Bits`
Oliver Schneider
-4
/
+6
2018-05-24
Rename MemoryPointer to Pointer
Oliver Schneider
-2
/
+2
2018-05-24
Eliminate the `Pointer` wrapper type
Oliver Schneider
-1
/
+1
2018-05-24
Differentiate between interpret::Scalar and layout::Scalar
Oliver Schneider
-6
/
+6
2018-05-24
Rename ByVal(Pair) to Scalar(Pair)
Oliver Schneider
-3
/
+3
2018-05-24
Rename PrimVal to Scalar
Oliver Schneider
-6
/
+6
2018-05-24
Auto merge of #50949 - eddyb:debuginfo, r=mw
bors
-23
/
+3
2018-05-22
Use SortedMap instead of BTreeMap for relocations in MIRI.
Michael Woerister
-1
/
+1
2018-05-22
Introduce AllocType which indicates what AllocIds point to
John Kåre Alsaker
-26
/
+22
2018-05-21
rustc_codegen_llvm: remove closure env alloca hack around upvar debuginfo.
Eduard-Mihai Burtescu
-22
/
+2
2018-05-21
rustc_codegen_llvm: remove debuginfo::VariableKind::CapturedVariable.
Eduard-Mihai Burtescu
-1
/
+1
2018-05-20
Auto merge of #50841 - oli-obk:promote_errors_to_panics, r=eddyb
bors
-2
/
+2
2018-05-20
Auto merge of #50803 - varkor:never-transmute-never, r=eddyb
bors
-3
/
+14
2018-05-19
Use `Size` instead of `u64` in mir interpretation
Oliver Schneider
-5
/
+6
[next]