aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Sparc/SparcInstrInfo.td
AgeCommit message (Expand)Author
2006-02-10Use the auto-generated call matcher. Remove a broken impl of the frameaddr/r...Chris Lattner
2006-02-10Update to new-style flags usage, simplifying the .td fileChris Lattner
2006-02-09add an option to turn on LSR.Chris Lattner
2006-02-05Rename SPARC V8 target to be the LLVM SPARC target.Chris Lattner
2006-02-02%fcc is not an alias for %fcc0Chris Lattner
2006-02-02correct an opcodeChris Lattner
2006-01-31add conditional moves of float and double values on int/fp condition codes.Chris Lattner
2006-01-31treat conditional branches the same way as conditional moves (giving themChris Lattner
2006-01-31compactify all of the integer conditional moves into one instruction that takesChris Lattner
2006-01-31Add immediate forms of integer cmovsChris Lattner
2006-01-31ShrinkifyChris Lattner
2006-01-31Add the full complement of conditional moves of integer registers.Chris Lattner
2006-01-30Revamp the ICC/FCC reading instructions to be parameterized in terms of theChris Lattner
2006-01-30Compile:Chris Lattner
2006-01-30When in v9 mode, emit fabsd/fnegd/fmovdChris Lattner
2006-01-30First step towards V9 instructions in the V8 backend, two conditional moveChris Lattner
2006-01-27Use V8ISD::CALL instead of ISD::CALLChris Lattner
2006-01-27PHI and INLINEASM are now built-in instructions provided by Target.tdChris Lattner
2006-01-15Don't print a label for the first MBB in a function.Chris Lattner
2006-01-12Fix branches on FP comparesChris Lattner
2006-01-11Use Evan's outflag stuff to implement V8cmpicc. This allows us to write aChris Lattner
2006-01-11Unbreak ret void :-/Chris Lattner
2006-01-11Write this pattern in canonical form, allowing more patterns to match.Chris Lattner
2006-01-09New DAG node properties SNDPInFlag, SNDPOutFlag, and SNDPOptInFlag to replaceEvan Cheng
2005-12-26Added field noResults to Instruction.Evan Cheng
2005-12-23* Removed the use of FLAG. Now use hasFlagIn and hasFlagOut instead.Evan Cheng
2005-12-23fix the int<->fp instructions, which apparently take a single float registerChris Lattner
2005-12-22clean up .td file by using evan's new FLAG thingChris Lattner
2005-12-19Correct bool truncstore operand orderChris Lattner
2005-12-19add the other bool zextload as wellChris Lattner
2005-12-19implement zextload boolChris Lattner
2005-12-19Fix syntax for indirect calls. This fixes Olden/mstChris Lattner
2005-12-19apparently rdy isn't actually a psuedo instruction. Use rd %yChris Lattner
2005-12-19add fneg/fabs support for doublesChris Lattner
2005-12-19add bool truncstoresChris Lattner
2005-12-18Configure the asmwriter to allow constant pools to be printed correctlyChris Lattner
2005-12-18add support for integer extloadsChris Lattner
2005-12-18Add support for undefChris Lattner
2005-12-18Change return lowering so that we can autogen the matching code.Chris Lattner
2005-12-18Implement Calls for V8. This would be completely autogenerated except forChris Lattner
2005-12-18Push ops list, asm string, and pattern all the way up to InstV8. Move theChris Lattner
2005-12-18Give V8 select_cc, in the spirit of the PPC backendChris Lattner
2005-12-18remove some unused instructionsChris Lattner
2005-12-18Add frameindex supportChris Lattner
2005-12-18Add constant pool support, including folding into addresses.Chris Lattner
2005-12-18Add initial support for global variables, and fix a bug in addr mode selectionChris Lattner
2005-12-18Claiming that branch targets are registers is not very wholesome. Change themChris Lattner
2005-12-18Add unordered comparisonsChris Lattner
2005-12-18Add patterns to the rest of the int condbranches and some of the fp branchesChris Lattner
2005-12-18Add initial conditional branch support. This doesn't actually work yet dueChris Lattner