| Commit message (Expand) | Author | Age | Files | Lines |
* | Change card cache mod-union table to use bitmaps | Mathieu Chartier | 2015-02-26 | 1 | -0/+1 |
* | ART: Add VALGRIND_LIB for gtests | Andreas Gampe | 2015-02-20 | 1 | -0/+1 |
* | ART: Use Valgrind from tree | Andreas Gampe | 2015-02-19 | 1 | -3/+15 |
* | Dead code elimination based on GVN results. | Vladimir Marko | 2015-02-17 | 1 | -0/+1 |
* | Be more lenient with 4 byte UTF-8 sequences. | Narayan Kamath | 2015-02-12 | 1 | -0/+1 |
* | art: Refactor RuntimeOptions/ParsedOptions | Igor Murashkin | 2015-02-04 | 1 | -0/+2 |
* | Add options for building/testing with coverage. | Dan Albert | 2015-01-30 | 1 | -1/+1 |
* | Remove libcxx.mk cruft. | Dan Albert | 2015-01-29 | 1 | -3/+0 |
* | ART: Allow to compile interpret-only mips64 files | Andreas Gampe | 2015-01-15 | 1 | -0/+1 |
* | ART: Fix Clang CFLAGS inclusion | Andreas Gampe | 2015-01-07 | 1 | -2/+2 |
* | Merge "ART: Add imgdiag_test test dependency" | Andreas Gampe | 2015-01-06 | 1 | -2/+10 |
|\ |
|
| * | ART: Add imgdiag_test test dependency | Andreas Gampe | 2014-12-22 | 1 | -2/+10 |
* | | Merge "ART: Swap-space in the compiler" | Andreas Gampe | 2014-12-22 | 1 | -0/+1 |
|\ \ |
|
| * | | ART: Swap-space in the compiler | Andreas Gampe | 2014-12-22 | 1 | -0/+1 |
| |/ |
|
* | | Add heap task processor | Mathieu Chartier | 2014-12-19 | 1 | -0/+1 |
|/ |
|
* | Add a new imgdiag tool to diff boot.art/core.art against a process | Igor Murashkin | 2014-12-16 | 1 | -0/+5 |
* | Merge "Add ReferenceQueue test" | Mathieu Chartier | 2014-12-12 | 1 | -0/+1 |
|\ |
|
| * | Add ReferenceQueue test | Mathieu Chartier | 2014-12-12 | 1 | -0/+1 |
* | | Remove portable. | Elliott Hughes | 2014-12-12 | 1 | -11/+0 |
|/ |
|
* | Merge "Bounds check elimination." | Mingyao Yang | 2014-12-05 | 1 | -0/+1 |
|\ |
|
| * | Bounds check elimination. | Mingyao Yang | 2014-12-03 | 1 | -0/+1 |
* | | Remove unused headers. | Ian Rogers | 2014-12-03 | 1 | -3/+0 |
|/ |
|
* | Vixl: Update the VIXL interface to VIXL 1.7 and enable VIXL debug. | Serban Constantinescu | 2014-11-28 | 1 | -2/+2 |
* | Merge "Revert "Arm64: Use the debug version of VIXL for debug builds."" | Nicolas Geoffray | 2014-11-17 | 1 | -2/+2 |
|\ |
|
| * | Revert "Arm64: Use the debug version of VIXL for debug builds." | Nicolas Geoffray | 2014-11-17 | 1 | -2/+2 |
* | | Merge "Arm64: Use the debug version of VIXL for debug builds." | Nicolas Geoffray | 2014-11-17 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Arm64: Use the debug version of VIXL for debug builds. | Serban Constantinescu | 2014-11-14 | 1 | -2/+2 |
* | | Merge "The libc++ gtest is being renamed to libgtest." | Dan Albert | 2014-11-15 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | The libc++ gtest is being renamed to libgtest. | Dan Albert | 2014-11-11 | 1 | -1/+1 |
* | | Instruction set features for ARM64, MIPS and X86. | Ian Rogers | 2014-11-13 | 1 | -1/+7 |
* | | Exercise the generation of SBFX on ARM32 & Thumb-2. | Roland Levillain | 2014-11-13 | 1 | -1/+3 |
* | | Merge "Use CommonRuntimeTest::boot_class_path_ in DexMethodIteratorTest" | Brian Carlstrom | 2014-11-12 | 1 | -3/+2 |
|\ \ |
|
| * | | Use CommonRuntimeTest::boot_class_path_ in DexMethodIteratorTest | Brian Carlstrom | 2014-11-10 | 1 | -3/+2 |
| |/ |
|
* | | Allow JNI AttachCurrentThread to fail if not enough stack. | Ian Rogers | 2014-11-11 | 1 | -0/+1 |
|/ |
|
* | Update dependency after libgtest_libc++_host renaming. | Nicolas Geoffray | 2014-11-10 | 1 | -1/+1 |
* | Fix ld_library_path now that a target can be 64bits only. | Nicolas Geoffray | 2014-11-10 | 1 | -1/+5 |
* | Add hash set | Mathieu Chartier | 2014-11-06 | 1 | -0/+1 |
* | Fix dependency from phony targets to real files to remove need for m or mma | Brian Carlstrom | 2014-11-04 | 1 | -1/+1 |
* | Add a test for SafeMath. | Ian Rogers | 2014-11-04 | 1 | -0/+1 |
* | Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. | Ian Rogers | 2014-11-03 | 1 | -1/+0 |
* | ART: Add missing test dependency | Andreas Gampe | 2014-11-03 | 1 | -1/+1 |
* | Merge "Tidy and reduce ART library dependencies on the host." | Ian Rogers | 2014-10-30 | 1 | -5/+3 |
|\ |
|
| * | Tidy and reduce ART library dependencies on the host. | Ian Rogers | 2014-10-30 | 1 | -5/+3 |
* | | Fix gtest dependencies. | Nicolas Geoffray | 2014-10-30 | 1 | -1/+3 |
* | | Another ART_TEST_ANDROID_ROOT fix. | Nicolas Geoffray | 2014-10-30 | 1 | -1/+9 |
* | | Support gtest with ART_TEST_ANDROID_ROOT. | Nicolas Geoffray | 2014-10-29 | 1 | -3/+15 |
|/ |
|
* | ART: PIC testing | Andreas Gampe | 2014-10-28 | 1 | -3/+3 |
* | Link libsigchain.a instead of sigchain.o | Dmitriy Ivanov | 2014-10-20 | 1 | -1/+2 |
* | Revert "Revert "Introduce a class to implement optimization passes."" | Roland Levillain | 2014-10-17 | 1 | -1/+1 |
* | Make ART compile with GCC -O0 again. | Ian Rogers | 2014-10-16 | 1 | -6/+3 |