summaryrefslogtreecommitdiffstats
path: root/compiler/dex/compiler_ir.h
Commit message (Expand)AuthorAgeFilesLines
* ART: bring original constructor backWei Wang2015-10-061-0/+1
* ART: extensionWei Wang2015-10-061-2/+4
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-261-0/+2
* Move arenas into runtimeMathieu Chartier2015-02-191-2/+2
* ART: Pass Options should be strings instead of integersJean-Philippe Halimi2015-02-031-1/+124
* ART: Even more Quick cleanupAndreas Gampe2015-01-271-2/+2
* ART: Some Quick cleanupAndreas Gampe2015-01-261-35/+19
* Make ART compile with GCC -O0 again.Ian Rogers2014-10-161-1/+1
* ART: Deprecate CompilationUnit's code_itemRazvan A Lupusoru2014-09-291-1/+0
* ART: Change temporaries to positive namesRazvan A Lupusoru2014-08-261-6/+0
* ART: Add capability for a pass to have optionsRazvan A Lupusoru2014-08-261-0/+10
* ART: Clean up compilerAndreas Gampe2014-08-221-7/+9
* ART: Print and dump functionalities per passJean Christophe Beyler2014-05-271-0/+1
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-2/+2
* Add command line support for enabling the optimizing compiler.Nicolas Geoffray2014-03-131-1/+1
* Create a scoped arena allocator and use that for LVN.Vladimir Marko2014-03-061-0/+2
* Initial changes towards Generic JNI optionAndreas Gampe2014-03-031-0/+1
* Make out arguments non-reference types.Ian Rogers2014-03-011-1/+1
* Code cleanup to avoid LLVM dependency when building with quick only.Nicolas Geoffray2014-02-201-8/+1
* Re-apply: Initial check-in of an optimizing compiler.Nicolas Geoffray2014-02-191-1/+1
* Revert "Initial check-in of an optimizing compiler."Nicolas Geoffray2014-02-191-1/+1
* Initial check-in of an optimizing compiler.Nicolas Geoffray2014-02-191-1/+1
* Rewrite the compiler interface for CompilerDriver.Nicolas Geoffray2014-02-181-1/+1
* Enable compiler temporariesRazvan A Lupusoru2014-01-311-3/+0
* Fix memory leaks relating to timing logger.Ian Rogers2013-11-141-1/+1
* Fix CompilationUnit's UniquePtr usage.Vladimir Marko2013-11-121-29/+3
* Support hardware divide instructionDave Allison2013-11-051-0/+3
* Add timing logger to Quick compilerbuzbee2013-10-251-1/+10
* 64-bit prepbuzbee2013-10-211-5/+5
* Use class def index from java.lang.Class.Ian Rogers2013-09-191-1/+1
* New arena memory allocator.Mathieu Chartier2013-08-261-1/+2
* Fix multiple inclusion guards to match new pathnamesBrian Carlstrom2013-07-171-3/+3
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+115