| Commit message (Expand) | Author | Age | Files | Lines |
* | Major calling convention code refactoring. | Dan Gohman | 2009-08-05 | 1 | -2/+0 |
* | Change CALLSEQ_BEGIN and CALLSEQ_END to take TargetConstant's as | Chris Lattner | 2008-10-11 | 1 | -2/+2 |
* | Rename ConstantSDNode::getValue to getZExtValue, for consistency | Dan Gohman | 2008-09-12 | 1 | -5/+9 |
* | Replace all target specific implicit def instructions with a target independe... | Evan Cheng | 2008-03-15 | 1 | -10/+0 |
* | Use SDTNone instead of duplicating it. | Dan Gohman | 2008-03-13 | 1 | -2/+1 |
* | Final de-tabification. | Bill Wendling | 2008-02-27 | 1 | -2/+2 |
* | This commit changes: | Chris Lattner | 2008-01-17 | 1 | -6/+0 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Implicit def instructions, e.g. X86::IMPLICIT_DEF_GR32, are always re-materia... | Evan Cheng | 2007-12-12 | 1 | -0/+3 |
* | Unifacalize the CALLSEQ{START,END} stuff. | Bill Wendling | 2007-11-13 | 1 | -5/+5 |
* | Unify CALLSEQ_{START,END}. They take 4 parameters: the chain, two stack | Bill Wendling | 2007-11-13 | 1 | -7/+10 |
* | Remove (somewhat confusing) Imp<> helper, use let Defs = [], Uses = [] instead. | Evan Cheng | 2007-09-11 | 1 | -2/+4 |
* | No more noResults. | Evan Cheng | 2007-07-21 | 1 | -4/+2 |
* | Change instruction description to split OperandList into OutOperandList and | Evan Cheng | 2007-07-19 | 1 | -102/+102 |
* | remove redundant/dead vars | Chris Lattner | 2006-11-03 | 1 | -2/+0 |
* | Merge ISD::TRUNCSTORE to ISD::STORE. Switch to using StoreSDNode. | Evan Cheng | 2006-10-13 | 1 | -6/+6 |
* | adjcallstackup/down clobbers the stack pointer | Chris Lattner | 2006-10-12 | 1 | -2/+2 |
* | Add properties to ComplexPattern. | Evan Cheng | 2006-10-11 | 1 | -2/+2 |
* | Reflects ISD::LOAD / ISD::LOADX / LoadSDNode changes. | Evan Cheng | 2006-10-09 | 1 | -16/+16 |
* | Use a couple of multiclass patterns to factor some integer ops. | Chris Lattner | 2006-09-01 | 1 | -135/+49 |
* | remove a bunch of comments | Chris Lattner | 2006-09-01 | 1 | -54/+0 |
* | CALLSEQ_* produces chain even if that's not needed. | Evan Cheng | 2006-08-11 | 1 | -2/+4 |
* | Some notes and thoughts to myself | Chris Lattner | 2006-05-09 | 1 | -7/+7 |
* | The HasNoV9 hack isn't needed here, now that tblgen knows that CustomDAGSched... | Chris Lattner | 2006-02-21 | 1 | -3/+2 |
* | kill ADD_PARTS & SUB_PARTS and replace them with fancy new ADDC, ADDE, SUBC | Nate Begeman | 2006-02-17 | 1 | -6/+18 |
* | Use the auto-generated call matcher. Remove a broken impl of the frameaddr/r... | Chris Lattner | 2006-02-10 | 1 | -4/+10 |
* | Update to new-style flags usage, simplifying the .td file | Chris Lattner | 2006-02-10 | 1 | -27/+25 |
* | add an option to turn on LSR. | Chris Lattner | 2006-02-09 | 1 | -0/+56 |
* | Rename SPARC V8 target to be the LLVM SPARC target. | Chris Lattner | 2006-02-05 | 1 | -74/+74 |
* | %fcc is not an alias for %fcc0 | Chris Lattner | 2006-02-02 | 1 | -4/+4 |
* | correct an opcode | Chris Lattner | 2006-02-02 | 1 | -2/+2 |
* | add conditional moves of float and double values on int/fp condition codes. | Chris Lattner | 2006-01-31 | 1 | -6/+27 |
* | treat conditional branches the same way as conditional moves (giving them | Chris Lattner | 2006-01-31 | 1 | -92/+11 |
* | compactify all of the integer conditional moves into one instruction that takes | Chris Lattner | 2006-01-31 | 1 | -88/+25 |
* | Add immediate forms of integer cmovs | Chris Lattner | 2006-01-31 | 1 | -6/+49 |
* | Shrinkify | Chris Lattner | 2006-01-31 | 1 | -143/+86 |
* | Add the full complement of conditional moves of integer registers. | Chris Lattner | 2006-01-31 | 1 | -7/+115 |
* | Revamp the ICC/FCC reading instructions to be parameterized in terms of the | Chris Lattner | 2006-01-30 | 1 | -30/+81 |
* | Compile: | Chris Lattner | 2006-01-30 | 1 | -0/+8 |
* | When in v9 mode, emit fabsd/fnegd/fmovd | Chris Lattner | 2006-01-30 | 1 | -8/+30 |
* | First step towards V9 instructions in the V8 backend, two conditional move | Chris Lattner | 2006-01-30 | 1 | -0/+36 |
* | Use V8ISD::CALL instead of ISD::CALL | Chris Lattner | 2006-01-27 | 1 | -1/+1 |
* | PHI and INLINEASM are now built-in instructions provided by Target.td | Chris Lattner | 2006-01-27 | 1 | -1/+0 |
* | Don't print a label for the first MBB in a function. | Chris Lattner | 2006-01-15 | 1 | -0/+7 |
* | Fix branches on FP compares | Chris Lattner | 2006-01-12 | 1 | -3/+2 |
* | Use Evan's outflag stuff to implement V8cmpicc. This allows us to write a | Chris Lattner | 2006-01-11 | 1 | -5/+6 |
* | Unbreak ret void :-/ | Chris Lattner | 2006-01-11 | 1 | -0/+1 |
* | Write this pattern in canonical form, allowing more patterns to match. | Chris Lattner | 2006-01-11 | 1 | -1/+1 |
* | New DAG node properties SNDPInFlag, SNDPOutFlag, and SNDPOptInFlag to replace | Evan Cheng | 2006-01-09 | 1 | -11/+6 |
* | Added field noResults to Instruction. | Evan Cheng | 2005-12-26 | 1 | -2/+4 |