Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
710aa75183fdb0cb4ca0c7b86b1f7249660c6709
710aa75
am 19361054: Merge "Add test cases to make sure GenDivRemLit() handles 16-bit constants correctly."
by Andreas Gampe
· 10 years ago
1936105
Merge "Add test cases to make sure GenDivRemLit() handles 16-bit constants correctly."
by Andreas Gampe
· 10 years ago
f9a627f
Add test cases to make sure GenDivRemLit() handles 16-bit constants correctly.
by Douglas Leung
· 10 years ago
a62d62e
am f06bb7c9: Merge "Test DexOptStatus enum values match DexFile values."
by Richard Uhler
· 10 years ago
58beca4
am ba9715a8: Merge "Implement CFI for Quick."
by David Srbecky
· 10 years ago
f06bb7c
Merge "Test DexOptStatus enum values match DexFile values."
by Richard Uhler
· 10 years ago
23cedd2
Test DexOptStatus enum values match DexFile values.
by Richard Uhler
· 10 years ago
ba9715a
Merge "Implement CFI for Quick."
by David Srbecky
· 10 years ago
5165935
am a528e850: Merge "Rename isDexOptNeededInternal and add kSelfPatchOatNeeded"
by Richard Uhler
· 10 years ago
a528e85
Merge "Rename isDexOptNeededInternal and add kSelfPatchOatNeeded"
by Richard Uhler
· 10 years ago
6b64b0f
am 96159860: Merge "Speedup div/rem by constants on x86 and x86_64"
by Calin Juravle
· 10 years ago
9615986
Merge "Speedup div/rem by constants on x86 and x86_64"
by Calin Juravle
· 10 years ago
4a17119
am 0c51da5d: Merge "Opt compiler: ARM64: Use TBZ and TBNZ in VisitIf."
by Roland Levillain
· 10 years ago
0f88e87
Speedup div/rem by constants on x86 and x86_64
by Guillaume Sanchez
· 10 years ago
0c51da5
Merge "Opt compiler: ARM64: Use TBZ and TBNZ in VisitIf."
by Roland Levillain
· 10 years ago
5397768
am 10042c1b: Merge "Exercise art::arm::Thumb2Assembler::StoreToOffset for word pairs."
by Roland Levillain
· 10 years ago
10042c1
Merge "Exercise art::arm::Thumb2Assembler::StoreToOffset for word pairs."
by Roland Levillain
· 10 years ago
ceb6621
am 1576be32: Merge "Quick: Clean up temp use counting."
by Vladimir Marko
· 10 years ago
1576be3
Merge "Quick: Clean up temp use counting."
by Vladimir Marko
· 10 years ago
ef23396
am a2d40be3: Merge "Fix JDWP race at runtime shutdown"
by Sebastien Hertz
· 10 years ago
a2d40be
Merge "Fix JDWP race at runtime shutdown"
by Sebastien Hertz
· 10 years ago
e33afe8
am 9d0ab6f0: Merge "[optimizing] Implement more x86/x86_64 intrinsics"
by Andreas Gampe
· 10 years ago
9d0ab6f
Merge "[optimizing] Implement more x86/x86_64 intrinsics"
by Andreas Gampe
· 10 years ago
87b7c52
Quick: Clean up temp use counting.
by Vladimir Marko
· 10 years ago
1109fb3
Implement CFI for Quick.
by David Srbecky
· 10 years ago
e3d2a2c
am cde8e5da: Merge "Remove the old CFI infrastructure."
by David Srbecky
· 10 years ago
cde8e5d
Merge "Remove the old CFI infrastructure."
by David Srbecky
· 10 years ago
4388dcc
Opt compiler: ARM64: Use TBZ and TBNZ in VisitIf.
by Alexandre Rames
· 10 years ago
6ec5918
am 8635e188: Merge "Exercise art::arm::Thumb2Assembler::StoreToOffset for words."
by Roland Levillain
· 10 years ago
d9d0d5d
am 605e014b: Merge "Ignore not yet loaded classes during hprof"
by Sebastien Hertz
· 10 years ago
8635e18
Merge "Exercise art::arm::Thumb2Assembler::StoreToOffset for words."
by Roland Levillain
· 10 years ago
605e014
Merge "Ignore not yet loaded classes during hprof"
by Sebastien Hertz
· 10 years ago
2b33b99
am 0e88d726: Merge "ART: Remove LLVM cruft"
by Andreas Gampe
· 10 years ago
0e88d72
Merge "ART: Remove LLVM cruft"
by Andreas Gampe
· 10 years ago
c7399c8
ART: Remove LLVM cruft
by Andreas Gampe
· 10 years ago
36c5ae7
am 40f65560: Merge "ART: Fix 64-bit ELF file support"
by Andreas Gampe
· 10 years ago
40f6556
Merge "ART: Fix 64-bit ELF file support"
by Andreas Gampe
· 10 years ago
3c54b00
ART: Fix 64-bit ELF file support
by Andreas Gampe
· 10 years ago
9e390d2
am d2b9c0ca: Merge "Promote pointer to dex cache arrays on arm."
by Vladimir Marko
· 10 years ago
75bd579
am 44b03484: Merge "PC-relative loads from dex cache arrays for arm."
by Vladimir Marko
· 10 years ago
d2b9c0c
Merge "Promote pointer to dex cache arrays on arm."
by Vladimir Marko
· 10 years ago
44b0348
Merge "PC-relative loads from dex cache arrays for arm."
by Vladimir Marko
· 10 years ago
0dde75a
am a9a5cc80: Merge "Quick: Use PC-relative dex cache array loads for SGET/SPUT."
by Vladimir Marko
· 10 years ago
8c57831
Remove the old CFI infrastructure.
by David Srbecky
· 10 years ago
a9a5cc8
Merge "Quick: Use PC-relative dex cache array loads for SGET/SPUT."
by Vladimir Marko
· 10 years ago
f90ca4b
am fa09d442: Merge "Fix CC root visiting bug"
by Mathieu Chartier
· 10 years ago
fa09d44
Merge "Fix CC root visiting bug"
by Mathieu Chartier
· 10 years ago
cc23481
Promote pointer to dex cache arrays on arm.
by Vladimir Marko
· 10 years ago
e5c76c5
PC-relative loads from dex cache arrays for arm.
by Vladimir Marko
· 10 years ago
3477307
Quick: Use PC-relative dex cache array loads for SGET/SPUT.
by Vladimir Marko
· 10 years ago
4809d0a
Fix CC root visiting bug
by Mathieu Chartier
· 10 years ago
d68e74f
am 63a99fce: Merge "ART: Print C1vis header only if visualizer enabled"
by David Brazdil
· 10 years ago
9679485
am c14b7123: Merge "ART: Remove unused variables."
by Andreas Gampe
· 10 years ago
63a99fc
Merge "ART: Print C1vis header only if visualizer enabled"
by David Brazdil
· 10 years ago
c14b712
Merge "ART: Remove unused variables."
by Andreas Gampe
· 10 years ago
62e074f
ART: Print C1vis header only if visualizer enabled
by David Brazdil
· 10 years ago
d875064
ART: Remove unused variables.
by Andreas Gampe
· 10 years ago
3f6f7ee
am 71ae8832: Merge "Remove fuzzer build-time dependency on core image."
by Calin Juravle
· 10 years ago
71ae883
Merge "Remove fuzzer build-time dependency on core image."
by Calin Juravle
· 10 years ago
733840f
Remove fuzzer build-time dependency on core image.
by Calin Juravle
· 10 years ago
45e45ad
am 9b87d4a2: Merge "JDWP: clear exception when allocation fails"
by Sebastien Hertz
· 10 years ago
9b87d4a
Merge "JDWP: clear exception when allocation fails"
by Sebastien Hertz
· 10 years ago
4af147e
Exercise art::arm::Thumb2Assembler::StoreToOffset for word pairs.
by Roland Levillain
· 10 years ago
d3bc184
am caff3024: Merge "Fix address formatting in Mips64 disassembler."
by David Srbecky
· 10 years ago
010b969
am 030d304a: Merge "Build 32-bit version of the disassembler as well."
by David Srbecky
· 10 years ago
f04cd27
am 47cf461b: Merge "Proper fix for issue 20051601 - arm actually means thumb2."
by David Srbecky
· 10 years ago
caff302
Merge "Fix address formatting in Mips64 disassembler."
by David Srbecky
· 10 years ago
030d304
Merge "Build 32-bit version of the disassembler as well."
by David Srbecky
· 10 years ago
47cf461
Merge "Proper fix for issue 20051601 - arm actually means thumb2."
by David Srbecky
· 10 years ago
ca068b2
Ignore not yet loaded classes during hprof
by Sebastien Hertz
· 10 years ago
40cc061
am 1b8e8cac: Merge "Revert "ART: Fix noreturn for Mac""
by Andreas Gampe
· 10 years ago
58d25fd
[optimizing] Implement more x86/x86_64 intrinsics
by Mark Mendell
· 10 years ago
1b8e8ca
Merge "Revert "ART: Fix noreturn for Mac""
by Andreas Gampe
· 10 years ago
e5c1445
am e291f096: Merge "ART: Turn off missing-noreturn for Mac"
by Andreas Gampe
· 10 years ago
48cc32c
Revert "ART: Fix noreturn for Mac"
by Andreas Gampe
· 10 years ago
e291f09
Merge "ART: Turn off missing-noreturn for Mac"
by Andreas Gampe
· 10 years ago
6622266
ART: Turn off missing-noreturn for Mac
by Andreas Gampe
· 10 years ago
e595b3f
am 81a65430: Merge "ART: Add support for "silvermont" variant"
by Andreas Gampe
· 10 years ago
81a6543
Merge "ART: Add support for "silvermont" variant"
by Andreas Gampe
· 10 years ago
aca7c1d
am a9aabfeb: Merge "ART: Fix noreturn for Mac"
by Andreas Gampe
· 10 years ago
a9aabfe
Merge "ART: Fix noreturn for Mac"
by Andreas Gampe
· 10 years ago
a0be6e3
am 084403f7: Merge "Add more logging for debugging possible deadlock"
by Mathieu Chartier
· 10 years ago
79dda42
ART: Fix noreturn for Mac
by Andreas Gampe
· 10 years ago
084403f
Merge "Add more logging for debugging possible deadlock"
by Mathieu Chartier
· 10 years ago
720e71a
Add more logging for debugging possible deadlock
by Mathieu Chartier
· 10 years ago
a69db36
am 425ee0e1: Merge "Prevent verified method from being deleted by compiler driver."
by Jeff Hao
· 10 years ago
094460f
am a728627b: Merge "Fix JNI compiler for mips64"
by Andreas Gampe
· 10 years ago
425ee0e
Merge "Prevent verified method from being deleted by compiler driver."
by Jeff Hao
· 10 years ago
a728627
Merge "Fix JNI compiler for mips64"
by Andreas Gampe
· 10 years ago
48699fb
Prevent verified method from being deleted by compiler driver.
by Jeff Hao
· 10 years ago
658b12e
am 9104503b: Merge "ART: Fix gtests for missing-noreturn"
by Andreas Gampe
· 10 years ago
75c40d4
Fix JNI compiler for mips64
by Goran Jakovljevic
· 10 years ago
9104503
Merge "ART: Fix gtests for missing-noreturn"
by Andreas Gampe
· 10 years ago
9b14dc3
ART: Fix gtests for missing-noreturn
by Andreas Gampe
· 10 years ago
89d1dd4
am fb9131bd: Merge "ART: Make unknown variant "mips64r6" go away"
by Andreas Gampe
· 10 years ago
fb9131b
Merge "ART: Make unknown variant "mips64r6" go away"
by Andreas Gampe
· 10 years ago
cd5d733
am 69958562: Merge "ART: Fix no-return in sigchainlib"
by Andreas Gampe
· 10 years ago
017d16c
ART: Make unknown variant "mips64r6" go away
by Andreas Gampe
· 10 years ago
6995856
Merge "ART: Fix no-return in sigchainlib"
by Andreas Gampe
· 10 years ago
ba1ff84
ART: Fix no-return in sigchainlib
by Andreas Gampe
· 10 years ago
Next »