Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
3afca781086699e60a8941fb9474d4607c5909cb
/
compiler
3afca78
Fix tests now that the SSA builder is pruning more phis.
by Nicolas Geoffray
· 10 years ago
48e702f
Merge "Make the SSA builder honor the debuggable flag."
by Nicolas Geoffray
· 10 years ago
39d9fe2
Merge "Add way to print JIT related info at shutdown"
by Mathieu Chartier
· 10 years ago
e0fe7ae
Make the SSA builder honor the debuggable flag.
by Nicolas Geoffray
· 10 years ago
6ad40cd
[MIPS64] Fix GenInlinedPeek and GenInlinedPoke functions.
by Goran Jakovljevic
· 10 years ago
a4885cb
Add way to print JIT related info at shutdown
by Mathieu Chartier
· 10 years ago
9b34b24
Trim arenas for JIT
by Mathieu Chartier
· 10 years ago
5c9d8f0
Merge "Compute the right catch location for the debugger."
by Nicolas Geoffray
· 10 years ago
14691c5
Compute the right catch location for the debugger.
by Nicolas Geoffray
· 10 years ago
6ea651f
Initial support for quick compiler on MIPS64r6.
by Maja Gagic
· 10 years ago
0e242b5
Merge "Revert "[optimizing] Enable x86 long support.""
by Nicolas Geoffray
· 10 years ago
154552e
Revert "[optimizing] Enable x86 long support."
by Nicolas Geoffray
· 10 years ago
2ed20af
Opt compiler: Clean the use of `virtual` and `OVERRIDE`.
by Alexandre Rames
· 10 years ago
b341b70
Merge "Extend compiler/optimizing/stack_map_test.cc."
by Roland Levillain
· 10 years ago
b265262
Merge "[optimizing] Enable x86 long support."
by Nicolas Geoffray
· 10 years ago
b4ba354
[optimizing] Enable x86 long support.
by Nicolas Geoffray
· 10 years ago
6cf49e5
ART: Add option to abort dex2oat on hard failure
by Andreas Gampe
· 10 years ago
66b2666
Merge "ART: AddVectorReduce should store result in memory carefully"
by Bill Buzbee
· 10 years ago
df45205
ART: Fix test breakage
by David Brazdil
· 10 years ago
12baf47
Extend compiler/optimizing/stack_map_test.cc.
by Roland Levillain
· 10 years ago
9a9ab61
ART: Optimize iteration of safepoints
by David Brazdil
· 10 years ago
af8db2e
Merge "[optimizing] Use callee-save registers for x86"
by Nicolas Geoffray
· 10 years ago
5f87418
[optimizing] Use callee-save registers for x86
by Mark Mendell
· 10 years ago
4d4eff7
ART: Fix compile-time-init fail
by Andreas Gampe
· 10 years ago
d37f919
ART: Do not produce CFI when not asked for
by Andreas Gampe
· 10 years ago
b8fef11
Merge "[optimizing] Improve x86/x86_64 bound check code"
by Andreas Gampe
· 10 years ago
c670efd
Merge "ART: Add debuggable compiler flag"
by Andreas Gampe
· 10 years ago
7b2f09e
ART: Add debuggable compiler flag
by Andreas Gampe
· 10 years ago
f60c90b
[optimizing] Improve x86/x86_64 bound check code
by Mark Mendell
· 10 years ago
6775ba5
Fix bce gtest.
by Mingyao Yang
· 10 years ago
d8de6f2
Merge "Make BCE a no-op if there is no array access."
by Mingyao Yang
· 10 years ago
de0eb6f
Fix arm64 build.
by Nicolas Geoffray
· 10 years ago
085b733
ART: AddVectorReduce should store result in memory carefully
by Maxim Kazantsev
· 10 years ago
e4335eb
Make BCE a no-op if there is no array access.
by Mingyao Yang
· 10 years ago
ff3ef43
Merge "Reserve bits in the lock word for read barriers."
by Hiroshi Yamauchi
· 10 years ago
e15ea08
Reserve bits in the lock word for read barriers.
by Hiroshi Yamauchi
· 10 years ago
8928cab
Add a change that should be part of "enhance gvn for commutative ops."
by Mingyao Yang
· 10 years ago
49ccb6e
Merge "Opt compiler: enhance gvn for commutative ops."
by Mingyao Yang
· 10 years ago
86a4db4
Merge "Remove ART_SMALL_MODE ifdefs."
by Jeff Hao
· 10 years ago
dc5ac73
Opt compiler: enhance gvn for commutative ops.
by Mingyao Yang
· 10 years ago
94e9172
Fix build lint issue.
by Brian Carlstrom
· 10 years ago
ea84bf7
Merge "bce: add support to narrow two MonotonicValueRange's at the same time."
by Mingyao Yang
· 10 years ago
775f1d4
Merge "Follow-up 128393"
by Sebastien Hertz
· 10 years ago
bd9cf9f
Follow-up 128393
by Sebastien Hertz
· 10 years ago
207fc16
Merge "Stack support for Optimizing compiler"
by Nicolas Geoffray
· 10 years ago
7cde48c
Stack support for Optimizing compiler
by Sebastien Hertz
· 11 years ago
d07adcf
Merge "[optimizing compiler] x86 goodness"
by Nicolas Geoffray
· 10 years ago
f3c7ba6
Remove ART_SMALL_MODE ifdefs.
by Jeff Hao
· 10 years ago
4b39eee
Merge "bce: handle a pattern for circular buffer"
by Mingyao Yang
· 10 years ago
4559f00
bce: handle a pattern for circular buffer
by Mingyao Yang
· 10 years ago
87998b0
Merge "ART: Cache last returned range in LiveInterval::Covers"
by David Brazdil
· 10 years ago
0b25c71
Merge "Add support for .bss section in oat files."
by Vladimir Marko
· 10 years ago
5c42c29
Add support for .bss section in oat files.
by Vladimir Marko
· 10 years ago
09b8463
[optimizing compiler] x86 goodness
by Mark Mendell
· 10 years ago
5b8e6a5
ART: Cache last returned range in LiveInterval::Covers
by David Brazdil
· 10 years ago
579885a
Opt Compiler: ARM64: Enable explicit memory barriers over acquire/release
by Serban Constantinescu
· 10 years ago
dce71f3
Change JIT to not use PIC
by Mathieu Chartier
· 10 years ago
8376830
Merge "Handle another untyped dex CONST issue"
by buzbee
· 10 years ago
28a3588
Fix JIT direct call to interpreter bridge
by Mathieu Chartier
· 10 years ago
335c555
ARM: Fix LIR flags in encoding map.
by Ningsheng Jian
· 11 years ago
71ef044
Change already inline error to warning
by Mathieu Chartier
· 10 years ago
4f9bbe2
Merge "Fix JIT for vmdebug test 99"
by Mathieu Chartier
· 10 years ago
2d873b6
[MIPS] Fix mips32 trampoline problem.
by Nikola Veljkovic
· 10 years ago
c0d5f89
Fix JIT for vmdebug test 99
by Mathieu Chartier
· 10 years ago
f58c11c
Fix argument register allocation for mips32.
by Douglas Leung
· 10 years ago
714e14f
ART: Nano optimization of LiveInterval
by David Brazdil
· 10 years ago
7e6a233
Delete bad DCHECK
by Mathieu Chartier
· 10 years ago
510be43
Merge "Revert "Revert "Add JIT"""
by Mathieu Chartier
· 10 years ago
7c3952f
ART: Add -Wunused
by Andreas Gampe
· 10 years ago
57e0475
bce: add support to narrow two MonotonicValueRange's at the same time.
by Mingyao Yang
· 10 years ago
e5f13e5
Revert "Revert "Add JIT""
by Mathieu Chartier
· 10 years ago
d8ef2e9
not-int can also take non-int (byte and short) instructions.
by Nicolas Geoffray
· 10 years ago
995e7d4
Merge "Fix inlining in the presence of multiple returns."
by Nicolas Geoffray
· 10 years ago
817bce7
Fix inlining in the presence of multiple returns.
by Nicolas Geoffray
· 10 years ago
2d043b3
Merge "[optimizing] Add if-context sensitivity for null popagation."
by Calin Juravle
· 10 years ago
61d544b
[optimizing] Add if-context sensitivity for null popagation.
by Calin Juravle
· 10 years ago
f548c54
Merge "Revert "Add JIT""
by Nicolas Geoffray
· 10 years ago
a5ca888
Revert "Add JIT"
by Nicolas Geoffray
· 10 years ago
7656ce0
Delete bad DCHECK
by Mathieu Chartier
· 10 years ago
4fa1a27
Merge "Add JIT"
by Mathieu Chartier
· 10 years ago
2535abe
Add JIT
by Mathieu Chartier
· 10 years ago
84fbead
Merge "Optimizing: Remove redundant hash set copy in GVN"
by David Brazdil
· 10 years ago
bad712e
Merge "More checker tests for BCE."
by Mingyao Yang
· 10 years ago
8c8bad8
More checker tests for BCE.
by Mingyao Yang
· 10 years ago
433be7f
Optimizing: Remove redundant hash set copy in GVN
by David Brazdil
· 10 years ago
304e474
Merge "[optimizing] Fix float addition on x86."
by Calin Juravle
· 10 years ago
3173c8a
[optimizing] Fix float addition on x86.
by Calin Juravle
· 10 years ago
f9fe845
Merge "Each primitive kind now spills to different locations."
by Nicolas Geoffray
· 10 years ago
1abb419
Optimizing: Speed up HInstruction use removal
by David Brazdil
· 10 years ago
776b318
Each primitive kind now spills to different locations.
by Nicolas Geoffray
· 10 years ago
4de86d0
Handle another untyped dex CONST issue
by buzbee
· 10 years ago
5569328
ART: Some conditions should be stricter in GenInlinedMinMax()
by nikolay serdjuk
· 11 years ago
ba6d943
Merge "Fix core spill mask for x86 special suspend."
by Vladimir Marko
· 10 years ago
d7a5e55
Fix core spill mask for x86 special suspend.
by Vladimir Marko
· 10 years ago
36fb59b
Merge "Improve type propagation with if-contexts"
by Calin Juravle
· 10 years ago
b1498f6
Improve type propagation with if-contexts
by Calin Juravle
· 10 years ago
1382e56
Merge "Opt compiler: ARM64: Optimise floating-point comparison with 0.0."
by Roland Levillain
· 10 years ago
4fe292e
Merge "Reference type propagation"
by Calin Juravle
· 10 years ago
76f82fc
Merge "Display optimizing compiler's CodeInfo objects in oatdump."
by Roland Levillain
· 10 years ago
6aa7fe6
Merge "Replace a few std::vector with ArenaVector in Mir2Lir."
by Vladimir Marko
· 10 years ago
Next »