Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
c65d1f3d26a47e2fce3c3f8872e7942fec23f9b9
/
compiler
/
optimizing
c65d1f3
Merge "Move loop invariant utility to more general place."
by Aart Bik
· 10 years ago
5ad2759
Merge "ART: Enable more passes under try/catch"
by David Brazdil
· 10 years ago
73f1f3b
Move loop invariant utility to more general place.
by Aart Bik
· 10 years ago
2118d3d
Merge "Simplify unsigned comparisons against zero (with unit tests)."
by Aart Bik
· 10 years ago
96709f1
Simplify unsigned comparisons against zero (with unit tests).
by Aart Bik
· 10 years ago
39fabd6
ART: Enable more passes under try/catch
by David Brazdil
· 10 years ago
6f42850
Merge "MIPS64: Add "Compare and Swap" intrinsic support."
by Andreas Gampe
· 10 years ago
594c061
Merge "Revert "Enable store elimination for singleton objects.""
by Andreas Gampe
· 10 years ago
55d02cf
Revert "Enable store elimination for singleton objects."
by Andreas Gampe
· 10 years ago
f7b7f99
Merge "Generate taken-test during trip-count analysis."
by Aart Bik
· 10 years ago
d2b29d6
Merge "Enable store elimination for singleton objects."
by Mingyao Yang
· 10 years ago
22f0587
Generate taken-test during trip-count analysis.
by Aart Bik
· 10 years ago
7b829f6
Merge "Do not assume the dex cache is already populated."
by Nicolas Geoffray
· 10 years ago
c89715c
Do not assume the dex cache is already populated.
by Nicolas Geoffray
· 10 years ago
e87a718
MIPS32: added support for unresolved classes
by Pavle Batuta
· 10 years ago
7f43a3d
Enable store elimination for singleton objects.
by Mingyao Yang
· 10 years ago
7a16bdb
Merge "Reduce memory used by CompiledMethods."
by Vladimir Marko
· 10 years ago
35831e8
Reduce memory used by CompiledMethods.
by Vladimir Marko
· 10 years ago
cbf3c0f
Merge "Optimizing: Determine invoke-static/-direct dispatch early."
by Vladimir Marko
· 10 years ago
3642749
MIPS64: Add "Compare and Swap" intrinsic support.
by Chris Larsen
· 10 years ago
c9e94f3
MIPS: Support register pairs in CodeGeneratorMIPS::AddLocationAsTemp().
by Alexey Frunze
· 10 years ago
525b665
Merge "MIPS64: Clean-up intrinsics code"
by Andreas Gampe
· 10 years ago
1a87837
MIPS32: Fix loading address in GenerateStaticOrDirectCall
by Goran Jakovljevic
· 10 years ago
1839d3c
Merge "Revert "Run type propagation after inliner only when needed.""
by Calin Juravle
· 10 years ago
2717436
Revert "Run type propagation after inliner only when needed."
by Calin Juravle
· 10 years ago
605f27d
Merge "Run type propagation after inliner only when needed."
by Calin Juravle
· 10 years ago
e9d6e60
Disable store elimination on singleton object.
by Mingyao Yang
· 10 years ago
e5d80f8
Move ArenaBitVector into the runtime
by Mathieu Chartier
· 10 years ago
a815f17
Merge "Revert "Revert "load store elimination."""
by Mingyao Yang
· 10 years ago
4e5dd52
Run type propagation after inliner only when needed.
by Calin Juravle
· 10 years ago
31f0e75
Merge "ARM64: Instruction simplification for array accesses."
by Roland Levillain
· 10 years ago
dc151b2
Optimizing: Determine invoke-static/-direct dispatch early.
by Vladimir Marko
· 10 years ago
985ff70
Disable the ARM & ARM64 UnsafeCASObject intrinsic with heap poisoning.
by Roland Levillain
· 10 years ago
68561a1
Merge "Fix heap poisoning in UnsafeCASObject x86/x86-64 intrinsic."
by Roland Levillain
· 10 years ago
8df69d4
Revert "Revert "load store elimination.""
by Mingyao Yang
· 10 years ago
f652cec
MIPS: Initial version of optimizing compiler for MIPS32
by Goran Jakovljevic
· 10 years ago
b488b78
Fix heap poisoning in UnsafeCASObject x86/x86-64 intrinsic.
by Roland Levillain
· 10 years ago
8128437
MIPS64: Clean-up intrinsics code
by Chris Larsen
· 10 years ago
9926d88
Merge "Inliner: make sure the returned value is in the outer graph."
by Calin Juravle
· 10 years ago
66e33f1
Merge "Use DlMallocSpace for the JIT code cache."
by Nicolas Geoffray
· 10 years ago
0c3c266
Use DlMallocSpace for the JIT code cache.
by Nicolas Geoffray
· 10 years ago
58554b7
ART: Fix left-shift of negative numbers
by Andreas Gampe
· 10 years ago
214bbcd
Inliner: make sure the returned value is in the outer graph.
by Calin Juravle
· 10 years ago
cfea7d5
Disable the x86 & x86-64 UnsafeCASObject intrinsic with heap poisoning.
by Roland Levillain
· 10 years ago
27cfad0
Fix induction_var_range_test.
by Calin Juravle
· 10 years ago
7cf979b
Merge "Revert "Revert "optimizing: propagate type information of arguments"""
by Calin Juravle
· 10 years ago
e033ea6
Merge "MIPS64: Add intrinsic support for bit rotation"
by Andreas Gampe
· 10 years ago
0f8f864
MIPS64: Add intrinsic support for bit rotation
by Chris Larsen
· 10 years ago
aec3cce
Added ability to generate induction range code.
by Aart Bik
· 10 years ago
f69f56e
Merge "Generalize codegen and simplification of deopt."
by Aart Bik
· 10 years ago
bb245d1
Generalize codegen and simplification of deopt.
by Aart Bik
· 10 years ago
9aebff2
MIPS64: Add intrinsic support for bit rotation
by Chris Larsen
· 10 years ago
0646da7
MIPS64: Add intrinsics support for trailing zeros
by Chris Larsen
· 10 years ago
e6dbf48
ARM64: Instruction simplification for array accesses.
by Alexandre Rames
· 10 years ago
1360ada
MIPS64: Implement intrinsics from sun.misc.Unsafe:
by Chris Larsen
· 10 years ago
4b0ef9c
Merge "MIPS64: Implement intrinsics from java.lang.String:"
by Andreas Gampe
· 10 years ago
1261759
Fix in reference type propagation
by Calin Juravle
· 10 years ago
b69fbfb
ARM64: Better recognition of constants encodable as immediates.
by Alexandre Rames
· 10 years ago
4b8f1ec
Use ATTRIBUTE_UNUSED more.
by Roland Levillain
· 10 years ago
d5a69fc
Merge "Added support for unsigned comparisons"
by Aart Bik
· 10 years ago
e9f3760
Added support for unsigned comparisons
by Aart Bik
· 10 years ago
9499107
Move x86 constant area code to its own file
by Mark Mendell
· 10 years ago
943e89e
Merge "X86 jump tables for PackedSwitch"
by Vladimir Marko
· 10 years ago
392835d
Merge "X86_64 jump tables for PackedSwitch"
by Vladimir Marko
· 10 years ago
805b3b5
X86 jump tables for PackedSwitch
by Mark Mendell
· 10 years ago
e6e3bea
Revert "Revert "optimizing: propagate type information of arguments""
by Calin Juravle
· 10 years ago
9c86b48
X86_64 jump tables for PackedSwitch
by Mark Mendell
· 10 years ago
6440443
Merge "Improve Thumb2 bitwise operations."
by Vladimir Marko
· 10 years ago
d2b4ca2
Improve Thumb2 bitwise operations.
by Vladimir Marko
· 10 years ago
d17bd22
Merge "Fix MIPS64 boot"
by Nicolas Geoffray
· 10 years ago
8c34ec1
Fix MIPS64 boot
by Goran Jakovljevic
· 10 years ago
26a896a
Merge "Implement System.arraycopy intrinsic for arm."
by Nicolas Geoffray
· 10 years ago
5bd05a5
Implement System.arraycopy intrinsic for arm.
by Nicolas Geoffray
· 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
98615e5
Merge "Optimizing: Move GraphChecker memory allocations to arena."
by Vladimir Marko
· 10 years ago
439ffb8
Merge "Intrinsify System.arraycopy."
by Nicolas Geoffray
· 10 years ago
655e585
Optimizing: Move GraphChecker memory allocations to arena.
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
ee3cf07
Intrinsify System.arraycopy.
by Nicolas Geoffray
· 10 years ago
c9f2255
Merge "Add a clarifying comment on HLoadClass::InstructionDataEquals."
by Calin Juravle
· 10 years ago
b28e166
Merge "Don't check for optimizing test marker on unsupported ISAs."
by Calin Juravle
· 10 years ago
a9a306d
Add a clarifying comment on HLoadClass::InstructionDataEquals.
by Calin Juravle
· 10 years ago
cff8cc7
Don't check for optimizing test marker on unsupported ISAs.
by Calin Juravle
· 10 years ago
1f49764
ART: Use arena allocator with HashSet/HashMap.
by Vladimir Marko
· 10 years ago
359f77c
Merge "Add DCHECKs to ArenaVector and ScopedArenaVector."
by Vladimir Marko
· 10 years ago
64d8d93
Merge "Make sure classes with different access checks are not GVN-ed"
by Calin Juravle
· 10 years ago
386062d
Make sure classes with different access checks are not GVN-ed
by Calin Juravle
· 10 years ago
b95fb77
Optimizing: Clean up after tagging arena allocations.
by Vladimir Marko
· 10 years ago
ec7802a
Add DCHECKs to ArenaVector and ScopedArenaVector.
by Vladimir Marko
· 10 years ago
b2e436f
Merge "Don't remove type checks if we need to perform an access check."
by Calin Juravle
· 10 years ago
89b8691
Merge "Enforce optimizing test marker for verification errors."
by Calin Juravle
· 10 years ago
e53fb55
Don't remove type checks if we need to perform an access check.
by Calin Juravle
· 10 years ago
09b1d6f
Enforce optimizing test marker for verification errors.
by Calin Juravle
· 10 years ago
cde4d27
Fix x86_64 round intrinsic duplicate load
by Mark Mendell
· 10 years ago
12be662
Fix lint issues.
by Nicolas Geoffray
· 10 years ago
Next »