index
:
art
cm-11.0
cm-12.0
cm-12.1
cm-13.0
cm-14.0
cm-14.1
cm-14.1_old
cm-14.1_prerebase
lineage-15.0
lineage-15.1
lineage-16.0
lineage-17.0
lineage-17.1
replicant-6.0
shipping/cm-11.0
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.0-YNG1I
stable/cm-12.0-YNG1T
stable/cm-12.0-YNG1TA
stable/cm-12.0-YNG3C
stable/cm-12.0-YNG4N
stable/cm-12.1-YOG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH0E
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0
staging/cm-12.0-caf
staging/cm-12.1
staging/cm-13.0+r22
staging/cm-14.1-cafrebase
staging/cm-14.1_android-7.1.2_r2
staging/lineage-17.0_merge-android-10.0.0_r9
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler
/
optimizing
/
codegen_test.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
ART: ARM64: Pass ISA features to VIXL macroassembler.
Artem Serov
2018-12-03
1
-0
/
+27
*
Fix longstanding bug around implicit NPEs and GC, version 2.
Nicolas Geoffray
2018-08-20
1
-1
/
+1
*
Move instruction_set_ to CompilerOptions.
Vladimir Marko
2018-06-25
1
-19
/
+22
*
Move most of runtime/base to libartbase/base
David Sehr
2018-03-05
1
-1
/
+1
*
Change compiler tests to have aligned code item
Mathieu Chartier
2018-01-13
1
-43
/
+44
*
Create dex subdirectory
David Sehr
2018-01-05
1
-2
/
+2
*
ART: Make InstructionSet an enum class and add kLast.
Vladimir Marko
2017-11-02
1
-7
/
+7
*
ART: Use ScopedArenaAllocator for pass-local data.
Vladimir Marko
2017-10-06
1
-97
/
+85
*
ART: Introduce compiler data type.
Vladimir Marko
2017-09-25
1
-14
/
+16
*
Remove the old ARM code generator from ART's Optimizing compiler.
Roland Levillain
2017-07-14
1
-2
/
+1
*
Clean up some uses of "auto".
Vladimir Marko
2017-05-11
1
-3
/
+3
*
Improve the documentation of an ARM64 parallel move resolver corner case.
Roland Levillain
2017-05-03
1
-2
/
+22
*
ARM64: Support 128-bit registers for SIMD.
Artem Serov
2017-04-10
1
-0
/
+39
*
Merge "AArch64: Add HInstruction scheduling support."
Treehugger Robot
2017-02-02
1
-330
/
+1
|
\
|
*
AArch64: Add HInstruction scheduling support.
Alexandre Rames
2017-01-25
1
-330
/
+1
*
|
Handle cycles with double stack slots in ARM64 parallel moves.
Roland Levillain
2017-01-30
1
-0
/
+33
|
/
*
Fix some issues reported by Valgrind
Anton Kirilov
2017-01-09
1
-2
/
+3
*
ARM: VIXL32: Fix crash in Exchange for stack slots.
Artem Serov
2017-01-05
1
-0
/
+25
*
ART: Fix tidy warnings
Andreas Gampe
2016-11-08
1
-2
/
+2
*
Delete unused blocked_register_pairs_ in code generators
Mathieu Chartier
2016-10-18
1
-9
/
+0
*
Revert "Revert "ARM: VIXL32: Add an initial code generator that passes codege...
Scott Wakeling
2016-09-22
1
-0
/
+32
*
Merge "Revert "ARM: VIXL32: Add an initial code generator that passes codegen...
Nicolas Geoffray
2016-09-21
1
-32
/
+0
|
\
|
*
Revert "ARM: VIXL32: Add an initial code generator that passes codegen_tests."
Nicolas Geoffray
2016-09-21
1
-32
/
+0
*
|
Merge "ARM: VIXL32: Add an initial code generator that passes codegen_tests."
Roland Levillain
2016-09-21
1
-0
/
+32
|
\
|
|
*
ARM: VIXL32: Add an initial code generator that passes codegen_tests.
Scott Wakeling
2016-09-15
1
-0
/
+32
*
|
MIPS: Enable the ComparisonsLong test in the code generator test.
Alexey Frunze
2016-09-14
1
-10
/
+0
|
/
*
Allow for testing alternative code generators in codegen_test.cc
Scott Wakeling
2016-09-07
1
-95
/
+132
*
MIPS32: Ensure preservation of RA in leaf methods if it's clobbered
Alexey Frunze
2016-09-01
1
-0
/
+63
*
Fix building tests with partial arch codegen support
Colin Cross
2016-08-19
1
-11
/
+50
*
Use TestCodeGeneratorX86 in codegen unit tests
Matthew Gharrity
2016-08-11
1
-1
/
+1
*
Refactor register allocation to be pluggable
Matthew Gharrity
2016-07-20
1
-1
/
+1
*
Rename current register allocator implementation
Matthew Gharrity
2016-07-15
1
-1
/
+1
*
ART: Run SsaBuilder from HGraphBuilder
David Brazdil
2016-02-15
1
-19
/
+13
*
ART: Remove HTemporary
David Brazdil
2016-02-12
1
-3
/
+3
*
ART: Fix gtest after liveness CL
David Brazdil
2016-01-28
1
-2
/
+2
*
ART: Remove Baseline compiler
David Brazdil
2016-01-18
1
-376
/
+325
*
Revert "Revert "Introduce support for hardware simulators, starting with ARM64""
Phil Wang
2015-11-06
1
-114
/
+219
*
MIPS: Initial version of optimizing compiler for MIPS32
Goran Jakovljevic
2015-10-22
1
-0
/
+17
*
Added support for unsigned comparisons
Aart Bik
2015-10-14
1
-0
/
+126
*
Add DCHECKs to ArenaVector and ScopedArenaVector.
Vladimir Marko
2015-10-08
1
-3
/
+3
*
Optimizing: Tag arena allocations in HGraph.
Vladimir Marko
2015-09-16
1
-1
/
+1
*
Optimizing: Tag basic block allocations with their source.
Vladimir Marko
2015-09-08
1
-3
/
+3
*
Revert "Optimizing: Tag basic block allocations with their source."
Vladimir Marko
2015-09-03
1
-3
/
+3
*
Optimizing: Tag basic block allocations with their source.
Vladimir Marko
2015-09-03
1
-3
/
+3
*
Revert "Introduce support for hardware simulators, starting with ARM64"
Alex Light
2015-08-18
1
-184
/
+89
*
Fix codegen_test.
Roland Levillain
2015-08-18
1
-3
/
+10
*
Introduce support for hardware simulators, starting with ARM64
Phil Wang
2015-08-18
1
-89
/
+177
*
Fix codegen_test after DCE fix.
Nicolas Geoffray
2015-06-24
1
-1
/
+4
*
MIPS: Initial version of optimizing compiler for MIPS64R6.
Alexey Frunze
2015-06-19
1
-0
/
+17
*
Add a parent environment to HEnvironment.
Nicolas Geoffray
2015-05-11
1
-5
/
+5
[next]