Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
16ce0923698d9a2df8a93d3895d2e851d8ac6fbf
16ce092
Make fast JNI part of pretty method output.
by Ian Rogers
· 11 years ago
aa368a4
Merge "Refactor large object sweeping."
by Mathieu Chartier
· 11 years ago
240ea16
Merge "Make x86 runtime PIC"
by Ian Rogers
· 11 years ago
db7f37d
Refactor large object sweeping.
by Mathieu Chartier
· 11 years ago
9a612c6
Merge "Fix RemoveSpace memory leak."
by Mathieu Chartier
· 11 years ago
c7c269f
Merge "Fix ART debug build boot."
by Mathieu Chartier
· 11 years ago
a9abe87
Make x86 runtime PIC
by Mark Mendell
· 11 years ago
5dc08a6
Fix ART debug build boot.
by Mathieu Chartier
· 11 years ago
a4b95a2
Fix RemoveSpace memory leak.
by Mathieu Chartier
· 11 years ago
75d7581
Merge "Fix IsMovableObject to handle background compaction."
by Mathieu Chartier
· 11 years ago
fc5b528
Fix IsMovableObject to handle background compaction.
by Mathieu Chartier
· 11 years ago
b1c3a34
Merge "Bin packing the zygote (best fit)."
by Mathieu Chartier
· 11 years ago
85a43c0
Bin packing the zygote (best fit).
by Mathieu Chartier
· 11 years ago
0adc680
Merge "Add conditional move support to x86 and allow GenMinMax to use it"
by Ian Rogers
· 11 years ago
805ec1c
Merge "Background compaction support."
by Mathieu Chartier
· 11 years ago
e6da9af
Background compaction support.
by Mathieu Chartier
· 11 years ago
1d4cecc
Merge "Inline codegen for long-to-double on ARM."
by Ian Rogers
· 11 years ago
ef6a776
Inline codegen for long-to-double on ARM.
by Ian Rogers
· 11 years ago
8ec3047
Merge "Fix -O0 builds."
by Ian Rogers
· 11 years ago
988e6ea
Fix -O0 builds.
by Ian Rogers
· 11 years ago
bd288c2
Add conditional move support to x86 and allow GenMinMax to use it
by Razvan A Lupusoru
· 11 years ago
977d409
Merge "Refactor sweeping logic into malloc space."
by Mathieu Chartier
· 11 years ago
0cb50e5
Merge "Remove intialized static storage from dex cache."
by Ian Rogers
· 11 years ago
5ddb410
Remove intialized static storage from dex cache.
by Ian Rogers
· 11 years ago
4c863ed
Merge "Fix run-test 303-verification-stress."
by Sebastien Hertz
· 11 years ago
72ba8c4
Fix run-test 303-verification-stress.
by Sebastien Hertz
· 11 years ago
ec05007
Refactor sweeping logic into malloc space.
by Mathieu Chartier
· 11 years ago
51f46ad
Merge "Add sampling profiler"
by Ian Rogers
· 11 years ago
0aded08
Add sampling profiler
by Dave Allison
· 11 years ago
98ba6ce
Merge "Use imprecise constants at compilation time."
by Sebastien Hertz
· 11 years ago
406388e
Merge "Cleanup invoke's receiver handling in interpreter."
by Sebastien Hertz
· 11 years ago
1736b34
Merge "Add verification stress test."
by Sebastien Hertz
· 11 years ago
51c4550
Merge "Remove duplicate/unnecessary code from ClassLinker."
by Vladimir Marko
· 11 years ago
801a811
Remove duplicate/unnecessary code from ClassLinker.
by Vladimir Marko
· 11 years ago
5a2ced5
Merge "Use memcpy instead of Array::Set in mirror::String::AllocFromUtf16."
by Ian Rogers
· 11 years ago
1fbbfa4
Merge "Disallow JNI NewObjectArray of primitive types."
by Ian Rogers
· 11 years ago
1d99e45
Disallow JNI NewObjectArray of primitive types.
by Ian Rogers
· 11 years ago
4069d33
Use memcpy instead of Array::Set in mirror::String::AllocFromUtf16.
by Ian Rogers
· 11 years ago
5de028b
Merge "Remove extraneous CFI from x86 entrypoints to fix backtrace."
by Ian Rogers
· 11 years ago
da0a4db
Remove extraneous CFI from x86 entrypoints to fix backtrace.
by Ian Rogers
· 11 years ago
53ee14a
Merge "Avoid inliner spam wrt String.length."
by Ian Rogers
· 11 years ago
dce164a
Avoid inliner spam wrt String.length.
by Ian Rogers
· 11 years ago
28197f1
Merge "Fix oatdump "compilercallbacks" option for runtime."
by Vladimir Marko
· 11 years ago
5115473
Fix oatdump "compilercallbacks" option for runtime.
by Vladimir Marko
· 11 years ago
a72a4b4
Merge "Fix a typo in a comment."
by Narayan Kamath
· 11 years ago
b73f31f
Fix a typo in a comment.
by Narayan Kamath
· 11 years ago
4d70941
Merge "DataflowIterator normalization"
by Ian Rogers
· 11 years ago
6e3cb66
DataflowIterator normalization
by Jean Christophe Beyler
· 11 years ago
f1d7cf9
Merge "Add stale weak global unit test to jni_internal_test."
by Mathieu Chartier
· 11 years ago
0859999
Add stale weak global unit test to jni_internal_test.
by Mathieu Chartier
· 11 years ago
f97f511
Merge "Eliminate redundant x86 compare for GenDivZeroCheck"
by Ian Rogers
· 11 years ago
090dd44
Eliminate redundant x86 compare for GenDivZeroCheck
by Razvan A Lupusoru
· 11 years ago
2e21be1
Merge "Fix host-run-test-jar to be legal for /bin/sh"
by Elliott Hughes
· 11 years ago
dac68ba
Merge "Fix build: style issue."
by Vladimir Marko
· 11 years ago
459f4df
Fix build: style issue.
by Vladimir Marko
· 11 years ago
849600b
Use imprecise constants at compilation time.
by Sebastien Hertz
· 11 years ago
47d79fd
Merge "Clean up usage of carry flag condition codes."
by Vladimir Marko
· 11 years ago
ac79f4d
Merge "Tidy up memory barriers."
by Ian Rogers
· 11 years ago
58af1f9
Clean up usage of carry flag condition codes.
by Vladimir Marko
· 11 years ago
b122a4b
Tidy up memory barriers.
by Ian Rogers
· 11 years ago
ea6404e
Fix host-run-test-jar to be legal for /bin/sh
by Mark Mendell
· 11 years ago
93055a2
Merge "JNI: NewDirectByteBuffer should allow 0 length buffers."
by Narayan Kamath
· 11 years ago
ef809d0
JNI: NewDirectByteBuffer should allow 0 length buffers.
by Narayan Kamath
· 11 years ago
7a761d8
Merge "Change IndirectReferenceTable::Add null DCHECK to CHECK."
by Ian Rogers
· 11 years ago
cd2cfff
Change IndirectReferenceTable::Add null DCHECK to CHECK.
by Mathieu Chartier
· 11 years ago
0a9c5fd
Merge "Fix thread checkpoint issue"
by Ian Rogers
· 11 years ago
b331441
Merge "Fix NewLocalRef, NewGlobalRef to handle cleared weak globals."
by Mathieu Chartier
· 11 years ago
0f5f6bb
Fix thread checkpoint issue
by Dave Allison
· 11 years ago
e8c48db
Fix NewLocalRef, NewGlobalRef to handle cleared weak globals.
by Mathieu Chartier
· 11 years ago
e40687d
Merge "Fix SEGV when dumping MIR CFG"
by Narayan Kamath
· 11 years ago
0da9089
Merge "Improve x86 Fused long compare to literal"
by Vladimir Marko
· 11 years ago
412d4f8
Improve x86 Fused long compare to literal
by Mark Mendell
· 11 years ago
64763b9
Merge "Fix byte_cas to work on non-word aligned addresses"
by Brian Carlstrom
· 11 years ago
bb11f4b
Fix byte_cas to work on non-word aligned addresses
by Brian Carlstrom
· 11 years ago
5dcce9a
Merge "Remove some unnecessary code from dlmalloc_space/rosalloc_space."
by Hiroshi Yamauchi
· 11 years ago
b82d7cf
Merge "Forgot to bump oat version in previous change"
by Brian Carlstrom
· 11 years ago
ec8d142
Forgot to bump oat version in previous change
by Brian Carlstrom
· 11 years ago
e47ee24
Merge "Enhance GenArrayGet, GenArrayPut for x86"
by Vladimir Marko
· 11 years ago
e48780b
Remove some unnecessary code from dlmalloc_space/rosalloc_space.
by Hiroshi Yamauchi
· 11 years ago
343adb5
Enhance GenArrayGet, GenArrayPut for x86
by Mark Mendell
· 11 years ago
1d6df5b
Merge "Change safecast data from set to an ordered vector."
by Vladimir Marko
· 11 years ago
0b8f914
Merge "Generate devirtualization map only for native compilation."
by Sebastien Hertz
· 11 years ago
5dce0c9
Generate devirtualization map only for native compilation.
by Sebastien Hertz
· 11 years ago
460dd85
Merge "Fix test-art setup."
by Vladimir Marko
· 11 years ago
95a4de7
Fix test-art setup.
by Vladimir Marko
· 11 years ago
a9faa70
Change safecast data from set to an ordered vector.
by Vladimir Marko
· 11 years ago
ba45dcf
Merge "Fix build - test issues."
by Sebastien Hertz
· 11 years ago
102a8f2
Fix build - test issues.
by Sebastien Hertz
· 11 years ago
9235ed3
Merge "Fix build - style issues."
by Vladimir Marko
· 11 years ago
778127a
Fix build - style issues.
by Vladimir Marko
· 11 years ago
7db8662
Merge "Detect special methods at the end of verification."
by Vladimir Marko
· 11 years ago
43c941f
Merge "Move compiler code out of method verifier."
by Vladimir Marko
· 11 years ago
be771ad
Merge "Build boot.art only if we are building the host toolchain."
by Ying Wang
· 11 years ago
8a7b39c
Build boot.art only if we are building the host toolchain.
by Ying Wang
· 11 years ago
d87ebe9
Merge "Fix an array copy benchmark regression."
by Hiroshi Yamauchi
· 11 years ago
573f7d2
Fix an array copy benchmark regression.
by Hiroshi Yamauchi
· 11 years ago
4b010fd
Merge "Move boot image generation to the build project"
by Ying Wang
· 11 years ago
7ab763c
Move boot image generation to the build project
by Brian Carlstrom
· 11 years ago
5bb149e
Fix SEGV when dumping MIR CFG
by Mark Mendell
· 11 years ago
5816ed4
Detect special methods at the end of verification.
by Vladimir Marko
· 11 years ago
Next »