summaryrefslogtreecommitdiffstats
path: root/compiler/driver
Commit message (Expand)AuthorAgeFilesLines
* ART: Allow to compile interpret-only mips64 filesAndreas Gampe2015-01-151-1/+2
* Use unique_ptr to track ownership of dex files.Richard Uhler2015-01-131-13/+14
* ART: Swap-space in the compilerAndreas Gampe2014-12-222-62/+130
* ART: Punt to the interpreter for VerifiedMethod errorsAndreas Gampe2014-12-171-2/+8
* Inlining support in optimizing.Nicolas Geoffray2014-12-151-2/+1
* Remove portable.Elliott Hughes2014-12-124-72/+4
* Remove method verification results right after compiling a methodMathieu Chartier2014-12-033-7/+45
* Print memory usage in dex2oat shutdownMathieu Chartier2014-12-021-0/+3
* Remove FieldHelper.Ian Rogers2014-12-021-4/+2
* ART: Build fix.Andreas Gampe2014-12-021-3/+5
* Merge "Move FindDexMethodIndexInOtherDexFile into ArtMethod."Ian Rogers2014-12-021-5/+3
|\
| * Move FindDexMethodIndexInOtherDexFile into ArtMethod.Ian Rogers2014-12-021-5/+3
* | Merge "ART: Change boot image class update"Andreas Gampe2014-12-021-13/+133
|\ \
| * | ART: Change boot image class updateAndreas Gampe2014-10-271-13/+133
* | | Merge "ART: Print initialization failures to file"Andreas Gampe2014-12-022-3/+20
|\ \ \ | |_|/ |/| |
| * | ART: Print initialization failures to fileAndreas Gampe2014-11-262-3/+20
* | | Remove MethodHelper from the interpreter.Ian Rogers2014-12-021-9/+10
|/ /
* | Merge "Add JNI trampoline for mips32."Ian Rogers2014-11-221-0/+1
|\ \
| * | Add JNI trampoline for mips32.Douglas Leung2014-10-311-0/+1
* | | Do not try to sharpen super calls to abstract methods.Vladimir Marko2014-11-181-1/+2
* | | Instruction set features for ARM64, MIPS and X86.Ian Rogers2014-11-131-1/+2
* | | ART: Compiled-classes list for compiler-driverAndreas Gampe2014-11-132-7/+38
* | | ART: More warningsAndreas Gampe2014-11-042-11/+11
* | | Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-032-0/+3
|/ /
* | Add support for static fields in optimizing compiler.Nicolas Geoffray2014-10-292-2/+6
* | Rewrite class initialization check elimination.Vladimir Marko2014-10-273-27/+49
* | C++11 related clean-up of DISALLOW_..Ian Rogers2014-10-222-14/+0
* | Tidy up logging.Ian Rogers2014-10-221-36/+53
* | Enable generic JNI for x86 and ARM when interpret-only.Ian Rogers2014-10-211-1/+15
|/
* Merge "Some code clean-up."Ian Rogers2014-10-172-2/+2
|\
| * Some code clean-up.Ian Rogers2014-10-162-2/+2
* | Merge "dex2oat: Add a --compile-pic option"Igor Murashkin2014-10-174-16/+52
|\ \ | |/ |/|
| * dex2oat: Add a --compile-pic optionIgor Murashkin2014-10-164-16/+52
* | Make ART compile with GCC -O0 again.Ian Rogers2014-10-162-4/+4
|/
* stdint types all the way!Ian Rogers2014-10-091-3/+3
* ART: Deprecate CompilationUnit's code_itemRazvan A Lupusoru2014-09-291-12/+0
* Implement method calls using relative BL on ARM.Vladimir Marko2014-09-252-310/+20
* Add ScopedAssertNoThreadSuspensionMathieu Chartier2014-09-191-6/+3
* Merge "Add the "time" compilation filter and output compilation stats."Nicolas Geoffray2014-09-171-1/+2
|\
| * Add the "time" compilation filter and output compilation stats.Nicolas Geoffray2014-09-171-1/+2
* | Implement invoke virtual in optimizing compiler.Nicolas Geoffray2014-09-171-1/+1
* | ART: Check for exceptions from unresolved classesAndreas Gampe2014-09-161-2/+5
|/
* ART: Rename Handle hierarchyAndreas Gampe2014-09-151-3/+3
* ART: Allow quickening in the boot imageAndreas Gampe2014-09-152-67/+127
* ART: Change access flag behavior in verifierAndreas Gampe2014-09-151-3/+3
* Compile time performance improvements focusing on interpret-only.Ian Rogers2014-09-121-6/+7
* ART: Fix things for valgrindAndreas Gampe2014-09-101-1/+1
* Merge "ART fix oat debug source map operations"Vladimir Marko2014-09-031-3/+3
|\
| * ART fix oat debug source map operationsYevgeny Rouban2014-08-251-3/+3
* | Reduce and speed-up class def searches.Ian Rogers2014-09-021-111/+69