summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_driver_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Add and use loaded class profilingMathieu Chartier2016-02-261-2/+2
* Fix compiler driver gtest.Calin Juravle2016-02-121-3/+3
* Improve profile processingCalin Juravle2016-01-191-0/+89
* Merge "Rename NullHandle to ScopedNullHandle" am: 76b90e37dfMathieu Chartier2015-12-211-2/+7
|\
| * Rename NullHandle to ScopedNullHandleMathieu Chartier2015-12-211-2/+7
* | resolve merge conflicts of 9f784b26a1 to master.Alex Light2015-12-171-4/+1
|\|
| * Revert "Revert "Combine direct_methods_ and virtual_methods_ fields of mirror...Alex Light2015-12-161-4/+1
| * Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class"Alex Light2015-12-151-1/+4
| * Combine direct_methods_ and virtual_methods_ fields of mirror::ClassAlex Light2015-12-141-4/+1
* | Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class"Alex Light2015-12-151-1/+4
* | Combine direct_methods_ and virtual_methods_ fields of mirror::ClassAlex Light2015-12-141-4/+1
* | Temporarily disable compiler_driver_test.Yi Kong2015-11-231-1/+1
|/
* x86/x86-64 read barrier support for concurrent GC in Optimizing.Roland Levillain2015-11-151-0/+4
* Revert "Revert "Change dex caches to be weak roots""Mathieu Chartier2015-08-311-1/+1
* Fix some HandleScope bugs and add corresponding checksMathieu Chartier2015-08-281-1/+1
* Move to newer clang annotationsMathieu Chartier2015-07-221-2/+2
* Implement heap poisoning in ART's Optimizing compiler.Roland Levillain2015-07-011-1/+2
* Move mirror::ArtMethod to nativeMathieu Chartier2015-05-291-12/+17
* Replace NULL with nullptrMathieu Chartier2015-04-221-16/+15
* ART: Add compiled-methodsAndreas Gampe2015-04-211-0/+54
* ART: Clean up includes.Vladimir Marko2015-04-131-1/+1
* Move ArtField to nativeMathieu Chartier2015-04-101-1/+1
* ART: PathClassLoader for compilerAndreas Gampe2015-03-271-3/+2
* Use unique_ptr to track ownership of dex files.Richard Uhler2015-01-131-13/+14
* Remove portable.Elliott Hughes2014-12-121-5/+0
* ART: More warningsAndreas Gampe2014-11-041-4/+4
* Break apart header files.Ian Rogers2014-07-151-1/+2
* More advanced timing loggers.Mathieu Chartier2014-06-241-2/+2
* Fix GC race condition in visit rootsSerguei Katkov2014-06-021-1/+4
* Revert "Revert "Fix an outstanding compaction bug in interpreter.""Mathieu Chartier2014-05-231-4/+3
* Revert "Fix an outstanding compaction bug in interpreter."Mathieu Chartier2014-05-221-3/+4
* Fix an outstanding compaction bug in interpreter.Mathieu Chartier2014-05-221-4/+3
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-1/+1
* Compatibility layer to transition from UniquePtr to std::unique_ptr.Ian Rogers2014-05-151-1/+1
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-3/+6
* Make test-art pass with heap reference poisoning enabled.Hiroshi Yamauchi2014-03-191-0/+1
* Add more VerifyObject calls.Mathieu Chartier2014-03-071-0/+1
* Make out arguments non-reference types.Ian Rogers2014-03-011-1/+1
* Split up CommonTest into CommonRuntimeTest and CommonCompilerTestBrian Carlstrom2014-02-261-2/+2
* Avoid std::string allocations for finding an array class.Ian Rogers2014-02-241-3/+2
* Object model changes to support 64bit.Ian Rogers2014-02-061-1/+5
* Fix memory leaks relating to timing logger.Ian Rogers2013-11-141-1/+2
* Compacting collector.Mathieu Chartier2013-11-111-3/+6
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-3/+3
* Fix compiler_driver_test/image_test.Ian Rogers2013-07-251-0/+1
* Add systrace support to NewTimingLogger, migrate compiler timing logging to N...Anwar Ghuloum2013-07-251-1/+1
* Move TimingLogger creation to dex2oatBrian Carlstrom2013-07-211-1/+4
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+166