index
:
art
replicant-6.0
https://code.fossencdi.org/art.git mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler
/
optimizing
/
nodes.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge "Fix code generation of materialized conditions."
Nicolas Geoffray
2014-10-10
1
-51
/
+75
|
\
|
*
Fix code generation of materialized conditions.
Nicolas Geoffray
2014-10-09
1
-51
/
+75
*
|
Tidy ELF builder.
Ian Rogers
2014-10-09
1
-1
/
+1
|
/
*
Fix and improve static evaluation of constant expressions.
Roland Levillain
2014-10-08
1
-18
/
+51
*
Fix a bug in the insertion of parallel move.
Nicolas Geoffray
2014-09-29
1
-2
/
+15
*
Make suspend checks note have side effects.
Nicolas Geoffray
2014-09-25
1
-1
/
+1
*
Merge "Optimize suspend checks in optimizing compiler."
Nicolas Geoffray
2014-09-25
1
-1
/
+23
|
\
|
*
Optimize suspend checks in optimizing compiler.
Nicolas Geoffray
2014-09-25
1
-1
/
+23
*
|
Merge "Optimizing compiler: remove unnecessary `explicit' keywords."
Roland Levillain
2014-09-25
1
-2
/
+2
|
\
\
|
*
|
Optimizing compiler: remove unnecessary `explicit' keywords.
Roland Levillain
2014-09-25
1
-2
/
+2
|
|
/
*
/
Optimizing compiler: check inputs & uses definitions in CFG.
Roland Levillain
2014-09-25
1
-0
/
+3
|
/
*
Merge "Fix code generation with materialized conditions."
Nicolas Geoffray
2014-09-23
1
-0
/
+7
|
\
|
*
Fix code generation with materialized conditions.
Nicolas Geoffray
2014-09-23
1
-0
/
+7
*
|
Merge "Add loop- and phi-related checks in the optimizing compiler."
Roland Levillain
2014-09-23
1
-1
/
+7
|
\
\
|
*
|
Add loop- and phi-related checks in the optimizing compiler.
Roland Levillain
2014-09-22
1
-1
/
+7
|
|
/
*
/
Also remove environment links to removed instructions.
Nicolas Geoffray
2014-09-22
1
-0
/
+2
|
/
*
First optimization in new compiler: simple GVN.
Nicolas Geoffray
2014-09-19
1
-2
/
+62
*
Merge "Initiate a constant propagation pass in the optimizing compiler."
Roland Levillain
2014-09-18
1
-0
/
+46
|
\
|
*
Initiate a constant propagation pass in the optimizing compiler.
Roland Levillain
2014-09-18
1
-0
/
+46
*
|
Fix a lint error and update a test after the phi fix.
Nicolas Geoffray
2014-09-18
1
-1
/
+1
*
|
Merge "Ensure the first predecessor of a loop is the pre header."
Nicolas Geoffray
2014-09-18
1
-0
/
+7
|
\
\
|
|
/
|
/
|
|
*
Ensure the first predecessor of a loop is the pre header.
Nicolas Geoffray
2014-09-17
1
-0
/
+7
*
|
Merge "Small fixes to get the boot image compiled in debug mode."
Nicolas Geoffray
2014-09-18
1
-1
/
+2
|
\
\
|
*
|
Small fixes to get the boot image compiled in debug mode.
Nicolas Geoffray
2014-09-18
1
-1
/
+2
|
|
/
*
|
Initiate a dead code elimination pass in the optimizing compiler.
Roland Levillain
2014-09-17
1
-0
/
+6
*
|
Add CFG and SSA form checkers in the optimizing compiler.
Roland Levillain
2014-09-17
1
-9
/
+27
|
/
*
Implement invoke virtual in optimizing compiler.
Nicolas Geoffray
2014-09-17
1
-0
/
+21
*
Revert "Revert "Implement suspend checks in new compiler.""
Nicolas Geoffray
2014-09-16
1
-0
/
+20
*
Revert "Implement suspend checks in new compiler."
Nicolas Geoffray
2014-09-15
1
-20
/
+0
*
Implement suspend checks in new compiler.
Nicolas Geoffray
2014-09-15
1
-0
/
+20
*
Add (simple) side effects flags and equality methods on nodes.
Nicolas Geoffray
2014-09-08
1
-34
/
+140
*
Runtime support for the new stack maps for the opt compiler.
Nicolas Geoffray
2014-09-08
1
-6
/
+27
*
Fix SsaDeadPhiElimination in the presence of dependent phis.
Nicolas Geoffray
2014-08-07
1
-0
/
+1
*
Implement array get and array put in optimizing.
Nicolas Geoffray
2014-07-28
1
-0
/
+78
*
Add assembly operations with constants in optimizing compiler.
Nicolas Geoffray
2014-07-21
1
-9
/
+19
*
Break apart header files.
Ian Rogers
2014-07-15
1
-0
/
+1
*
Fix a braino in the stack layout.
Nicolas Geoffray
2014-07-15
1
-0
/
+4
*
Add two phi pruning phases.
Nicolas Geoffray
2014-07-14
1
-1
/
+13
*
Support fields in optimizing compiler.
Nicolas Geoffray
2014-07-14
1
-0
/
+107
*
Support longs in the register allocator for x86_64.
Nicolas Geoffray
2014-07-02
1
-0
/
+17
*
Add some more instruction support to optimizing compiler.
Dave Allison
2014-06-24
1
-47
/
+158
*
Final CL to enable register allocation on x86.
Nicolas Geoffray
2014-06-12
1
-0
/
+1
*
Fix some bugs in graph construction/simplification methods.
Nicolas Geoffray
2014-06-09
1
-13
/
+31
*
Add a linear scan register allocator to the optimizing compiler.
Nicolas Geoffray
2014-05-26
1
-17
/
+19
*
Import Dart's parallel move resolver.
Nicolas Geoffray
2014-05-23
1
-0
/
+85
*
Build live ranges in preparation for register allocation.
Nicolas Geoffray
2014-05-19
1
-2
/
+43
*
Linearize the graph before creating live ranges.
Nicolas Geoffray
2014-05-16
1
-1
/
+1
*
Add a compilation tracing mechanism to the new compiler.
Nicolas Geoffray
2014-05-14
1
-3
/
+14
*
Add loop recognition and CFG simplifications in new compiler.
Nicolas Geoffray
2014-05-13
1
-30
/
+110
*
Build live-in, live-out and kill sets for each block.
Nicolas Geoffray
2014-05-07
1
-9
/
+85
[next]