Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
36ecb7e367c8998c3f6d90e89b1038f6593b6584
36ecb7e
am 3e1e549c: Merge "Add D/CHECK_CONSTEXPR macros for use in constexpr context."
by Vladimir Marko
· 11 years ago
7074a3a
am dfc2091d: Merge "Final CL to enable register allocation on x86."
by Nicolas Geoffray
· 11 years ago
9fd9fd9
am c9366228: Merge "ART: Check indices in dex file verifier"
by Andreas Gampe
· 11 years ago
41cdb8c
am 3a7a8d18: Merge "Fix typo comment by removing."
by Ian Rogers
· 11 years ago
fbf0433
am 45ee056e: Merge "ART: Add mul_long bytecode for X86-64"
by Ian Rogers
· 11 years ago
e7608fd
am 44405a14: Merge "Fix mem_map_test for Mips."
by Ian Rogers
· 11 years ago
c936622
Merge "ART: Check indices in dex file verifier"
by Andreas Gampe
· 11 years ago
3a7a8d1
Merge "Fix typo comment by removing."
by Ian Rogers
· 11 years ago
a5d7401
Fix typo comment by removing.
by Ian Rogers
· 11 years ago
45ee056
Merge "ART: Add mul_long bytecode for X86-64"
by Ian Rogers
· 11 years ago
d8191d0
ART: Add mul_long bytecode for X86-64
by Alexei Zavjalov
· 11 years ago
fcd4e66
am 508e0112: Merge "Remove Object* weak roots from the debugger."
by Hiroshi Yamauchi
· 11 years ago
142187e
am 921b1e02: Merge changes I70a3b6fe,Ib12f3474
by Brian Carlstrom
· 11 years ago
24f31ba
am 16e1eda5: Merge "x86_64: Fix issue in JNI compiler"
by Andreas Gampe
· 11 years ago
1bbeebc
am c879aaec: Merge "ART: Update the DecodedInstruction for the Fused extended bytecodes."
by Ian Rogers
· 11 years ago
5ac52de
am 3b95d23f: Merge "Revert "Rewrite ElfWriterQuick to make it more modular.""
by Brian Carlstrom
· 11 years ago
a88fada
am 40864df2: Merge "Rewrite ElfWriterQuick to make it more modular."
by Brian Carlstrom
· 11 years ago
78ceeb4
am 2fd08e2d: Merge "Fix compilation errors when setting kTracing = true."
by Ian Rogers
· 11 years ago
fc9f8c0
am 4daa8b51: Merge "Fix host Mac build."
by Ian Rogers
· 11 years ago
951e5e9
am 9ae76720: Merge "Remove deprecated WITH_HOST_DALVIK."
by Ian Rogers
· 11 years ago
3e1e549
Merge "Add D/CHECK_CONSTEXPR macros for use in constexpr context."
by Vladimir Marko
· 11 years ago
dfc2091
Merge "Final CL to enable register allocation on x86."
by Nicolas Geoffray
· 11 years ago
86dbb9a
Final CL to enable register allocation on x86.
by Nicolas Geoffray
· 11 years ago
8364248
Add D/CHECK_CONSTEXPR macros for use in constexpr context.
by Vladimir Marko
· 11 years ago
b1d9c4b
am 3283ade4: Merge "Fix exception reporting from interpreter"
by Sebastien Hertz
· 11 years ago
758d93d
am bc72903b: Merge "ART: Fix MIPS build"
by Andreas Gampe
· 11 years ago
f186675
am a23b630a: Merge "ART: Move __memcmp16 from Bionic to ART"
by Andreas Gampe
· 11 years ago
d6ff190
am 08654d40: Merge "Workaround frame size issues."
by Ian Rogers
· 11 years ago
c061574
am 73304bb6: Merge "X86_64: Proper IMT fix"
by Ian Rogers
· 11 years ago
beb66d6
am aa4e4d84: Merge "Fix for test-art-host"
by Brian Carlstrom
· 11 years ago
921b1e0
Merge changes I70a3b6fe,Ib12f3474
by Brian Carlstrom
· 11 years ago
8758c64
Fix build by converting from bionic to elfutils version of elf.h
by Brian Carlstrom
· 11 years ago
b12f347
Revert "Revert "Rewrite ElfWriterQuick to make it more modular.""
by Brian Carlstrom
· 11 years ago
16e1eda
Merge "x86_64: Fix issue in JNI compiler"
by Andreas Gampe
· 11 years ago
5408b6b
x86_64: Fix issue in JNI compiler
by avignate
· 11 years ago
c879aae
Merge "ART: Update the DecodedInstruction for the Fused extended bytecodes."
by Ian Rogers
· 11 years ago
3b95d23
Merge "Revert "Rewrite ElfWriterQuick to make it more modular.""
by Brian Carlstrom
· 11 years ago
35f7225
Revert "Rewrite ElfWriterQuick to make it more modular."
by Brian Carlstrom
· 11 years ago
2fd08e2
Merge "Fix compilation errors when setting kTracing = true."
by Ian Rogers
· 11 years ago
4965c02
Fix compilation errors when setting kTracing = true.
by Douglas Leung
· 11 years ago
4daa8b5
Merge "Fix host Mac build."
by Ian Rogers
· 11 years ago
e3d5581
Fix host Mac build.
by Ian Rogers
· 11 years ago
a23b630
Merge "ART: Move __memcmp16 from Bionic to ART"
by Andreas Gampe
· 11 years ago
4d0589c
ART: Move __memcmp16 from Bionic to ART
by Andreas Gampe
· 11 years ago
44405a1
Merge "Fix mem_map_test for Mips."
by Ian Rogers
· 11 years ago
859c255
Fix mem_map_test for Mips.
by Douglas Leung
· 11 years ago
508e011
Merge "Remove Object* weak roots from the debugger."
by Hiroshi Yamauchi
· 11 years ago
b5a9e3d
Remove Object* weak roots from the debugger.
by Hiroshi Yamauchi
· 11 years ago
9ae7672
Merge "Remove deprecated WITH_HOST_DALVIK."
by Ian Rogers
· 11 years ago
c5f1773
Remove deprecated WITH_HOST_DALVIK.
by Ian Rogers
· 11 years ago
08654d4
Merge "Workaround frame size issues."
by Ian Rogers
· 11 years ago
5487494
Workaround frame size issues.
by Ian Rogers
· 11 years ago
40864df
Merge "Rewrite ElfWriterQuick to make it more modular."
by Brian Carlstrom
· 11 years ago
73304bb
Merge "X86_64: Proper IMT fix"
by Ian Rogers
· 11 years ago
aa4e4d8
Merge "Fix for test-art-host"
by Brian Carlstrom
· 11 years ago
afdc560
Fix for test-art-host
by Brian Carlstrom
· 11 years ago
bc72903
Merge "ART: Fix MIPS build"
by Andreas Gampe
· 11 years ago
6240102
ART: Fix MIPS build
by Andreas Gampe
· 11 years ago
3283ade
Merge "Fix exception reporting from interpreter"
by Sebastien Hertz
· 11 years ago
9f10203
Fix exception reporting from interpreter
by Sebastien Hertz
· 11 years ago
55884bc
X86_64: Proper IMT fix
by Mark Mendell
· 11 years ago
b116db5
am 69d57a89: Merge "Use HOST_LIBRARY_PATH to access host shared libraries."
by Ying Wang
· 11 years ago
69d57a8
Merge "Use HOST_LIBRARY_PATH to access host shared libraries."
by Ying Wang
· 11 years ago
07935e5
Use HOST_LIBRARY_PATH to access host shared libraries.
by Ying Wang
· 11 years ago
c26efa8
ART: Update the DecodedInstruction for the Fused extended bytecodes.
by Jean Christophe Beyler
· 11 years ago
a844dfa
am 5bf6a779: Merge "Change MethodHelper to use a Handle."
by Mathieu Chartier
· 11 years ago
5bf6a77
Merge "Change MethodHelper to use a Handle."
by Mathieu Chartier
· 11 years ago
b86371b
am 335b91fb: Merge "ART: Add instrumentation stubs for ARM64 and X86-64"
by Andreas Gampe
· 11 years ago
335b91f
Merge "ART: Add instrumentation stubs for ARM64 and X86-64"
by Andreas Gampe
· 11 years ago
3ece6c1
am b399e971: Merge "Reduced frequency of blocks for concurrent gc"
by Mathieu Chartier
· 11 years ago
b399e97
Merge "Reduced frequency of blocks for concurrent gc"
by Mathieu Chartier
· 11 years ago
530e1b5
Reduced frequency of blocks for concurrent gc
by Fred Shih
· 11 years ago
a5fdcbf
am d500a43a: Merge "ART: Generalize code to find PC for artInvokeInterfaceTrampoline"
by Andreas Gampe
· 11 years ago
d500a43
Merge "ART: Generalize code to find PC for artInvokeInterfaceTrampoline"
by Andreas Gampe
· 11 years ago
41c507a
ART: Generalize code to find PC for artInvokeInterfaceTrampoline
by Alexei Zavjalov
· 11 years ago
62c360a
am c829a18d: Merge "Round up arena allocations to 8 bytes."
by Vladimir Marko
· 11 years ago
c829a18
Merge "Round up arena allocations to 8 bytes."
by Vladimir Marko
· 11 years ago
7478d10
am f71f8da2: Merge "Remove TARGET_REX_SUPPORT define."
by Ian Rogers
· 11 years ago
f71f8da
Merge "Remove TARGET_REX_SUPPORT define."
by Ian Rogers
· 11 years ago
ea248f8
Remove TARGET_REX_SUPPORT define.
by Ian Rogers
· 11 years ago
22a0ef8
Round up arena allocations to 8 bytes.
by Vladimir Marko
· 11 years ago
6e24c9f
am 608f63ba: Merge "Add locking around boot image generation."
by Narayan Kamath
· 11 years ago
608f63b
Merge "Add locking around boot image generation."
by Narayan Kamath
· 11 years ago
d1c606f
Add locking around boot image generation.
by Narayan Kamath
· 11 years ago
98028b5
am 6e71a1fb: Merge "Plug code generator into liveness analysis."
by Nicolas Geoffray
· 11 years ago
9de8a31
am 7eb3fa1e: Merge "Add a type propagation phase after building SSA."
by Nicolas Geoffray
· 11 years ago
9fffccc
am fd755e00: Merge "X86_64: Pass \'hidden method index\' in EAX"
by Ian Rogers
· 11 years ago
1a105ff
am d49f5b87: Merge "Tidy up x86 assembler and fix byte register encoding."
by Ian Rogers
· 11 years ago
01b1856
am 305e4b0a: Merge "ART: Generic JNI for x86"
by Andreas Gampe
· 11 years ago
6e71a1f
Merge "Plug code generator into liveness analysis."
by Nicolas Geoffray
· 11 years ago
31d76b4
Plug code generator into liveness analysis.
by Nicolas Geoffray
· 11 years ago
7eb3fa1
Merge "Add a type propagation phase after building SSA."
by Nicolas Geoffray
· 11 years ago
fd755e0
Merge "X86_64: Pass 'hidden method index' in EAX"
by Ian Rogers
· 11 years ago
d49f5b8
Merge "Tidy up x86 assembler and fix byte register encoding."
by Ian Rogers
· 11 years ago
305e4b0
Merge "ART: Generic JNI for x86"
by Andreas Gampe
· 11 years ago
0f9b9c5
Tidy up x86 assembler and fix byte register encoding.
by Ian Rogers
· 11 years ago
08e5bd1
am b14f2e0f: Merge "Fix output of 107 art/test"
by Bill Buzbee
· 11 years ago
b9a0461
am a0b0ba04: Merge "X86_64: Fix core.oat compilation issues"
by Bill Buzbee
· 11 years ago
388f5a5
am 846447a1: Merge "x86_64: Reduce dex2oat compilation logs"
by Bill Buzbee
· 11 years ago
3841a14
am 88c3484e: Merge "AArch64: fix and enable sparse- and packed-switch."
by Bill Buzbee
· 11 years ago
Next »