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
/
quick
/
gen_common.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove ArtMethod* parameter from dex cache entry points.
Vladimir Marko
2015-04-24
1
-43
/
+19
*
Replace NULL with nullptr
Mathieu Chartier
2015-04-22
1
-13
/
+13
*
Quick: Remove broken Mir2Lir::LocToRegClass().
Vladimir Marko
2015-04-22
1
-5
/
+3
*
Quick: Use PC-relative dex cache array loads for SGET/SPUT.
Vladimir Marko
2015-04-07
1
-129
/
+105
*
Fixed layout for dex caches in boot image.
Vladimir Marko
2015-03-31
1
-172
/
+130
*
Unify ART's various implementations of bit_cast.
Roland Levillain
2015-03-24
1
-3
/
+3
*
Quick: Create GC map based on compiler data.
Vladimir Marko
2015-03-20
1
-3
/
+0
*
Quick: Clean up slow paths.
Vladimir Marko
2015-03-20
1
-18
/
+18
*
Quick: Eliminate check-cast guaranteed by instance-of.
Vladimir Marko
2015-03-18
1
-1
/
+6
*
Initial support for quick compiler on MIPS64r6.
Maja Gagic
2015-03-06
1
-2
/
+5
*
Delete bad DCHECK
Mathieu Chartier
2015-02-24
1
-3
/
+0
*
Revert "Revert "Add JIT""
Mathieu Chartier
2015-02-24
1
-2
/
+15
*
Revert "Add JIT"
Nicolas Geoffray
2015-02-24
1
-15
/
+2
*
Add JIT
Mathieu Chartier
2015-02-23
1
-2
/
+15
*
Add suspend checks to special methods.
Vladimir Marko
2015-02-19
1
-7
/
+7
*
ART: Some Quick cleanup
Andreas Gampe
2015-01-26
1
-10
/
+25
*
ART: Some Quick cleanup
Andreas Gampe
2015-01-20
1
-6
/
+2
*
Fix wide volatile IGET/IPUT on ARM without atomic ldrd/strd.
Vladimir Marko
2015-01-14
1
-5
/
+5
*
ART: Remove LowestSetBit and IsPowerOfTwo
Andreas Gampe
2015-01-06
1
-7
/
+10
*
ART: Reorder entrypoint argument order
Andreas Gampe
2014-12-29
1
-6
/
+6
*
Quick: Redefine the notion of back-egdes.
Vladimir Marko
2014-12-09
1
-14
/
+7
*
ART: x86 specific clearing higher bits when converting long to int
Yevgeny Rouban
2014-11-27
1
-0
/
+6
*
Move dexCacheStrings from ArtMethod to Class
Mathieu Chartier
2014-11-25
1
-2
/
+8
*
Merge "ART: Generate switch targets from successor blocks"
Bill Buzbee
2014-11-25
1
-24
/
+36
|
\
|
*
ART: Generate switch targets from successor blocks
Chao-ying Fu
2014-11-21
1
-24
/
+36
*
|
Skip null check in MarkGCCard() for known non-null values.
Vladimir Marko
2014-11-24
1
-2
/
+2
*
|
Rewrite GVN's field id and field type handling.
Vladimir Marko
2014-11-21
1
-0
/
+4
|
/
*
Add card mark to filled-new-array.
Vladimir Marko
2014-11-20
1
-3
/
+16
*
Instruction set features for ARM64, MIPS and X86.
Ian Rogers
2014-11-13
1
-0
/
+1
*
Merge "ART: Implicit null check should break def tracking"
Bill Buzbee
2014-11-13
1
-0
/
+4
|
\
|
*
ART: Implicit null check should break def tracking
Pavel Vyssotski
2014-11-13
1
-0
/
+4
*
|
Use correct register class for refs
Serguei Katkov
2014-11-13
1
-4
/
+16
*
|
Revert "Use correct register class for refs"
Vladimir Marko
2014-11-11
1
-1
/
+1
*
|
Use correct register class for refs
Serguei Katkov
2014-11-11
1
-1
/
+1
|
/
*
ARM: Strength reduction for floating-point division
Ningsheng Jian
2014-11-05
1
-0
/
+28
*
ART: More warnings
Andreas Gampe
2014-11-04
1
-26
/
+28
*
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
Ian Rogers
2014-11-03
1
-4
/
+4
*
Avoid signed integer overflow.
Ian Rogers
2014-10-30
1
-8
/
+8
*
Rewrite class initialization check elimination.
Vladimir Marko
2014-10-27
1
-34
/
+58
*
Merge "ART: Add div/rem zero check elimination flag"
Ian Rogers
2014-10-24
1
-6
/
+8
|
\
|
*
ART: Add div/rem zero check elimination flag
Razvan A Lupusoru
2014-10-14
1
-6
/
+8
*
|
Make ART compile with GCC -O0 again.
Ian Rogers
2014-10-16
1
-2
/
+4
|
/
*
Enable -Wimplicit-fallthrough.
Ian Rogers
2014-10-09
1
-1
/
+1
*
Don't copy fill array data to quick literal pool.
Ian Rogers
2014-10-08
1
-0
/
+21
*
Quick compiler: Fix ambiguous LoadValue()
buzbee
2014-10-03
1
-6
/
+5
*
Deprecate GrowableArray, use ArenaVector instead.
Vladimir Marko
2014-09-23
1
-3
/
+2
*
ART: Change temporaries to positive names
Razvan A Lupusoru
2014-08-26
1
-4
/
+4
*
Reduced memory usage of primitive fields smaller than 4-bytes
Fred Shih
2014-08-25
1
-45
/
+165
*
Merge "Added support for patching classes from different dex files."
Mathieu Chartier
2014-08-06
1
-2
/
+2
|
\
|
*
Added support for patching classes from different dex files.
Fred Shih
2014-08-06
1
-2
/
+2
[next]