index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mir
/
dump.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-06
MIR - Add (but don't use) a SwitchValue terminator
John Hodge
1
-0
/
+18
2017-06-16
MIR - Unify temporaries and variables
John Hodge
1
-18
/
+9
2017-05-07
HIR - Replace m_yeilds_final_value with a node
John Hodge
1
-1
/
+25
2017-04-22
MIR - Add ScopeEnd statement to indicate where a value will no longer be used
John Hodge
1
-0
/
+8
2017-03-11
MIR Dump - Fix bad printing of byte string literals
John Hodge
1
-1
/
+14
2017-02-22
MIR - Add types to integer constants
John Hodge
1
-4
/
+4
2017-02-22
MIR - add Param type for places where a lvalue is read
John Hodge
1
-26
/
+39
2017-01-29
MIR Optimise - Fix tripping on unconditional recursion
John Hodge
1
-147
/
+182
2017-01-22
MIR Optimise - Untested temporary and BB unification
John Hodge
1
-1
/
+8
2017-01-21
MIR Dump - Include statics
John Hodge
1
-0
/
+24
2017-01-20
MIR - Drop flags (incomplete, doesn't pass validation)
John Hodge
1
-0
/
+12
2016-12-31
MIR Dump - Clean string printing
John Hodge
1
-2
/
+3
2016-12-29
MIR - Inline assembly in MIR
John Hodge
1
-0
/
+16
2016-12-25
Merge branch 'master' of https://github.com/thepowersgang/mrustc
John Hodge
1
-23
/
+23
2016-12-24
No more tears!
ubsan
1
-23
/
+23
2016-12-24
HIR/MIR Dump - Minor fixes
John Hodge
1
-1
/
+10
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-03
MIR - Create a CallPath terminator
John Hodge
1
-1
/
+7
2016-12-03
HIR/MIR - VTable work
John Hodge
1
-0
/
+5
2016-11-20
MIR - Union support hacked up
John Hodge
1
-0
/
+5
2016-10-24
MIR Pointer - Fix missing move constructors
John Hodge
1
-0
/
+4
2016-10-12
Make deault ABI a #define
John Hodge
1
-1
/
+1
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-21
MIR Dump - Remove arg patterns from arguments
John Hodge
1
-2
/
+5
2016-08-21
MIR Dump - Clean up output
John Hodge
1
-6
/
+24
2016-08-20
MIR Dump - Rough dump pass, exposes junk data somewhere
John Hodge
1
-0
/
+380