Add support for copying bool constants to registers.
[oota-llvm.git] / lib / Target / SparcV8 / InstSelectSimple.cpp
2004-05-07 Brian GaekeAdd support for copying bool constants to registers.
2004-04-13 Brian GaekeI started working on casts, but I don't have anything...
2004-04-07 Brian GaekeFirst version of code to handle loads. Stub function...
2004-04-07 Brian GaekeSupport loading arguments from %I0...%I5 into virtual...
2004-04-07 Brian GaekeIt's setting up the call args right now, but on the...
2004-04-07 Chris LattnerThis is a start on handling setcc instructions. As...
2004-04-07 Chris LattnerAvoid emitting an extra copy on each 32-bit operation
2004-04-07 Chris LattnerAdd support for shift instructions, wrap some long...
2004-04-07 Chris LattnerAdd a bunch more instructions
2004-04-07 Brian GaekePreliminary support for getting 64-bit integer constant...
2004-04-06 Brian GaekeDeal with call return values.
2004-04-02 Brian GaekeAdd support for call instructions (0-ary only for now).
2004-03-16 Brian GaekeFix bug in zero-extending of shorts.
2004-03-16 Brian GaekeMake getClass more robust by adding cLong.
2004-03-09 Brian GaekeHmm, who left this sitting around in my tree
2004-03-06 Brian GaekeSupport return values of basic integer types.
2004-03-04 Brian GaekeSubtract instructions; minor cleanups
2004-03-04 Brian GaekeSimple copyConstantToReg support, SETHIi and ORri
2004-03-03 Brian GaekeSupport add - note, still missing important copyConstan...
2004-02-29 Chris LattnerAdd an instruction selector capable of selecting 'ret...