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-04-28
MIR Gen - Reset all drop flags to defaults after use
John Hodge
1
-1
/
+15
2017-04-28
MIR Gen - MakeDst moves both values
John Hodge
1
-1
/
+1
2017-04-22
MIR Gen - Common lvalue for if
John Hodge
1
-0
/
+3
2017-04-22
MIR - Add ScopeEnd statement to indicate where a value will no longer be used
John Hodge
1
-15
/
+24
2017-04-17
MIR Gen - Handle MovedOut
John Hodge
1
-5
/
+67
2017-04-16
MIR Gen - Handle move out of unions
John Hodge
1
-36
/
+69
2017-04-16
MIR Gen - Refactor value tracking to split move-out and destructure
John Hodge
1
-295
/
+526
2017-03-25
MIR Gen - Fix a slight bug in borrow promotion, validate during `Lower MIR`
John Hodge
1
-6
/
+39
2017-03-18
MIR Gen - Fix scoping of values in let bindings
John Hodge
1
-16
/
+66
2017-03-18
MIR Gen - Extend lifetimes of variables borrowed in let bindings
John Hodge
1
-1
/
+3
2017-03-16
MIR Gen - Fix incorrect scoping of temporaries
John Hodge
1
-62
/
+84
2017-03-04
MIR Gen - Patch around edge case where an arm can end up with the drop flag i...
John Hodge
1
-3
/
+5
2017-03-02
MIR Gen - Reset drop flags to defaults after use
John Hodge
1
-0
/
+12
2017-02-25
MIR Gen - Use MIR::Param (and associated changes)
John Hodge
1
-0
/
+23
2017-02-22
MIR - Make MakeDst ptr a Param
John Hodge
1
-1
/
+1
2017-02-22
MIR - add Param type for places where a lvalue is read
John Hodge
1
-16
/
+25
2017-02-12
MIR Gen - Alter handling of scopes to support diverging expressions
John Hodge
1
-10
/
+11
2017-02-04
MIR Gen - Tweak to handle `foo(break)`
John Hodge
1
-1
/
+5
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
[next]