summaryrefslogtreecommitdiffstats
path: root/build
Commit message (Expand)AuthorAgeFilesLines
* 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
* ART: Fix things for valgrindAndreas Gampe2014-09-102-1/+20
* Really fix tests.Alex Light2014-08-271-1/+3
* Add run-test support for running without a working patchoat/dex2oatAlex Light2014-08-261-0/+9
* Use loops to build combinations of run-tests.Ian Rogers2014-08-261-8/+11
* ART: Add dex dependency for gtestAndreas Gampe2014-08-211-1/+1
* ART: Set default visibility to protectedAndreas Gampe2014-08-191-1/+2
* Really fix target gtest dependenciesBrian Carlstrom2014-08-181-2/+2
* Prevent stubs from being installed in java.lang.reflect.Proxy.<init>.Jeff Hao2014-08-151-1/+1
* Mark ParallelGC with gcstress failing.Nicolas Geoffray2014-08-141-1/+7
* Support x86_64 stack overflow checks in opt compiler.Nicolas Geoffray2014-08-071-12/+0
* Fix target and host gtest dependencies.Nicolas Geoffray2014-08-071-0/+3
* Merge "Fix proxy tracing and enable tests that now work with tracing."Jeff Hao2014-08-051-1/+1
|\
| * Fix proxy tracing and enable tests that now work with tracing.Jeff Hao2014-08-061-1/+1
* | Add card table test.Mathieu Chartier2014-08-061-0/+1
|/
* Revert "Rules depend on DEX2OATD, not DEX2OATD_DEPENDENCY."Brian Carlstrom2014-08-061-2/+2
* Add --always-clean flag to run-test.Alex Light2014-07-301-0/+3
* Add a variable to disable PREBUILD in run-tests.Nicolas Geoffray2014-07-281-0/+3
* ART: Fix target test pathsAndreas Gampe2014-07-272-1/+9
* Remove the per-project FDO support. Use the common FDO support from build/core.Dehao Chen2014-07-271-8/+0
* Merge "Add a new stack map scheme that encodes compilation info per pc."Nicolas Geoffray2014-07-231-0/+1
|\