summaryrefslogtreecommitdiffstats
path: root/compiler/driver
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Reduce interpret-only compile time.Mathieu Chartier2014-08-261-5/+9
* | CheckAndClearResolveException should allow LinkageErrorBrian Carlstrom2014-08-251-1/+2
|/
* ART: Clean up compilerAndreas Gampe2014-08-223-15/+2
* Merge "ART: Avoid expensive class lookup in compiler driver"Andreas Gampe2014-08-161-1/+7
|\
| * ART: Avoid expensive class lookup in compiler driverAndreas Gampe2014-08-181-1/+7
* | ART source line debug info in OAT filesYevgeny Rouban2014-08-152-7/+16
|/
* Merge "Move explicit GC after we are done initalizing all classes."Mathieu Chartier2014-08-141-4/+4
|\
| * Move explicit GC after we are done initalizing all classes.Mathieu Chartier2014-08-111-4/+4
* | Avoid use of std::string where we have const char*.Ian Rogers2014-08-122-28/+47
|/
* Merge "ART: Add guards to the dex cache and its shortcuts"Andreas Gampe2014-08-061-2/+6
|\
| * ART: Add guards to the dex cache and its shortcutsAndreas Gampe2014-08-061-2/+6
* | Merge "Added support for patching classes from different dex files."Mathieu Chartier2014-08-062-1/+53
|\ \
| * | Added support for patching classes from different dex files.Fred Shih2014-08-062-1/+53
| |/
* | Merge "ART: Rework CFA frame initialization and writing code"Andreas Gampe2014-08-062-21/+0
|\ \
| * | ART: Rework CFA frame initialization and writing codeAndreas Gampe2014-08-062-21/+0
| |/
* | ART: Skip compiling redefined classes in appsAndreas Gampe2014-08-062-19/+52
|/
* Make system use patchoat to relocate during runtime.Alex Light2014-08-051-2/+2
* Merge "Set vtable in class object to null after linking."Mingyao Yang2014-07-221-2/+2
|\
| * Set vtable in class object to null after linking.Mingyao Yang2014-07-221-2/+2
* | Runtime can now be set to require relocationAlex Light2014-07-221-10/+21
|/