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
2017-03-04
MIR Optimise - Constant propagation using Param
John Hodge
1
-2
/
+186
2017-03-04
MIR Gen - Use MIR::Param for binops
John Hodge
1
-10
/
+21
2017-03-04
MIR Check Full - State comparison, printing of state
John Hodge
1
-0
/
+76
2017-03-04
MIR Gen - Patch around edge case where an arm can end up with the drop flag ↵
John Hodge
1
-3
/
+5
incorrectly set
2017-03-04
MIR Check Full - Variants
John Hodge
1
-4
/
+28
2017-03-04
MIR Check Full - Handling of shallow drops
John Hodge
1
-15
/
+165
2017-03-04
MIR - Add a (disabled) full value state validator
John Hodge
2
-0
/
+500
2017-03-02
MIR Gen - Reset drop flags to defaults after use
John Hodge
1
-0
/
+12
2017-03-02
MIR Gen - More Param usage
John Hodge
1
-7
/
+16
2017-02-25
MIR Gen - Remove temporaries in match generation
John Hodge
1
-54
/
+48
2017-02-25
MIR Gen - Use MIR::Param (and associated changes)
John Hodge
6
-14
/
+112
2017-02-23
MIR Gen - Some more Param uses
John Hodge
2
-20
/
+15
2017-02-22
MIR Gen - Replace some temporaries with Param
John Hodge
1
-18
/
+19
2017-02-22
MIR - Restrict Constant::Bytes to returning &[u8; N]
John Hodge
3
-9
/
+11
2017-02-22
MIR - Add types to integer constants
John Hodge
7
-89
/
+105
2017-02-22
MIR - Make MakeDst ptr a Param
John Hodge
5
-7
/
+8
2017-02-22
MIR - add Param type for places where a lvalue is read
John Hodge
8
-141
/
+301
2017-02-12
MIR Gen - Alter handling of scopes to support diverging expressions
John Hodge
3
-25
/
+24
2017-02-11
MIR Gen - Fix short-circuiting && and ||
John Hodge
1
-36
/
+52
2017-02-09
MIR Optimise - Fix small incorrect comparison
John Hodge
1
-1
/
+1
2017-02-05
MIR Optimise - Treat asm! outputs as assignments
John Hodge
1
-0
/
+7
2017-02-05
MIR Optimise - GC variables too
John Hodge
1
-7
/
+26
2017-02-05
MIR Optimise - Clear unused bbs during iteration
John Hodge
1
-0
/
+63
2017-02-05
MIR Validate - (minor) Remove now-useless debug
John Hodge
1
-3
/
+0
2017-02-05
MIR Optimise - Fix incorrect optimisation when source is moved
John Hodge
1
-3
/
+6
2017-02-04
MIR Optimise - Little optimisations for a no-op intrinsic
John Hodge
1
-3
/
+45
2017-02-04
MIR Optimise - Planning for const propagation, tweak assignment propagation
John Hodge
1
-2
/
+46
2017-02-04
MIR Gen - Tweak to handle `foo(break)`
John Hodge
3
-4
/
+11
2017-02-04
MIR Validate - Fix infinite looping in value state
John Hodge
1
-12
/
+114
2017-02-04
MIR Validate - Slight refactor for cleaner code
John Hodge
2
-325
/
+331
2017-02-01
MIR Optimise - Fix edge case incorrect optimisation
John Hodge
2
-3
/
+9
2017-01-31
MIR Optimise - Handle empty loops
John Hodge
1
-1
/
+4
2017-01-30
MIR Optimise - Eliminate variable assignments too
John Hodge
1
-5
/
+13
2017-01-30
MIR Optimise - Drop flag GC
John Hodge
1
-5
/
+42
2017-01-30
MIR Optimise - Dead assignment elimination (minimal)
John Hodge
1
-2
/
+36
2017-01-30
MIR Optimise - Support detecting of borrows for value usage counts
John Hodge
1
-88
/
+93
2017-01-30
MIR Optimise - Remove known branches
John Hodge
1
-3
/
+74
2017-01-30
MIR Gen - Don't emit `If` terminator if known true/false
John Hodge
1
-0
/
+12
2017-01-30
TODOs
John Hodge
1
-0
/
+1
2017-01-29
MIR Optimise - Fix tripping on unconditional recursion
John Hodge
3
-154
/
+209
2017-01-29
MIR Optimise - Inline inherent
John Hodge
1
-1
/
+24
2017-01-28
MIR Optimise - Run cleanup after inlining (as it triggers monomorph)
John Hodge
1
-26
/
+46
2017-01-28
MIR Optimise - Inlining of UfcsKnown functions
John Hodge
1
-1
/
+77
2017-01-28
MIR Optimise - EAT during inlining
John Hodge
1
-26
/
+69
2017-01-28
MIR Optimise - Inlining implemented
John Hodge
1
-13
/
+268
2017-01-26
MIR Optimise - Start on inlining support
John Hodge
1
-1
/
+86
2017-01-26
MIR Optimise - Fiddling
John Hodge
2
-13
/
+77
2017-01-23
MIR Gen - Fix incorrect handling of split scopes in loops
John Hodge
1
-16
/
+55
2017-01-22
MIR Optimise - Validate before GC
John Hodge
1
-0
/
+2
2017-01-22
MIR Builder - Drop flags for Partial
John Hodge
1
-1
/
+9
[prev]
[next]