summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_driver.cc
AgeCommit message (Expand)Author
2015-01-31Revert "Allow preopted apps to have sharpened calls for non-x86 architectures." Brian Carlstrom
2015-01-27Allow preopted apps to have sharpened calls for non-x86 architectures. Jeff Hao
2015-01-20ART: Curb dex2oat verbosity Andreas Gampe
2015-01-15Merge "ART: Allow to compile interpret-only mips64 files" Andreas Gampe
2015-01-15ART: Allow to compile interpret-only mips64 files Andreas Gampe
2015-01-13ART: dex2oat flag for HGraphVisualizer dump file David Brazdil
2015-01-13Revert "ART: dex2oat flag for HGraphVisualizer dump file" Andreas Gampe
2015-01-13ART: dex2oat flag for HGraphVisualizer dump file David Brazdil
2014-12-22ART: Swap-space in the compiler Andreas Gampe
2014-12-17ART: Punt to the interpreter for VerifiedMethod errors Andreas Gampe
2014-12-15Inlining support in optimizing. Nicolas Geoffray
2014-12-12Remove portable. Elliott Hughes
2014-12-03Remove method verification results right after compiling a method Mathieu Chartier
2014-12-02ART: Build fix. Andreas Gampe
2014-12-02Merge "Move FindDexMethodIndexInOtherDexFile into ArtMethod." Ian Rogers
2014-12-02Move FindDexMethodIndexInOtherDexFile into ArtMethod. Ian Rogers
2014-12-02Merge "ART: Change boot image class update" Andreas Gampe
2014-12-02Merge "ART: Print initialization failures to file" Andreas Gampe
2014-12-02Remove MethodHelper from the interpreter. Ian Rogers
2014-11-26ART: Print initialization failures to file Andreas Gampe
2014-11-22Merge "Add JNI trampoline for mips32." Ian Rogers
2014-11-13ART: Compiled-classes list for compiler-driver Andreas Gampe
2014-11-04ART: More warnings Andreas Gampe
2014-10-31Add JNI trampoline for mips32. Douglas Leung
2014-10-29Add support for static fields in optimizing compiler. Nicolas Geoffray
2014-10-27ART: Change boot image class update Andreas Gampe
2014-10-27Rewrite class initialization check elimination. Vladimir Marko
2014-10-22C++11 related clean-up of DISALLOW_.. Ian Rogers
2014-10-21Enable generic JNI for x86 and ARM when interpret-only. Ian Rogers
2014-10-17Merge "Some code clean-up." Ian Rogers
2014-10-16Some code clean-up. Ian Rogers
2014-10-17Merge "dex2oat: Add a --compile-pic option" Igor Murashkin
2014-10-16Make ART compile with GCC -O0 again. Ian Rogers
2014-10-16dex2oat: Add a --compile-pic option Igor Murashkin
2014-10-09stdint types all the way! Ian Rogers
2014-09-25Implement method calls using relative BL on ARM. Vladimir Marko
2014-09-19Add ScopedAssertNoThreadSuspension Mathieu Chartier
2014-09-16ART: Check for exceptions from unresolved classes Andreas Gampe
2014-09-15ART: Rename Handle hierarchy Andreas Gampe
2014-09-15ART: Allow quickening in the boot image Andreas Gampe
2014-09-15ART: Change access flag behavior in verifier Andreas Gampe
2014-09-12Compile time performance improvements focusing on interpret-only. Ian Rogers
2014-09-10ART: Fix things for valgrind Andreas Gampe
2014-09-02Reduce and speed-up class def searches. Ian Rogers
2014-08-26Reduce interpret-only compile time. Mathieu Chartier
2014-08-25CheckAndClearResolveException should allow LinkageError Brian Carlstrom
2014-08-22ART: Clean up compiler Andreas Gampe
2014-08-16Merge "ART: Avoid expensive class lookup in compiler driver" Andreas Gampe
2014-08-18ART: Avoid expensive class lookup in compiler driver Andreas Gampe
2014-08-15ART source line debug info in OAT files Yevgeny Rouban