summaryrefslogtreecommitdiffstats
path: root/compiler/llvm/compiler_llvm.cc
Commit message (Expand)AuthorAgeFilesLines
* ART: Clean up compilerAndreas Gampe2014-08-221-37/+31
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-3/+3
* Give Compiler a back reference to the driver.Ian Rogers2014-05-061-12/+12
* Add command line support for enabling the optimizing compiler.Nicolas Geoffray2014-03-131-2/+2
* Make out arguments non-reference types.Ian Rogers2014-03-011-5/+5
* Rewrite the compiler interface for CompilerDriver.Nicolas Geoffray2014-02-181-3/+3
* Object model changes to support 64bit.Ian Rogers2014-02-061-1/+1
* Add VerfiedMethod to DexCompilationUnit.Vladimir Marko2014-01-281-6/+5
* Refactor verification results.Vladimir Marko2014-01-281-2/+2
* Move compiler code out of method verifier.Vladimir Marko2013-12-171-1/+3
* Use class def index from java.lang.Class.Ian Rogers2013-09-191-2/+2
* Move disassembler out of runtime.Ian Rogers2013-09-091-0/+1
* Shard dedupe set locks.Ian Rogers2013-09-051-1/+1
* Multi threaded hashed deduplication during compilation.Mathieu Chartier2013-09-031-3/+2
* Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-261-4/+4
* Add verification of boot.oat generated on deviceBrian Carlstrom2013-07-171-1/+0
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+239