summaryrefslogtreecommitdiffstats
path: root/compiler/oat_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-9/+16
* Insert a read barrier in the JNI bridge.Hiroshi Yamauchi2015-05-071-1/+1
* Replace String CharArray with internal uint16_t array.Jeff Hao2015-04-271-1/+1
* ART: Add compiled-methodsAndreas Gampe2015-04-211-2/+2
* Revert "Revert "Deoptimization-based bce.""Mingyao Yang2015-04-011-1/+1
* Merge "Fixed layout for dex caches in boot image."Vladimir Marko2015-03-311-0/+3
|\
| * Fixed layout for dex caches in boot image.Vladimir Marko2015-03-311-0/+3
* | ART: Refactor callbacks_ in common_runtime_testAndreas Gampe2015-03-291-3/+0
* | ART: Some runtime cleanupAndreas Gampe2015-03-271-1/+1
* | ART: PathClassLoader for compilerAndreas Gampe2015-03-271-1/+2
|/
* Support relative encoded dex locations in oat files.Richard Uhler2015-03-241-1/+1
* Clean up pass driverMathieu Chartier2015-01-281-1/+2
* Merge "ART: dex2oat flag for HGraphVisualizer dump file"David Brazdil2015-01-151-1/+1
|\
| * ART: dex2oat flag for HGraphVisualizer dump fileDavid Brazdil2015-01-131-1/+1
* | Use unique_ptr to track ownership of dex files.Richard Uhler2015-01-131-11/+12
|/
* ART: Swap-space in the compilerAndreas Gampe2014-12-221-2/+2
* Remove portable.Elliott Hughes2014-12-121-33/+14
* Delete ArtMethod gc_map_ fieldMathieu Chartier2014-11-241-2/+2
* Instruction set features for ARM64, MIPS and X86.Ian Rogers2014-11-131-2/+3
* ART: Compiled-classes list for compiler-driverAndreas Gampe2014-11-131-2/+2
* ART: More warningsAndreas Gampe2014-11-041-6/+6
* ART: Add support for patching and loading OAT files compiled with PICIgor Murashkin2014-10-271-1/+1
* Some code clean-up.Ian Rogers2014-10-161-11/+11
* Make ART compile with GCC -O0 again.Ian Rogers2014-10-161-7/+12
* stdint types all the way!Ian Rogers2014-10-091-1/+1
* Implement method calls using relative BL on ARM.Vladimir Marko2014-09-251-1/+2
* ART: Fix things for valgrindAndreas Gampe2014-09-101-7/+7
* Reduced memory usage of primitive fields smaller than 4-bytesFred Shih2014-08-251-1/+1
* ART: Clean up compilerAndreas Gampe2014-08-221-0/+1
* Runtime can now be set to require relocationAlex Light2014-07-221-1/+2
* Merge "Fix art test failures for Mips."Jeff Hao2014-07-161-1/+1
|\
| * Fix art test failures for Mips.Douglas Leung2014-07-151-1/+1
* | Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86""""Dave Allison2014-07-161-3/+0
|/
* Break apart header files.Ian Rogers2014-07-151-5/+9
* Revert "Revert "ART: Key-Value Store in Oat header""Andreas Gampe2014-07-111-15/+20
* Revert "ART: Key-Value Store in Oat header"Nicolas Geoffray2014-07-091-20/+15
* ART: Key-Value Store in Oat headerAndreas Gampe2014-07-081-15/+20
* AArch64: Add memcmp16() for Arm64; ensure xSELF not clobberedSerban Constantinescu2014-06-301-1/+1
* ART: Move __memcmp16 from Bionic to ARTAndreas Gampe2014-06-101-1/+1
* Art compiler: remove unnecessary sqrt callbuzbee2014-05-271-1/+1
* Revert "Revert "Fix an outstanding compaction bug in interpreter.""Mathieu Chartier2014-05-231-2/+2
* Revert "Fix an outstanding compaction bug in interpreter."Mathieu Chartier2014-05-221-2/+2
* Fix an outstanding compaction bug in interpreter.Mathieu Chartier2014-05-221-2/+2
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-1/+1
* ART: Fix oat_test for 64bAndreas Gampe2014-05-141-1/+1
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-1/+2
* Move quick frame info to OatQuickMethodHeader.Vladimir Marko2014-05-131-3/+5
* Move mapping table and vmap table offsets to OatMethodHeader.Vladimir Marko2014-04-251-1/+2
* Avoid allocating OatFile::OatClass on the heap.Vladimir Marko2014-04-141-5/+5
* Add command line support for enabling the optimizing compiler.Nicolas Geoffray2014-03-131-5/+5