summaryrefslogtreecommitdiff
path: root/src/compiler/codegen/arm/ArmRallocUtil.cc
AgeCommit message (Expand)Author
2012-05-03[Compiler] use Art indentation standard Bill Buzbee
2012-03-18Support for promoting Method* and compiler temps buzbee
2012-03-13SSA rework and support compiler temps in the frame buzbee
2012-03-07Fix branch bug (showed up in codegen for debug) buzbee
2012-03-01Another step towards a Mips target buzbee
2012-02-29More target-independence buzbee
2012-02-26Multi-target support buzbee
2012-02-03Make the compiler threadsafe buzbee
2012-02-02Compiler tuning buzbee
2012-01-23Reduce namespace pollution. Elliott Hughes
2011-12-06Reduce meta-data object sizes, introduce meta-data helper classes. Ian Rogers
2011-11-14Refactor the use of Method by the oat compiler. Ian Rogers
2011-11-02Register allocation fixes. buzbee
2011-10-14Register promotion fix buzbee
2011-10-07Reg utility fix buzbee
2011-10-05Compiler cleanup buzbee
2011-10-02Optimization fixes buzbee
2011-09-29Register usage cleanup buzbee
2011-09-23assert to DCHECK conversion buzbee
2011-09-23Add tables to map between callee saves and vregs buzbee
2011-09-10Complete compiler portion of exception handling buzbee
2011-09-05Try/Catch analysis; various workarounds buzbee
2011-09-02Use accessor methods for Object fields. Ian Rogers
2011-08-28Use slow-path static field accessors; added tests buzbee
2011-08-28Enable virtual invokes, use new alloc, misc 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