index
:
art.git
replicant-6.0
Android's art
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
*
MIPS: Initial version of optimizing compiler for MIPS64R6.
Roland Levillain
2015-06-26
1
-0
/
+17
*
Fix codegen_test after DCE fix.
Nicolas Geoffray
2015-06-24
1
-1
/
+4
*
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
*
Revert "Revert "Implement suspend checks in new compiler.""
Nicolas Geoffray
2014-09-16
1
-0
/
+2
*
Fix builds on archs the compiler does not support.
Nicolas Geoffray
2014-09-11
1
-2
/
+0
*
Fix valgrind errors.
Nicolas Geoffray
2014-09-11
1
-16
/
+18
*
Make unit test tell if a method is a leaf.
Nicolas Geoffray
2014-07-22
1
-3
/
+5
*
Use the thumb2 assembler for the optimizing compiler.
Nicolas Geoffray
2014-07-16
1
-4
/
+11
*
Re-enable tests with the optimizing compiler.
Nicolas Geoffray
2014-06-26
1
-4
/
+0
*
Revert "Re-enable tests with the optimizing compiler."
Nicolas Geoffray
2014-06-25
1
-0
/
+4
*
Re-enable tests with the optimizing compiler.
Nicolas Geoffray
2014-06-25
1
-4
/
+0
*
Add some more instruction support to optimizing compiler.
Dave Allison
2014-06-24
1
-1
/
+6
*
Guard `Run` for platforms we're not compiling to, yet.
Nicolas Geoffray
2014-06-13
1
-0
/
+2
*
Add x86_64 support to the optimizing compiler.
Nicolas Geoffray
2014-06-13
1
-11
/
+19
*
Final CL to enable register allocation on x86.
Nicolas Geoffray
2014-06-12
1
-2
/
+2
*
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
1
-1
/
+1
*
Add support for adding two integers in optimizing compiler.
Nicolas Geoffray
2014-03-31
1
-0
/
+38
*
Plug new optimizing compiler in compilation pipeline.
Nicolas Geoffray
2014-03-18
1
-10
/
+16
[next]