index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Android.mk
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove doublequoted command to adb sh -c.
Hiroshi Yamauchi
2015-05-14
1
-18
/
+18
*
Fix clean-oat
Mathieu Chartier
2015-04-27
1
-18
/
+18
*
Update clean-oat-host after latest oat location changes.
Nicolas Geoffray
2015-03-27
1
-21
/
+1
*
ART: Change the isa defaults for Mips
Douglas Leung
2015-03-20
1
-0
/
+1
*
Fix jit tests
Mathieu Chartier
2015-02-27
1
-0
/
+13
*
Add missing JIT stuff in make files
Mathieu Chartier
2015-02-26
1
-0
/
+13
*
Merge "Adds the dexfuzz fuzzing tool to ART."
Andreas Gampe
2015-01-17
1
-0
/
+1
|
\
|
*
Adds the dexfuzz fuzzing tool to ART.
Stephen Kyle
2014-12-15
1
-0
/
+1
*
|
Merge "Add a new imgdiag tool to diff boot.art/core.art against a process"
Igor Murashkin
2014-12-17
1
-0
/
+1
|
\
\
|
*
|
Add a new imgdiag tool to diff boot.art/core.art against a process
Igor Murashkin
2014-12-16
1
-0
/
+1
|
|
/
*
|
Remove obsolete PRODUCT_DEX_PREOPT_.*_IN_DATA
Brian Carlstrom
2014-12-16
1
-4
/
+0
|
/
*
Provide an option to run run-tests with a local dalvikvm.
Nicolas Geoffray
2014-10-29
1
-0
/
+7
*
ART: Create and use multiple core images
Andreas Gampe
2014-10-28
1
-13
/
+7
*
Restore valgrind-test-art-host
Brian Carlstrom
2014-10-09
1
-2
/
+2
*
Make which dex2oat version to use configurable.
Nicolas Geoffray
2014-10-06
1
-2
/
+2
*
Fix make test exclusion bugs.
Ian Rogers
2014-09-26
1
-3
/
+2
*
Only include test targets if test-art* or build-art* is being built.
Ian Rogers
2014-09-26
1
-8
/
+18
*
Add adb root to test-art-target, required by adb remount.
Nicolas Geoffray
2014-09-19
1
-21
/
+24
*
Merge "ART: Fix things for valgrind"
Andreas Gampe
2014-09-10
1
-0
/
+5
|
\
|
*
ART: Fix things for valgrind
Andreas Gampe
2014-09-10
1
-0
/
+5
*
|
Remove art-* targets in favor of build-art-* targets.
Brian Carlstrom
2014-09-09
1
-19
/
+5
|
/
*
Clean-up and make the art script usable on target.
Nicolas Geoffray
2014-09-08
1
-1
/
+6
*
ART: Use TMPDIR for test directories
Andreas Gampe
2014-08-06
1
-0
/
+5
*
Revert "Rules depend on DEX2OATD, not DEX2OATD_DEPENDENCY."
Brian Carlstrom
2014-08-06
1
-1
/
+1
*
Make system use patchoat to relocate during runtime.
Alex Light
2014-08-05
1
-1
/
+2
*
Move from dalvik.vm.image-dex2oat-flags to dalvik.vm.dex2oat-filter [art]
Brian Carlstrom
2014-07-30
1
-12
/
+12
*
ART: Make run tests out of oat tests
Andreas Gampe
2014-07-23
1
-37
/
+24
*
Rules depend on DEX2OATD, not DEX2OATD_DEPENDENCY.
Nicolas Geoffray
2014-07-23
1
-1
/
+1
*
Runtime can now be set to require relocation
Alex Light
2014-07-22
1
-1
/
+1
*
art: fix host dex2oat runtime args
Colin Cross
2014-07-09
1
-1
/
+1
*
Make dex2oat heap size product configurable [art]
Brian Carlstrom
2014-07-08
1
-1
/
+1
*
Add patchoat tool to Art.
Alex Light
2014-07-07
1
-3
/
+4
*
Add make rule to debug interpreter-only mode
Sebastien Hertz
2014-07-04
1
-0
/
+10
*
Fix build-art-target and build-art-host rules.
Nicolas Geoffray
2014-07-02
1
-2
/
+2
*
Fix art-host rule and art script after build changes.
Nicolas Geoffray
2014-07-02
1
-1
/
+1
*
ART: Add arch-specific directories to host-oat-cleaning rule
Andreas Gampe
2014-07-01
1
-3
/
+4
*
The host build has changed from lib32/lib to lib/lib64.
Nicolas Geoffray
2014-07-01
1
-1
/
+1
*
We can no longer use "adb shell sh -c ..." internally
Brian Carlstrom
2014-06-30
1
-1
/
+0
*
Add the dalvikvm symlink to the art-host rule.
Nicolas Geoffray
2014-06-28
1
-2
/
+2
*
Fix use-art-*.
Hiroshi Yamauchi
2014-06-27
1
-5
/
+5
*
Fix test-art-target error
Brian Carlstrom
2014-06-25
1
-2
/
+6
*
Multilib ART host.
Ian Rogers
2014-06-24
1
-269
/
+175
*
Add missing parens to Makefile rule.
Nicolas Geoffray
2014-06-18
1
-1
/
+1
*
Build rules for running run-test with optimizing compiler.
Nicolas Geoffray
2014-06-16
1
-2
/
+26
*
Use HOST_LIBRARY_PATH to access host shared libraries.
Ying Wang
2014-06-10
1
-2
/
+2
*
Make use of sigchainlib for signal chaining for implicit checks
Dave Allison
2014-05-29
1
-0
/
+2
*
Move to dalvik.vm.lib.2 to force default to libart
Brian Carlstrom
2014-05-28
1
-8
/
+8
*
Add TARGET_2ND_ARCH support for dump-oat-boot
Brian Carlstrom
2014-05-25
1
-4
/
+16
*
Update dump-oat-* and oatdump for new image file layout
Brian Carlstrom
2014-05-22
1
-3
/
+3
*
ART: Fix libjavacore dependency
Andreas Gampe
2014-05-21
1
-0
/
+3
[next]