index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mir
/
optimise.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-01
MIR Optimise - Fix edge case incorrect optimisation
John Hodge
1
-3
/
+4
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
TODOs
John Hodge
1
-0
/
+1
2017-01-29
MIR Optimise - Fix tripping on unconditional recursion
John Hodge
1
-7
/
+25
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
1
-13
/
+70
2017-01-22
MIR Optimise - Validate before GC
John Hodge
1
-0
/
+2
2017-01-22
MIR Optimise - Fixed replacement of unified temporaries
John Hodge
1
-7
/
+10
2017-01-22
MIR Optimise - Reverse propagation of assignments
John Hodge
1
-12
/
+93
2017-01-22
MIR Optimise - Untested temporary and BB unification
John Hodge
1
-120
/
+641
2017-01-20
MIR - Drop flags (incomplete, doesn't pass validation)
John Hodge
1
-0
/
+2
2016-12-31
MIR Optimise - Fiddling with RValue propagation
John Hodge
1
-16
/
+22
2016-12-31
MIR Optimise - Structure for rvalue replacements
John Hodge
1
-35
/
+69
2016-12-31
MIR Optimise - Move call output to after assignment propagation
John Hodge
1
-54
/
+55
2016-12-31
MIR Optimise - Allow assignment elimination with variables
John Hodge
1
-17
/
+22
2016-12-31
MIR Optimisations - Avoid a potential mis-optimise
John Hodge
1
-47
/
+55
2016-12-31
MIR Optimisation - Function return values
John Hodge
1
-58
/
+135
2016-12-29
MIR Optimise - Better cleaning of useless assignments
John Hodge
1
-24
/
+102
2016-12-29
MIR Opt - Partial dead temporary eliminaton
John Hodge
1
-16
/
+364
2016-12-24
No more tears!
ubsan
1
-13
/
+13
2016-12-18
HIR - Move VTable construction to codegen
John Hodge
1
-0
/
+2
2016-12-17
MIR Optimisation and efficiency tweaks
John Hodge
1
-1
/
+61
2016-12-14
Consteval - Re-enabled full first-pass consteval
John Hodge
1
-0
/
+12
2016-12-10
MIR Match Gen - Fix incorrect arms chosen
John Hodge
1
-2
/
+0
2016-12-10
MIR - Add rough optimisations
John Hodge
1
-0
/
+177