index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler
/
dex
Commit message (
Expand
)
Author
Age
Files
Lines
*
art: allow devices to disable CAF bailout patches
Simon Shields
2015-12-06
2
-0
/
+22
*
art: Fix whitespace errors added by caf
Christopher R. Palmer
2015-11-09
10
-34
/
+23
*
ART: move the check bail flag out of class
Wei Wang
2015-10-06
2
-8
/
+5
*
ART: bring original constructor back
Wei Wang
2015-10-06
2
-0
/
+26
*
ART: extension
Wei Wang
2015-10-06
29
-91
/
+451
*
[MIPS] Avoid using odd numbered fp registers
Goran Jakovljevic
2015-08-11
1
-22
/
+27
*
ART: Fix Quick's DCE+GVN
Serguei Katkov
2015-08-11
2
-2
/
+121
*
ART: Change UnresolvedMergedType internal representation
Andreas Gampe
2015-08-10
1
-1
/
+1
*
Allow for fine tuning the inliner.
Calin Juravle
2015-07-30
2
-0
/
+4
*
ART: Fix Quick/Optimizing suspend check assumption mismatch.
Vladimir Marko
2015-07-23
3
-3
/
+23
*
ART: DCE should know that array-length can throw NPE
Serguei Katkov
2015-07-16
2
-1
/
+34
*
Merge "ART: Release inputs in Long.reverse intrinsic in x86" into mnc-dev
Andreas Gampe
2015-07-08
1
-0
/
+15
|
\
|
*
ART: Release inputs in Long.reverse intrinsic in x86
Andreas Gampe
2015-07-08
1
-0
/
+15
*
|
ART: Fix opsize in LoadArgDirect
Andreas Gampe
2015-07-07
1
-1
/
+2
|
/
*
Add implicit null pointer and stack overflow checks for Mips.
Douglas Leung
2015-07-03
5
-5
/
+48
*
Quick: Disable GVN, DCE and LVN for type conflicts.
Vladimir Marko
2015-06-27
1
-5
/
+11
*
ART: Fix kEverything compiler filter
buzbee
2015-06-25
1
-2
/
+3
*
Use a flag from the verifier to know if we should compile.
Nicolas Geoffray
2015-06-24
3
-0
/
+11
*
Merge "Fix GC map generation edge case" into mnc-dev
Mathieu Chartier
2015-06-19
1
-5
/
+6
|
\
|
*
Fix GC map generation edge case
Mathieu Chartier
2015-06-19
1
-5
/
+6
*
|
Merge "ART stack unwinding fixes for libunwind/gdb/lldb." into mnc-dev
David Srbecky
2015-06-19
3
-6
/
+4
|
\
\
|
*
|
ART stack unwinding fixes for libunwind/gdb/lldb.
David Srbecky
2015-06-19
3
-6
/
+4
*
|
|
Fix case where block has no predecessor for StringChange.
Jeff Hao
2015-06-19
1
-7
/
+1
|
|
/
|
/
|
*
|
Quick: Handle total high/low register overlap on arm/mips.
Vladimir Marko
2015-06-19
2
-6
/
+17
*
|
Quick: Fix optimizations for empty if blocks.
Vladimir Marko
2015-06-19
4
-34
/
+31
*
|
Quick: Don't expect move-exception in every catch block.
Vladimir Marko
2015-06-18
1
-5
/
+6
*
|
Quick: Fix marking unused registers in DCE.
Vladimir Marko
2015-06-18
2
-2
/
+88
|
/
*
Quick: Fix LoopRepeatingTopologicalSortIterator.
Vladimir Marko
2015-06-09
3
-4
/
+80
*
Move mirror::ArtMethod to native
Mathieu Chartier
2015-06-02
30
-156
/
+198
*
ART: Clean up arm64 kNumberOfXRegisters usage.
Vladimir Marko
2015-05-26
20
-9
/
+22
*
Quick: Fix marking high words in DCE.
Vladimir Marko
2015-05-14
2
-6
/
+55
*
Quick: Fix DCE, clear high word flag in RemoveChange().
Vladimir Marko
2015-05-12
1
-1
/
+2
*
Quick: Fix DCE to mark wide register overlaps correctly.
Vladimir Marko
2015-05-12
3
-10
/
+73
*
Merge "Quick: Fix DCE to rename SSA regs for degenerate Phis." into mnc-dev
Vladimir Marko
2015-05-07
2
-2
/
+62
|
\
|
*
Quick: Fix DCE to rename SSA regs for degenerate Phis.
Vladimir Marko
2015-05-07
2
-2
/
+62
*
|
Quick: Abolish kMirOpCheckPart2.
Vladimir Marko
2015-05-07
6
-41
/
+2
|
/
*
In quick compiler, force string init invoke to be fast path.
Jeff Hao
2015-05-06
1
-1
/
+2
*
Merge "Fix for incorrect encode and parse of PEXTRW instruction"
Vladimir Marko
2015-04-29
2
-1
/
+8
|
\
|
*
Fix for incorrect encode and parse of PEXTRW instruction
nikolay serdjuk
2015-04-29
2
-1
/
+8
*
|
Quick: Fix crash on fall-through out of method code.
Calin Juravle
2015-04-28
1
-5
/
+28
*
|
Merge "Quick: Avoid unnecessary GVN work in release builds."
Vladimir Marko
2015-04-28
4
-16
/
+6
|
\
\
|
*
|
Quick: Avoid unnecessary GVN work in release builds.
Vladimir Marko
2015-04-27
4
-16
/
+6
*
|
|
Merge "Revert "Revert "[optimizing] Replace FP divide by power of 2"""
Nicolas Geoffray
2015-04-28
1
-20
/
+0
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Revert "Revert "[optimizing] Replace FP divide by power of 2""
Nicolas Geoffray
2015-04-27
1
-20
/
+0
*
|
|
Merge "Replace String CharArray with internal uint16_t array."
Jeff Hao
2015-04-28
16
-78
/
+518
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Replace String CharArray with internal uint16_t array.
Jeff Hao
2015-04-27
16
-78
/
+518
|
|
/
*
|
Merge "Quick: Rely on inferred types in GVN/LVN/DCE."
Vladimir Marko
2015-04-27
7
-131
/
+198
|
\
\
|
|
/
|
/
|
|
*
Quick: Rely on inferred types in GVN/LVN/DCE.
Vladimir Marko
2015-04-27
7
-131
/
+198
*
|
Merge "ART: Fix addpd opcode, add Quick x86 assembler test"
Andreas Gampe
2015-04-26
4
-5
/
+272
|
\
\
|
*
|
ART: Fix addpd opcode, add Quick x86 assembler test
Chao-ying Fu
2015-04-25
4
-5
/
+272
|
|
/
[next]