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-07-06
MIR Gen - Reset drop flags on entry to a loop (instead of after use)
John Hodge
1
-16
/
+20
2017-07-02
MIR Gen - Make mutating state (other than the if condition) within a match gu...
John Hodge
1
-0
/
+25
2017-07-02
MIR Gen - Track states for arguments (and directly use arguments where possible)
John Hodge
1
-80
/
+145
2017-06-23
MIR Gen - Disable argument replacement until argument states are tracked fully
John Hodge
1
-3
/
+15
2017-06-22
MIR Gen - Remove arguments that are just assigned from arguments
John Hodge
1
-0
/
+10
2017-06-16
MIR optimise - Fix a few little bugs
John Hodge
1
-2
/
+4
2017-06-16
MIR - Unify temporaries and variables
John Hodge
1
-373
/
+170
2017-06-10
MIR Gen - Fix incorrect codegen due to defaulting to 0 not ~0
John Hodge
1
-2
/
+2
2017-06-04
Merge branch 'master' of https://github.com/thepowersgang/mrustc
John Hodge (bugs)
1
-32
/
+60
2017-06-03
HIR Typecheck - Validate traits after typecheck
John Hodge
1
-0
/
+2
2017-05-15
MIR Gen - Don't emit drop for union values
John Hodge
1
-0
/
+7
2017-05-15
MIR - Handle Union field access
John Hodge
1
-32
/
+51
2017-05-14
Visual Studio compile fixes
John Hodge (bugs)
1
-1
/
+1
2017-05-12
MIR - Fixed optimisation and scopring issues
John Hodge
1
-4
/
+10
2017-05-08
MIR Gen - Fix incorrect scoping of temporaries in expression part of a block
John Hodge
1
-30
/
+159
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
[next]