index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mir
/
mir_builder.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-23
MIR Gen - Fix incorrect handling of split scopes in loops
John Hodge
1
-16
/
+55
2017-01-22
MIR Builder - Drop flags for Partial
John Hodge
1
-1
/
+9
2017-01-22
MIR Optimise - Untested temporary and BB unification
John Hodge
1
-1
/
+2
2017-01-21
MIR Gen - Fix drop generation
John Hodge
1
-43
/
+98
2017-01-21
MIR Gen - Partial value states
John Hodge
1
-69
/
+150
2017-01-20
MIR Gen - Invalid->Optional
John Hodge
1
-3
/
+11
2017-01-20
MIR - Merging of drop flags
John Hodge
1
-9
/
+37
2017-01-20
MIR Gen - Fix temporary drops in split scopes
John Hodge
1
-0
/
+10
2017-01-20
MIR - Drop flags (incomplete, doesn't pass validation)
John Hodge
1
-309
/
+347
2017-01-02
MIR - Remove Deref from inputs to RValue::DstMeta/DstPtr
John Hodge
1
-0
/
+14
2016-12-29
MIR - Inline assembly in MIR
John Hodge
1
-0
/
+11
2016-12-28
MIR Gen - Track exit states of loops
John Hodge
1
-178
/
+206
2016-12-28
MIR Gen - Spaces removed, misc thinking
John Hodge
1
-1
/
+1
2016-12-28
MIR Gen - Clean up split arm logic a little by using std::map
John Hodge
1
-54
/
+33
2016-12-27
MIR Gen - Misc fixes
John Hodge
1
-22
/
+42
2016-12-27
MIR Gen - Better handling of split scopes (optional init)
John Hodge
1
-153
/
+182
2016-12-25
Merge branch 'master' of https://github.com/thepowersgang/mrustc
John Hodge
1
-49
/
+49
2016-12-25
MIR Gen - Misc fixes for drop order quirks
John Hodge
1
-0
/
+6
2016-12-24
No more tears!
ubsan
1
-49
/
+49
2016-12-24
MIR Gen - Fix some bugs exposed by extended validation
John Hodge
1
-2
/
+5
2016-12-24
MIR Gen - Fix double-drop of InnerMoved variables
John Hodge
1
-0
/
+1
2016-12-24
MIR Gen - Raise values from LValue::Deref
John Hodge
1
-0
/
+6
2016-12-23
MIR Gen - Track split state for temporaries (incomplete)
John Hodge
1
-52
/
+104
2016-12-22
MIR Gen - (minor) Span in destructor
John Hodge
1
-2
/
+1
2016-12-18
MIR Gen - Prevent returned values from being dropped
John Hodge
1
-17
/
+154
2016-12-18
MIR Gen - Ensure that function return values are dropped
John Hodge
1
-27
/
+37
2016-12-03
HIR/MIR - VTable work
John Hodge
1
-2
/
+7
2016-11-26
HIR Annotate - Fix annotation on CallValue arguments
John Hodge
1
-1
/
+1
2016-11-20
MIR Gen - Treat a loop as a split scope
John Hodge
1
-4
/
+5
2016-11-20
MIR - Union support hacked up
John Hodge
1
-0
/
+3
2016-11-19
MIR Gen - Expand associated types after monomorph
John Hodge
1
-1
/
+3
2016-11-19
MIR Gen - Bugcheck on Unbound paths
John Hodge
1
-1
/
+2
2016-11-06
HIR Typecheck Static - Deeper search for Copy bounds
John Hodge
1
-0
/
+1
2016-11-05
MIR Gen - Fix invalidated LValue in box move hack
John Hodge
1
-1
/
+1
2016-11-05
MIR Gen - Empty match statements
John Hodge
1
-4
/
+4
2016-11-05
MIR Gen - Move Box out of non-variable slots into a temp for inner move
John Hodge
1
-1
/
+5
2016-11-05
MIR Gen - Drop InnerMoved early for cleaner logic
John Hodge
1
-3
/
+30
2016-11-04
MIR Gen - (minor) Split a large TU_MATCH to improve compiler debug
John Hodge
1
-3
/
+11
2016-10-31
AST - Delete some dead code, remove some warnings on GCC6
John Hodge
1
-2
/
+7
2016-10-08
HIR+MIR - Correct handling of diverging loops
John Hodge
1
-4
/
+7
2016-10-07
MIR Gen - Destructure array patterns
John Hodge
1
-0
/
+6
2016-09-24
MIR Gen - Support zero-arm matches - Since they can never be reached, emit a ...
John Hodge
1
-0
/
+19
2016-09-07
MIR Gen - Hacky shallow drop support (doesn't support being conditional)
John Hodge
1
-6
/
+53
2016-09-07
MIR Gen - Cleaner Box support, start on move-out structure
John Hodge
1
-13
/
+70
2016-09-06
MIR Gen - Rough support for Box
John Hodge
1
-0
/
+25
2016-08-24
MIR Gen - Use argument types
John Hodge
1
-2
/
+4
2016-08-24
MIR Gen - Move variable states to function state (instead of scope)
John Hodge
1
-20
/
+18
2016-08-24
MIR Gen - Further span propagation
John Hodge
1
-23
/
+23
2016-08-24
MIR Gen - Expand associated after monomorphisation
John Hodge
1
-3
/
+5
2016-08-23
MIR Gen - More span propagation
John Hodge
1
-13
/
+10
[next]