summaryrefslogtreecommitdiffstats
path: root/compiler/driver/compiler_driver.h
Commit message (Expand)AuthorAgeFilesLines
...
* Use direct class pointers at allocation sites in the compiled code.Hiroshi Yamauchi2014-01-231-21/+106
* Revert "Implement cumulative timings for CompilerDriver."Brian Carlstrom2014-01-201-14/+1
* Implement cumulative timings for CompilerDriver.Nicolas Geoffray2014-01-161-1/+14
* Remove intialized static storage from dex cache.Ian Rogers2014-01-081-4/+3
* Detect special methods at the end of verification.Vladimir Marko2013-12-171-0/+7
* Move compiler code out of method verifier.Vladimir Marko2013-12-171-1/+9
* Fix memory leaks relating to timing logger.Ian Rogers2013-11-141-13/+13
* Compacting collector.Mathieu Chartier2013-11-111-1/+2
* Support hardware divide instructionDave Allison2013-11-051-2/+8
* Merge "Don't use UTF16 length as length for MUTF8." into dalvik-devIan Rogers2013-10-301-1/+1
|\
| * Don't use UTF16 length as length for MUTF8.Ian Rogers2013-10-301-1/+1
* | Implement Interface Method Tables (IMT).Jeff Hao2013-10-291-0/+4
|/
* Populate dex cache for sharpened calls.Ian Rogers2013-10-251-1/+3
* StringPiece clean up.Ian Rogers2013-09-241-1/+1
* Use class def index from java.lang.Class.Ian Rogers2013-09-191-9/+18
* Refactor CompilerDriver::Compute..FieldInfoIan Rogers2013-09-061-5/+5
* Refactor CompilerDriver::ComputeInvokeInfoIan Rogers2013-09-061-5/+5
* Merge "Disable devirtualization detection in DEX-to-DEX compiler." into dalvi...Sebastien Hertz2013-09-061-1/+2
|\
| * Disable devirtualization detection in DEX-to-DEX compiler.Sebastien Hertz2013-09-061-1/+2
* | Tweak dedupe hash function.Ian Rogers2013-09-061-5/+6
* | Shard dedupe set locks.Ian Rogers2013-09-051-12/+24
* | Multi threaded hashed deduplication during compilation.Mathieu Chartier2013-09-031-0/+32
|/
* New arena memory allocator.Mathieu Chartier2013-08-261-0/+7
* Don't allow class status to go backward except for error.Ian Rogers2013-08-211-2/+3
* Reduce AOT initialization.Ian Rogers2013-08-191-0/+1
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-3/+3
* Entry point clean up.Ian Rogers2013-08-071-3/+20
* Adds a DEX-to-DEX compilation level.Sebastien Hertz2013-07-311-2/+15
* Add systrace support to NewTimingLogger, migrate compiler timing logging to N...Anwar Ghuloum2013-07-251-13/+13
* Remove OatWriter buffering to memory for ElfWriterQuickBrian Carlstrom2013-07-241-1/+2
* Move TimingLogger creation to dex2oatBrian Carlstrom2013-07-211-4/+4
* Remove CompilerDriver::IsDebuggingSupportedBrian Carlstrom2013-07-211-7/+1
* Fix multiple inclusion guards to match new pathnamesBrian Carlstrom2013-07-171-3/+3
* Add verification of boot.oat generated on deviceBrian Carlstrom2013-07-171-1/+1
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+413