index
:
art.git
kitkat
q10.0
s12.0
s12.1
art
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
optimizing
/
codegen_test.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Fix codegen_test for long multiplication.
Nicolas Geoffray
2015-04-20
1
-30
/
+79
*
Move the linear order to the HGraph.
Nicolas Geoffray
2015-04-15
1
-1
/
+1
*
[optimizing] Implement x86/x86_64 math intrinsics
Mark Mendell
2015-04-01
1
-4
/
+14
*
ART: Force constants into the entry block
David Brazdil
2015-03-26
1
-20
/
+12
*
ART: Fix crash in gtests
David Brazdil
2015-03-24
1
-0
/
+1
*
Opt Compiler: ARM64: Enable explicit memory barriers over acquire/release
Serban Constantinescu
2015-03-02
1
-4
/
+9
*
Create HGraph outside Builder, print timings
David Brazdil
2015-02-04
1
-6
/
+8
*
Fix lint error and typo.
Nicolas Geoffray
2015-01-26
1
-2
/
+2
*
Fix codegen_test.
Nicolas Geoffray
2015-01-26
1
-5
/
+30
*
Add implicit null checks for the optimizing compiler
Calin Juravle
2015-01-16
1
-8
/
+13
*
ART: Fix leak in codegen_test
Andreas Gampe
2015-01-06
1
-1
/
+3
*
Look at instruction set features when generating volatiles code
Calin Juravle
2015-01-05
1
-2
/
+3
*
Opt compiler: Add arm64 support for register allocation.
Alexandre Rames
2014-12-10
1
-18
/
+7
*
Instruction set features for ARM64, MIPS and X86.
Ian Rogers
2014-11-13
1
-2
/
+2
*
Revert "Revert "Add support for long-to-int in the optimizing compiler.""
Roland Levillain
2014-11-11
1
-0
/
+21
*
Revert "Add support for long-to-int in the optimizing compiler."
Roland Levillain
2014-11-11
1
-17
/
+0
*
Fix lint error.
Calin Juravle
2014-11-11
1
-4
/
+4
*
Add support for long-to-int in the optimizing compiler.
Roland Levillain
2014-11-11
1
-0
/
+17
*
Merge "[optimizing compiler] Add DIV_INT_2ADDR"
Calin Juravle
2014-11-06
1
-0
/
+14
|
\
|
*
[optimizing compiler] Add DIV_INT_2ADDR
Calin Juravle
2014-11-06
1
-0
/
+14
*
|
Add support for not-long on ARM64 in the optimizing compiler.
Roland Levillain
2014-11-06
1
-12
/
+81
*
|
Fix failures after div support.
Nicolas Geoffray
2014-11-06
1
-0
/
+4
|
/
*
[optimizing compiler] Add div-int and exception handling.
Calin Juravle
2014-11-06
1
-0
/
+9
*
ART: More warnings
Andreas Gampe
2014-11-04
1
-9
/
+9
*
Opt compiler: Add ARM64 support for the Mul IR.
Alexandre Rames
2014-10-29
1
-8
/
+0
*
ART: Add basic tests for materialized conditions.
Alexandre Rames
2014-10-23
1
-0
/
+117
*
ART: optimizing compiler: initial support for ARM64.
Alexandre Rames
2014-10-23
1
-0
/
+17
*
Remove obsolete TODOs from codegen tests
Calin Juravle
2014-10-23
1
-3
/
+1
*
Implement int bit-wise not operation in the optimizing compiler.
Roland Levillain
2014-10-23
1
-0
/
+25
*
Minor fix in codegen tests.
Calin Juravle
2014-10-22
1
-1
/
+1
*
Add multiplication for integral types
Calin Juravle
2014-10-17
1
-0
/
+45
*
Fix code generation of materialized conditions.
Nicolas Geoffray
2014-10-09
1
-10
/
+103
[next]