index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mir
/
mir.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-06
MIR - Add (but don't use) a SwitchValue terminator
John Hodge
1
-0
/
+34
2017-06-16
MIR - Unify temporaries and variables
John Hodge
1
-31
/
+19
2017-04-22
MIR - Add ScopeEnd statement to indicate where a value will no longer be used
John Hodge
1
-0
/
+8
2017-04-16
MIR - Print SetDropFlag statements
John Hodge
1
-0
/
+11
2017-04-16
MIR - Fix string printing to escape values
John Hodge
1
-9
/
+2
2017-04-07
Match - Replace DecisionTree with a sort+group algorithm
John Hodge
1
-13
/
+26
2017-03-04
MIR - Debug printing for Statement (incomplete)
John Hodge
1
-0
/
+26
2017-02-22
MIR - Add types to integer constants
John Hodge
1
-9
/
+9
2017-02-22
MIR - add Param type for places where a lvalue is read
John Hodge
1
-16
/
+61
2017-01-22
MIR Optimise - Fixed replacement of unified temporaries
John Hodge
1
-1
/
+1
2017-01-22
MIR Optimise - Untested temporary and BB unification
John Hodge
1
-0
/
+118
2016-12-31
MIR Optimise - Structure for rvalue replacements
John Hodge
1
-0
/
+73
2016-12-31
MIR Optimise - Allow assignment elimination with variables
John Hodge
1
-0
/
+43
2016-12-29
MIR Opt - Partial dead temporary eliminaton
John Hodge
1
-0
/
+47
2016-12-24
No more tears!
ubsan
1
-4
/
+4
2016-12-11
HIR Const Eval - Split into two passes to have correct types in literals
John Hodge
1
-1
/
+27
2016-12-11
Trans - Intrinsics (partially complete)
John Hodge
1
-1
/
+1
2016-12-07
MIR - Merge two call types into one with a different target
John Hodge
1
-8
/
+14
2016-12-04
MIR - Escape special characters in debug print
John Hodge
1
-1
/
+8
2016-12-03
MIR - Create a CallPath terminator
John Hodge
1
-1
/
+7
2016-12-03
HIR/MIR - VTable work
John Hodge
1
-0
/
+3
2016-11-20
MIR - Union support hacked up
John Hodge
1
-0
/
+3
2016-10-07
MIR Gen Match - Rough bytestring support
John Hodge
1
-1
/
+6
2016-08-27
HIR (De)serialise - Working deserialise
John Hodge
1
-0
/
+43
2016-08-23
MIR - Add a `Const` entry to the MIR::Constant to refer to a named constant
John Hodge
1
-0
/
+3
2016-08-20
MIR Gen - Fix codegen issue with use of moved LValue
John Hodge
1
-3
/
+32
2016-08-20
MIR Gen - Add logging
John Hodge
1
-0
/
+43
2016-08-13
MIR Gen - Support values overlapping with ranges
John Hodge
1
-0
/
+30
2016-08-09
MIR - Construction code completed, but untested (and some stubs)
John Hodge
1
-0
/
+37