index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
TargetSelectionDAG.td
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Tblgen doesn't like multiple SDNode<> definitions that map to the sameenum va...
Chris Lattner
2006-03-28
1
-3
/
+3
*
Changed isBuildVectorAllOnesInteger to isBuildVectorAllOnes.
Evan Cheng
2006-03-27
1
-1
/
+1
*
Add immAllZerosV helper
Evan Cheng
2006-03-26
1
-0
/
+3
*
add a vnot helper node for matching 'not' on vectors
Chris Lattner
2006-03-25
1
-2
/
+6
*
Add new intrinsic node definitions for tblgen use
Chris Lattner
2006-03-25
1
-0
/
+12
*
Shuffle some includes around
Chris Lattner
2006-03-24
1
-3
/
+0
*
expose intrinsic info to the targets.
Chris Lattner
2006-03-24
1
-0
/
+3
*
x86 ISD::SCALAR_TO_VECTOR support.
Evan Cheng
2006-03-21
1
-0
/
+2
*
Add a build_vector node
Chris Lattner
2006-03-20
1
-1
/
+1
*
add vector_shuffle
Chris Lattner
2006-03-20
1
-0
/
+16
*
add support for the bitconvert node
Chris Lattner
2006-03-16
1
-0
/
+3
*
relax fcopysign
Andrew Lenharth
2006-03-09
1
-1
/
+4
[next]