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 (
Collapse
)
Author
Files
Lines
2019-11-24
MIR - Add comparison of terminators
John Hodge
1
-0
/
+83
2019-10-26
All - Compilation fixes on VS2015 (constructors, warnings, missing files, ↵
John Hodge
1
-0
/
+1
class/struct disagreement, <algorithm>)
2019-06-02
MIR - Refactor LValue to reduce size and linked-list-ness (seems to have had ↵
John Hodge
1
-119
/
+70
a ~10% reduction in memory usage)
2019-05-25
MIR - Condense LValue debug format
John Hodge
1
-8
/
+8
2019-05-05
MIR - Wrap HIR::Path-s in MIR::Constant in unique_ptr
John Hodge
1
-6
/
+6
2019-04-25
MIR - Reduce size of LValue::Static by putting the HIR::Path behind a pointer
John Hodge
1
-2
/
+2
2019-03-22
Common - Add another `ord` overload, fix breakage from that
John Hodge
1
-1
/
+1
2018-07-04
All - Dump full contents of asm! in AST/MIR
John Hodge
1
-1
/
+1
2018-01-27
Trans - Add "backend" for monomorphised MIR
John Hodge
1
-0
/
+2
2018-01-14
MIR Optimise - Move common statements across gotos
John Hodge
1
-0
/
+33
2017-11-01
HIR - Refactor enums to only embed a single field (and give variants types)
John Hodge
1
-4
/
+2
2017-09-08
MIR Gen - Fix box drop flags
John Hodge
1
-1
/
+1
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
No more DOS line endings or trailing whitespace either
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