Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
92a4a93d9bf8685d09f5b89030e6e1a7547acc16
92a4a93
Merge commit 'dbbc5d92db2cd795439bb4a08aaa2b123da430c6' into HEAD
by Bill Yi
· 10 years ago
96ab06e
am 6aa7fe62: Merge "Replace a few std::vector with ArenaVector in Mir2Lir."
by Vladimir Marko
· 10 years ago
1ce96ae
am 04c1acf4: Merge "ART: Make error messages for StackOverflow WARNINGs"
by Andreas Gampe
· 10 years ago
6aa7fe6
Merge "Replace a few std::vector with ArenaVector in Mir2Lir."
by Vladimir Marko
· 10 years ago
04c1acf
Merge "ART: Make error messages for StackOverflow WARNINGs"
by Andreas Gampe
· 10 years ago
1de0f5c
ART: Make error messages for StackOverflow WARNINGs
by Andreas Gampe
· 10 years ago
ff6dc02
am 3f43b5f4: Merge "ART: Ensure order of field gaps"
by Andreas Gampe
· 10 years ago
3f43b5f
Merge "ART: Ensure order of field gaps"
by Andreas Gampe
· 10 years ago
f52857f
ART: Ensure order of field gaps
by Andreas Gampe
· 10 years ago
e751815
am 6561551f: Merge "Move arenas into runtime"
by Mathieu Chartier
· 10 years ago
80b96d1
Replace a few std::vector with ArenaVector in Mir2Lir.
by Vladimir Marko
· 10 years ago
6561551
Merge "Move arenas into runtime"
by Mathieu Chartier
· 10 years ago
b666f48
Move arenas into runtime
by Mathieu Chartier
· 10 years ago
5ec3cda
am 8fb13085: Merge "Add suspend checks to special methods."
by Vladimir Marko
· 10 years ago
8fb1308
Merge "Add suspend checks to special methods."
by Vladimir Marko
· 10 years ago
6ce3eba
Add suspend checks to special methods.
by Vladimir Marko
· 10 years ago
bd57a34
am 39109a06: Merge "Ensure the graph is correctly typed."
by Nicolas Geoffray
· 10 years ago
39109a0
Merge "Ensure the graph is correctly typed."
by Nicolas Geoffray
· 10 years ago
d6138ef
Ensure the graph is correctly typed.
by Nicolas Geoffray
· 10 years ago
3a14c8b
am 92095533: Merge "Have the opt. compiler set the size of "empty" frames to zero."
by Roland Levillain
· 10 years ago
9209553
Merge "Have the opt. compiler set the size of "empty" frames to zero."
by Roland Levillain
· 10 years ago
aa9b7c4
Have the opt. compiler set the size of "empty" frames to zero.
by Roland Levillain
· 10 years ago
b66251a
am cf3fb94a: Merge "Fix art_quick_instrumentation_entry for x86"
by Sebastien Hertz
· 10 years ago
cf3fb94
Merge "Fix art_quick_instrumentation_entry for x86"
by Sebastien Hertz
· 10 years ago
f551d1b
Fix art_quick_instrumentation_entry for x86
by Sebastien Hertz
· 10 years ago
065fe0b
am 1b472546: Merge "ART: Fix run-test 099-vmdebug for device"
by Andreas Gampe
· 10 years ago
1b47254
Merge "ART: Fix run-test 099-vmdebug for device"
by Andreas Gampe
· 10 years ago
675eed3
ART: Fix run-test 099-vmdebug for device
by Andreas Gampe
· 10 years ago
ff3ef3d
am 627fbe31: Merge "ART: Blacklist run-test 802 for tracing"
by Andreas Gampe
· 10 years ago
b3c2129
am 2ee8837c: Merge "ART: Templatize IsInt & IsUint"
by Andreas Gampe
· 10 years ago
627fbe3
Merge "ART: Blacklist run-test 802 for tracing"
by Andreas Gampe
· 10 years ago
2ee8837
Merge "ART: Templatize IsInt & IsUint"
by Andreas Gampe
· 10 years ago
9cb65bc
ART: Blacklist run-test 802 for tracing
by Andreas Gampe
· 10 years ago
ab1eb0d
ART: Templatize IsInt & IsUint
by Andreas Gampe
· 10 years ago
8ceac60
am 887653c2: Merge "Default to 64-bit for tests of methods with varying ISAs for valgrind."
by Jeff Hao
· 10 years ago
f370749
am a56f1195: Merge "ART: Make run-tests more verbose"
by Andreas Gampe
· 10 years ago
a0c5a8c
am 698e4a89: Merge "Distinguish FP and integral constants in LVN."
by Vladimir Marko
· 10 years ago
6b00d77
am a5c81189: Merge "ART: Fix InsertCaseLabel to return boundary_lir always"
by Bill Buzbee
· 10 years ago
a92cda0
am 3dbce6f8: Merge "ART: Promoted register may be wrong after the load of zero fp constant"
by Bill Buzbee
· 10 years ago
887653c
Merge "Default to 64-bit for tests of methods with varying ISAs for valgrind."
by Jeff Hao
· 10 years ago
a56f119
Merge "ART: Make run-tests more verbose"
by Andreas Gampe
· 10 years ago
698e4a8
Merge "Distinguish FP and integral constants in LVN."
by Vladimir Marko
· 10 years ago
a5c8118
Merge "ART: Fix InsertCaseLabel to return boundary_lir always"
by Bill Buzbee
· 10 years ago
3dbce6f
Merge "ART: Promoted register may be wrong after the load of zero fp constant"
by Bill Buzbee
· 10 years ago
22c7f5b
Distinguish FP and integral constants in LVN.
by Vladimir Marko
· 10 years ago
203c13f
am ca47c2ec: Merge "Quick: Disable DCE until we fix FP/Core reg mismatches."
by Vladimir Marko
· 10 years ago
ca47c2e
Merge "Quick: Disable DCE until we fix FP/Core reg mismatches."
by Vladimir Marko
· 10 years ago
37e05bf
Quick: Disable DCE until we fix FP/Core reg mismatches.
by Vladimir Marko
· 10 years ago
0a42770
am 35757740: Merge "Avoid generating jmp +0."
by Nicolas Geoffray
· 10 years ago
3575774
Merge "Avoid generating jmp +0."
by Nicolas Geoffray
· 10 years ago
dc23d83
Avoid generating jmp +0.
by Nicolas Geoffray
· 10 years ago
9b717aa
am de740218: Merge "Follow up 129144"
by Sebastien Hertz
· 10 years ago
de74021
Merge "Follow up 129144"
by Sebastien Hertz
· 10 years ago
0d5fd49
ART: Promoted register may be wrong after the load of zero fp constant
by Vladimir
· 10 years ago
e4301ff
ART: Make run-tests more verbose
by Andreas Gampe
· 10 years ago
6d25419
Default to 64-bit for tests of methods with varying ISAs for valgrind.
by Jeff Hao
· 10 years ago
0b47427
am afba6968: Merge "Dead code elimination based on GVN results."
by Vladimir Marko
· 10 years ago
afba696
Merge "Dead code elimination based on GVN results."
by Vladimir Marko
· 10 years ago
b3b173b
Follow up 129144
by Sebastien Hertz
· 10 years ago
7a01dc2
Dead code elimination based on GVN results.
by Vladimir Marko
· 10 years ago
911ad67
am 17609db4: Merge "art: Fix bug in VariantMap::Set"
by Igor Murashkin
· 10 years ago
17609db
Merge "art: Fix bug in VariantMap::Set"
by Igor Murashkin
· 10 years ago
2798da1
art: Fix bug in VariantMap::Set
by Igor Murashkin
· 10 years ago
e431951
am 6e27f821: Merge "Opt compiler: ARM64: Fix blocking fp registers."
by Nicolas Geoffray
· 10 years ago
6e27f82
Merge "Opt compiler: ARM64: Fix blocking fp registers."
by Nicolas Geoffray
· 10 years ago
a3ec394
Opt compiler: ARM64: Fix blocking fp registers.
by Zheng Xu
· 10 years ago
dbbc5d9
am 199c461a: am e5f5953e: Merge "ART: Rewrite ThreadStress for easier extensibility"
by Andreas Gampe
· 10 years ago
199c461
am e5f5953e: Merge "ART: Rewrite ThreadStress for easier extensibility"
by Andreas Gampe
· 10 years ago
577a9ff
am 0d7e11bd: am 6bf6ce19: Merge "ART: Add more details to LinkageError"
by Andreas Gampe
· 10 years ago
e5f5953
Merge "ART: Rewrite ThreadStress for easier extensibility"
by Andreas Gampe
· 10 years ago
0d7e11b
am 6bf6ce19: Merge "ART: Add more details to LinkageError"
by Andreas Gampe
· 10 years ago
f2fdc73
ART: Rewrite ThreadStress for easier extensibility
by Andreas Gampe
· 11 years ago
6bf6ce1
Merge "ART: Add more details to LinkageError"
by Andreas Gampe
· 10 years ago
d8ca52e
ART: Add more details to LinkageError
by Andreas Gampe
· 10 years ago
507aa91
am 4d56b61a: am 5b2c6ec4: Merge "ART: Allow class-loading during deopt"
by Andreas Gampe
· 10 years ago
4d56b61
am 5b2c6ec4: Merge "ART: Allow class-loading during deopt"
by Andreas Gampe
· 10 years ago
5b2c6ec
Merge "ART: Allow class-loading during deopt"
by Andreas Gampe
· 10 years ago
2e04bb2
ART: Allow class-loading during deopt
by Andreas Gampe
· 10 years ago
f3a34b4
am e915b7ab: am e032d5d4: Merge "Add tests for wide constants in LVN."
by Vladimir Marko
· 10 years ago
e915b7a
am e032d5d4: Merge "Add tests for wide constants in LVN."
by Vladimir Marko
· 10 years ago
e032d5d
Merge "Add tests for wide constants in LVN."
by Vladimir Marko
· 10 years ago
d532f00
Add tests for wide constants in LVN.
by Vladimir Marko
· 10 years ago
dfb6869
am 8762b64b: am bce88994: Merge "Clean up Scoped-/ArenaAlocator array allocations."
by Vladimir Marko
· 10 years ago
8762b64
am bce88994: Merge "Clean up Scoped-/ArenaAlocator array allocations."
by Vladimir Marko
· 10 years ago
bce8899
Merge "Clean up Scoped-/ArenaAlocator array allocations."
by Vladimir Marko
· 10 years ago
812e301
am b50a0ba7: am 58e42c6e: Merge "Optimize double/float immediate loading on arm."
by Nicolas Geoffray
· 10 years ago
b50a0ba
am 58e42c6e: Merge "Optimize double/float immediate loading on arm."
by Nicolas Geoffray
· 10 years ago
58e42c6
Merge "Optimize double/float immediate loading on arm."
by Nicolas Geoffray
· 10 years ago
ffe8a57
Optimize double/float immediate loading on arm.
by Nicolas Geoffray
· 10 years ago
2f32d77
am cfc3c213: am 94246d41: Merge "LVN handles const-wide/32 incorrectly"
by Vladimir Marko
· 10 years ago
cfc3c21
am 94246d41: Merge "LVN handles const-wide/32 incorrectly"
by Vladimir Marko
· 10 years ago
94246d4
Merge "LVN handles const-wide/32 incorrectly"
by Vladimir Marko
· 10 years ago
e4fcc5b
Clean up Scoped-/ArenaAlocator array allocations.
by Vladimir Marko
· 10 years ago
47d2e48
LVN handles const-wide/32 incorrectly
by Serguei Katkov
· 10 years ago
0a85441
am 280d1d54: am 8240a8af: Merge "Support hints for register pairs."
by Nicolas Geoffray
· 10 years ago
280d1d5
am 8240a8af: Merge "Support hints for register pairs."
by Nicolas Geoffray
· 10 years ago
8240a8a
Merge "Support hints for register pairs."
by Nicolas Geoffray
· 10 years ago
da02afe
Support hints for register pairs.
by Nicolas Geoffray
· 10 years ago
a78ef44
ART: Fix InsertCaseLabel to return boundary_lir always
by Chao-ying Fu
· 10 years ago
75d49ce
am 91f67606: am 54097016: Merge "Be more lenient with 4 byte UTF-8 sequences."
by Narayan Kamath
· 10 years ago
Next »