Age | Commit message (Expand) | Author |
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 |
2006-11-03 | remove redundant/dead vars | Chris Lattner |
2006-10-13 | Merge ISD::TRUNCSTORE to ISD::STORE. Switch to using StoreSDNode. | Evan Cheng |
2006-10-12 | adjcallstackup/down clobbers the stack pointer | Chris Lattner |
2006-10-11 | Add properties to ComplexPattern. | Evan Cheng |
2006-10-09 | Reflects ISD::LOAD / ISD::LOADX / LoadSDNode changes. | Evan Cheng |
2006-09-01 | Use a couple of multiclass patterns to factor some integer ops. | Chris Lattner |
2006-09-01 | remove a bunch of comments | Chris Lattner |
2006-08-11 | CALLSEQ_* produces chain even if that's not needed. | Evan Cheng |
2006-05-09 | Some notes and thoughts to myself | Chris Lattner |
2006-02-21 | The HasNoV9 hack isn't needed here, now that tblgen knows that CustomDAGSched... | Chris Lattner |
2006-02-17 | kill ADD_PARTS & SUB_PARTS and replace them with fancy new ADDC, ADDE, SUBC | Nate Begeman |
2006-02-10 | Use the auto-generated call matcher. Remove a broken impl of the frameaddr/r... | Chris Lattner |
2006-02-10 | Update to new-style flags usage, simplifying the .td file | Chris Lattner |
2006-02-09 | add an option to turn on LSR. | Chris Lattner |
2006-02-05 | Rename SPARC V8 target to be the LLVM SPARC target. | Chris Lattner |
2006-02-02 | %fcc is not an alias for %fcc0 | Chris Lattner |
2006-02-02 | correct an opcode | Chris Lattner |
2006-01-31 | add conditional moves of float and double values on int/fp condition codes. | Chris Lattner |
2006-01-31 | treat conditional branches the same way as conditional moves (giving them | Chris Lattner |
2006-01-31 | compactify all of the integer conditional moves into one instruction that takes | Chris Lattner |
2006-01-31 | Add immediate forms of integer cmovs | Chris Lattner |
2006-01-31 | Shrinkify | Chris Lattner |
2006-01-31 | Add the full complement of conditional moves of integer registers. | Chris Lattner |
2006-01-30 | Revamp the ICC/FCC reading instructions to be parameterized in terms of the | Chris Lattner |
2006-01-30 | Compile: | Chris Lattner |
2006-01-30 | When in v9 mode, emit fabsd/fnegd/fmovd | Chris Lattner |
2006-01-30 | First step towards V9 instructions in the V8 backend, two conditional move | Chris Lattner |
2006-01-27 | Use V8ISD::CALL instead of ISD::CALL | Chris Lattner |
2006-01-27 | PHI and INLINEASM are now built-in instructions provided by Target.td | Chris Lattner |
2006-01-15 | Don't print a label for the first MBB in a function. | Chris Lattner |
2006-01-12 | Fix branches on FP compares | Chris Lattner |
2006-01-11 | Use Evan's outflag stuff to implement V8cmpicc. This allows us to write a | Chris Lattner |
2006-01-11 | Unbreak ret void :-/ | Chris Lattner |
2006-01-11 | Write this pattern in canonical form, allowing more patterns to match. | Chris Lattner |
2006-01-09 | New DAG node properties SNDPInFlag, SNDPOutFlag, and SNDPOptInFlag to replace | Evan Cheng |
2005-12-26 | Added field noResults to Instruction. | Evan Cheng |
2005-12-23 | * Removed the use of FLAG. Now use hasFlagIn and hasFlagOut instead. | Evan Cheng |
2005-12-23 | fix the int<->fp instructions, which apparently take a single float register | Chris Lattner |
2005-12-22 | clean up .td file by using evan's new FLAG thing | Chris Lattner |
2005-12-19 | Correct bool truncstore operand order | Chris Lattner |
2005-12-19 | add the other bool zextload as well | Chris Lattner |
2005-12-19 | implement zextload bool | Chris Lattner |
2005-12-19 | Fix syntax for indirect calls. This fixes Olden/mst | Chris Lattner |
2005-12-19 | apparently rdy isn't actually a psuedo instruction. Use rd %y | Chris Lattner |
2005-12-19 | add fneg/fabs support for doubles | Chris Lattner |
2005-12-19 | add bool truncstores | Chris Lattner |
2005-12-18 | Configure the asmwriter to allow constant pools to be printed correctly | Chris Lattner |