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
2015-06-24
Fix codegen_test after DCE fix.
Nicolas Geoffray
2015-06-19
MIPS: Initial version of optimizing compiler for MIPS64R6.
Alexey Frunze
2015-05-11
Add a parent environment to HEnvironment.
Nicolas Geoffray
2015-04-20
Fix codegen_test for long multiplication.
Nicolas Geoffray
2015-04-15
Move the linear order to the HGraph.
Nicolas Geoffray
2015-04-01
[optimizing] Implement x86/x86_64 math intrinsics
Mark Mendell
2015-03-26
ART: Force constants into the entry block
David Brazdil
2015-03-24
ART: Fix crash in gtests
David Brazdil
2015-03-02
Opt Compiler: ARM64: Enable explicit memory barriers over acquire/release
Serban Constantinescu
2015-02-04
Create HGraph outside Builder, print timings
David Brazdil
2015-01-26
Fix lint error and typo.
Nicolas Geoffray
2015-01-26
Fix codegen_test.
Nicolas Geoffray
2015-01-16
Add implicit null checks for the optimizing compiler
Calin Juravle
2015-01-06
ART: Fix leak in codegen_test
Andreas Gampe
2015-01-05
Look at instruction set features when generating volatiles code
Calin Juravle
2014-12-10
Opt compiler: Add arm64 support for register allocation.
Alexandre Rames
2014-11-13
Instruction set features for ARM64, MIPS and X86.
Ian Rogers
2014-11-11
Revert "Revert "Add support for long-to-int in the optimizing compiler.""
Roland Levillain
2014-11-11
Revert "Add support for long-to-int in the optimizing compiler."
Roland Levillain
2014-11-11
Fix lint error.
Calin Juravle
2014-11-11
Add support for long-to-int in the optimizing compiler.
Roland Levillain
2014-11-06
Merge "[optimizing compiler] Add DIV_INT_2ADDR"
Calin Juravle
2014-11-06
[optimizing compiler] Add DIV_INT_2ADDR
Calin Juravle
2014-11-06
Add support for not-long on ARM64 in the optimizing compiler.
Roland Levillain
2014-11-06
Fix failures after div support.
Nicolas Geoffray
2014-11-06
[optimizing compiler] Add div-int and exception handling.
Calin Juravle
2014-11-04
ART: More warnings
Andreas Gampe
2014-10-29
Opt compiler: Add ARM64 support for the Mul IR.
Alexandre Rames
2014-10-23
ART: Add basic tests for materialized conditions.
Alexandre Rames
2014-10-23
ART: optimizing compiler: initial support for ARM64.
Alexandre Rames
2014-10-23
Remove obsolete TODOs from codegen tests
Calin Juravle
2014-10-23
Implement int bit-wise not operation in the optimizing compiler.
Roland Levillain
2014-10-22
Minor fix in codegen tests.
Calin Juravle
2014-10-17
Add multiplication for integral types
Calin Juravle
2014-10-09
Fix code generation of materialized conditions.
Nicolas Geoffray
2014-09-16
Revert "Revert "Implement suspend checks in new compiler.""
Nicolas Geoffray
2014-09-11
Fix builds on archs the compiler does not support.
Nicolas Geoffray
2014-09-11
Fix valgrind errors.
Nicolas Geoffray
2014-07-22
Make unit test tell if a method is a leaf.
Nicolas Geoffray
2014-07-16
Use the thumb2 assembler for the optimizing compiler.
Nicolas Geoffray
2014-06-26
Re-enable tests with the optimizing compiler.
Nicolas Geoffray
2014-06-25
Revert "Re-enable tests with the optimizing compiler."
Nicolas Geoffray
2014-06-25
Re-enable tests with the optimizing compiler.
Nicolas Geoffray
2014-06-24
Add some more instruction support to optimizing compiler.
Dave Allison
2014-06-13
Guard `Run` for platforms we're not compiling to, yet.
Nicolas Geoffray
2014-06-13
Add x86_64 support to the optimizing compiler.
Nicolas Geoffray
2014-06-12
Final CL to enable register allocation on x86.
Nicolas Geoffray
2014-05-19
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-03-31
Add support for adding two integers in optimizing compiler.
Nicolas Geoffray
2014-03-18
Plug new optimizing compiler in compilation pipeline.
Nicolas Geoffray
[next]