index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
CodeGen
/
SelectionDAGNodes.h
Age
Commit message (
Expand
)
Author
2006-11-03
Add isPredecessor to check whether a node is another's predecessor.
Evan Cheng
2006-10-30
Added a new SDNode type: BR_JT for jumptable branch.
Evan Cheng
2006-10-28
Editorial clean up.
Jim Laskey
2006-10-27
Switch over from SelectionNodeCSEMap to FoldingSet.
Jim Laskey
2006-10-26
Indexed load / store changes.
Evan Cheng
2006-10-17
Split PRE_INDEXED to PRE_INC / PRE_DEC and similarly for POST_INDEXED.
Evan Cheng
2006-10-13
Merge ISD::TRUNCSTORE to ISD::STORE. Switch to using StoreSDNode.
Evan Cheng
2006-10-11
Naming consistency.
Evan Cheng
2006-10-11
Jimptables working again on alpha.
Andrew Lenharth
2006-10-10
Comments; getChain(), getBasePtr(), etc. should return a SDOperand by value.
Evan Cheng
2006-10-09
Merging ISD::LOAD and ISD::LOADX. Added LoadSDNode to represent load nodes.
Evan Cheng
2006-10-04
Combine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD into ISD::LOADX. Add an
Evan Cheng
2006-09-24
Add support for other relocation bases to jump tables, as well as custom asm ...
Andrew Lenharth
2006-09-14
The top bit is used to determine whether it's a MachineConstantPoolValue.
Evan Cheng
2006-09-12
Added support for machine specific constantpool values. These are useful for
Evan Cheng
2006-09-09
Implement new fpowi node
Chris Lattner
2006-08-27
Eliminate SelectNodeTo() and getTargetNode() variants which take more than
Evan Cheng
2006-08-16
Change the use_list to be a smallvector instead of a vector. This reduces
Chris Lattner
2006-08-15
Start using SDVTList more consistently
Chris Lattner
2006-08-14
Add a new getNode() method that takes a pointer to an already-intern'd list
Chris Lattner
2006-08-14
Add code to resize the CSEMap hash table. This doesn't speedup codegen of
Chris Lattner
2006-08-08
Eliminate some malloc traffic by allocating vectors on the stack. Change some
Chris Lattner
2006-08-07
Revamp the "CSEMap" datastructure used in the SelectionDAG class. This
Chris Lattner
2006-07-27
Remove NodeDepth; Add NodeId which is a unique id per node per DAG. It can on...
Evan Cheng
2006-07-19
Add an out-of-line virtual method for the sdnode class to give it a home.
Chris Lattner
2006-05-27
Add a new sentry node type, allowing assertions to catch trivial
Chris Lattner
2006-05-26
Change RET node to include signness information of the return values. e.g.
Evan Cheng
2006-05-25
CALL node change: now containing signness of each argument.
Evan Cheng
2006-05-16
Add a new CALL node.
Chris Lattner
2006-05-16
Add a chain to FORMAL_ARGUMENTS.
Chris Lattner
2006-04-22
JumpTable support! What this represents is working asm and jit support for
Nate Begeman
2006-04-12
Make sure both member variables are initialized in the default constructor
Reid Spencer
2006-04-11
new dag node
Chris Lattner
2006-04-08
Add a new VSELECT node.
Chris Lattner
2006-04-02
simplify this method
Chris Lattner
2006-03-28
Add a new node
Chris Lattner
2006-03-28
Tblgen doesn't like multiple SDNode<> definitions that map to the same
Chris Lattner
2006-03-27
Change isBuildVectorAllOnesInteger to isBuildVectorAllOnes. Also check for
Evan Cheng
2006-03-26
Add ISD::isBuildVectorAllZeros predicate
Evan Cheng
2006-03-25
Add a predicate
Chris Lattner
2006-03-24
add a new intrinsic node
Chris Lattner
2006-03-22
Fix comments
Chris Lattner
2006-03-22
add a new node
Chris Lattner
2006-03-21
add some nodes for extractelement
Chris Lattner
2006-03-19
add a node
Chris Lattner
2006-03-19
improve comments, add a new MVT::getVectorBaseType method.
Chris Lattner
2006-03-19
Rename ConstantVec -> BUILD_VECTOR and VConstant -> VBUILD_VECTOR. Allow
Chris Lattner
2006-03-18
Update comments.
Chris Lattner
2006-03-17
add a couple of enum values
Chris Lattner
2006-03-17
Remove BRTWOWAY*
Nate Begeman
[next]