summaryrefslogtreecommitdiffstats
path: root/build
Commit message (Expand)AuthorAgeFilesLines
* Add ART -help and -showversionBrian Carlstrom2014-03-031-1/+1
* Further split of the space testsAndreas Gampe2014-03-031-2/+6
* Fix clang to compile and run host tests.Ian Rogers2014-02-282-5/+5
* Split up CommonTest into CommonRuntimeTest and CommonCompilerTestBrian Carlstrom2014-02-261-38/+52
* Merge "Add conditional branches, and build dominator tree."Nicolas Geoffray2014-02-261-0/+1
|\
| * Add conditional branches, and build dominator tree.Nicolas Geoffray2014-02-261-0/+1
* | Split space_test into separate checksAndreas Gampe2014-02-211-1/+3
* | Fix and rewrite local value numbering.Vladimir Marko2014-02-211-0/+1
|/
* Code cleanup to avoid LLVM dependency when building with quick only.Nicolas Geoffray2014-02-201-0/+2
* Merge "art: convert makefiles to support multilib build"Colin Cross2014-02-194-4/+14
|\
| * art: convert makefiles to support multilib buildColin Cross2014-02-184-4/+14
* | Re-apply: Initial check-in of an optimizing compiler.Nicolas Geoffray2014-02-191-1/+2
* | Revert "Initial check-in of an optimizing compiler."Nicolas Geoffray2014-02-191-2/+1
* | Initial check-in of an optimizing compiler.Nicolas Geoffray2014-02-191-1/+2
* | Remove blacklistSebastien Hertz2014-02-171-0/+1
|/
* Don't hardcode object layout in Unsafe and space_test.Hiroshi Yamauchi2014-02-111-1/+2
* Fix multi-line hex dumping and add unit test.Ian Rogers2014-01-301-0/+1
* Remove -D__STDC_FORMAT_MACROS.Ian Rogers2014-01-291-3/+0
* Remove boot.art phony targetBrian Carlstrom2014-01-281-15/+3
* Merge "art: PRODUCT_DEX_PREOPT_IMAGE_IN_DATA"Brian Carlstrom2014-01-281-0/+2
|\
| * art: PRODUCT_DEX_PREOPT_IMAGE_IN_DATABrian Carlstrom2014-01-181-0/+2
* | Move __STDC_FORMAT_MACROS to a cflag.Ian Rogers2014-01-231-0/+3
* | Use macros to remove CFI information for MAC OS/XMark Mendell2014-01-211-2/+4
* | Fix bit-rot in clean-oat targetsBrian Carlstrom2014-01-201-0/+3
|/
* Build boot.art only if we are building the host toolchain.Ying Wang2013-12-171-1/+1
* Move boot image generation to the build projectBrian Carlstrom2013-12-172-69/+12
* LEB128 tests and performance measurements.Ian Rogers2013-11-141-0/+1
* Fix testing all valgrind tests and make errors abort.Ian Rogers2013-11-131-1/+2
* Allow host valgrind gtests to be run individually.Ian Rogers2013-11-131-0/+7
* am 55ed56bd: Merge "Make missing DEX2OAT_TARGET_INSTRUCTION_SET_FEATURES an e...Brian Carlstrom2013-11-074-13/+13
|\
| * Make missing DEX2OAT_TARGET_INSTRUCTION_SET_FEATURES an errorBrian Carlstrom2013-11-064-13/+13
* | Don't force dex2oat run on dex2oat changesDave Allison2013-11-061-1/+1
|/
* Support hardware divide instructionDave Allison2013-11-053-4/+23
* am 2b07096c: Fix Mac buildBrian Carlstrom2013-10-291-0/+3
|\
| * Fix Mac buildBrian Carlstrom2013-10-291-0/+3
* | am 661cc989: Merge "Make ART\'s run-test support Dalvik so we can remove dalv...Brian Carlstrom2013-10-291-0/+10
|\ \ | |/
| * Make ART's run-test support Dalvik so we can remove dalvik/testsBrian Carlstrom2013-10-281-0/+10
* | Omit OatMethodOffsets for classes without compiled codeBrian Carlstrom2013-10-281-1/+2
* | Refactor ArenaBitVector to create more general BitVectorBrian Carlstrom2013-10-241-0/+1
* | resolved conflicts for merge of b926b3c6 to dalvik-devBrian Carlstrom2013-10-111-0/+1
|\ \ | |/
| * am 920d7fd5: am ce88853a: Have JNI FindClass fall back to system ClassLoader ...Brian Carlstrom2013-10-111-0/+1
| |\
| | * Have JNI FindClass fall back to system ClassLoaderBrian Carlstrom2013-10-101-0/+1
* | | am d910172d: Don\'t fail if llvm.mk is not available.Ying Wang2013-09-181-1/+2
|\ \ \ | |/ /
| * | Don't fail if llvm.mk is not available.Ying Wang2013-09-181-1/+2
| |/
* | Add valgrind support to compiler arena allocator.Mathieu Chartier2013-09-121-0/+1
|/
* Multi threaded hashed deduplication during compilation.Mathieu Chartier2013-09-031-0/+1
* Move output_stream files out of runtime.Ian Rogers2013-08-161-3/+3
* Switch GCC -O flags, O3 non-debug, 01 debug.Ian Rogers2013-08-151-2/+4
* C++11 support for ART.Mathieu Chartier2013-08-131-3/+1
* Add a systrace support for lock contention logging.Hiroshi Yamauchi2013-08-131-1/+2