summaryrefslogtreecommitdiff
path: root/src/compiler/codegen/RallocUtil.cc
AgeCommit message (Expand)Author
2012-08-23Quick compiler: restore optimizations buzbee
2012-07-16Quick compiler, fix wide bug buzbee
2012-06-21Remove Frame, merge shadow and quick representations. Ian Rogers
2012-06-21Fix a bunch of lint. Elliott Hughes
2012-06-20Milestone: close Quick side channel communication buzbee
2012-06-13More Quick compiler restructuring buzbee
2012-05-03[Compiler] use Art indentation standard Bill Buzbee
2012-03-26Fix cpplint's whitespace complaints. Elliott Hughes
2012-03-20Trivial cleanup of typos and fixed-length buffers. Elliott Hughes
2012-03-19Restore card marking, minor tuning buzbee
2012-03-18Support for promoting Method* and compiler temps buzbee
2012-03-17Loop detection, improved reg allocation buzbee
2012-03-16Fix out-of-bounds memory access buzbee
2012-03-14Real fix for 064 buzbee
2012-03-13SSA rework and support compiler temps in the frame buzbee
2012-03-11Frame layout change buzbee
2012-03-09Refactor the compilers out of libart. Elliott Hughes
2012-03-07Fix branch bug (showed up in codegen for debug) buzbee
2012-02-29More target-independence buzbee
2012-02-26Multi-target support buzbee
2012-02-02Compiler tuning buzbee
2012-01-23Reduce namespace pollution. Elliott Hughes
2011-11-02Register allocation fixes. buzbee
2011-10-14Register promotion fix buzbee
2011-10-07Reg utility fix buzbee
2011-10-05Fix Vmap table size buzbee
2011-10-02Optimization fixes buzbee
2011-10-01Various bugfixes buzbee
2011-09-29Register usage cleanup buzbee
2011-09-26Misc codegen fixes related to register promotion buzbee
2011-09-23assert to DCHECK conversion buzbee
2011-09-23Fix dalvik vm reg to callee save mappings buzbee
2011-09-23Add tables to map between callee saves and vregs buzbee
2011-09-14Fix null check elimination buzbee
2011-09-13SSA renaming fix & invalid opcode fix buzbee
2011-09-11Mark top of managed stack on helper transitions buzbee
2011-09-08Add suspend check & stub buzbee
2011-09-07Fixes for register promotion; enable fast path buzbee
2011-09-05Try/Catch analysis; various workarounds buzbee
2011-08-29Register temp handling fix buzbee
2011-08-25Add slow-path code gen for static/direct invokes buzbee
2011-08-24Add switch and comparison tests. Fix ralloc bug buzbee
2011-08-19Oat compiler integration snapshot. buzbee