Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
4d1be4920fefe2c1f7cb40357842c6587cdcc50e
/
compiler
/
optimizing
/
nodes.h
4d1be49
Remove the IsInDexCache flag from HLoadString.
by Vladimir Marko
· 8 years ago
c1a42cf
Remove soon to be obsolete call kinds for direct calls.
by Nicolas Geoffray
· 8 years ago
eaaaaef
Merge "Sharpen HLoadClass from inliner."
by Nicolas Geoffray
· 8 years ago
b0b051a
CHA guard optimization (elimination/hoisting).
by Mingyao Yang
· 8 years ago
5687634
Sharpen HLoadClass from inliner.
by Nicolas Geoffray
· 8 years ago
a9dbe83
Add HVariableInputSizeInstruction.
by Mingyao Yang
· 8 years ago
9186ced
ART: Clean up utils.h
by Andreas Gampe
· 8 years ago
22384ae
Revert "Revert "Add kJitTableAddress for HLoadClass.""
by Nicolas Geoffray
· 8 years ago
d2d5262
Revert "Add kJitTableAddress for HLoadClass."
by Nicolas Geoffray
· 8 years ago
5b12f79
Add kJitTableAddress for HLoadClass.
by Nicolas Geoffray
· 8 years ago
063fc77
Class Hierarchy Analysis (CHA)
by Mingyao Yang
· 8 years ago
679ba8d
Merge "Optimizations around escape analysis. With tests."
by Treehugger Robot
· 8 years ago
71bf7b4
Optimizations around escape analysis. With tests.
by Aart Bik
· 8 years ago
8a0128a
ART: Add dex::StringIndex
by Andreas Gampe
· 8 years ago
a5b09a6
ART: Add dex::TypeIndex
by Andreas Gampe
· 8 years ago
132d836
Revert "Revert "Revert "Revert "JIT root tables.""""
by Nicolas Geoffray
· 8 years ago
3395fbc
Revert "Revert "Revert "JIT root tables."""
by Nicolas Geoffray
· 8 years ago
75afcdd
Revert "Revert "JIT root tables.""
by Nicolas Geoffray
· 8 years ago
48f3e29
Merge "Do not inline loops without exit edges"
by David Sehr
· 8 years ago
c757dec
Do not inline loops without exit edges
by David Sehr
· 8 years ago
7891b23
Merge "Allow read side effects for removing dead instructions."
by Aart Bik
· 8 years ago
ff7d89c
Allow read side effects for removing dead instructions.
by Aart Bik
· 8 years ago
20c56a8
Merge "Revert "JIT root tables.""
by Nicolas Geoffray
· 8 years ago
4acd036
Revert "JIT root tables."
by Nicolas Geoffray
· 8 years ago
54d6a20
Fix 552-checker-sharpening for PIC test.
by Vladimir Marko
· 8 years ago
ac3ebc3
JIT root tables.
by Nicolas Geoffray
· 8 years ago
2767f4b
New instruction simplifications. Extra dce pass. Allow more per block repeats.
by Aart Bik
· 8 years ago
384cb66
Merge "Remove H[Reverse]PostOrderIterator and HInsertionOrderIterator."
by Vladimir Marko
· 8 years ago
2c45bc9
Remove H[Reverse]PostOrderIterator and HInsertionOrderIterator.
by Vladimir Marko
· 8 years ago
cc42be0
Improved induction variable analysis and loop optimizations.
by Aart Bik
· 8 years ago
68f1128
Merge "Update HInstruction::NeedsCurrentMethod."
by Nicolas Geoffray
· 8 years ago
96eeb4e
Update HInstruction::NeedsCurrentMethod.
by Nicolas Geoffray
· 8 years ago
e8a3c57
Replace StackHandleScopeCollection with VariableSizedHandleScope
by Mathieu Chartier
· 8 years ago
482095d
Improved and simplified loop optimizations.
by Aart Bik
· 8 years ago
9620230
Refactoring of graph linearization and linear order.
by Aart Bik
· 8 years ago
26705cc
Merge "A first implementation of a loop optimization framework."
by Aart Bik
· 8 years ago
aad75c6
Revert "Revert "Store resolved Strings for AOT code in .bss.""
by Vladimir Marko
· 8 years ago
281c681
A first implementation of a loop optimization framework.
by Aart Bik
· 8 years ago
5f92605
Revert "Store resolved Strings for AOT code in .bss."
by Vladimir Marko
· 8 years ago
4287925
Merge "Store resolved Strings for AOT code in .bss."
by Vladimir Marko
· 8 years ago
762869d
Simplify our intrinsic recognizer.
by Nicolas Geoffray
· 8 years ago
63dccbb
Store resolved Strings for AOT code in .bss.
by Vladimir Marko
· 8 years ago
da079bb
Cleanup String.<init> handling.
by Nicolas Geoffray
· 8 years ago
5e4e11e
Clean-up sharpening and compiler driver.
by Nicolas Geoffray
· 8 years ago
91a6516
Remove the `CanTriggerGC` side-effects on a few instructions.
by Alexandre Rames
· 8 years ago
a593118
Fix google-explicit-constructor warnings in art.
by Chih-Hung Hsieh
· 8 years ago
755beba
Merge "Move ArrayRef to runtime/base"
by David Brazdil
· 8 years ago
20e9db6
Make LinearizeGraph() public (and move it to nodes files)
by Aart Bik
· 8 years ago
d9c9037
Move ArrayRef to runtime/base
by David Brazdil
· 8 years ago
8850c73
Merge "MIPS32: Implement table-based packed switch"
by Treehugger Robot
· 8 years ago
96b6682
MIPS32: Implement table-based packed switch
by Alexey Frunze
· 8 years ago
c11d1b4
Merge "Allow for testing alternative code generators in codegen_test.cc"
by Roland Levillain
· 8 years ago
31b12e3
Avoid read barrier for image HLoadClass
by Mathieu Chartier
· 8 years ago
2c76e06
Allow for testing alternative code generators in codegen_test.cc
by Scott Wakeling
· 8 years ago
cf8b2fa
Merge changes I3f825746,Ia4284ccd,I437ffd43
by Nicolas Geoffray
· 8 years ago
fca1666
Extend the InvokeRuntime() changes to mips.
by Serban Constantinescu
· 8 years ago
bdf7f1c
ART: SHARED_REQUIRES to REQUIRES_SHARED
by Andreas Gampe
· 8 years ago
f9136b6
Merge "MIPS32: Improve string and class loads"
by Vladimir Marko
· 8 years ago
06a46c4
MIPS32: Improve string and class loads
by Alexey Frunze
· 8 years ago
26de38b
ART: Delete old compiler_enums.h
by Andreas Gampe
· 8 years ago
328429f
ARM: Port instr simplification of array accesses.
by Artem Serov
· 8 years ago
e3fb245
MIPS32: Improve method invocation
by Alexey Frunze
· 9 years ago
1fdb340
Merge "Create a typedef for HInstruction::GetInputs() return type."
by Treehugger Robot
· 9 years ago
e900491
Create a typedef for HInstruction::GetInputs() return type.
by Vladimir Marko
· 9 years ago
7fe30f9
Make the Compute() method of all HIRs static.
by Anton Kirilov
· 9 years ago
fdbc395
Merge "Do checks on the fault address when we think it's an NPE."
by Treehugger Robot
· 9 years ago
e8e1127
Do checks on the fault address when we think it's an NPE.
by Nicolas Geoffray
· 9 years ago
79fb0a2
Merge "ART: Run RTP if invoke inputs have more specific type"
by David Brazdil
· 9 years ago
94ab38f
ART: Run RTP if invoke inputs have more specific type
by David Brazdil
· 9 years ago
4692c35
Merge "Replace String.charAt() with HIR."
by Vladimir Marko
· 9 years ago
87f3fcb
Replace String.charAt() with HIR.
by Vladimir Marko
· 9 years ago
dbb7f5b
Improve HLoadClass code generation.
by Vladimir Marko
· 9 years ago
d6c205e
ART: Remove redundant MoveInstructionBefore method
by David Brazdil
· 9 years ago
6b631dc
Merge "ART: ArrayGet hoisting restriction added."
by Aart Bik
· 9 years ago
f89381f
ART: ArrayGet hoisting restriction added.
by Anton Shamin
· 9 years ago
372f10e
Refactor handling of input records.
by Vladimir Marko
· 9 years ago
fcb503c
Mark concrete HIR instructions as FINAL.
by Vladimir Marko
· 9 years ago
d7c2fdc
Fix another case of live_in at irreducible loop entry.
by Nicolas Geoffray
· 9 years ago
36a94ab
Merge "Intrinsify String.length() and String.isEmpty() as HIR."
by Vladimir Marko
· 9 years ago
dce016e
Intrinsify String.length() and String.isEmpty() as HIR.
by Vladimir Marko
· 9 years ago
5bcbdd5
Merge "Optimizing: LoadString may not have any side effects."
by Vladimir Marko
· 9 years ago
3f4a522
ART: Fix dominance for irreducible loops
by David Brazdil
· 9 years ago
b4154d3
Merge "Revert "Revert "Use dex cache from compilation unit in RTP."""
by Vladimir Marko
· 9 years ago
456307a
Revert "Revert "Use dex cache from compilation unit in RTP.""
by Vladimir Marko
· 9 years ago
46817b8
Use iterators "before" the use node in HUserRecord<>.
by Vladimir Marko
· 9 years ago
2dcab78
Merge "Remove the no-longer-needed F/I and D/J alias."
by Aart Bik
· 9 years ago
18b36ab
Remove the no-longer-needed F/I and D/J alias.
by Aart Bik
· 9 years ago
05241f4
Merge "Enable allocation elimination as part of LSE"
by Mingyao Yang
· 9 years ago
34d9b04
Revert "Use dex cache from compilation unit in RTP."
by Nicolas Geoffray
· 9 years ago
062157f
Enable allocation elimination as part of LSE
by Mingyao Yang
· 9 years ago
27bb86e
Use dex cache from compilation unit in RTP.
by Vladimir Marko
· 9 years ago
1f7624c
Revert "Remove the no-longer-needed F/I and D/J alias."
by Aart Bik
· 9 years ago
2f52064
Remove the no-longer-needed F/I and D/J alias.
by Aart Bik
· 9 years ago
c2e8af9
ART: Speed up HGraph::PopulateIrreducibleRecursive
by David Brazdil
· 9 years ago
dee58d6
Revert "Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals""
by David Brazdil
· 9 years ago
ace7a00
Optimizing: LoadString may not have any side effects.
by Vladimir Marko
· 9 years ago
6032891
Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals"
by David Brazdil
· 9 years ago
e3ff7b2
Refactor HGraphBuilder and SsaBuilder to remove HLocals
by David Brazdil
· 9 years ago
86ea7ee
Build dominator tree before generating HInstructions
by David Brazdil
· 9 years ago
b0170f0
Merge "Fix Boolean to integral types conversions."
by Roland Levillain
· 9 years ago
Next »