summaryrefslogtreecommitdiff
path: root/compiler/llvm/compiler_llvm.cc
AgeCommit message (Expand)Author
2014-12-12Remove portable. Elliott Hughes
2014-08-22ART: Clean up compiler Andreas Gampe
2014-05-19Now we have a proper C++ library, use std::unique_ptr. Ian Rogers
2014-05-06Give Compiler a back reference to the driver. Ian Rogers
2014-03-13Add command line support for enabling the optimizing compiler. Nicolas Geoffray
2014-03-01Make out arguments non-reference types. Ian Rogers
2014-02-18Rewrite the compiler interface for CompilerDriver. Nicolas Geoffray
2014-02-06Object model changes to support 64bit. Ian Rogers
2014-01-28Add VerfiedMethod to DexCompilationUnit. Vladimir Marko
2014-01-28Refactor verification results. Vladimir Marko
2013-12-17Move compiler code out of method verifier. Vladimir Marko
2013-09-19Use class def index from java.lang.Class. Ian Rogers
2013-09-09Move disassembler out of runtime. Ian Rogers
2013-09-05Shard dedupe set locks. Ian Rogers
2013-09-03Multi threaded hashed deduplication during compilation. Mathieu Chartier
2013-07-26Fix cpplint whitespace/comments issues Brian Carlstrom
2013-07-17Add verification of boot.oat generated on device Brian Carlstrom
2013-07-12Create separate Android.mk for main build targets Brian Carlstrom