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
/
include
/
llvm
/
CodeGen
/
SelectionDAGNodes.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Propagate changes from my local tree. This patch includes:
Anton Korobeynikov
2007-01-28
1
-9
/
+14
*
Change the MachineDebugInfo to MachineModuleInfo to better reflect usage
Jim Laskey
2007-01-26
1
-1
/
+1
*
Make LABEL a builtin opcode.
Jim Laskey
2007-01-26
1
-6
/
+7
*
Typo.
Evan Cheng
2006-12-16
1
-1
/
+1
*
Rename ISD::MemOpAddrMode to ISD::MemIndexedMode
Evan Cheng
2006-11-09
1
-11
/
+12
*
Fix comments.
Evan Cheng
2006-11-03
1
-3
/
+8
*
Add isPredecessor to check whether a node is another's predecessor.
Evan Cheng
2006-11-03
1
-0
/
+3
*
Added a new SDNode type: BR_JT for jumptable branch.
Evan Cheng
2006-10-30
1
-0
/
+4
*
Editorial clean up.
Jim Laskey
2006-10-28
1
-1
/
+0
*
Switch over from SelectionNodeCSEMap to FoldingSet.
Jim Laskey
2006-10-27
1
-16
/
+6
*
Indexed load / store changes.
Evan Cheng
2006-10-26
1
-17
/
+16
*
Split PRE_INDEXED to PRE_INC / PRE_DEC and similarly for POST_INDEXED.
Evan Cheng
2006-10-17
1
-8
/
+13
*
Merge ISD::TRUNCSTORE to ISD::STORE. Switch to using StoreSDNode.
Evan Cheng
2006-10-13
1
-13
/
+19
*
Naming consistency.
Evan Cheng
2006-10-11
1
-6
/
+6
*
Jimptables working again on alpha.
Andrew Lenharth
2006-10-11
1
-2
/
+2
*
Comments; getChain(), getBasePtr(), etc. should return a SDOperand by value.
Evan Cheng
2006-10-10
1
-23
/
+51
*
Merging ISD::LOAD and ISD::LOADX. Added LoadSDNode to represent load nodes.
Evan Cheng
2006-10-09
1
-21
/
+144
*
Combine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD into ISD::LOADX. Add an
Evan Cheng
2006-10-04
1
-6
/
+50
*
Add support for other relocation bases to jump tables, as well as custom asm ...
Andrew Lenharth
2006-09-24
1
-0
/
+3
*
The top bit is used to determine whether it's a MachineConstantPoolValue.
Evan Cheng
2006-09-14
1
-2
/
+4
*
Added support for machine specific constantpool values. These are useful for
Evan Cheng
2006-09-12
1
-5
/
+46
*
Implement new fpowi node
Chris Lattner
2006-09-09
1
-3
/
+4
*
Eliminate SelectNodeTo() and getTargetNode() variants which take more than
Evan Cheng
2006-08-27
1
-73
/
+9
*
Change the use_list to be a smallvector instead of a vector. This reduces
Chris Lattner
2006-08-16
1
-3
/
+3
*
Start using SDVTList more consistently
Chris Lattner
2006-08-15
1
-3
/
+18
*
Add a new getNode() method that takes a pointer to an already-intern'd list
Chris Lattner
2006-08-14
1
-2
/
+2
*
Add code to resize the CSEMap hash table. This doesn't speedup codegen of
Chris Lattner
2006-08-14
1
-0
/
+1
*
Eliminate some malloc traffic by allocating vectors on the stack. Change some
Chris Lattner
2006-08-08
1
-4
/
+4
*
Revamp the "CSEMap" datastructure used in the SelectionDAG class. This
Chris Lattner
2006-08-07
1
-5
/
+14
*
Remove NodeDepth; Add NodeId which is a unique id per node per DAG. It can on...
Evan Cheng
2006-07-27
1
-40
/
+16
*
Add an out-of-line virtual method for the sdnode class to give it a home.
Chris Lattner
2006-07-19
1
-0
/
+3
*
Add a new sentry node type, allowing assertions to catch trivial
Chris Lattner
2006-05-27
1
-0
/
+5
*
Change RET node to include signness information of the return values. e.g.
Evan Cheng
2006-05-26
1
-2
/
+3
*
CALL node change: now containing signness of each argument.
Evan Cheng
2006-05-25
1
-3
/
+3
*
Add a new CALL node.
Chris Lattner
2006-05-16
1
-0
/
+7
*
Add a chain to FORMAL_ARGUMENTS.
Chris Lattner
2006-05-16
1
-3
/
+4
*
JumpTable support! What this represents is working asm and jit support for
Nate Begeman
2006-04-22
1
-1
/
+25
*
Make sure both member variables are initialized in the default constructor
Reid Spencer
2006-04-12
1
-1
/
+1
*
new dag node
Chris Lattner
2006-04-11
1
-0
/
+8
*
Add a new VSELECT node.
Chris Lattner
2006-04-08
1
-0
/
+5
*
simplify this method
Chris Lattner
2006-04-02
1
-3
/
+1
*
Add a new node
Chris Lattner
2006-03-28
1
-0
/
+9
*
Tblgen doesn't like multiple SDNode<> definitions that map to the same
Chris Lattner
2006-03-28
1
-8
/
+22
*
Change isBuildVectorAllOnesInteger to isBuildVectorAllOnes. Also check for
Evan Cheng
2006-03-27
1
-2
/
+2
*
Add ISD::isBuildVectorAllZeros predicate
Evan Cheng
2006-03-26
1
-1
/
+4
*
Add a predicate
Chris Lattner
2006-03-25
1
-0
/
+7
*
add a new intrinsic node
Chris Lattner
2006-03-24
1
-0
/
+8
*
Fix comments
Chris Lattner
2006-03-22
1
-3
/
+4
*
add a new node
Chris Lattner
2006-03-22
1
-0
/
+12
*
add some nodes for extractelement
Chris Lattner
2006-03-21
1
-0
/
+10
[next]