| Age | Commit message (Expand) | Author |
| 2008-05-05 | Added addition atomic instrinsics and, or, xor, min, and max. | Mon P Wang |
| 2008-03-16 | Make insert_subreg a two-address instruction, vastly simplifying LowerSubregs... | Christopher Lamb |
| 2008-03-13 | Get rid of a pseudo instruction and replace it with subreg based operation on... | Christopher Lamb |
| 2008-03-08 | Implement x86 support for @llvm.prefetch. It corresponds to prefetcht{0|1|2} ... | Evan Cheng |
| 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-02-14 | Change how FP immediates are handled. | Nate Begeman |
| 2008-02-11 | Enable SSE4 codegen and pattern matching. | Nate Begeman |
| 2008-02-09 | Tablegen support for insert & extract element matching | Nate Begeman |
| 2008-01-31 | Allow ComplexExpressions in InstrInfo.td files to be slightly more... complex... | Christopher Lamb |
| 2008-01-30 | Factor the addressing mode and the load/store VT out of LoadSDNode | Dan Gohman |
| 2008-01-17 | This commit changes: | Chris Lattner |
| 2008-01-15 | rename SDTRet -> SDTNone. | Chris Lattner |
| 2008-01-10 | add SDNPSideEffect node property declaration | Chris Lattner |
| 2008-01-10 | add SDNPMayLoad to the 'load' sdnode definition. This is enough to get all t... | Chris Lattner |
| 2008-01-06 | rename isStore -> mayStore to more accurately reflect what it captures. | 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-11-24 | add a immAllZerosV_bc pattern fragment for consistency with others. | Chris Lattner |
| 2007-11-13 | Unifacalize the CALLSEQ{START,END} stuff. | Bill Wendling |
| 2007-09-25 | Rename keyword "modify" -> "implicit". | Evan Cheng |
| 2007-09-12 | Initial support for multi-result patterns: | Evan Cheng |
| 2007-08-05 | Long double patch 4 of N: initial x87 implementation. | Dale Johannesen |
| 2007-07-26 | Add selection DAG nodes for subreg insert/extract. PR1350 | Christopher Lamb |
| 2007-07-16 | Fix comments about vectors to use the current wording. | Dan Gohman |
| 2007-04-20 | Implement "general dynamic", "initial exec" and "local exec" TLS models for | Lauro Ramos Venancio |
| 2007-01-26 | Make LABEL a builtin opcode. | Jim Laskey |
| 2006-11-14 | Fix predicates for unindexed stores so they don't accidentally match indexed | Chris Lattner |
| 2006-11-09 | Rename ISD::MemOpAddrMode to ISD::MemIndexedMode | Evan Cheng |
| 2006-11-08 | Added indexed store node and patfrag's. | Evan Cheng |
| 2006-10-26 | Change load PatFrag to ignore indexed load. | Evan Cheng |
| 2006-10-13 | Merge ISD::TRUNCSTORE to ISD::STORE. Switch to using StoreSDNode. | Evan Cheng |
| 2006-10-11 | Add properties to ComplexPattern. | Evan Cheng |
| 2006-10-11 | Naming consistency. | Evan Cheng |
| 2006-10-09 | Reflects ISD::LOAD / ISD::LOADX / LoadSDNode changes. | Evan Cheng |
| 2006-10-04 | Combine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD into ISD::LOADX. Add an | Evan Cheng |
| 2006-06-15 | Vector extract / insert index operand should have ptr type. | Evan Cheng |
| 2006-04-22 | JumpTable support! What this represents is working asm and jit support for | Nate Begeman |
| 2006-04-19 | Renamed AddedCost to AddedComplexity. | Evan Cheng |
| 2006-04-19 | Allow "let AddedCost = n in" to increase pattern complexity. | Evan Cheng |
| 2006-04-15 | Add a new vnot_conv predicate for matching vnot's where the allones vector is | Chris Lattner |
| 2006-03-31 | Add vector_extract and vector_insert nodes. | Evan Cheng |
| 2006-03-28 | Tblgen doesn't like multiple SDNode<> definitions that map to the sameenum va... | Chris Lattner |
| 2006-03-27 | Changed isBuildVectorAllOnesInteger to isBuildVectorAllOnes. | Evan Cheng |
| 2006-03-26 | Add immAllZerosV helper | Evan Cheng |
| 2006-03-25 | add a vnot helper node for matching 'not' on vectors | Chris Lattner |
| 2006-03-25 | Add new intrinsic node definitions for tblgen use | Chris Lattner |
| 2006-03-24 | Shuffle some includes around | Chris Lattner |
| 2006-03-24 | expose intrinsic info to the targets. | Chris Lattner |
| 2006-03-21 | x86 ISD::SCALAR_TO_VECTOR support. | Evan Cheng |