Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
38fafa18f0fcf610f6314a0fc4165e04e6e5d017
38fafa1
Make large string use large object space.
by Jeff Hao
· 10 years ago
421e495
ART: Don't do pre-linked calls to the interpreter bridge.
by Vladimir Marko
· 10 years ago
a6efe5e
ART: Disallow classes that are abstract and final
by Andreas Gampe
· 10 years ago
8859311
Revert "Revert "Add support for inlining already sharpened interface calls.""
by Nicolas Geoffray
· 10 years ago
ee39360
Revert "Add support for inlining already sharpened interface calls. DO NOT MERGE ANYWHERE"
by Nicolas Geoffray
· 10 years ago
042fd00
Revert "Revert "Use IsAssignableFrom instead of IsSubclass for robustness.""
by Nicolas Geoffray
· 10 years ago
c48c7e6
Use compiling class instead of outer class for access checks.
by Nicolas Geoffray
· 10 years ago
7d59309
Use compiling class instead of referrer for access checks.
by Nicolas Geoffray
· 10 years ago
1e256bf
Be careful with predecessor/successor index.
by Nicolas Geoffray
· 10 years ago
bbcec62
Merge "Don't check the return type in the builder." into mnc-dev
by Nicolas Geoffray
· 10 years ago
be43861
Don't check the return type in the builder.
by Nicolas Geoffray
· 10 years ago
39eb41f
Merge "Do not expect 0 or 1 only when comparing a boolean." into mnc-dev
by Nicolas Geoffray
· 10 years ago
0bc614d
Do not expect 0 or 1 only when comparing a boolean.
by Nicolas Geoffray
· 10 years ago
39d40af
Verifier: check an aput, even if we know it will fail.
by Nicolas Geoffray
· 10 years ago
a04e7b7
Run a simplification pass before code generation.
by Nicolas Geoffray
· 10 years ago
096f357
Merge "Bailout from compilation if an invoke is malformed." into mnc-dev
by Nicolas Geoffray
· 10 years ago
753f1fb
Bailout from compilation if an invoke is malformed.
by Nicolas Geoffray
· 10 years ago
c9345cc
Merge "Fix wrong DCHECK in bounds check elimination." into mnc-dev
by Nicolas Geoffray
· 10 years ago
7d4cc8c
Fix wrong DCHECK in bounds check elimination.
by Nicolas Geoffray
· 10 years ago
25fde61
Fix a bug in optimizing when the null constant has been DCE.
by Nicolas Geoffray
· 10 years ago
ff82263
Fix String Change baseline compiler errors.
by Nicolas Geoffray
· 10 years ago
7257ece
Use signed encoding when using relative CFI addresses.
by David Srbecky
· 10 years ago
673b430
ART: Check for expected args for instance methods
by Andreas Gampe
· 10 years ago
cbf5d89
ART: Check var-arg count earlier in method verifier
by Taiju Tsuiki
· 10 years ago
1bd841a
Merge "ART: Fix BCE lint issue" into mnc-dev
by Mingyao Yang
· 10 years ago
38fad46
ART: Fix BCE lint issue
by Andreas Gampe
· 10 years ago
f0ed1f0
Merge "Fix GC map generation edge case" into mnc-dev
by Mathieu Chartier
· 10 years ago
1626b91
Fix GC map generation edge case
by Mathieu Chartier
· 10 years ago
31fa4b5
Remove bogus DCHECK in BCE.
by Nicolas Geoffray
· 10 years ago
bca381a
Fix premature deoptimization if the loop body isn't entered.
by Mingyao Yang
· 10 years ago
db538d3
Merge "ART stack unwinding fixes for libunwind/gdb/lldb." into mnc-dev
by David Srbecky
· 10 years ago
3e91a44
Fix case where block has no predecessor for StringChange.
by Jeff Hao
· 10 years ago
e7738e8
Quick: Handle total high/low register overlap on arm/mips.
by Vladimir Marko
· 10 years ago
9f7687c
Quick: Fix optimizations for empty if blocks.
by Vladimir Marko
· 10 years ago
dd3c7d2
ART: Remove old DCHECK that trips Baseline
by David Brazdil
· 10 years ago
122349a
Merge "Fix StringChange for optimizing compiler." into mnc-dev
by Jeff Hao
· 10 years ago
e0a9a53
Fix StringChange for optimizing compiler.
by Jeff Hao
· 10 years ago
a26cb57
ART stack unwinding fixes for libunwind/gdb/lldb.
by David Srbecky
· 10 years ago
6e82168
Fix moving GC bug in DoFilledNewArray
by Mathieu Chartier
· 10 years ago
dfc5db6
Fix moving GC bugs in proxy stub for X86/X86_64
by Mathieu Chartier
· 10 years ago
bf1fa2c
Follow up on CL 151605
by Sebastien Hertz
· 10 years ago
ef484d4
Fix nested deoptimization.
by Mingyao Yang
· 10 years ago
07c6f5a
Quick: Don't expect move-exception in every catch block.
by Vladimir Marko
· 10 years ago
e71eb1d
Fix some java_lang_Class related moving GC bugs
by Mathieu Chartier
· 10 years ago
ee9bc65
Merge "ART: Allow PackedSwitch instructions with zero targets" into mnc-dev
by David Brazdil
· 10 years ago
df75bca
ART: Allow PackedSwitch instructions with zero targets
by David Brazdil
· 10 years ago
6ecc296
Quick: Fix marking unused registers in DCE.
by Vladimir Marko
· 10 years ago
a8b4100
ART: Fix reporting initialized classes by CompilerDriver.
by Vladimir Marko
· 10 years ago
f61ab97
Merge "Add support for inlining already sharpened interface calls. DO NOT MERGE ANYWHERE" into mnc-dev
by Nicolas Geoffray
· 10 years ago
c362782
Add support for inlining already sharpened interface calls. DO NOT MERGE ANYWHERE
by Nicolas Geoffray
· 10 years ago
23fad47
Fix reference comparison after redundant phi elimination.
by Nicolas Geoffray
· 10 years ago
a3b9d4e
Add missing EndAssertNoThreadSuspension
by Mathieu Chartier
· 10 years ago
afe9e13
Set default visibility on art_sigsegv_fault.
by Oleksiy Vyalov
· 10 years ago
61e4ec3
Merge "Change mips64 lwu to ld for loading caller ArtMethod*" into mnc-dev
by Mathieu Chartier
· 10 years ago
9ad40fd
Change mips64 lwu to ld for loading caller ArtMethod*
by Mathieu Chartier
· 10 years ago
4998374
JDWP: update handling of 8-bit and 16-bit fields
by Sebastien Hertz
· 10 years ago
6ba35b5
JDWP: asynchronous invoke command handling
by Sebastien Hertz
· 10 years ago
c72c5ac
Merge "Add cortex-a53 as a valid instruction set variant for arm64." into mnc-dev
by Tim Murray
· 10 years ago
00fd8c2
Add cortex-a53 as a valid instruction set variant for arm64.
by Tim Murray
· 10 years ago
b89a8c6
Fix compaction bug in Class_getDeclaredMethodsUnchecked
by Mathieu Chartier
· 10 years ago
125d732
Merge "Let classloader provide correct LD_LIBRARY_PATH" into mnc-dev
by Dmitriy Ivanov
· 10 years ago
fa5fc15
Merge "Move image intern table into image" into mnc-dev
by Mathieu Chartier
· 10 years ago
fac3a39
Move image intern table into image
by Mathieu Chartier
· 10 years ago
2351c7b
Merge "Reset GC performance stats at zygote fork." into mnc-dev
by Hiroshi Yamauchi
· 10 years ago
618fdff
[MIPS] Fix method tracing for mips64
by Lazar Trsic
· 10 years ago
9a7fffb
Reset GC performance stats at zygote fork.
by Hiroshi Yamauchi
· 10 years ago
8117250
Let classloader provide correct LD_LIBRARY_PATH
by Dmitriy Ivanov
· 10 years ago
21cb657
Quick: Fix LoopRepeatingTopologicalSortIterator.
by Vladimir Marko
· 10 years ago
ffd42ee
Merge "More LOW_4G optimizations" into mnc-dev
by Mathieu Chartier
· 10 years ago
b362cdc
Merge "Revert "Revert "Turn off duplicate-classes checking""" into mnc-dev
by Andreas Gampe
· 10 years ago
4f03ace
Merge "ART: Add SetSpecialSignalHandlerFn to version-script.txt" into mnc-dev
by Andreas Gampe
· 10 years ago
59bc214
ART: Add SetSpecialSignalHandlerFn to version-script.txt
by Andreas Gampe
· 10 years ago
49f0ae8
am b8154d5c: resolved conflicts for merge of e8a4b652 to lmp-mr1-ub-dev
by Vladimir Marko
· 10 years ago
76e8509
am 5d3acebd: resolved conflicts for merge of c8d000a1 to lmp-mr1-ub-dev
by Vladimir Marko
· 10 years ago
6ff4f15
am e279c0c4: resolved conflicts for merge of fad2cbf9 to lmp-mr1-ub-dev
by Vladimir Marko
· 10 years ago
8a221b6
am fb695b34: resolved conflicts for merge of 7cc8f9aa to lmp-mr1-ub-dev
by Vladimir Marko
· 10 years ago
3b532d7
Use runFinalizationWithTimeout for native allocations
by Mathieu Chartier
· 10 years ago
3ae250c
More LOW_4G optimizations
by Mathieu Chartier
· 10 years ago
7fabaa6
Add atrace calls to runtime start and heap create
by Richard Uhler
· 10 years ago
1c8bef4
Add optimization for LOW_4G allocator
by Mathieu Chartier
· 10 years ago
b8154d5
resolved conflicts for merge of e8a4b652 to lmp-mr1-ub-dev
by Vladimir Marko
· 10 years ago
5d3aceb
resolved conflicts for merge of c8d000a1 to lmp-mr1-ub-dev
by Vladimir Marko
· 10 years ago
e279c0c
resolved conflicts for merge of fad2cbf9 to lmp-mr1-ub-dev
by Vladimir Marko
· 10 years ago
fb695b3
resolved conflicts for merge of 7cc8f9aa to lmp-mr1-ub-dev
by Vladimir Marko
· 10 years ago
e8a4b65
Merge "Revert "Quick: Create GC map based on compiler data. DO NOT MERGE"" into cw-d-mr1-dev
by Vladimir Marko
· 10 years ago
b7fd412
Revert "Quick: Create GC map based on compiler data. DO NOT MERGE"
by Vladimir Marko
· 10 years ago
c8d000a
Revert "Quick: Fix "select" pattern to update data used for GC maps. DO NOT MERGE"
by Vladimir Marko
· 10 years ago
c991403
Fix valgrind large_object_space_test
by Mathieu Chartier
· 10 years ago
0fc16a0
Revert "Revert "Turn off duplicate-classes checking""
by Andreas Gampe
· 10 years ago
8f23620
Add a way to determine if a large object is a zygote object
by Mathieu Chartier
· 10 years ago
99b4dcd
Merge "ART: Refactor Thread::Init" into mnc-dev
by Andreas Gampe
· 10 years ago
520abbd
ART: Refactor Thread::Init
by Andreas Gampe
· 10 years ago
fad2cbf
Quick: Fix "select" pattern to update data used for GC maps. DO NOT MERGE
by Vladimir Marko
· 10 years ago
7cc8f9a
Quick: Create GC map based on compiler data. DO NOT MERGE
by Vladimir Marko
· 10 years ago
9cfde7b
Merge "Emit instance fields for java.lang.Object in hprof" into mnc-dev
by Mathieu Chartier
· 10 years ago
0adc90e
Emit instance fields for java.lang.Object in hprof
by Mathieu Chartier
· 10 years ago
44905ce
ART: Prune FindArrayClass cache in image writer
by Andreas Gampe
· 10 years ago
b1170ba
Merge "Add a way to SuspendAll for a long duration" into mnc-dev
by Mathieu Chartier
· 10 years ago
d40bcc4
Fix tracing
by Mathieu Chartier
· 10 years ago
ff6d8cf
Add more info for attempting to delete non-JNI local reference
by Mathieu Chartier
· 10 years ago
Next »