index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
hir_conv
/
constant_evaluation.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-16
MIR - Unify temporaries and variables
John Hodge
1
-16
/
+9
2017-05-14
Merge branch 'master' of https://github.com/thepowersgang/mrustc
John Hodge (bugs)
1
-0
/
+4
2017-05-07
HIR - Replace m_yeilds_final_value with a node
John Hodge
1
-0
/
+4
2017-03-04
Many many changes to allow compiling in visual studio (Community 2015)
John Hodge (bugs)
1
-5
/
+5
2017-02-22
MIR - Add types to integer constants
John Hodge
1
-4
/
+4
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
-36
/
+51
2017-01-14
HIR - Clean up some manual item searching
John Hodge
1
-29
/
+5
2017-01-11
All - Enable library codegen (and use crate name everywhere)
John Hodge
1
-2
/
+2
2017-01-08
HIR Const Eval - Little fixes
John Hodge
1
-1
/
+4
2017-01-08
HIR Const Eval - Tweaks for i128 and bugs
John Hodge
1
-2
/
+47
2016-12-29
HIR - asm! node
John Hodge
1
-0
/
+3
2016-12-24
No more tears!
ubsan
1
-112
/
+112
2016-12-15
HIR - Linkage anntation (un-populated)
John Hodge
1
-11
/
+5
2016-12-14
Consteval - Re-enabled full first-pass consteval
John Hodge
1
-8
/
+21
2016-12-11
HIR Const Eval - Split into two passes to have correct types in literals
John Hodge
1
-24
/
+126
2016-12-10
HIR ConstEval - Do basic type inferrence so created statics have correct types
John Hodge
1
-35
/
+164
2016-12-07
MIR - Merge two call types into one with a different target
John Hodge
1
-2
/
+5
2016-12-03
MIR - Create a CallPath terminator
John Hodge
1
-6
/
+2
2016-12-03
HIR/MIR - VTable work
John Hodge
1
-1
/
+6
2016-11-20
MIR - Union support hacked up
John Hodge
1
-0
/
+3
2016-11-19
HIR - Union handling
John Hodge
1
-0
/
+4
2016-11-19
HIR - Add Union type path binding
John Hodge
1
-0
/
+3
2016-11-08
HIR Const Eval - Fields on structs
John Hodge
1
-1
/
+34
2016-11-08
HIR Const Eval - MIR Constant::Const
John Hodge
1
-1
/
+6
2016-11-07
HIR Const Eval - Mask down unsigned integers
John Hodge
1
-1
/
+108
2016-11-06
HIR Consteval - Fix edge case where array inner wasn't expanded correctly
John Hodge
1
-4
/
+2
2016-10-31
All - Rough support for `union` (data structure present in all stages)
John Hodge
1
-0
/
+2
2016-10-30
HIR Const Eval - Field accesses in constants (requires type info)
John Hodge
1
-16
/
+74
2016-10-29
HIR Types - Store array size expr as a shared_ptr to allow cloning
John Hodge
1
-3
/
+5
2016-10-29
HIR Const Eval - Rough associated constant lookup
John Hodge
1
-2
/
+33
2016-10-22
HIR Const Eval - Rough MIR binop support
John Hodge
1
-2
/
+51
2016-10-22
HIR Const Eval - (minor) comment about MIR cast op
John Hodge
1
-0
/
+1
2016-10-21
HIR Const Eval - Support associated constants, fix bug where default EntPtr w...
John Hodge
1
-10
/
+20
2016-10-21
HIR - Associated constant typecheck and MIR support
John Hodge
1
-0
/
+3
2016-10-19
HIR Const Eval - Allow indexing
John Hodge
1
-3
/
+18
2016-10-15
HIR - Rough support for associated consts
John Hodge
1
-4
/
+6
2016-09-28
HIR Const Eval - Support enums in constant UnitVariant
John Hodge
1
-11
/
+22
2016-09-28
HIR - Support Variant literals
John Hodge
1
-4
/
+36
2016-09-28
Const Eval - Don't attempt to evaluate extern statics
John Hodge
1
-3
/
+7
2016-09-28
Const Eval - Allow pointer casts
John Hodge
1
-0
/
+10
2016-09-28
Const Eval - Support unit structs
John Hodge
1
-37
/
+46
2016-09-28
Const Eval - Rough MIR casts
John Hodge
1
-1
/
+39
2016-09-28
Const Eval - Fix dumb bug in call
John Hodge
1
-4
/
+5
2016-09-25
HIR - Hacky consteval fixes
John Hodge
1
-7
/
+37
2016-09-18
HIR - Rework to include a node for in/box (for better type inferrence)
John Hodge
1
-0
/
+3
2016-09-03
HIR Const Eval - Minimal working MIR consteval
John Hodge
1
-8
/
+22
2016-09-03
HIR Const Eval - More structure to MIR execution support
John Hodge
1
-3
/
+20
2016-09-03
HIR - Convert Literal::BorrowOf to use a full path
John Hodge
1
-1
/
+1
2016-09-03
HIR Const Eval - Rough structure for MIR eval
John Hodge
1
-1
/
+173
[next]