Fix jmpl.
[oota-llvm.git] / lib / Target / Sparc / SparcV8ISelSimple.cpp
2004-06-18 Brian GaekeSupport intrinsic calls (although no particular intrins...
2004-06-18 Brian GaekeSupport alloca instructions.
2004-06-17 Brian GaekeSupport generating machine instructions for Phi nodes...
2004-06-17 Brian GaekeUse addGlobalAddress and addMBB for call & branch targe...
2004-06-17 Chris LattnerRename Type::PrimitiveID to TypeId and ::getPrimitiveID...
2004-06-15 Brian GaekeFix thinko in visitor... ShiftInsts should currently...
2004-06-15 Brian GaekeFix bug generating code for void call instructions...
2004-06-15 Brian GaekeSupport constant GEP expressions.
2004-05-08 Brian GaekeAdd support for widening integral casts.
2004-05-08 Brian GaekeFlesh out GEP support
2004-05-08 Brian GaekeAdd stub support for GEPs.
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...