Tell the target description that calls clobber registers O0...O5.
[oota-llvm.git] / lib / Target / Sparc / SparcV8ISelSimple.cpp
2004-09-29 Brian GaekeSimplify copyConstantToRegister() for longs, using...
2004-09-08 Brian GaekeThis file does not need <iostream>, I think.
2004-09-02 Brian GaekeBack to compiling land for v8
2004-07-18 Chris LattnerCPR fixes
2004-07-16 Brian GaekeDo IMPLICIT_DEFs on incoming args' hard regs, to avoid...
2004-07-08 Brian GaekeSupport setcc on fp values.
2004-07-08 Brian GaekeFix bug involving bool arguments to binary operators.
2004-07-08 Brian GaekeFix bug in copying long constants to register pairs...
2004-07-08 Brian GaekeSupport 'ret float'
2004-07-04 Chris LattnerAdd #includes
2004-06-30 Misha BrukmanFix indentation to be 2 spaces.
2004-06-30 Misha BrukmanvisitSetCondInst() takes a parameter of type `SetCondInst'
2004-06-27 Brian GaekeTrim whitespace.
2004-06-24 Brian GaekeSupport cast float to float, cast double to float,...
2004-06-24 Brian GaekeFix a dyn_cast in copyConstantToRegister which should...
2004-06-24 Brian GaekeUse correct add*Imm form in more BuildMI calls.
2004-06-24 Brian GaekeRename the load and store opcodes. The non-fp ones...
2004-06-24 Brian GaekeStrange as it may sound, we'll not use LDD/STD to store...
2004-06-24 Brian GaekeSupport constant cast expressions.
2004-06-20 Chris LattnerMove the IntrinsicLowering header into the CodeGen...
2004-06-18 Brian GaekeMake visitAllocaInst() look more like its X86 counterpart.
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...