index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
optimizing
/
codegen_test.cc
Age
Commit message (
Expand
)
Author
2024-11-06
Support all conditions in predicated vectorization
Chris Jones
2024-10-15
Arm64: fix VecPredToBoolean code generation for SVE
Konstantin Baladurin
2024-10-15
Verify hardware supports ISA features in tests
Chris Jones
2024-10-15
Arm64: Fix PackedSwitch codegen for large methods.
Artem Serov
2024-08-21
Change `MakeCondition()` to take `IfCondition`...
Vladimir Marko
2024-08-12
ART: Clean up HIR construction in gtests.
Vladimir Marko
2023-07-12
Support autovectorization of diamond loops.
Artem Serov
2023-06-21
Remove CodeAllocator and the extra copy of generated code.
Nicolas Geoffray
2023-02-13
Don't run ReferenceTypePropagation without a Thread
Santiago Aboy Solanes
2022-11-07
Reland "Make compiler/optimizing/ symbols hidden."
VladimĂr Marko
2020-07-24
Update language to comply with Android’s inclusive language guidance
Ian Pedowitz
2020-05-15
Optimizing: Run gtests without creating the Runtime.
Vladimir Marko
2020-02-13
Remove MIPS support from Optimizing.
Vladimir Marko
2019-11-20
ARM64: Pass simd half floating point feature to VIXL macroassembler.
Usama Arif
2019-10-14
Revert "Make compiler/optimizing/ symbols hidden."
Vladimir Marko
2019-10-14
Make compiler/optimizing/ symbols hidden.
Vladimir Marko
2019-08-02
ART: ARM64: Optimize frame size for SIMD graphs.
Artem Serov
2018-12-03
ART: ARM64: Pass ISA features to VIXL macroassembler.
Artem Serov
2018-08-20
Fix longstanding bug around implicit NPEs and GC, version 2.
Nicolas Geoffray
2018-06-25
Move instruction_set_ to CompilerOptions.
Vladimir Marko
2018-03-05
Move most of runtime/base to libartbase/base
David Sehr
2018-01-13
Change compiler tests to have aligned code item
Mathieu Chartier
2018-01-05
Create dex subdirectory
David Sehr
2017-11-02
ART: Make InstructionSet an enum class and add kLast.
Vladimir Marko
2017-10-06
ART: Use ScopedArenaAllocator for pass-local data.
Vladimir Marko
2017-09-25
ART: Introduce compiler data type.
Vladimir Marko
2017-07-14
Remove the old ARM code generator from ART's Optimizing compiler.
Roland Levillain
2017-05-11
Clean up some uses of "auto".
Vladimir Marko
2017-05-03
Improve the documentation of an ARM64 parallel move resolver corner case.
Roland Levillain
2017-04-10
ARM64: Support 128-bit registers for SIMD.
Artem Serov
2017-02-02
Merge "AArch64: Add HInstruction scheduling support."
Treehugger Robot
2017-01-30
Handle cycles with double stack slots in ARM64 parallel moves.
Roland Levillain
2017-01-25
AArch64: Add HInstruction scheduling support.
Alexandre Rames
2017-01-09
Fix some issues reported by Valgrind
Anton Kirilov
2017-01-05
ARM: VIXL32: Fix crash in Exchange for stack slots.
Artem Serov
2016-11-08
ART: Fix tidy warnings
Andreas Gampe
2016-10-18
Delete unused blocked_register_pairs_ in code generators
Mathieu Chartier
2016-09-22
Revert "Revert "ARM: VIXL32: Add an initial code generator that passes codege...
Scott Wakeling
2016-09-21
Merge "Revert "ARM: VIXL32: Add an initial code generator that passes codegen...
Nicolas Geoffray
2016-09-21
Revert "ARM: VIXL32: Add an initial code generator that passes codegen_tests."
Nicolas Geoffray
2016-09-21
Merge "ARM: VIXL32: Add an initial code generator that passes codegen_tests."
Roland Levillain
2016-09-15
ARM: VIXL32: Add an initial code generator that passes codegen_tests.
Scott Wakeling
2016-09-14
MIPS: Enable the ComparisonsLong test in the code generator test.
Alexey Frunze
2016-09-07
Allow for testing alternative code generators in codegen_test.cc
Scott Wakeling
2016-09-01
MIPS32: Ensure preservation of RA in leaf methods if it's clobbered
Alexey Frunze
2016-08-19
Fix building tests with partial arch codegen support
Colin Cross
2016-08-11
Use TestCodeGeneratorX86 in codegen unit tests
Matthew Gharrity
2016-07-20
Refactor register allocation to be pluggable
Matthew Gharrity
2016-07-15
Rename current register allocator implementation
Matthew Gharrity
2016-02-15
ART: Run SsaBuilder from HGraphBuilder
David Brazdil
[next]