summaryrefslogtreecommitdiff
path: root/src/compiler/codegen/arm/MethodCodegenDriver.cc
AgeCommit message (Expand)Author
2011-09-20Rework type & size inference, literal usage buzbee
2011-09-19Cleanup resolution of type, field, method indexes Brian Carlstrom
2011-09-18Fix manyargs test buzbee
2011-09-17Fix OP_FILLED_NEW_ARRAY buzbee
2011-09-15Def/Use mask fix for vldm/vstm buzbee
2011-09-14Fix invoke-interface bug. buzbee
2011-09-14Fix null check elimination buzbee
2011-09-13SSA renaming fix & invalid opcode fix buzbee
2011-09-13Support 32-bit volatiles. Elliott Hughes
2011-09-11Mark top of managed stack on helper transitions buzbee
2011-09-11Use the right dex cache in the SGET/SPUT fast paths. Elliott Hughes
2011-09-10Complete compiler portion of exception handling buzbee
2011-09-09Test conversion of floats and doubles to strings. Elliott Hughes
2011-09-09Add stack overflow check buzbee
2011-09-08Add run-time resolution paths for iget/iput. buzbee
2011-09-08Check-cast, instance-of, misc fixes buzbee
2011-09-07Fixes for register promotion; enable fast path buzbee
2011-09-06Fix for argument passing bug buzbee
2011-09-05Fix bug in invoke-super slow path buzbee
2011-09-05Try/Catch analysis; various workarounds buzbee
2011-09-04Work around two problems. Elliott Hughes
2011-09-04Complete static field accesses; clear TODO's buzbee
2011-09-03Codegen for invoke-super, invoke-interface buzbee
2011-09-02Complete direct, static & virtual invoke buzbee
2011-09-02Use accessor methods for Object fields. Ian Rogers
2011-09-01Complete OP_CONST_STRING, OP_CONST_CLASS buzbee
2011-08-29Register temp handling fix buzbee
2011-08-28Use slow-path static field accessors; added tests buzbee
2011-08-28Add InitializedStaticStorage table Brian Carlstrom
2011-08-28Enable virtual invokes, use new alloc, misc buzbee
2011-08-27Move 64-bit multiplication to helper buzbee
2011-08-27Various bug fixes. buzbee
2011-08-26Various bug fixes and new tests. buzbee
2011-08-26Fix invoke sequence and enable recursive Fibonacci buzbee
2011-08-25Add slow-path code gen for static/direct invokes buzbee
2011-08-25First pass of compiler wrapping class Brian Carlstrom
2011-08-23Added support for 64-bit shifts, fix const-wide buzbee
2011-08-23Misc fixes, new compiler unit tests buzbee
2011-08-21Updating the compiler to use the new-world model buzbee
2011-08-19Oat compiler integration snapshot. buzbee