summaryrefslogtreecommitdiffstats
path: root/build
Commit message (Expand)AuthorAgeFilesLines
* Fix gtest dependencies.Nicolas Geoffray2014-10-301-1/+3
* Merge "Another ART_TEST_ANDROID_ROOT fix."Nicolas Geoffray2014-10-301-1/+9
|\
| * Another ART_TEST_ANDROID_ROOT fix.Nicolas Geoffray2014-10-301-1/+9
* | Also use Quick for target boot image.Nicolas Geoffray2014-10-301-1/+1
* | Merge "Opt compiler: Add ARM64 support for the Mul IR."Nicolas Geoffray2014-10-301-1/+2
|\ \ | |/ |/|
| * Opt compiler: Add ARM64 support for the Mul IR.Alexandre Rames2014-10-291-1/+2
* | Merge "Support gtest with ART_TEST_ANDROID_ROOT."Nicolas Geoffray2014-10-291-3/+15
|\ \ | |/ |/|
| * Support gtest with ART_TEST_ANDROID_ROOT.Nicolas Geoffray2014-10-291-3/+15
* | ART: Fix multi-image testingAndreas Gampe2014-10-291-2/+2
|/
* ART: PIC testingAndreas Gampe2014-10-283-36/+90
* ART: Create and use multiple core imagesAndreas Gampe2014-10-283-62/+128
* Add more environment variable to control test granularity.Nicolas Geoffray2014-10-241-0/+6
* ART: Fix common_build CFLAGSAndreas Gampe2014-10-211-2/+5
* Merge "Support running run-test in ndebug mode through make."Nicolas Geoffray2014-10-211-0/+6
|\
| * Support running run-test in ndebug mode through make.Nicolas Geoffray2014-10-211-0/+6
* | Link libsigchain.a instead of sigchain.oDmitriy Ivanov2014-10-202-2/+4
* | Merge "Revert "Revert "Introduce a class to implement optimization passes."""Roland Levillain2014-10-201-1/+1
|\ \
| * | Revert "Revert "Introduce a class to implement optimization passes.""Roland Levillain2014-10-171-1/+1
* | | Just depend on TARGET_CORE_DEX_FILES.Nicolas Geoffray2014-10-171-1/+1
|/ /
* | x86 build fix.Ian Rogers2014-10-171-2/+1
* | Make ART compile with GCC -O0 again.Ian Rogers2014-10-163-110/+76
|/
* Fix mac build (second attempt)Dmitriy Ivanov2014-10-142-4/+0
* Fixing mac buildDmitriy Ivanov2014-10-142-1/+9
* Untie gtest executables from LD_PRELOADDmitriy Ivanov2014-10-141-2/+2
* Merge "Remove libsigchain from LD_PRELOADS"Dmitriy Ivanov2014-10-141-2/+4
|\
| * Remove libsigchain from LD_PRELOADSDmitriy Ivanov2014-10-071-2/+4
* | Merge "Work around ICE bugs with MIPS GCC and O1."Ian Rogers2014-10-101-1/+1
|\ \
| * | Work around ICE bugs with MIPS GCC and O1.Ian Rogers2014-10-101-1/+1
* | | Fix 2 new sets of clang compiler warnings.Ian Rogers2014-10-101-0/+3
|/ /
* | Enable -Wimplicit-fallthrough.Ian Rogers2014-10-091-2/+9
* | Makefile cleanups.Nicolas Geoffray2014-10-092-13/+3
|/
* Merge "Make which dex2oat version to use configurable."Nicolas Geoffray2014-10-071-4/+4
|\
| * Make which dex2oat version to use configurable.Nicolas Geoffray2014-10-061-4/+4
* | Respect USE_CLANG_PLATFORM_BUILD for art buildsBernhard Rosenkraenzer2014-10-041-0/+4
|/
* Colorize warnings when building with clang.Ian Rogers2014-10-021-2/+10
* Merge "Revert "Introduce a class to implement optimization passes.""Nicolas Geoffray2014-10-011-1/+1
|\
| * Revert "Introduce a class to implement optimization passes."Nicolas Geoffray2014-10-011-1/+1
* | Merge "Introduce a class to implement optimization passes."Roland Levillain2014-10-011-1/+1
|\|
| * Introduce a class to implement optimization passes.Roland Levillain2014-10-011-1/+1
* | Enable -Wunreachable-codeIan Rogers2014-09-301-0/+1
|/
* Also remove environment links to removed instructions.Nicolas Geoffray2014-09-221-0/+1
* First optimization in new compiler: simple GVN.Nicolas Geoffray2014-09-191-0/+1
* Initiate a constant propagation pass in the optimizing compiler.Roland Levillain2014-09-181-0/+1
* Initiate a dead code elimination pass in the optimizing compiler.Roland Levillain2014-09-171-0/+1
* Add CFG and SSA form checkers in the optimizing compiler.Roland Levillain2014-09-171-0/+1
* Avoid printing absolute addresses in oatdumpBrian Carlstrom2014-09-161-0/+1
* Revert "Revert "Implement suspend checks in new compiler.""Nicolas Geoffray2014-09-161-0/+1
* Revert "Implement suspend checks in new compiler."Nicolas Geoffray2014-09-151-1/+0
* Implement suspend checks in new compiler.Nicolas Geoffray2014-09-151-0/+1
* Fix valgrind errors.Nicolas Geoffray2014-09-111-9/+0