Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
0f7dca4ca0be8d2f8776794d35edf8b51b5bc997
/
compiler
/
optimizing
0f7dca4
Optimizing/X86: PC-relative dex cache array addressing.
by Vladimir Marko
· 10 years ago
31f1584
Merge "Optimizing: Rewrite search for common dominators."
by Vladimir Marko
· 10 years ago
391d01f
Optimizing: Rewrite search for common dominators.
by Vladimir Marko
· 10 years ago
6f6f359
Fix mip64 build: hide current method input only if it exists.
by Vladimir Marko
· 10 years ago
f11f5eb
Merge "ART: Fix critical edge splitting under try/catch"
by David Brazdil
· 10 years ago
db51efb
ART: Fix critical edge splitting under try/catch
by David Brazdil
· 10 years ago
3e5b3c9
Merge "Optimizing: Remove unused ArtMethod* input from HInvokeStaticOrDirect."
by Vladimir Marko
· 10 years ago
2264f62
Merge "MIPS64: small improvements in code generation"
by Nicolas Geoffray
· 10 years ago
5c75ffa
MIPS64: small improvements in code generation
by Alexey Frunze
· 10 years ago
c857c74
MIPS64: Improve integer division by constants
by Alexey Frunze
· 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
17656eb
Merge "MIPS32: java.lang.String.equals"
by Andreas Gampe
· 10 years ago
16ba2b4
MIPS32: java.lang.String.equals
by Chris Larsen
· 10 years ago
8148937
Improve X86 handling of constants to Field/Array Set
by Mark Mendell
· 10 years ago
2704896
Merge "MIPS64: Implement virtual intrinsic slow path"
by Nicolas Geoffray
· 10 years ago
53afca1
MIPS64: Implement virtual intrinsic slow path
by Alexey Frunze
· 10 years ago
d93223d
Merge "Finalized all components of range analysis needed for dynamic bce."
by Aart Bik
· 10 years ago
f2a93f4
Merge "X86-64: Split long/double constant array/field set"
by Nicolas Geoffray
· 10 years ago
ea5af68
X86-64: Split long/double constant array/field set
by Mark Mendell
· 10 years ago
b8b9769
Fix conditional jump over jmp (X86/X86-64/ARM32)
by Mark Mendell
· 10 years ago
b24301b
Merge "Code cleanup to avoid CompilerDriver abstractions in JIT."
by Nicolas Geoffray
· 10 years ago
d28b969
Code cleanup to avoid CompilerDriver abstractions in JIT.
by Nicolas Geoffray
· 10 years ago
2bd4c5c
Revert "ART: Implement DeadPhiHandling in PrimitiveTypePropagation"
by David Brazdil
· 10 years ago
1749e2c
ART: Implement DeadPhiHandling in PrimitiveTypePropagation
by David Brazdil
· 10 years ago
389b3db
Finalized all components of range analysis needed for dynamic bce.
by Aart Bik
· 10 years ago
c8894ab
Merge "Delay emitting CFI PC adjustments until after Thumb2/Mips fixup."
by Vladimir Marko
· 10 years ago
10ef694
Delay emitting CFI PC adjustments until after Thumb2/Mips fixup.
by Vladimir Marko
· 10 years ago
934808f
Fix mips32oc ArraySet null constant assignment
by Pavle Batuta
· 10 years ago
fb552d7
Revert "ART: Update DCE to work with try/catch"
by David Brazdil
· 10 years ago
ce52901
ART: Update DCE to work with try/catch
by David Brazdil
· 10 years ago
816b2b3
Merge "Fix inlining and lse bugs with unresolved access."
by Nicolas Geoffray
· 10 years ago
d930929
Fix inlining and lse bugs with unresolved access.
by Nicolas Geoffray
· 10 years ago
3e0597f
Merge "ART: Enable inlining under try/catch"
by David Brazdil
· 10 years ago
9517798
ART: Enable inlining under try/catch
by David Brazdil
· 10 years ago
c74e69f
Merge "ART: Arm32 packed-switch jump tables"
by Andreas Gampe
· 10 years ago
7cffc3b
ART: Arm32 packed-switch jump tables
by Andreas Gampe
· 10 years ago
469e9c4
Merge "Keep list of dex files for oat file in CompilerDriver."
by Vladimir Marko
· 10 years ago
d1eaf0d
Keep list of dex files for oat file in CompilerDriver.
by Vladimir Marko
· 10 years ago
70d95b4
Merge "MIPS32: Create infrastructure to support intrinsics"
by Andreas Gampe
· 10 years ago
701566a
MIPS32: Create infrastructure to support intrinsics
by Chris Larsen
· 10 years ago
d13f2b3
Merge "Revert "ART: Enable more passes under try/catch""
by David Brazdil
· 10 years ago
771e5cc
Revert "ART: Enable more passes under try/catch"
by David Brazdil
· 10 years ago
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
Next »