summaryrefslogtreecommitdiff
path: root/src/compiler/codegen/arm/ArchUtility.cc
AgeCommit message (Expand)Author
2012-11-01Remove all TARGET_[ARM|X86|MIPS] #ifdefs buzbee
2012-07-10Quick compiler - fix run-test 019 buzbee
2012-05-03[Compiler] use Art indentation standard Bill Buzbee
2012-03-26Fix cpplint's whitespace complaints. Elliott Hughes
2012-03-01Another step towards a Mips target buzbee
2012-02-29More target-independence buzbee
2012-02-26Multi-target support buzbee
2012-01-23Reduce namespace pollution. Elliott Hughes
2012-01-15Fix another Mac build error. Shih-wei Liao
2011-12-13Don't default-construct std::strings and then assign them. Elliott Hughes
2011-11-14Refactor the use of Method by the oat compiler. Ian Rogers
2011-10-16Bring our native stack usage down. Elliott Hughes
2011-10-14Register promotion fix buzbee
2011-10-07Enhance CHECK_EQ and friends to allow extra detail to be appended (like CHECK). Elliott Hughes
2011-10-02Optimization fixes 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-23Add tables to map between callee saves and vregs buzbee
2011-09-21Suspend check reworking (ready for rewiew) buzbee
2011-09-20Rework type & size inference, literal usage buzbee
2011-09-10Complete compiler portion of exception handling buzbee
2011-09-08Transmit mapping table to runtime buzbee
2011-09-02Use accessor methods for Object fields. Ian Rogers
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