index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
SelectionDAG
/
SelectionDAG.cpp
Age
Commit message (
Expand
)
Author
2006-04-15
Make these predicates return true for bit_convert(buildvector)'s as well as
Chris Lattner
2006-04-12
Implement support for the formal_arguments node. To get this, targets should...
Chris Lattner
2006-04-12
Don't memoize vloads in the load map! Don't memoize them anywhere here, let
Chris Lattner
2006-04-08
Add code generator support for VSELECT
Chris Lattner
2006-04-04
Constant fold bitconvert(undef)
Chris Lattner
2006-04-02
These entries already exist
Chris Lattner
2006-04-02
Add some missing node names
Chris Lattner
2006-03-31
Significantly improve handling of vectors that are live across basic blocks,
Chris Lattner
2006-03-28
new node
Chris Lattner
2006-03-28
Add an assertion
Chris Lattner
2006-03-28
Tblgen doesn't like multiple SDNode<> definitions that map to the sameenum va...
Chris Lattner
2006-03-27
Unbreak the build on non-apple compilers :-(
Chris Lattner
2006-03-27
Try again
Evan Cheng
2006-03-27
Incorrect check for FP all one's
Evan Cheng
2006-03-27
Change isBuildVectorAllOnesInteger to isBuildVectorAllOnes. Also check for
Evan Cheng
2006-03-27
Instead of printing "INTRINSIC" on intrinsic node, print the intrinsic name.
Chris Lattner
2006-03-26
Add ISD::isBuildVectorAllZeros predicate
Evan Cheng
2006-03-25
Fix a bug in ISD::isBuildVectorAllOnesInteger that caused it to always return
Chris Lattner
2006-03-25
Implement the ISD::isBuildVectorAllOnesInteger predicate
Chris Lattner
2006-03-24
fix some bogus assertions: noop bitconverts are legal
Chris Lattner
2006-03-24
Identify the INTRINSIC node
Chris Lattner
2006-03-22
Implement simple support for vector casting. This can currently only handle
Chris Lattner
2006-03-21
add some trivial support for extractelement.
Chris Lattner
2006-03-21
Add a hacky workaround for crashes due to vectors live across blocks.
Chris Lattner
2006-03-19
Add very basic support for VECTOR_SHUFFLE
Chris Lattner
2006-03-19
Add SCALAR_TO_VECTOR support
Chris Lattner
2006-03-19
Rename ConstantVec -> BUILD_VECTOR and VConstant -> VBUILD_VECTOR. Allow*BUI...
Chris Lattner
2006-03-18
Change the structure of lowering vector stuff. Note: This breaks some
Chris Lattner
2006-03-17
add a couple enum values
Chris Lattner
2006-03-17
Remove BRTWOWAY*
Nate Begeman
2006-03-15
add support for vector->vector casts
Chris Lattner
2006-03-05
Don't depend on the C99 copysign function, implement it ourselves.
Chris Lattner
2006-03-05
Fix VC++ compilation error.
Jeff Cohen
2006-03-05
Add some simple copysign folds
Chris Lattner
2006-03-05
Codegen copysign[f] into a FCOPYSIGN node
Chris Lattner
2006-03-03
SDOperand::isOperand should not be a forwarding. It must check *this against ...
Evan Cheng
2006-03-03
Added isOperand(N): true if this is an operand of N
Evan Cheng
2006-03-03
remove the read/write port/io intrinsics.
Chris Lattner
2006-03-01
- Added VConstant as an abstract version of ConstantVec.
Evan Cheng
2006-02-26
Print ConstantPoolSDNode offset field.
Evan Cheng
2006-02-25
Added an offset field to ConstantPoolSDNode.
Evan Cheng
2006-02-18
Add checks to make sure we don't create bogus extend nodes, and fix a bug
Nate Begeman
2006-02-17
Fix a tricky issue in the SimplifyDemandedBits code where CombineTo wasn't
Chris Lattner
2006-02-17
kill ADD_PARTS & SUB_PARTS and replace them with fancy new ADDC, ADDE, SUBC
Nate Begeman
2006-02-09
Added SelectionDAG::InsertISelMapEntry(). This is used to workaround the gcc
Evan Cheng
2006-02-09
More changes to reduce frame size.
Evan Cheng
2006-02-05
* Added SDNode::isOnlyUse().
Evan Cheng
2006-02-03
remove dead fn
Chris Lattner
2006-02-03
Added case HANDLENODE to getOperationName().
Evan Cheng
2006-01-31
Allow the specification of explicit alignments for constant pool entries.
Evan Cheng
[prev]
[next]