index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mir
/
helpers.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-08
Typecheck - Various tweaks from librustdoc
John Hodge
1
-1
/
+1
2017-08-22
Typecheck/MIR - Some missing EAT invocations
John Hodge
1
-2
/
+5
2017-07-08
Codegen+Loading - MSVC support draft (libcore compiles, doesn't load)
John Hodge
1
-0
/
+9
2017-07-06
MIR - Add (but don't use) a SwitchValue terminator
John Hodge
1
-0
/
+10
2017-07-06
MIR Helpers - Expand associated types in monomorpised function types
John Hodge
1
-1
/
+3
2017-07-02
MIR Optimise - Store params and Copy args early
John Hodge
1
-1
/
+23
2017-06-25
MIR Helpers - Add a shortcut to check if a LValue is Copy
John Hodge
1
-0
/
+5
2017-06-16
MIR optimise - Fix a few little bugs
John Hodge
1
-2
/
+12
2017-06-16
MIR - Unify temporaries and variables
John Hodge
1
-38
/
+27
2017-05-15
MIR - Handle Union field access
John Hodge
1
-24
/
+46
2017-04-28
MIR Check Full - Print the cause of invalidity
John Hodge
1
-0
/
+7
2017-04-28
MIR Helpers - Move visit_mir_lvalue* to somewhere common
John Hodge
1
-9
/
+6
2017-04-28
MIR Helpers - Minor fix to lifetime calculation
John Hodge
1
-0
/
+11
2017-04-28
MIR Helpers - Fill bitmap after a read of a borrowed value
John Hodge
1
-0
/
+8
2017-04-27
MIR Helpers - Refactor lifetime calculations to be less expensive
John Hodge
1
-155
/
+112
2017-04-25
MIR Helpers - Continual fiddling to improve lifetime determining speed
John Hodge
1
-11
/
+36
2017-04-25
MIR Helpers - Few tweaks to lifetime enumeration to reduce complexity
John Hodge
1
-12
/
+114
2017-04-24
MIR Helpers - Second version of lifetime calculation (buggy)
John Hodge
1
-32
/
+530
2017-04-22
MIR Helpers - (minor) debug output in variable lifetime calc
John Hodge
1
-3
/
+3
2017-04-22
MIR Gen - Common lvalue for if
John Hodge
1
-1
/
+5
2017-04-22
MIR - Add ScopeEnd statement to indicate where a value will no longer be used
John Hodge
1
-0
/
+2
2017-04-20
MIR Helpers - Improved value lifetime determining
John Hodge
1
-55
/
+104
2017-04-18
MIR Helpers - Expand lifetime detection to handle variables
John Hodge
1
-3
/
+21
2017-04-17
MIR Helpers - Move lifetime calculation to helpers so CheckFull can use it
John Hodge
1
-0
/
+614
2017-03-10
MIR Helpers - get_const_type defer TODO
John Hodge
1
-3
/
+6
2017-02-25
MIR Gen - Use MIR::Param (and associated changes)
John Hodge
1
-0
/
+39
2017-01-22
MIR Optimise - Fixed replacement of unified temporaries
John Hodge
1
-3
/
+8
2017-01-02
Trans Enumerate - Enumerate resultant types from LValue::Deref
John Hodge
1
-18
/
+12
2016-12-29
MIR Opt - Partial dead temporary eliminaton
John Hodge
1
-1
/
+5
2016-12-24
No more tears!
ubsan
1
-1
/
+1
2016-12-10
MIR Cleanup - BorrowOf support
John Hodge
1
-16
/
+21
2016-12-10
MIR - Add rough optimisations
John Hodge
1
-0
/
+6
2016-12-07
Trans C - Rough Box special-casing
John Hodge
1
-22
/
+1
2016-12-07
MIR VTable - Fix incorrect vtable name
John Hodge
1
-2
/
+2
2016-12-04
MIR - Move vtable conversion to its own pass
John Hodge
1
-3
/
+15
2016-12-04
Trans C - Some special cases
John Hodge
1
-0
/
+226