summaryrefslogtreecommitdiffstats
path: root/build
Commit message (Expand)AuthorAgeFilesLines
...
* | Don't use the version script for executables.Dan Albert2014-12-101-2/+2
* | ARM64: Enable Optimizing compiler image generation.Serban Constantinescu2014-12-101-11/+2
* | Make it possible to enable heap poisoning via make variable.Hiroshi Yamauchi2014-12-081-0/+4
|/
* Merge "Bounds check elimination."Mingyao Yang2014-12-051-0/+1
|\
| * Bounds check elimination.Mingyao Yang2014-12-031-0/+1
* | Merge "ART: Wire up a valgrind-wrapped dex2oat run"Andreas Gampe2014-12-042-29/+73
|\ \
| * | ART: Wire up a valgrind-wrapped dex2oat runAndreas Gampe2014-12-032-29/+73
| |/
* | Merge "Remove unused headers."Ian Rogers2014-12-041-3/+0
|\ \
| * | Remove unused headers.Ian Rogers2014-12-031-3/+0
| |/
* | On arm64/optimizing, compile the boot image with interpreter.Nicolas Geoffray2014-12-041-3/+6
* | Build core.oat without flags.Nicolas Geoffray2014-12-041-8/+10
|/
* Merge "Fix VM-less builds."David 'Digit' Turner2014-12-031-8/+13
|\
| * Fix VM-less builds.David 'Digit' Turner2014-12-031-8/+13
* | Explicitly give compiler options to test scriptsNicolas Geoffray2014-12-031-0/+6
* | Don't force color diagnostics.Dan Albert2014-12-021-4/+1
|/
* Vixl: Update the VIXL interface to VIXL 1.7 and enable VIXL debug.Serban Constantinescu2014-11-282-2/+3
* Add a way to change the IMT sizeMathieu Chartier2014-11-261-0/+8
* Add ART_USE_OPTIMIZING_COMPILER flag.Nicolas Geoffray2014-11-251-0/+4
* Merge "Fix transitive equality error in set."Mathieu Chartier2014-11-191-1/+1
|\
| * Fix transitive equality error in set.Mathieu Chartier2014-11-191-1/+1
* | Fix the last users of TARGET_CPU_SMP.Elliott Hughes2014-11-191-13/+1
|/
* Merge "Revert "Arm64: Use the debug version of VIXL for debug builds.""Nicolas Geoffray2014-11-171-2/+2
|\
| * Revert "Arm64: Use the debug version of VIXL for debug builds."Nicolas Geoffray2014-11-171-2/+2
* | Merge "Arm64: Use the debug version of VIXL for debug builds."Nicolas Geoffray2014-11-171-2/+2
|\ \ | |/
| * Arm64: Use the debug version of VIXL for debug builds.Serban Constantinescu2014-11-141-2/+2
* | Merge "The libc++ gtest is being renamed to libgtest."Dan Albert2014-11-151-1/+1
|\ \
| * | The libc++ gtest is being renamed to libgtest.Dan Albert2014-11-111-1/+1
* | | Up the stack size limit for SANITIZE_HOST.Dan Albert2014-11-141-1/+3
| |/ |/|
* | Instruction set features for ARM64, MIPS and X86.Ian Rogers2014-11-132-3/+16
* | Exercise the generation of SBFX on ARM32 & Thumb-2.Roland Levillain2014-11-131-1/+3
* | Modify the behavior of thread suspend shootouts.Ian Rogers2014-11-121-1/+3
* | Merge "Use CommonRuntimeTest::boot_class_path_ in DexMethodIteratorTest"Brian Carlstrom2014-11-121-3/+2
|\ \
| * | Use CommonRuntimeTest::boot_class_path_ in DexMethodIteratorTestBrian Carlstrom2014-11-101-3/+2
| |/
* | Allow JNI AttachCurrentThread to fail if not enough stack.Ian Rogers2014-11-111-0/+1
|/
* Update dependency after libgtest_libc++_host renaming.Nicolas Geoffray2014-11-101-1/+1
* Fix ld_library_path now that a target can be 64bits only.Nicolas Geoffray2014-11-101-1/+5
* Support TARGET_ARCH=64 with no 2ND_TARGET_ARCH.Nicolas Geoffray2014-11-071-4/+11
* Add hash setMathieu Chartier2014-11-061-0/+1
* Fix dependency from phony targets to real files to remove need for m or mmaBrian Carlstrom2014-11-041-1/+1
* Merge "ART: More warnings"Andreas Gampe2014-11-051-1/+29
|\
| * ART: More warningsAndreas Gampe2014-11-041-1/+29
* | Add a test for SafeMath.Ian Rogers2014-11-041-0/+1
|/
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-032-3/+0
* Merge "ART: Add missing test dependency"Andreas Gampe2014-11-031-1/+1
|\
| * ART: Add missing test dependencyAndreas Gampe2014-11-031-1/+1
* | Remove generated file if compiling the image failed.Nicolas Geoffray2014-11-031-1/+1
* | Add missing $() when testing TARGET_ARCH.Nicolas Geoffray2014-11-031-1/+1
* | Only use Quick for optimizing on arm64.Nicolas Geoffray2014-10-311-5/+20
|/
* Merge "Tidy and reduce ART library dependencies on the host."Ian Rogers2014-10-301-5/+3
|\
| * Tidy and reduce ART library dependencies on the host.Ian Rogers2014-10-301-5/+3