| Commit message (Expand) | Author | Age | Files | Lines |
* | ART: Allow dex2oat for apps only with image | Andreas Gampe | 2015-02-27 | 1 | -1/+12 |
* | ART: Introduce NO_RETURN, Mark DoLongJump noreturn | Andreas Gampe | 2015-02-23 | 1 | -2/+3 |
* | Clean up pass driver | Mathieu Chartier | 2015-01-28 | 1 | -17/+15 |
* | ART: Curb dex2oat verbosity | Andreas Gampe | 2015-01-20 | 1 | -1/+1 |
* | Merge "ART: Allow to compile interpret-only mips64 files" | Andreas Gampe | 2015-01-15 | 1 | -1/+2 |
|\ |
|
| * | ART: Allow to compile interpret-only mips64 files | Andreas Gampe | 2015-01-15 | 1 | -1/+2 |
* | | Merge "ART: dex2oat flag for HGraphVisualizer dump file" | David Brazdil | 2015-01-15 | 1 | -0/+4 |
|\ \
| |/
|/| |
|
| * | ART: dex2oat flag for HGraphVisualizer dump file | David Brazdil | 2015-01-13 | 1 | -0/+4 |
* | | Merge "Use unique_ptr to track ownership of dex files." | Richard Uhler | 2015-01-14 | 1 | -11/+36 |
|\ \ |
|
| * | | Use unique_ptr to track ownership of dex files. | Richard Uhler | 2015-01-13 | 1 | -11/+36 |
* | | | ART: Introduce Mips32 R6 | Andreas Gampe | 2015-01-13 | 1 | -1/+8 |
| |/
|/| |
|
* | | Revert "ART: dex2oat flag for HGraphVisualizer dump file" | Andreas Gampe | 2015-01-13 | 1 | -4/+0 |
* | | ART: dex2oat flag for HGraphVisualizer dump file | David Brazdil | 2015-01-13 | 1 | -0/+4 |
|/ |
|
* | Remove back-door bootclasspath option from Runtime | Richard Uhler | 2015-01-08 | 1 | -8/+7 |
* | ART: Swap-space in the compiler | Andreas Gampe | 2014-12-22 | 1 | -1/+74 |
* | Merge "Remove portable." | Elliott Hughes | 2014-12-12 | 1 | -76/+9 |
|\ |
|
| * | Remove portable. | Elliott Hughes | 2014-12-12 | 1 | -76/+9 |
* | | Fix alloc-dealloc-mismatch failures in dex2oat. | Dan Albert | 2014-12-11 | 1 | -2/+2 |
|/ |
|
* | Make dex2oat 32bits when HOST_PREFER_32_BIT=true. | Nicolas Geoffray | 2014-12-05 | 1 | -6/+14 |
* | Merge "ART: Wire up a valgrind-wrapped dex2oat run" | Andreas Gampe | 2014-12-04 | 1 | -2/+2 |
|\ |
|
| * | ART: Wire up a valgrind-wrapped dex2oat run | Andreas Gampe | 2014-12-03 | 1 | -2/+2 |
* | | Remove dex2oat watchdog warning | Brian Carlstrom | 2014-12-04 | 1 | -29/+10 |
|/ |
|
* | Remove method verification results right after compiling a method | Mathieu Chartier | 2014-12-03 | 1 | -17/+2 |
* | ART: Fix unclosed files in dex2oat | Andreas Gampe | 2014-12-03 | 1 | -1/+9 |
* | Fix mac build | Mathieu Chartier | 2014-12-02 | 1 | -1/+4 |
* | Print memory usage in dex2oat shutdown | Mathieu Chartier | 2014-12-02 | 1 | -3/+16 |
* | Merge "ART: Print initialization failures to file" | Andreas Gampe | 2014-12-02 | 1 | -1/+13 |
|\ |
|
| * | ART: Print initialization failures to file | Andreas Gampe | 2014-11-26 | 1 | -1/+13 |
* | | Print the right default for the compiler backend. | Nicolas Geoffray | 2014-11-28 | 1 | -1/+7 |
* | | Add ART_USE_OPTIMIZING_COMPILER flag. | Nicolas Geoffray | 2014-11-25 | 1 | -2/+8 |
|/ |
|
* | ART: Split image and non-image case in dex2oat | Andreas Gampe | 2014-11-20 | 1 | -38/+136 |
* | ART: Track Flush & Close in FdFile | Andreas Gampe | 2014-11-18 | 1 | -12/+44 |
* | Instruction set features for ARM64, MIPS and X86. | Ian Rogers | 2014-11-13 | 1 | -5/+17 |
* | ART: Compiled-classes list for compiler-driver | Andreas Gampe | 2014-11-13 | 1 | -0/+41 |
* | Implement invokesuper in optimizing. | Nicolas Geoffray | 2014-11-12 | 1 | -0/+1 |
* | ART: Refactor dex2oat | Andreas Gampe | 2014-11-06 | 1 | -1048/+1047 |
* | ART: More warnings | Andreas Gampe | 2014-11-04 | 1 | -4/+2 |
* | Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. | Ian Rogers | 2014-11-03 | 1 | -3/+1 |
* | Merge "Tidy and reduce ART library dependencies on the host." | Ian Rogers | 2014-10-30 | 1 | -2/+2 |
|\ |
|
| * | Tidy and reduce ART library dependencies on the host. | Ian Rogers | 2014-10-30 | 1 | -2/+2 |
* | | ART: Fix multi-image testing | Andreas Gampe | 2014-10-29 | 1 | -0/+2 |
|/ |
|
* | ART: Add support for patching and loading OAT files compiled with PIC | Igor Murashkin | 2014-10-27 | 1 | -4/+12 |
* | ART: Add pic flag to oat header store | Andreas Gampe | 2014-10-27 | 1 | -10/+17 |
* | C++11 related clean-up of DISALLOW_.. | Ian Rogers | 2014-10-22 | 1 | -2/+4 |
* | Tidy up logging. | Ian Rogers | 2014-10-22 | 1 | -16/+24 |
* | Fix dex2oat cross-compilation. | Nicolas Geoffray | 2014-10-17 | 1 | -1/+8 |
* | Merge "dex2oat: Add a --compile-pic option" | Igor Murashkin | 2014-10-17 | 1 | -1/+5 |
|\ |
|
| * | dex2oat: Add a --compile-pic option | Igor Murashkin | 2014-10-16 | 1 | -1/+5 |
* | | Make ART compile with GCC -O0 again. | Ian Rogers | 2014-10-16 | 1 | -44/+33 |
* | | Change MemMap::maps_ to not be global variable | Mathieu Chartier | 2014-10-14 | 1 | -0/+1 |
|/ |
|