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-09-02
Misc - Clean up some MSVC warnings
John Hodge
1
-1
/
+1
2017-08-23
MIR Optimise - TODO: Reduce cost
John Hodge
1
-0
/
+1
2017-07-06
MIR - Add (but don't use) a SwitchValue terminator
John Hodge
1
-165
/
+98
2017-07-02
MIR Optimise - Store params and Copy args early
John Hodge
1
-21
/
+17
2017-06-25
MIR Optimise - Support minimal optimisiations
John Hodge
1
-18
/
+305
2017-06-18
MIR Optimise - (minor) Comment on sort
John Hodge
1
-0
/
+1
2017-06-17
MIR Optimise - Sort BBs into approximate program flow
John Hodge
1
-1
/
+116
2017-06-16
MIR optimise - Fix a few little bugs
John Hodge
1
-18
/
+64
2017-06-16
MIR - Unify temporaries and variables
John Hodge
1
-167
/
+105
2017-06-02
MIR Optimise - Remove unused drop flags
John Hodge
1
-81
/
+106
2017-05-13
MIR Optimise - Fix incorrect optimisation of function return
John Hodge
1
-1
/
+1
2017-05-12
MIR - Fixed optimisation and scopring issues
John Hodge
1
-17
/
+105
2017-04-29
Add a custom intrinsic to reduce cost of [T]::len
John Hodge
1
-6
/
+8
2017-04-29
MIR Optimise - Disable some dumping
John Hodge
1
-2
/
+2
2017-04-28
MIR Optimise - Fix mis-optimisation in const propagation
John Hodge
1
-22
/
+95
2017-04-22
MIR Gen - Common lvalue for if
John Hodge
1
-0
/
+2
2017-04-22
MIR Optimise - Unify ScopeEnd statements
John Hodge
1
-1
/
+26
2017-04-22
MIR - Add ScopeEnd statement to indicate where a value will no longer be used
John Hodge
1
-10
/
+55
2017-04-17
MIR Helpers - Move lifetime calculation to helpers so CheckFull can use it
John Hodge
1
-438
/
+4
2017-03-16
MIR Optimise - Fix mis-optimise with assignment propagation
John Hodge
1
-4
/
+12
2017-03-10
MIR Optimise - basic size_of replacemnt
John Hodge
1
-14
/
+17
2017-03-06
MIR Optimise - Reduce debug and pedantic validation
John Hodge
1
-2
/
+2
2017-03-06
MIR Optimise - Fix lifetime tracking
John Hodge
1
-35
/
+86
2017-03-05
MIR Optimise - Use new value lifetime information in optimisation, fix unboun...
John Hodge
1
-259
/
+147
2017-03-04
MIR Optimise - Working (but unused) temporary value lifetime tracking
John Hodge
1
-0
/
+261
2017-03-04
MIR Optimise - Constant propagation using Param
John Hodge
1
-2
/
+186
2017-02-25
MIR Gen - Use MIR::Param (and associated changes)
John Hodge
1
-5
/
+28
2017-02-22
MIR - Add types to integer constants
John Hodge
1
-1
/
+1
2017-02-22
MIR - Make MakeDst ptr a Param
John Hodge
1
-1
/
+1
2017-02-22
MIR - add Param type for places where a lvalue is read
John Hodge
1
-25
/
+79
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 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-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
[next]