| Commit message (Expand) | Author | Age | Files | Lines |
* | Since build_vector is a variadic node, the number | Duncan Sands | 2008-07-28 | 1 | -1/+1 |
* | Remove the OrigVT member from AtomicSDNode, as it is redundant with | Dan Gohman | 2008-06-25 | 1 | -12/+12 |
* | Added MemOperands to Atomic operations since Atomics touches memory. | Mon P Wang | 2008-06-25 | 1 | -35/+36 |
* | add missing atomic intrinsic from gcc | Andrew Lenharth | 2008-06-14 | 1 | -0/+2 |
* | Wrap MVT::ValueType in a struct to get type safety | Duncan Sands | 2008-06-06 | 1 | -4/+4 |
* | Teach the DAGISelEmitter to not compute the variable_ops operand | Dan Gohman | 2008-05-31 | 1 | -2/+1 |
* | Fix a tblgen problem handling variable_ops in tblgen instruction | Dan Gohman | 2008-05-29 | 1 | -0/+1 |
* | Add support for vicmp/vfcmp codegen, more legalize support coming. | Nate Begeman | 2008-05-12 | 1 | -0/+1 |
* | Added addition atomic instrinsics and, or, xor, min, and max. | Mon P Wang | 2008-05-05 | 1 | -0/+16 |
* | Make insert_subreg a two-address instruction, vastly simplifying LowerSubregs... | Christopher Lamb | 2008-03-16 | 1 | -8/+0 |
* | Get rid of a pseudo instruction and replace it with subreg based operation on... | Christopher Lamb | 2008-03-13 | 1 | -1/+6 |
* | Implement x86 support for @llvm.prefetch. It corresponds to prefetcht{0|1|2} ... | Evan Cheng | 2008-03-08 | 1 | -7/+16 |
* | Atomic op support. If any gcc test uses __sync builtins, it might start fail... | Andrew Lenharth | 2008-02-21 | 1 | -0/+91 |
* | llvm.memory.barrier, and impl for x86 and alpha | Andrew Lenharth | 2008-02-16 | 1 | -0/+7 |
* | Change how FP immediates are handled. | Nate Begeman | 2008-02-14 | 1 | -2/+1 |
* | Enable SSE4 codegen and pattern matching. | Nate Begeman | 2008-02-11 | 1 | -2/+2 |
* | Tablegen support for insert & extract element matching | Nate Begeman | 2008-02-09 | 1 | -0/+16 |
* | Allow ComplexExpressions in InstrInfo.td files to be slightly more... complex... | Christopher Lamb | 2008-01-31 | 1 | -1/+9 |
* | Factor the addressing mode and the load/store VT out of LoadSDNode | Dan Gohman | 2008-01-30 | 1 | -29/+29 |
* | This commit changes: | Chris Lattner | 2008-01-17 | 1 | -7/+0 |
* | rename SDTRet -> SDTNone. | Chris Lattner | 2008-01-15 | 1 | -2/+4 |
* | add SDNPSideEffect node property declaration | Chris Lattner | 2008-01-10 | 1 | -0/+1 |
* | add SDNPMayLoad to the 'load' sdnode definition. This is enough to get all t... | Chris Lattner | 2008-01-10 | 1 | -1/+3 |
* | rename isStore -> mayStore to more accurately reflect what it captures. | Chris Lattner | 2008-01-06 | 1 | -1/+1 |
* | Change the 'isStore' inferrer to look for 'SDNPMayStore' | Chris Lattner | 2008-01-06 | 1 | -2/+5 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | add a immAllZerosV_bc pattern fragment for consistency with others. | Chris Lattner | 2007-11-24 | 1 | -3/+6 |
* | Unifacalize the CALLSEQ{START,END} stuff. | Bill Wendling | 2007-11-13 | 1 | -0/+5 |
* | Rename keyword "modify" -> "implicit". | Evan Cheng | 2007-09-25 | 1 | -1/+1 |
* | Initial support for multi-result patterns: | Evan Cheng | 2007-09-12 | 1 | -0/+2 |
* | Long double patch 4 of N: initial x87 implementation. | Dale Johannesen | 2007-08-05 | 1 | -0/+14 |
* | Add selection DAG nodes for subreg insert/extract. PR1350 | Christopher Lamb | 2007-07-26 | 1 | -0/+5 |
* | Fix comments about vectors to use the current wording. | Dan Gohman | 2007-07-16 | 1 | -1/+1 |
* | Implement "general dynamic", "initial exec" and "local exec" TLS models for | Lauro Ramos Venancio | 2007-04-20 | 1 | -0/+4 |
* | Make LABEL a builtin opcode. | Jim Laskey | 2007-01-26 | 1 | -3/+0 |
* | Fix predicates for unindexed stores so they don't accidentally match indexed | Chris Lattner | 2006-11-14 | 1 | -33/+39 |
* | Rename ISD::MemOpAddrMode to ISD::MemIndexedMode | Evan Cheng | 2006-11-09 | 1 | -12/+12 |
* | Added indexed store node and patfrag's. | Evan Cheng | 2006-11-08 | 1 | -11/+131 |
* | Change load PatFrag to ignore indexed load. | Evan Cheng | 2006-10-26 | 1 | -31/+62 |
* | Merge ISD::TRUNCSTORE to ISD::STORE. Switch to using StoreSDNode. | Evan Cheng | 2006-10-13 | 1 | -12/+40 |
* | Add properties to ComplexPattern. | Evan Cheng | 2006-10-11 | 1 | -1/+3 |
* | Naming consistency. | Evan Cheng | 2006-10-11 | 1 | -13/+13 |
* | Reflects ISD::LOAD / ISD::LOADX / LoadSDNode changes. | Evan Cheng | 2006-10-09 | 1 | -16/+74 |
* | Combine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD into ISD::LOADX. Add an | Evan Cheng | 2006-10-04 | 1 | -12/+10 |
* | Vector extract / insert index operand should have ptr type. | Evan Cheng | 2006-06-15 | 1 | -2/+2 |
* | JumpTable support! What this represents is working asm and jit support for | Nate Begeman | 2006-04-22 | 1 | -0/+9 |
* | Renamed AddedCost to AddedComplexity. | Evan Cheng | 2006-04-19 | 1 | -4/+4 |
* | Allow "let AddedCost = n in" to increase pattern complexity. | Evan Cheng | 2006-04-19 | 1 | -1/+2 |
* | Add a new vnot_conv predicate for matching vnot's where the allones vector is | Chris Lattner | 2006-04-15 | 1 | -0/+6 |
* | Add vector_extract and vector_insert nodes. | Evan Cheng | 2006-03-31 | 1 | -0/+4 |