index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mir
/
mir.hpp
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-06
MIR - Add (but don't use) a SwitchValue terminator
John Hodge
1
-0
/
+14
2017-06-16
MIR - Unify temporaries and variables
John Hodge
1
-18
/
+10
2017-05-14
Merge branch 'master' of https://github.com/thepowersgang/mrustc
John Hodge (bugs)
1
-4
/
+13
2017-04-22
MIR - Add ScopeEnd statement to indicate where a value will no longer be used
John Hodge
1
-0
/
+5
2017-04-07
Match - Replace DecisionTree with a sort+group algorithm
John Hodge
1
-4
/
+7
2017-03-04
MIR - Debug printing for Statement (incomplete)
John Hodge
1
-0
/
+1
2017-03-04
Many many changes to allow compiling in visual studio (Community 2015)
John Hodge (bugs)
1
-1
/
+1
2017-02-22
MIR - Add types to integer constants
John Hodge
1
-4
/
+15
2017-02-22
MIR - Make MakeDst ptr a Param
John Hodge
1
-3
/
+3
2017-02-22
MIR - add Param type for places where a lvalue is read
John Hodge
1
-18
/
+36
2017-01-22
MIR Optimise - Untested temporary and BB unification
John Hodge
1
-0
/
+8
2017-01-20
MIR - Merging of drop flags
John Hodge
1
-1
/
+2
2017-01-20
MIR - Drop flags (incomplete, doesn't pass validation)
John Hodge
1
-5
/
+6
2016-12-31
MIR Optimise - Structure for rvalue replacements
John Hodge
1
-1
/
+4
2016-12-31
MIR Optimise - Allow assignment elimination with variables
John Hodge
1
-0
/
+1
2016-12-29
MIR Opt - Partial dead temporary eliminaton
John Hodge
1
-0
/
+4
2016-12-29
MIR - Inline assembly in MIR
John Hodge
1
-0
/
+16
2016-12-24
No more tears!
ubsan
1
-4
/
+4
2016-12-11
Trans - Intrinsics (partially complete)
John Hodge
1
-1
/
+4
2016-12-07
MIR - Merge two call types into one with a different target
John Hodge
1
-9
/
+8
2016-12-04
MIR - Add a variant index to RValue::Struct
John Hodge
1
-0
/
+1
2016-12-03
MIR - Create a CallPath terminator
John Hodge
1
-1
/
+8
2016-12-03
HIR/MIR - VTable work
John Hodge
1
-0
/
+4
2016-11-20
MIR - Union support hacked up
John Hodge
1
-5
/
+14
2016-11-20
MIR Gen - Roughed union support
John Hodge
1
-0
/
+5
2016-10-07
MIR Gen - Destructure array patterns
John Hodge
1
-0
/
+2
2016-09-25
MIR - (minor) commenting
John Hodge
1
-0
/
+2
2016-08-27
HIR (De)serialise - Working deserialise
John Hodge
1
-0
/
+1
2016-08-23
MIR - Add a `Const` entry to the MIR::Constant to refer to a named constant
John Hodge
1
-3
/
+4
2016-08-21
MIR Check - Check for `Invalid` terminators
John Hodge
1
-5
/
+5
2016-08-20
MIR Gen - Add logging
John Hodge
1
-0
/
+2
2016-08-20
MIR Dump - Rough dump pass, exposes junk data somewhere
John Hodge
1
-2
/
+3
2016-08-13
MIR Gen - Support values overlapping with ranges
John Hodge
1
-0
/
+1
2016-08-13
MIR Gen - Unify and sanity-check binary operators (including assignments)
John Hodge
1
-1
/
+1
2016-08-11
MIR - Work on _Unsize, requires changing coercion code to emit Unsize op higher
John Hodge
1
-0
/
+4
2016-08-11
All - Clang warning fixes
John Hodge
1
-1
/
+2
2016-08-09
MIR - Construction code completed, but untested (and some stubs)
John Hodge
1
-1
/
+17
2016-08-09
MIR - Work on lowering, not included yet and incomplete
John Hodge
1
-1
/
+1
2016-08-08
MIR - Draft structure
John Hodge
1
-0
/
+171