Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
art
/
c5fcb44405b436e8671e0c8c96b6d6d924649d1e
/
compiler
/
optimizing
/
code_generator_arm_vixl.cc
c5fcb44
ARM: VIXL32: Implement some dispatch optimizations.
by Artem Serov
· 10 years ago
0fb3719
ARM: Fix breaking changes from recent VIXL update.
by Artem Serov
· 10 years ago
22384ae
Revert "Revert "Add kJitTableAddress for HLoadClass.""
by Nicolas Geoffray
· 9 years ago
4dd3f7d
Merge "Revert "Add kJitTableAddress for HLoadClass.""
by Nicolas Geoffray
· 9 years ago
d2d5262
Revert "Add kJitTableAddress for HLoadClass."
by Nicolas Geoffray
· 9 years ago
7d81bf2
Merge "Add kJitTableAddress for HLoadClass."
by Nicolas Geoffray
· 9 years ago
5b12f79
Add kJitTableAddress for HLoadClass.
by Nicolas Geoffray
· 9 years ago
c836b5a
Merge "Revert "Revert "ARM: VIXL32: Use DontCare for SetFlags + fix for GenerateFrameEntry."""
by Nicolas Geoffray
· 9 years ago
bffdc70
Revert "Revert "ARM: VIXL32: Use DontCare for SetFlags + fix for GenerateFrameEntry.""
by Scott Wakeling
· 9 years ago
2f34995
Revert "ARM: VIXL32: Use DontCare for SetFlags + fix for GenerateFrameEntry."
by Nicolas Geoffray
· 9 years ago
d494c5e
ARM: VIXL32: Use DontCare for SetFlags + fix for GenerateFrameEntry.
by Artem Serov
· 10 years ago
edb2ac3
ARM: VIXL32: Implement read barriers.
by Anton Kirilov
· 10 years ago
374ddf3
ARM: VIXL32: Clean usage of scopes.
by Alexandre Rames
· 10 years ago
d4cc5b2
ARM: VIXL32: Implement Invoke, LoadClass, LoadString dispatch.
by Artem Serov
· 10 years ago
982e0bf
Merge "ARM: VIXL32: A couple of fixes to have more tests passing."
by Nicolas Geoffray
· 10 years ago
211fd80
Merge "ART: Add dex::StringIndex"
by Treehugger Robot
· 10 years ago
657022c
ARM: VIXL32: A couple of fixes to have more tests passing.
by Artem Serov
· 10 years ago
725466c
Merge "ARM: VIXL32: Implement HClassTableGet Visitor."
by Nicolas Geoffray
· 10 years ago
8a0128a
ART: Add dex::StringIndex
by Andreas Gampe
· 10 years ago
dda4396
ARM: VIXL32: Fix some test failures.
by Anton Kirilov
· 10 years ago
b77051e
ARM: VIXL32: Fix breaking changes from recent VIXL update.
by Scott Wakeling
· 10 years ago
8d2c459
ARM: VIXL32: Implement HClassTableGet Visitor.
by xueliang.zhong
· 10 years ago
f51bc62
ARM: VIXL32: Improve codegen on CBZ/CBNZ
by xueliang.zhong
· 10 years ago
a5b09a6
ART: Add dex::TypeIndex
by Andreas Gampe
· 10 years ago
09a940d
ARM: VIXL32: Fix PackedSwitch.
by Artem Serov
· 10 years ago
5f498b2
Merge "ARM: VIXL32: Arch specific operations."
by Nicolas Geoffray
· 10 years ago
82d44f1
Merge "Change iftable to never be null"
by Mathieu Chartier
· 10 years ago
6beced4
Change iftable to never be null
by Mathieu Chartier
· 10 years ago
2bbc953
ARM: VIXL32: Arch specific operations.
by Artem Serov
· 10 years ago
ecd8300
Merge "ARM: VIXL32: Fix VisitTypeConversion."
by Nicolas Geoffray
· 10 years ago
9fd8c60
Pass object instead of class to instanceof entrypoint
by Mathieu Chartier
· 10 years ago
fb0b7d4
ARM: VIXL32: Fix VisitTypeConversion.
by Scott Wakeling
· 10 years ago
cfeb031
Merge "ARM: VIXL32: Implement more codegen visitors."
by Nicolas Geoffray
· 10 years ago
ee48b0f
Merge "ARM: VIXL32: Implement InstanceOf, InvokeInterface and others."
by Nicolas Geoffray
· 10 years ago
551b28f
ARM: VIXL32: Implement more codegen visitors.
by Artem Serov
· 10 years ago
cfbe913
ARM: VIXL32: Implement InstanceOf, InvokeInterface and others.
by Artem Serov
· 10 years ago
16593ed
Merge "Change string compression encoding."
by Treehugger Robot
· 10 years ago
fdaf0f4
Change string compression encoding.
by Vladimir Marko
· 10 years ago
3773f21
Merge "ART: Fix tidy warnings"
by Treehugger Robot
· 10 years ago
ca620d7
ART: Fix tidy warnings
by Andreas Gampe
· 10 years ago
b99f4d6
Change check cast entrypoint to check instance of
by Mathieu Chartier
· 10 years ago
6070e88
Add more missing definitions in art::arm::CodeGeneratorARMVIXL.
by Roland Levillain
· 10 years ago
844e653
Add missing definition of CodeGeneratorARMVIXL::GenerateReadBarrierSlow.
by Roland Levillain
· 10 years ago
5ec6218
ARM: VIXL32: Implement intrinsics.
by Anton Kirilov
· 10 years ago
e28d9ae
ARM: VIXL32: Implement the functionality needed by intrinsics.
by Anton Kirilov
· 10 years ago
c34dba7
ARM: VIXL32: Implement ArrayGet, ArraySet, BoundsCheck etc.
by Scott Wakeling
· 10 years ago
02d3783
ARM: VIXL32: Move code to ease the diff with old codegen.
by Artem Serov
· 10 years ago
02109dd
ARM: VIXL32: Implement Shifts, Neg, Bitwise and Rotate visitors.
by Artem Serov
· 10 years ago
00468f3
Remove default argument values in GenerateGcRootFieldLoad.
by Roland Levillain
· 10 years ago
b45fbaa5
ARM: VIXL32: Pass test 406-fields and a few others.
by Alexandre Rames
· 10 years ago
9c19bd6
ARM: VIXL32: Implement more codegen code to pass a few more tests.
by Alexandre Rames
· 10 years ago
2f2533f
Merge "ARM: VIXL32: Pass initial ART tests with new code generator."
by Roland Levillain
· 10 years ago
58a4c61
Delete unused blocked_register_pairs_ in code generators
by Mathieu Chartier
· 10 years ago
a7812ae
ARM: VIXL32: Pass initial ART tests with new code generator.
by Scott Wakeling
· 10 years ago
5e4e11e
Clean-up sharpening and compiler driver.
by Nicolas Geoffray
· 10 years ago
fe88546
Revert "Revert "ARM: VIXL32: Add an initial code generator that passes codegen_tests.""
by Scott Wakeling
· 10 years ago
7863a21
Revert "ARM: VIXL32: Add an initial code generator that passes codegen_tests."
by Nicolas Geoffray
· 10 years ago
b138dfb
ARM: VIXL32: Add an initial code generator that passes codegen_tests.
by Scott Wakeling
· 10 years ago