summaryrefslogtreecommitdiffstats
path: root/build/Android.common.mk
Commit message (Expand)AuthorAgeFilesLines
...
* Move IntMath into run-test.Ian Rogers2013-01-161-2/+0
* Move ExceptionTest to a run-test.Ian Rogers2013-01-111-1/+0
* Merge "Move Invoke to a run-test." into dalvik-devIan Rogers2013-01-111-1/+0
|\
| * Move Invoke to a run-test.Ian Rogers2013-01-111-1/+0
* | Move GrowthLimit to a run-test.Ian Rogers2013-01-111-1/+0
|/
* Merge "Move MemUsage into run-test." into dalvik-devIan Rogers2013-01-111-1/+0
|\
| * Move MemUsage into run-test.Ian Rogers2013-01-101-1/+0
* | Merge "Move ConcurrentGC to run-test." into dalvik-devIan Rogers2013-01-111-1/+0
|\ \
| * | Move ConcurrentGC to run-test.Ian Rogers2013-01-101-1/+0
| |/
* | Merge "Move Fibonacci to run-test." into dalvik-devIan Rogers2013-01-111-2/+1
|\ \
| * | Move Fibonacci to run-test.Ian Rogers2013-01-101-2/+1
| |/
* | Move ReflectionTest to a run-test.Ian Rogers2013-01-101-1/+0
|/
* Support for deoptimization needed for debugging.Ian Rogers2013-01-021-0/+1
* Move stringpiece.h and stringprintf.h to base/.Elliott Hughes2012-12-131-2/+2
* Move logging.h into base/logging.h.Elliott Hughes2012-12-121-3/+3
* Move mutex.h into base/mutex.h.Elliott Hughes2012-12-121-3/+3
* Fix icu4c include path pollution.Elliott Hughes2012-12-121-2/+0
* Switch over to the google3 unix_file File*.Elliott Hughes2012-12-121-3/+10
* Merge "Refactor GC to have a class for each different type of GC." into dalvi...Ian Rogers2012-11-201-0/+3
|\
| * Refactor GC to have a class for each different type of GC.Mathieu Chartier2012-11-201-0/+3
* | C++'ification of Quick compiler's castsbuzbee2012-11-191-1/+2
|/
* Add "kind" argument to Get/SetVReg.Ian Rogers2012-11-161-0/+1
* Pulled out instrumentation into its own class separate from trace.jeffhao2012-11-141-2/+3
* More MIPS fixes. The vm-tests and oat tests all work on the emulator.jeffhao2012-10-311-2/+11
* Interpreter.Ian Rogers2012-10-261-0/+1
* Merge "Add thread pool class" into dalvik-devIan Rogers2012-10-261-1/+4
|\
| * Add thread pool classMathieu Chartier2012-10-261-1/+4
* | Eliminate #ifdef ART_USE_QUICK_COMPILERbuzbee2012-10-261-53/+0
|/
* Check point root marking.Mathieu Chartier2012-10-231-0/+1
* Add support for Value Format VALUE_TYPE in the encoded_array_item used for in...Brian Carlstrom2012-10-171-0/+1
* More space refactoring.Mathieu Chartier2012-10-121-0/+1
* Refactor and remove copy mark bits.Mathieu Chartier2012-10-081-9/+9
* Reduce mark stack / allocation stack / live stack address space usage.Mathieu Chartier2012-10-081-1/+0
* Make dex instruction size a lookup.Ian Rogers2012-09-281-0/+1
* Pass self to lock methods.Ian Rogers2012-09-271-0/+2
* NativePcOffsetToReferenceMapIan Rogers2012-09-201-1/+1
* Add WITH_ART_USE_PORTABLE_COMPILER and art/USE_PORTABLE_COMPILER supportBrian Carlstrom2012-09-171-1/+14
* Integrating portable path with the Frontend.Shih-wei Liao2012-09-151-4/+0
* Move inferred_reg_category_map to greenland.TDYa1272012-09-151-2/+2
* GBC Expander. Removed lir.Shih-wei Liao2012-09-151-1/+20
* Additional heap verification for the GcMathieu Chartier2012-09-041-1/+2
* Make ICCE logic common, refactor throws.Ian Rogers2012-09-011-0/+1
* Use bionic's dlmalloc 2.8.5.Ian Rogers2012-08-301-1/+1
* Preliminary changes to allow mips target to build.jeffhao2012-08-271-1/+5
* Remove build flag brought over from dalvik.Ian Rogers2012-08-201-1/+0
* Global lock levels.Ian Rogers2012-08-141-3/+1
* Zygote space / partial collection support.Mathieu Chartier2012-07-271-0/+2
* Allow various LLVM builds to be enabled by environment variableBrian Carlstrom2012-07-191-13/+25
* Each space has its own bitmap(s)Mathieu Chartier2012-07-111-0/+1
* Compile method one-by-one.Logan Chien2012-06-271-1/+0