summaryrefslogtreecommitdiffstats
path: root/compiler/dex/compiler_ir.h
Commit message (Expand)AuthorAgeFilesLines
* 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