aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Sparc/InstSelectSimple.cpp
AgeCommit message (Expand)Author
2004-05-08Add support for widening integral casts.Brian Gaeke
2004-05-08Flesh out GEP supportBrian Gaeke
2004-05-08Add stub support for GEPs.Brian Gaeke
2004-05-07Add support for copying bool constants to registers.Brian Gaeke
2004-04-13I started working on casts, but I don't have anything compilable yet.Brian Gaeke
2004-04-07First version of code to handle loads. Stub function for handling stores.Brian Gaeke
2004-04-07Support loading arguments from %I0...%I5 into virtual registers inBrian Gaeke
2004-04-07It's setting up the call args right now, but on the callee side, it'sBrian Gaeke
2004-04-07This is a start on handling setcc instructions. As the comment notes, weChris Lattner
2004-04-07Avoid emitting an extra copy on each 32-bit operationChris Lattner
2004-04-07Add support for shift instructions, wrap some long linesChris Lattner
2004-04-07Add a bunch more instructionsChris Lattner
2004-04-07Preliminary support for getting 64-bit integer constants into registers.Brian Gaeke
2004-04-06Deal with call return values.Brian Gaeke
2004-04-02Add support for call instructions (0-ary only for now).Brian Gaeke
2004-03-16Fix bug in zero-extending of shorts.Brian Gaeke
2004-03-16Make getClass more robust by adding cLong.Brian Gaeke
2004-03-09Hmm, who left this sitting around in my treeBrian Gaeke
2004-03-06Support return values of basic integer types.Brian Gaeke
2004-03-04Subtract instructions; minor cleanupsBrian Gaeke
2004-03-04Simple copyConstantToReg support, SETHIi and ORriBrian Gaeke
2004-03-03Support add - note, still missing important copyConstantToRegister stuffBrian Gaeke
2004-02-29Add an instruction selector capable of selecting 'ret void'Chris Lattner