Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
0f7dca4ca0be8d2f8776794d35edf8b51b5bc997
/
compiler
/
optimizing
/
builder.cc
3e5b3c9
Merge "Optimizing: Remove unused ArtMethod* input from HInvokeStaticOrDirect."
by Vladimir Marko
· 10 years ago
b554b5a
Optimizing: Remove unused ArtMethod* input from HInvokeStaticOrDirect.
by Vladimir Marko
· 10 years ago
9bc4361
ART: Fix simplification of catch blocks in the presence of dead code
by David Brazdil
· 10 years ago
55d02cf
Revert "Enable store elimination for singleton objects."
by Andreas Gampe
· 10 years ago
7f43a3d
Enable store elimination for singleton objects.
by Mingyao Yang
· 10 years ago
cbf3c0f
Merge "Optimizing: Determine invoke-static/-direct dispatch early."
by Vladimir Marko
· 10 years ago
dc151b2
Optimizing: Determine invoke-static/-direct dispatch early.
by Vladimir Marko
· 10 years ago
8df69d4
Revert "Revert "load store elimination.""
by Mingyao Yang
· 10 years ago
7cf979b
Merge "Revert "Revert "optimizing: propagate type information of arguments"""
by Calin Juravle
· 10 years ago
8030c41
Revert "load store elimination."
by Nicolas Geoffray
· 10 years ago
589dac7
load store elimination.
by Mingyao Yang
· 10 years ago
e6e3bea
Revert "Revert "optimizing: propagate type information of arguments""
by Calin Juravle
· 10 years ago
df34560
Merge "Revert "optimizing: propagate type information of arguments""
by Calin Juravle
· 10 years ago
c05aca7
Revert "optimizing: propagate type information of arguments"
by Calin Juravle
· 10 years ago
02280e6
Merge "optimizing: propagate type information of arguments"
by Calin Juravle
· 10 years ago
2c1ffc3
optimizing: propagate type information of arguments
by Calin Juravle
· 10 years ago
b5c810e
Merge "Optimizing: Avoid string init register set copy for debuggable."
by Vladimir Marko
· 10 years ago
dbc2337
Optimizing: Avoid string init register set copy for debuggable.
by Vladimir Marko
· 10 years ago
4e2a557
Assert that referrers class should not need access check.
by Calin Juravle
· 10 years ago
ec7802a
Add DCHECKs to ArenaVector and ScopedArenaVector.
by Vladimir Marko
· 10 years ago
98893e1
Add support for unresolved classes in optimizing.
by Calin Juravle
· 10 years ago
07380a2
Enable compilation of members with access check failures.
by Calin Juravle
· 10 years ago
e460d1d
Revert "Revert "Support unresolved fields in optimizing"
by Calin Juravle
· 10 years ago
5233f93
Optimizing: Tag even more arena allocations.
by Vladimir Marko
· 10 years ago
3b9f304
Address HPackedSwitch issues raised after merge
by Mark Mendell
· 10 years ago
ec7e44f
Merge "Optimizing: Tag more arena allocations."
by Vladimir Marko
· 10 years ago
2aaa4b5
Optimizing: Tag more arena allocations.
by Vladimir Marko
· 10 years ago
d7558da
ART: Preserve loop headers with try/catch
by David Brazdil
· 10 years ago
fe57faa
[optimizing] Add basic PackedSwitch support
by Mark Mendell
· 10 years ago
85c7bab
Revert "Revert "Optimize code generation of check-cast and instance-of.""
by Nicolas Geoffray
· 10 years ago
6766eae
Merge "Revert "Optimize code generation of check-cast and instance-of.""
by Nicolas Geoffray
· 10 years ago
7537437
Revert "Optimize code generation of check-cast and instance-of."
by Nicolas Geoffray
· 10 years ago
b7d8e8c
Optimizing: Do not use range-based loop when inserting elements.
by Vladimir Marko
· 10 years ago
a201d5e
Merge "Optimize code generation of check-cast and instance-of."
by Nicolas Geoffray
· 10 years ago
e6f49b4
Revert "Support unresolved fields in optimizing" breaks debuggable tests.
by Calin Juravle
· 10 years ago
64acf30
Optimize code generation of check-cast and instance-of.
by Nicolas Geoffray
· 10 years ago
23a8e35
Support unresolved fields in optimizing
by Calin Juravle
· 10 years ago
175dc73
Support unresolved methods in Optimizing
by Calin Juravle
· 10 years ago
5d01db1
BuildInvoke refactor: extract String.init in its own code path
by Calin Juravle
· 10 years ago
fa6b93c
Optimizing: Tag arena allocations in HGraph.
by Vladimir Marko
· 10 years ago
77a48ae
Revert "Revert "ART: Register allocation and runtime support for try/catch""
by David Brazdil
· 10 years ago
659562a
Revert "ART: Register allocation and runtime support for try/catch"
by David Brazdil
· 10 years ago
b022fa1
ART: Register allocation and runtime support for try/catch
by David Brazdil
· 10 years ago
9af47e2
Merge "Optimizing: Tag basic block allocations with their source."
by Vladimir Marko
· 10 years ago
3ecfd65
Add dex_pc to all HInstructions in builder.
by Yevgeny Rouban
· 10 years ago
6058455
Optimizing: Tag basic block allocations with their source.
by Vladimir Marko
· 10 years ago
736b560
Reduce how often we call FindDexCache
by Mathieu Chartier
· 10 years ago
673ed3d
Revert "Revert "Change dex caches to be weak roots""
by Mathieu Chartier
· 10 years ago
599262c
Fix extra parantheses
by Calin Juravle
· 10 years ago
0eedd7e
Fix BuildInvoke
by Calin Juravle
· 10 years ago
68ad649
Refactor BuildInvoke.
by Calin Juravle
· 10 years ago
99429ae
Merge "Revert "Revert "Optimizing: Better invoke-static/-direct dispatch."""
by Vladimir Marko
· 10 years ago
5815501
Revert "Revert "Optimizing: Better invoke-static/-direct dispatch.""
by Vladimir Marko
· 10 years ago
ec16f79
ART: Refactor try/catch block info, store exception type
by David Brazdil
· 10 years ago
b2c431e
Revert "Optimizing: Better invoke-static/-direct dispatch."
by Vladimir Marko
· 10 years ago
9b688a0
Optimizing: Better invoke-static/-direct dispatch.
by Vladimir Marko
· 10 years ago
cb1c055
ART: Move exception clearing into own instruction
by David Brazdil
· 10 years ago
9523a3e
Revert "Revert "Use the quickened metadata to compile -QUICK opcodes.""
by Nicolas Geoffray
· 10 years ago
8ab9a90
Revert "Use the quickened metadata to compile -QUICK opcodes."
by Nicolas Geoffray
· 10 years ago
4515a67
Use the quickened metadata to compile -QUICK opcodes.
by Nicolas Geoffray
· 10 years ago
f185fb3
Merge "[optimizing] Don't rely on the verifier for String.<init>."
by Nicolas Geoffray
· 10 years ago
2e7cd75
[optimizing] Don't rely on the verifier for String.<init>.
by Nicolas Geoffray
· 10 years ago
f400021
Merge "Fuse long and FP compare & condition on ARM in Optimizing."
by Roland Levillain
· 10 years ago
72783ff
ART: Fix bug in GraphBuilder
by David Brazdil
· 10 years ago
6cd788f
Address small comments in HGraphBuilder
by David Brazdil
· 10 years ago
bff7503
Revert "Revert "ART: Ignore try blocks with no throwing instructions""
by David Brazdil
· 10 years ago
efe374d
Revert "ART: Ignore try blocks with no throwing instructions"
by David Brazdil
· 10 years ago
8f8ee68
ART: Ignore try blocks with no throwing instructions
by David Brazdil
· 10 years ago
4fa13f6
Fuse long and FP compare & condition on ARM in Optimizing.
by Roland Levillain
· 10 years ago
3e18a89
Merge "Fuse long and FP compare & condition on x86/x86-64 in Optimizing."
by Roland Levillain
· 10 years ago
c470193
Fuse long and FP compare & condition on x86/x86-64 in Optimizing.
by Mark Mendell
· 10 years ago
281a632
ART: Fix graph for switch leaving a try block
by David Brazdil
· 10 years ago
49bace1
Address additional comments on try-catch CL
by David Brazdil
· 10 years ago
56e1acc
ART: Changes to try-catch in GraphBuilder
by David Brazdil
· 10 years ago
fc6a86a
Revert "Revert "ART: Implement try/catch blocks in Builder""
by David Brazdil
· 10 years ago
3e18738
Revert "ART: Implement try/catch blocks in Builder"
by David Brazdil
· 10 years ago
0b5c7d1
ART: Implement try/catch blocks in Builder
by David Brazdil
· 10 years ago
b809daa
Merge "ART: Stop creating a fallthrough block for Goto"
by David Brazdil
· 10 years ago
fe65946
ART: Stop creating a fallthrough block for Goto
by David Brazdil
· 10 years ago
1efcc22
Fix another case of un-verified dead code.
by Nicolas Geoffray
· 10 years ago
b783b40
Revert "Revert "Use IsAssignableFrom instead of IsSubclass for robustness.""
by Nicolas Geoffray
· 10 years ago
ae37039
Merge "Use compiling class instead of outer class for access checks."
by Nicolas Geoffray
· 10 years ago
0f0be72
Merge "Revert "Use IsAssignableFrom instead of IsSubclass for robustness.""
by Nicolas Geoffray
· 10 years ago
463580c
Revert "Use IsAssignableFrom instead of IsSubclass for robustness."
by Nicolas Geoffray
· 10 years ago
afd0641
Use compiling class instead of outer class for access checks.
by Nicolas Geoffray
· 10 years ago
e85647e
Merge "Use IsAssignableFrom instead of IsSubclass for robustness."
by Nicolas Geoffray
· 10 years ago
aa91920
Fix String Change baseline compiler errors.
by Nicolas Geoffray
· 10 years ago
af268bb
Use IsAssignableFrom instead of IsSubclass for robustness.
by Nicolas Geoffray
· 10 years ago
e102f19
Merge "Fix StringChange for optimizing compiler."
by Jeff Hao
· 10 years ago
4dda337
MIPS: Initial version of optimizing compiler for MIPS64R6.
by Alexey Frunze
· 10 years ago
3045174
Use compiling class instead of referrer for access checks.
by Nicolas Geoffray
· 10 years ago
cad6542
Fix StringChange for optimizing compiler.
by Jeff Hao
· 10 years ago
69505f8
Don't check the return type in the builder.
by Nicolas Geoffray
· 10 years ago
2e33525
Bailout from compilation if an invoke is malformed.
by Nicolas Geoffray
· 10 years ago
2ef645b
ART: Allow PackedSwitch instructions with zero targets
by David Brazdil
· 10 years ago
15875b0
Revert "ART: Allow PackedSwitch instructions with zero targets"
by David Brazdil
· 10 years ago
241f9c4
ART: Allow PackedSwitch instructions with zero targets
by David Brazdil
· 10 years ago
ae09d2d
Bring ReferenceTypePropagation to HInvoke return types
by Guillaume "Vermeille" Sanchez
· 10 years ago
6c0c4f2
Revert "Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types"""
by Calin Juravle
· 10 years ago
a981f9d
Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types""
by Calin Juravle
· 10 years ago
Next »