index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mir
Age
Commit message (
Collapse
)
Author
Files
Lines
2018-08-12
MIR From HIR - Fix incorrect types in `<-` lowering
John Hodge
1
-1
/
+1
2018-08-04
Trans - Add auto-generated Clone impls (only for Copy types currently)
John Hodge
2
-5
/
+12
2018-07-04
All - Dump full contents of asm! in AST/MIR
John Hodge
2
-3
/
+3
2018-07-01
HIR/MIR - Truncate usize constants to 32-bits on 32-bit machines
John Hodge
1
-1
/
+22
2018-06-04
MIR Helpers - Handle ItemAddr to enum/struct constructors
John Hodge
2
-0
/
+48
2018-06-02
All - Warning cleanup when built with clang
John Hodge
2
-3
/
+3
2018-05-27
MIR Optimise - Propagate constants into calls
John Hodge
1
-0
/
+6
2018-05-12
MIR Cleanup - Remove cast of PhantomData
John Hodge
1
-8
/
+2
2018-05-05
MIR Optimise - Reorder code a bit for easier reading
John Hodge
1
-225
/
+240
2018-05-05
MIR Optimise - Short-circuit fail CommonStatements to hopefully avoid ↵
John Hodge
1
-1
/
+4
excessive runtime
2018-03-17
VTables - Rename vtable static to have the # at the end (helps parsing in mmir)
John Hodge
1
-2
/
+2
2018-03-17
MIR Optimise - Slight cleanup for faster compiles
John Hodge
1
-7
/
+10
2018-03-17
Trans - Move monomorphisation from codegen pass to its own pass, and do a ↵
John Hodge
2
-4
/
+109
second inlining pass after monomorph.
2018-02-25
MIR Gen - Replace infinite loop for default in match generation with a ↵
John Hodge
1
-1
/
+3
diverge terminator
2018-02-25
MIR Optimise - Remove no-op assignments
John Hodge
1
-0
/
+51
2018-02-18
Standalone MIRI - Implement BinOp comparisons and Terminator::If
John Hodge
1
-2
/
+2
2018-02-18
MIR Optimise - Some work on const propagation
John Hodge
1
-22
/
+77
2018-02-18
MIR Optimise - Constant-propagate known enum variants.
John Hodge
1
-3
/
+48
2018-02-18
MIR Gen - Store enum path with params in RValue::Variant
John Hodge
1
-8
/
+8
2018-02-16
MIR Optimise - (minor) Note about switch consteval elimination
John Hodge
1
-0
/
+12
2018-02-10
Trans - Fix mismatches between mrustc's sizings and C's sizings
John Hodge
1
-0
/
+16
2018-01-27
Trans - Add "backend" for monomorphised MIR
John Hodge
1
-0
/
+2
2018-01-24
standalone_miri - New side-tool to attempt to execute pre-monomorphised MIR
John Hodge
1
-0
/
+1
2018-01-20
MIR Optimise - Only run UnifyTemporaries once, add a new tuple-breaking pass
John Hodge
2
-29
/
+207
2018-01-14
MIR Optimise - Prevent infinite recrusion in inlining
John Hodge
1
-0
/
+15
2018-01-14
MIR Optimise - Dead assignment removal (minimally tested)
John Hodge
1
-0
/
+58
2018-01-14
MIR Optimise - Move common statements across gotos
John Hodge
3
-0
/
+107
2018-01-14
MIR Optimise - Add attempt at optimising out calls to atomic wrappers
John Hodge
1
-0
/
+9
2018-01-14
MSVC compile fixes
John Hodge
1
-23
/
+0
2017-12-30
MIR From HIR (match) - Change assertion to match actual conditions
John Hodge
1
-1
/
+1
2017-12-26
MIR Optimise - Fix sligt bugs
John Hodge
1
-3
/
+12
2017-12-20
MIR Optimise - Redo DeTemporary pass, works for build rustc/cargo, rustc tested
John Hodge
1
-124
/
+122
2017-12-09
MIR Optimise - Fiddling around
John Hodge
1
-6
/
+23
2017-12-03
MIR Optimise - Tweaks to DeTemporary pass
John Hodge
1
-3
/
+15
2017-12-02
MIR Optimise - Fix infinite replacement
John Hodge
1
-0
/
+11
2017-11-26
HIR/MIR - Error checking for assigning into ! (as opposed to from !)
John Hodge
4
-25
/
+55
2017-11-25
MIR Gen - Comment about cast bug
John Hodge
1
-0
/
+2
2017-11-25
MIR Optimise - Tweaking to DeTemporary
John Hodge
1
-8
/
+22
2017-11-25
MIR Optimise - Add a new pass aimed at removing useless temporaries
John Hodge
1
-18
/
+151
2017-11-25
MIR Cleanup - Delete any statements including/after use of !
John Hodge
1
-1
/
+15
2017-11-21
MIR Gen - Fix use-after-move when partially moved in one arm and optionally ↵
John Hodge
2
-1
/
+17
moved in another
2017-11-21
MIR Helpers - Print file/line in assert
John Hodge
1
-1
/
+1
2017-11-21
MIR Validate Full - Alter handling of Box
John Hodge
1
-1
/
+11
2017-11-12
All - proc_macro support through to attempting to run them
John Hodge
1
-1
/
+1
2017-11-05
Trans - Calculate sizes, alignment, and representation
John Hodge
1
-2
/
+2
2017-11-05
MIR - Use SwitchValue terminator
John Hodge
1
-45
/
+57
2017-11-02
MIR Optimise - Slight optimisation
John Hodge
3
-13
/
+28
2017-11-01
HIR - Refactor enums to only embed a single field (and give variants types)
John Hodge
9
-282
/
+227
2017-10-29
HIR Typecheck - Allow casting function pointers to *const i8
John Hodge
1
-1
/
+1
2017-10-01
MIR Optimise - (minor) debugging
John Hodge
1
-0
/
+6
[prev]
[next]