Age | Commit message (Expand) | Author |
2010-12-23 | Flag -> Glue, the ongoing saga | Chris Lattner |
2010-06-21 | Remove isTwoAddress from Alpha. | Eric Christopher |
2010-05-14 | BR is a barrier. | Dan Gohman |
2010-03-18 | use ins/outs. | Chris Lattner |
2010-03-15 | add some missing types | Chris Lattner |
2010-03-08 | tidy up | Chris Lattner |
2010-02-23 | remove a bunch of dead named arguments in input patterns, | Chris Lattner |
2009-11-11 | Set isBarrier = 1 on return instructions, as they are control barriers. | Dan Gohman |
2009-10-29 | Rename usesCustomDAGSchedInserter to usesCustomInserter, and update a | Dan Gohman |
2009-08-08 | move this fp select into a pattern | Andrew Lenharth |
2009-05-13 | Add an int64_t variant of abs, for host environments | Dale Johannesen |
2009-03-19 | Add support to tablegen for naming the nodes themselves, not just the operands, | Nate Begeman |
2008-12-14 | silence warning when asserts disabled. | Chris Lattner |
2008-12-03 | Add a sanity-check to tablegen to catch the case where isSimpleLoad | Dan Gohman |
2008-11-11 | This shouldn't be necessary | Andrew Lenharth |
2008-10-11 | Change CALLSEQ_BEGIN and CALLSEQ_END to take TargetConstant's as | Chris Lattner |
2008-09-12 | Rename ConstantSDNode::getValue to getZExtValue, for consistency | Dan Gohman |
2008-08-20 | Tablegen generated code already tests the opcode value, so it's not | Dan Gohman |
2008-07-27 | Rename SDOperand to SDValue. | Dan Gohman |
2008-06-25 | Added MemOperands to Atomic operations since Atomics touches memory. | Mon P Wang |
2008-03-15 | Replace all target specific implicit def instructions with a target independe... | Evan Cheng |
2008-02-27 | Final de-tabification. | Bill Wendling |
2008-02-21 | Atomic op support. If any gcc test uses __sync builtins, it might start fail... | Andrew Lenharth |
2008-02-16 | llvm.memory.barrier, and impl for x86 and alpha | Andrew Lenharth |
2008-01-15 | rename SDTRet -> SDTNone. | Chris Lattner |
2008-01-10 | get def use info more correct. | Chris Lattner |
2008-01-06 | rename isLoad -> isSimpleLoad due to evan's desire to have such a predicate. | Chris Lattner |
2008-01-06 | Change the 'isStore' inferrer to look for 'SDNPMayStore' | Chris Lattner |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
2007-12-12 | Implicit def instructions, e.g. X86::IMPLICIT_DEF_GR32, are always re-materia... | Evan Cheng |
2007-11-27 | something wrong with this opt | Andrew Lenharth |
2007-11-13 | Unifacalize the CALLSEQ{START,END} stuff. | Bill Wendling |
2007-11-13 | Unify CALLSEQ_{START,END}. They take 4 parameters: the chain, two stack | Bill Wendling |
2007-11-12 | Add a flag for indirect branch instructions. | Owen Anderson |
2007-09-11 | Remove (somewhat confusing) Imp<> helper, use let Defs = [], Uses = [] instead. | Evan Cheng |
2007-07-21 | No more noResults. | Evan Cheng |
2007-07-19 | Change instruction description to split OperandList into OutOperandList and | Evan Cheng |
2007-04-17 | Use this nifty Constraints thing and fix the inverted conditional moves | Andrew Lenharth |
2007-01-24 | FTOIT and ITOFT are bit converts, and if we drop 21264s, are always available | Andrew Lenharth |
2006-12-07 | Be sure to grab weak functions too, and make implicit defs comments | Andrew Lenharth |
2006-11-03 | silence warnings. | Chris Lattner |
2006-11-02 | fix 2006-11-01-vastart.ll | Andrew Lenharth |
2006-10-31 | more shotenning | Andrew Lenharth |
2006-10-31 | Let us play simplify the td file (and fix a few missed sub and mul patterns). | Andrew Lenharth |
2006-10-31 | Add all that branch mangling niftiness | Andrew Lenharth |
2006-10-13 | Merge ISD::TRUNCSTORE to ISD::STORE. Switch to using StoreSDNode. | Evan Cheng |
2006-10-12 | adjcallstack up/down clobbers the sp | Chris Lattner |
2006-10-11 | Use cute tblgen tricks to make zap handling more powerful. Specifically, | Chris Lattner |
2006-10-11 | Remove dead/redundant instructions. These are handled by ZAPNOTi | Chris Lattner |
2006-10-09 | Reflects ISD::LOAD / ISD::LOADX / LoadSDNode changes. | Evan Cheng |