Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
6f5c41f9e409bc4da53b5d7c385202255e391e72
/
compiler
/
optimizing
/
nodes.h
6f5c41f
Implement instanceof in optimizing.
by Nicolas Geoffray
· 10 years ago
f43083d
Do not update Out after it has a valid location.
by Nicolas Geoffray
· 10 years ago
de58ab2
Implement try/catch/throw in optimizing.
by Nicolas Geoffray
· 10 years ago
cd2de0c
Fix failures after div support.
by Nicolas Geoffray
· 10 years ago
d0d4852
[optimizing compiler] Add div-int and exception handling.
by Calin Juravle
· 10 years ago
ed9b195
Fix ART build issues.
by Roland Levillain
· 10 years ago
dff1f28
Support int-to-long conversions in the optimizing compiler.
by Roland Levillain
· 10 years ago
424f676
Implement CONST_CLASS in optimizing compiler.
by Nicolas Geoffray
· 10 years ago
6a3c1fc
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
by Ian Rogers
· 10 years ago
b5f62b3
Support for CONST_STRING in optimizing compiler.
by Nicolas Geoffray
· 10 years ago
19a19cf
Add support for static fields in optimizing compiler.
by Nicolas Geoffray
· 10 years ago
7c4954d
[optimizing compiler] Add division for floats and doubles
by Calin Juravle
· 10 years ago
1122c7f
Merge "Implement int bit-wise not operation in the optimizing compiler."
by Roland Levillain
· 10 years ago
1cc5f251
Implement int bit-wise not operation in the optimizing compiler.
by Roland Levillain
· 10 years ago
cf7f191
C++11 related clean-up of DISALLOW_..
by Ian Rogers
· 10 years ago
a3d05a4
Implement array creation related DEX instructions.
by Nicolas Geoffray
· 10 years ago
102cbed
Implement register allocator for floating point registers.
by Nicolas Geoffray
· 10 years ago
9240d6a
Constant folding on unary operations in the optimizing compiler.
by Roland Levillain
· 10 years ago
88cb175
Implement int negate instruction in the optimizing compiler.
by Roland Levillain
· 10 years ago
6c82d40
Have HInstruction::StrictlyDominates compute strict dominance.
by Roland Levillain
· 10 years ago
34bacdf
Add multiplication for integral types
by Calin Juravle
· 10 years ago
633021e
Implement default traversals in CFG & SSA graph checkers.
by Roland Levillain
· 10 years ago
e161a2a
Do not remove NullChecks & BoundsChecks in HDeadCodeElimination.
by Roland Levillain
· 10 years ago
b76c549
Merge "Fix code generation of materialized conditions."
by Nicolas Geoffray
· 10 years ago
0279ebb
Tidy ELF builder.
by Ian Rogers
· 10 years ago
360231a
Fix code generation of materialized conditions.
by Nicolas Geoffray
· 10 years ago
9344568
Fix and improve static evaluation of constant expressions.
by Roland Levillain
· 10 years ago
740475d
Fix a bug in the insertion of parallel move.
by Nicolas Geoffray
· 10 years ago
9ebc72c
Make suspend checks note have side effects.
by Nicolas Geoffray
· 10 years ago
a72cb22
Merge "Optimize suspend checks in optimizing compiler."
by Nicolas Geoffray
· 10 years ago
d7e2f32
Merge "Optimizing compiler: remove unnecessary `explicit' keywords."
by Roland Levillain
· 10 years ago
5799fc0
Optimizing compiler: remove unnecessary `explicit' keywords.
by Roland Levillain
· 10 years ago
3c04974
Optimize suspend checks in optimizing compiler.
by Nicolas Geoffray
· 10 years ago
6b46923
Optimizing compiler: check inputs & uses definitions in CFG.
by Roland Levillain
· 10 years ago
2e1391b
Merge "Fix code generation with materialized conditions."
by Nicolas Geoffray
· 10 years ago
18efde5
Fix code generation with materialized conditions.
by Nicolas Geoffray
· 10 years ago
0f60165
Merge "Add loop- and phi-related checks in the optimizing compiler."
by Roland Levillain
· 10 years ago
6b879dd
Add loop- and phi-related checks in the optimizing compiler.
by Roland Levillain
· 10 years ago
724c963
Also remove environment links to removed instructions.
by Nicolas Geoffray
· 10 years ago
d31cf3d
First optimization in new compiler: simple GVN.
by Nicolas Geoffray
· 10 years ago
53562d9
Merge "Initiate a constant propagation pass in the optimizing compiler."
by Roland Levillain
· 10 years ago
c83d441
Fix a lint error and update a test after the phi fix.
by Nicolas Geoffray
· 10 years ago
aaadf03
Merge "Ensure the first predecessor of a loop is the pre header."
by Nicolas Geoffray
· 10 years ago
556c3d1
Initiate a constant propagation pass in the optimizing compiler.
by Roland Levillain
· 10 years ago
e2aa073
Merge "Small fixes to get the boot image compiled in debug mode."
by Nicolas Geoffray
· 10 years ago
b09aacb
Small fixes to get the boot image compiled in debug mode.
by Nicolas Geoffray
· 10 years ago
72bceff
Initiate a dead code elimination pass in the optimizing compiler.
by Roland Levillain
· 10 years ago
ccc07a9
Add CFG and SSA form checkers in the optimizing compiler.
by Roland Levillain
· 10 years ago
604c6e4
Ensure the first predecessor of a loop is the pre header.
by Nicolas Geoffray
· 10 years ago
e982f0b
Implement invoke virtual in optimizing compiler.
by Nicolas Geoffray
· 10 years ago
fbc695f
Revert "Revert "Implement suspend checks in new compiler.""
by Nicolas Geoffray
· 10 years ago
7e3652c
Revert "Implement suspend checks in new compiler."
by Nicolas Geoffray
· 10 years ago
6fbce02
Implement suspend checks in new compiler.
by Nicolas Geoffray
· 10 years ago
065bf77
Add (simple) side effects flags and equality methods on nodes.
by Nicolas Geoffray
· 10 years ago
3946844
Runtime support for the new stack maps for the opt compiler.
by Nicolas Geoffray
· 10 years ago
3ac17fc
Fix SsaDeadPhiElimination in the presence of dependent phis.
by Nicolas Geoffray
· 10 years ago
3c7bb98
Implement array get and array put in optimizing.
by Nicolas Geoffray
· 10 years ago
96f89a2
Add assembly operations with constants in optimizing compiler.
by Nicolas Geoffray
· 10 years ago
e63db27
Break apart header files.
by Ian Rogers
· 10 years ago
ab032bc
Fix a braino in the stack layout.
by Nicolas Geoffray
· 10 years ago
7dc206a
Add two phi pruning phases.
by Nicolas Geoffray
· 10 years ago
e503832
Support fields in optimizing compiler.
by Nicolas Geoffray
· 11 years ago
412f10c
Support longs in the register allocator for x86_64.
by Nicolas Geoffray
· 11 years ago
20dfc79
Add some more instruction support to optimizing compiler.
by Dave Allison
· 11 years ago
86dbb9a
Final CL to enable register allocation on x86.
by Nicolas Geoffray
· 11 years ago
ec7e472
Fix some bugs in graph construction/simplification methods.
by Nicolas Geoffray
· 11 years ago
a7062e0
Add a linear scan register allocator to the optimizing compiler.
by Nicolas Geoffray
· 11 years ago
4e3d23a
Import Dart's parallel move resolver.
by Nicolas Geoffray
· 11 years ago
ddb311f
Build live ranges in preparation for register allocation.
by Nicolas Geoffray
· 11 years ago
0d3f578
Linearize the graph before creating live ranges.
by Nicolas Geoffray
· 11 years ago
f635e63
Add a compilation tracing mechanism to the new compiler.
by Nicolas Geoffray
· 11 years ago
622d9c3
Add loop recognition and CFG simplifications in new compiler.
by Nicolas Geoffray
· 11 years ago
804d093
Build live-in, live-out and kill sets for each block.
by Nicolas Geoffray
· 11 years ago
c32e770
Add a Transform to SSA phase to the optimizing compiler.
by Nicolas Geoffray
· 11 years ago
db928fc
Simplify HInvokeStatic code generation.
by Nicolas Geoffray
· 11 years ago
01bc96d
Long support in optimizing compiler.
by Nicolas Geoffray
· 11 years ago
b55f835
Test control flow instruction with optimizing compiler.
by Nicolas Geoffray
· 11 years ago
f583e59
Add support for taking parameters in optimizing compiler.
by Nicolas Geoffray
· 11 years ago
2e7038a
Add support for new-instance and invoke-direct.
by Nicolas Geoffray
· 11 years ago
4a34a42
Support passing arguments to invoke-static* instructions.
by Nicolas Geoffray
· 11 years ago
d8ee737
Add support for adding two integers in optimizing compiler.
by Nicolas Geoffray
· 11 years ago
8ccc3f5
Add support for invoke-static in optimizing compiler.
by Nicolas Geoffray
· 11 years ago
787c307
Plug new optimizing compiler in compilation pipeline.
by Nicolas Geoffray
· 11 years ago
bab4ed7
More code generation for the optimizing compiler.
by Nicolas Geoffray
· 11 years ago
3ff386a
Add register support to the optimizing compiler.
by Nicolas Geoffray
· 11 years ago
d4dd255
Add codegen support to the optimizing compiler.
by Nicolas Geoffray
· 11 years ago
0e33643
Move arena_bit_vector.h/cc to compiler/utils.
by Nicolas Geoffray
· 11 years ago
be9a92a
Add conditional branches, and build dominator tree.
by Nicolas Geoffray
· 11 years ago
818f210
Re-apply: Initial check-in of an optimizing compiler.
by Nicolas Geoffray
· 11 years ago
1af0c0b
Revert "Initial check-in of an optimizing compiler."
by Nicolas Geoffray
· 11 years ago
68a5fef
Initial check-in of an optimizing compiler.
by Nicolas Geoffray
· 11 years ago