Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
beb567bb6e03e615978bf91b7113035b5ba3281c
beb567b
am edfc4ca2: (-s ours) Fix oatdump for no image
by Mathieu Chartier
· 10 years ago
bff4fa7
am e163a3a1: Merge "Fix oatdump for no image"
by Mathieu Chartier
· 10 years ago
edfc4ca
Fix oatdump for no image
by Mathieu Chartier
· 10 years ago
e163a3a
Merge "Fix oatdump for no image"
by Mathieu Chartier
· 10 years ago
d424d08
Fix oatdump for no image
by Mathieu Chartier
· 10 years ago
13f4c62
am 5c5efc25: Merge "ART: NullCheckElimination should converge with MIR_IGNORE_NULL_CHECK"
by Vladimir Marko
· 10 years ago
5c5efc2
Merge "ART: NullCheckElimination should converge with MIR_IGNORE_NULL_CHECK"
by Vladimir Marko
· 10 years ago
423b137
ART: NullCheckElimination should converge with MIR_IGNORE_NULL_CHECK
by Yevgeny Rouban
· 10 years ago
327f978
am 2df6840f: Merge "Add tests for missing classes"
by Brian Carlstrom
· 10 years ago
2df6840
Merge "Add tests for missing classes"
by Brian Carlstrom
· 10 years ago
abebaae
am d2caad30: Merge "Fix mac build (second attempt)"
by Dmitriy Ivanov
· 10 years ago
d2caad3
Merge "Fix mac build (second attempt)"
by Dmitriy Ivanov
· 10 years ago
8b5b698
Fix mac build (second attempt)
by Dmitriy Ivanov
· 10 years ago
33d6309
am cfd8adec: Merge "Add VLOG(class_linker) for clinit errors"
by Brian Carlstrom
· 10 years ago
3d434d4
Add tests for missing classes
by Brian Carlstrom
· 10 years ago
cfd8ade
Merge "Add VLOG(class_linker) for clinit errors"
by Brian Carlstrom
· 10 years ago
f195a8d
am eff81605: Merge "Use exit(1), not exit(-1)"
by Brian Carlstrom
· 10 years ago
b23eab1
Add VLOG(class_linker) for clinit errors
by Brian Carlstrom
· 10 years ago
eff8160
Merge "Use exit(1), not exit(-1)"
by Brian Carlstrom
· 10 years ago
2d9786d
am c54e12a4: (-s ours) Change MemMap::maps_ to not be global variable
by Mathieu Chartier
· 10 years ago
e15dbad
am 67555f1f: Merge "Fixing mac build"
by Dmitriy Ivanov
· 10 years ago
c54e12a
Change MemMap::maps_ to not be global variable
by Mathieu Chartier
· 10 years ago
67555f1
Merge "Fixing mac build"
by Dmitriy Ivanov
· 10 years ago
da4442e
Use exit(1), not exit(-1)
by Brian Carlstrom
· 10 years ago
72ba4a7
am b13d4c59: Merge "Change MemMap::maps_ to not be global variable"
by Mathieu Chartier
· 10 years ago
b13d4c5
Merge "Change MemMap::maps_ to not be global variable"
by Mathieu Chartier
· 10 years ago
1d74e57
Fixing mac build
by Dmitriy Ivanov
· 10 years ago
6e88ef6
Change MemMap::maps_ to not be global variable
by Mathieu Chartier
· 10 years ago
ce4f5db
am 58e51f38: Merge "Untie gtest executables from LD_PRELOAD"
by Dmitriy Ivanov
· 10 years ago
58e51f3
Merge "Untie gtest executables from LD_PRELOAD"
by Dmitriy Ivanov
· 10 years ago
8508a43
Untie gtest executables from LD_PRELOAD
by Dmitriy Ivanov
· 10 years ago
0c36fcf
am e4228d93: Merge "Remove libsigchain from LD_PRELOADS"
by Dmitriy Ivanov
· 10 years ago
e4228d9
Merge "Remove libsigchain from LD_PRELOADS"
by Dmitriy Ivanov
· 10 years ago
6a32ac6
am b8f24808: Merge "Merge reference-run-test-classes and run-test-jar."
by Nicolas Geoffray
· 10 years ago
b8f2480
Merge "Merge reference-run-test-classes and run-test-jar."
by Nicolas Geoffray
· 10 years ago
8418764
resolved conflicts for merge of 5d1c1bbd to lmp-dev-plus-aosp
by Sebastien Hertz
· 10 years ago
b050c30
am 35274252: Merge "Make finalization test more robust"
by Mathieu Chartier
· 10 years ago
b617aa0
am cbcbd909: Merge "Revert "Adjust the suspend check interval to 16.""
by Ian Rogers
· 10 years ago
63db153
am bbacc2c3: Merge "Make gc-thrash able to handle OOME"
by Mathieu Chartier
· 10 years ago
38b94d6
am f14cc2cb: Merge "Adjust the suspend check interval to 16."
by Hiroshi Yamauchi
· 10 years ago
61357e4
am c39eb4ae: Merge "Add regression test for null check elimination."
by Vladimir Marko
· 10 years ago
cc4f8f9
am 72ab3cad: Merge "Revert "ART: fix NullCheckElimination to preserve MIR_IGNORE_NULL_CHECK""
by Vladimir Marko
· 10 years ago
3527425
Merge "Make finalization test more robust"
by Mathieu Chartier
· 10 years ago
cbcbd90
Merge "Revert "Adjust the suspend check interval to 16.""
by Ian Rogers
· 10 years ago
12b479c
Revert "Adjust the suspend check interval to 16."
by Ian Rogers
· 10 years ago
bbacc2c
Merge "Make gc-thrash able to handle OOME"
by Mathieu Chartier
· 10 years ago
cecc2d9
Make gc-thrash able to handle OOME
by Mathieu Chartier
· 10 years ago
f14cc2c
Merge "Adjust the suspend check interval to 16."
by Hiroshi Yamauchi
· 10 years ago
c39eb4a
Merge "Add regression test for null check elimination."
by Vladimir Marko
· 10 years ago
8cb0306
Make finalization test more robust
by Mathieu Chartier
· 10 years ago
dc0f40e
Adjust the suspend check interval to 16.
by Hiroshi Yamauchi
· 10 years ago
7cd01f5
Add regression test for null check elimination.
by Vladimir Marko
· 10 years ago
72ab3ca
Merge "Revert "ART: fix NullCheckElimination to preserve MIR_IGNORE_NULL_CHECK""
by Vladimir Marko
· 10 years ago
e4835b8
am 472b1591: Merge "Handlerize throw location in DumpJavaStack"
by Ian Rogers
· 10 years ago
f7961ea
am bae113dc: Merge "ART: Stash any exception before dumping a stack"
by Ian Rogers
· 10 years ago
a86243d
am a881c38b: Merge "ART: ARM64: Fix instruction addresses in the disassembly."
by Ian Rogers
· 10 years ago
472b159
Merge "Handlerize throw location in DumpJavaStack"
by Ian Rogers
· 10 years ago
bae113d
Merge "ART: Stash any exception before dumping a stack"
by Ian Rogers
· 10 years ago
a881c38
Merge "ART: ARM64: Fix instruction addresses in the disassembly."
by Ian Rogers
· 10 years ago
cb46ee1
Revert "ART: fix NullCheckElimination to preserve MIR_IGNORE_NULL_CHECK"
by Vladimir Marko
· 10 years ago
fef019c
ART: ARM64: Fix instruction addresses in the disassembly.
by Alexandre Rames
· 10 years ago
6ea76f7
am f8e28f57: Merge "Use Is*() helpers to shorten code in the optimizing compiler."
by Roland Levillain
· 10 years ago
f8e28f5
Merge "Use Is*() helpers to shorten code in the optimizing compiler."
by Roland Levillain
· 10 years ago
e245185
am f659bec2: Merge "Fix ScopedArenaAllocator::Reset() for Create()d allocators."
by Vladimir Marko
· 10 years ago
f659bec
Merge "Fix ScopedArenaAllocator::Reset() for Create()d allocators."
by Vladimir Marko
· 10 years ago
5eaff90
Handlerize throw location in DumpJavaStack
by Ian Rogers
· 10 years ago
986c6fb
ART: Stash any exception before dumping a stack
by Andreas Gampe
· 10 years ago
4ee2eda
am b71c9d7a: Merge "Switch to C++11 style [[noreturn]]."
by Ian Rogers
· 10 years ago
b71c9d7
Merge "Switch to C++11 style [[noreturn]]."
by Ian Rogers
· 10 years ago
5d1c1bb
Check for errors in ThreadGroupReference JDWP commands
by Sebastien Hertz
· 11 years ago
39100cf
am 3f5b8a1e: Merge "ART: Add smali-based run-test"
by Ian Rogers
· 10 years ago
7223d44
Switch to C++11 style [[noreturn]].
by Ian Rogers
· 10 years ago
3f5b8a1
Merge "ART: Add smali-based run-test"
by Ian Rogers
· 10 years ago
3d7eea3
am eac27389: Merge "ART Runtime: Add movb ,yy fault handling"
by Ian Rogers
· 10 years ago
8fda9f2
ART: Add smali-based run-test
by Andreas Gampe
· 10 years ago
eac2738
Merge "ART Runtime: Add movb $xx,yy fault handling"
by Ian Rogers
· 10 years ago
0a795a6
am 824e124c: Merge "Hold mutator lock in DdmSendHeapSegments for all spaces"
by Mathieu Chartier
· 10 years ago
824e124
Merge "Hold mutator lock in DdmSendHeapSegments for all spaces"
by Mathieu Chartier
· 10 years ago
4c69d7f
Hold mutator lock in DdmSendHeapSegments for all spaces
by Mathieu Chartier
· 10 years ago
3499134
am b7f1c067: Merge "Work around ICE bugs with MIPS GCC and O1."
by Ian Rogers
· 10 years ago
b7f1c06
Merge "Work around ICE bugs with MIPS GCC and O1."
by Ian Rogers
· 10 years ago
59c0706
Work around ICE bugs with MIPS GCC and O1.
by Ian Rogers
· 10 years ago
96d9c27
am 6055bccd: Merge "Fix 2 new sets of clang compiler warnings."
by Ian Rogers
· 10 years ago
6055bcc
Merge "Fix 2 new sets of clang compiler warnings."
by Ian Rogers
· 10 years ago
61a8bd6
am b2a7ec2a: Merge "Disable 114-ParallelGC for GC stress testing."
by Ian Rogers
· 10 years ago
b2a7ec2
Merge "Disable 114-ParallelGC for GC stress testing."
by Ian Rogers
· 10 years ago
58920cc
Disable 114-ParallelGC for GC stress testing.
by Ian Rogers
· 10 years ago
647b1a8
Fix 2 new sets of clang compiler warnings.
by Ian Rogers
· 10 years ago
29acf5a
am a4fee49a: Don\'t call dlsym from signal context in signal chain
by Dave Allison
· 10 years ago
3d2ec35
Fix ScopedArenaAllocator::Reset() for Create()d allocators.
by Vladimir Marko
· 10 years ago
485230c
am acfbbd4d: Merge "Cleanup baseline register allocator."
by Nicolas Geoffray
· 10 years ago
acfbbd4
Merge "Cleanup baseline register allocator."
by Nicolas Geoffray
· 10 years ago
71175b7
Cleanup baseline register allocator.
by Nicolas Geoffray
· 10 years ago
7968b6f
am b76c5495: Merge "Fix code generation of materialized conditions."
by Nicolas Geoffray
· 10 years ago
b76c549
Merge "Fix code generation of materialized conditions."
by Nicolas Geoffray
· 10 years ago
f29276e
am 4471609d: Merge "Only watch location for BREAKPOINT event"
by Sebastien Hertz
· 10 years ago
4471609
Merge "Only watch location for BREAKPOINT event"
by Sebastien Hertz
· 10 years ago
528c78b
am 6b0518f6: Merge "Enable -Wimplicit-fallthrough."
by Ian Rogers
· 10 years ago
6b0518f
Merge "Enable -Wimplicit-fallthrough."
by Ian Rogers
· 10 years ago
fc787ec
Enable -Wimplicit-fallthrough.
by Ian Rogers
· 10 years ago
Next »