summaryrefslogtreecommitdiff
path: root/vm/Dvm.mk
AgeCommit message (Expand)Author
2011-06-17Disable Werror option to avoid build errors using GCC 4.5/4.6.dev_pandroidSachin Kamat
2010-09-23Print the JIT codegen type in the VM configuration list.Ben Cheng
2010-09-09Remove the functionality in ReduceConstants.[ch].Dan Bornstein
2010-09-01Removal of more sampling profiler bitsBrian Carlstrom
2010-09-01New Java-based SamplingProfilerBrian Carlstrom
2010-08-20Merge remote branch 'goog/dalvik-dev' into dalvik-dev-to-gingerbreadBrian Carlstrom
2010-08-18Support dalvikvm on a Linux x86 hostJesse Wilson
2010-08-18Always support debugging and profiling.Andy McFadden
2010-08-02Implement method inlining for getters/settersBen Cheng
2010-07-30Switch -Xjnitrace over to using a custom JNI bridge.Elliott Hughes
2010-07-15Tracing for developers of native methods.Elliott Hughes
2010-07-08Quicker partial collection by using card marking.Barry Hayes
2010-06-22Relocate OpCodeNames.[ch].Andy McFadden
2010-06-17Implement 64-bit atomic ops for ARMv6K+.Andy McFadden
2010-06-09Treat warnings as errors for ARM target builds.Carl Shapiro
2010-06-04Add a callback driven visitor routine and make verify use it.Carl Shapiro
2010-05-26Remove unused mark tracking code.Carl Shapiro
2010-05-21Remove unused labels, variables, and functions. Enable warnings.Carl Shapiro
2010-05-21resolved conflicts for merge of fc0dcfa2 to dalvik-devAndy McFadden
2010-05-20Atomic/SMP update.Andy McFadden
2010-04-23Import the copying collector.Carl Shapiro
2010-04-06Rearrange some things.Andy McFadden
2010-03-16Import the heap verification code from the copying collector. TheCarl Shapiro
2010-02-28am fcc61ec2: Merge "Don\'t set x86 arch variant."Andy McFadden
2010-02-28am 59a007be: am cf4e8b02: Merge "This is a contribution of x86-atom targeted ...Andy McFadden
2010-02-26Don't set x86 arch variant.Andy McFadden
2010-02-25Eliminate the unused hprof "unreachable" feature. This code datesCarl Shapiro
2010-02-24am cf4e8b02: Merge "This is a contribution of x86-atom targeted assembly for ...Andy McFadden
2010-02-22This is a contribution of x86-atom targeted assembly for the fast byte-code i...Johnnie Birch
2010-02-03Fix performance issues related to chaining and unchaining.Ben Cheng
2010-02-03Fix performance issues related to chaining and unchaining.Ben Cheng
2009-12-16Move VFP register save/restore routines from template to codegen.Ben Cheng
2009-12-01Update makefile comments.Andy McFadden
2009-11-22Restructure the codegen to make architectural depedency explicit.Ben Cheng
2009-11-12eclair snapshotJean-Baptiste Queru
2009-11-04Remove cruft in the default libdvm.so and add 3 more special targets.Ben Cheng
2009-10-30Major registor allocation rework - stage 1.Bill Buzbee
2009-10-23Sort out libnativehelper, and make related comments less redundant.Dan Bornstein
2009-10-20Another couple of tweaks in my attempt to make a sane host build.Dan Bornstein
2009-09-16resolved conflicts for merge of 3eae287e to masterBob Lee
2009-09-11Addressed reviewer comments.Bob Lee
2009-09-09DO NOT MERGE: Do not enable JIT_TUNING and assertion by default with JIT.Ben Cheng
2009-09-01Implement SSA-based loop optimizations.Ben Cheng
2009-08-26More work on getting Dalvik to build on the host (particularly OSX).Dan Bornstein
2009-08-26am f7fb0086: Merge change 22659 into eclairAndy McFadden
2009-08-25Another round of scary indirect ref changes.Andy McFadden
2009-08-21New changes to enable self verification mode.Jeff Hao
2009-08-18am 64520c8c: Merge change 21796 into eclairAndy McFadden
2009-08-18Turn down RegisterMap paranoia.Andy McFadden
2009-08-14Enable VM assert properly for JIT and fix new compilation/assertion failures.Ben Cheng