index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
SelectionDAG
/
SelectionDAG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unbreak the build on non-apple compilers :-(
Chris Lattner
2006-03-27
1
-1
/
+2
*
Try again
Evan Cheng
2006-03-27
1
-3
/
+10
*
Incorrect check for FP all one's
Evan Cheng
2006-03-27
1
-1
/
+2
*
Change isBuildVectorAllOnesInteger to isBuildVectorAllOnes. Also check for
Evan Cheng
2006-03-27
1
-24
/
+39
*
Instead of printing "INTRINSIC" on intrinsic node, print the intrinsic name.
Chris Lattner
2006-03-27
1
-1
/
+5
*
Add ISD::isBuildVectorAllZeros predicate
Evan Cheng
2006-03-26
1
-0
/
+24
*
Fix a bug in ISD::isBuildVectorAllOnesInteger that caused it to always return
Chris Lattner
2006-03-25
1
-2
/
+3
*
Implement the ISD::isBuildVectorAllOnesInteger predicate
Chris Lattner
2006-03-25
1
-1
/
+32
*
fix some bogus assertions: noop bitconverts are legal
Chris Lattner
2006-03-24
1
-10
/
+4
*
Identify the INTRINSIC node
Chris Lattner
2006-03-24
1
-0
/
+1
*
Implement simple support for vector casting. This can currently only handle
Chris Lattner
2006-03-22
1
-0
/
+1
*
add some trivial support for extractelement.
Chris Lattner
2006-03-21
1
-0
/
+2
*
Add a hacky workaround for crashes due to vectors live across blocks.
Chris Lattner
2006-03-21
1
-1
/
+2
*
Add very basic support for VECTOR_SHUFFLE
Chris Lattner
2006-03-19
1
-1
/
+9
*
Add SCALAR_TO_VECTOR support
Chris Lattner
2006-03-19
1
-3
/
+14
*
Rename ConstantVec -> BUILD_VECTOR and VConstant -> VBUILD_VECTOR. Allow*BUI...
Chris Lattner
2006-03-19
1
-3
/
+2
*
Change the structure of lowering vector stuff. Note: This breaks some
Chris Lattner
2006-03-18
1
-2
/
+2
*
add a couple enum values
Chris Lattner
2006-03-17
1
-1
/
+3
*
Remove BRTWOWAY*
Nate Begeman
2006-03-17
1
-15
/
+1
*
add support for vector->vector casts
Chris Lattner
2006-03-15
1
-2
/
+2
*
Don't depend on the C99 copysign function, implement it ourselves.
Chris Lattner
2006-03-05
1
-7
/
+17
*
Fix VC++ compilation error.
Jeff Cohen
2006-03-05
1
-0
/
+5
*
Add some simple copysign folds
Chris Lattner
2006-03-05
1
-0
/
+2
*
Codegen copysign[f] into a FCOPYSIGN node
Chris Lattner
2006-03-05
1
-1
/
+7
*
SDOperand::isOperand should not be a forwarding. It must check *this against ...
Evan Cheng
2006-03-03
1
-0
/
+7
*
Added isOperand(N): true if this is an operand of N
Evan Cheng
2006-03-03
1
-0
/
+7
*
remove the read/write port/io intrinsics.
Chris Lattner
2006-03-03
1
-6
/
+0
*
- Added VConstant as an abstract version of ConstantVec.
Evan Cheng
2006-03-01
1
-12
/
+19
*
Print ConstantPoolSDNode offset field.
Evan Cheng
2006-02-26
1
-0
/
+5
*
Added an offset field to ConstantPoolSDNode.
Evan Cheng
2006-02-25
1
-8
/
+12
*
Add checks to make sure we don't create bogus extend nodes, and fix a bug
Nate Begeman
2006-02-18
1
-0
/
+4
*
Fix a tricky issue in the SimplifyDemandedBits code where CombineTo wasn't
Chris Lattner
2006-02-17
1
-0
/
+61
*
kill ADD_PARTS & SUB_PARTS and replace them with fancy new ADDC, ADDE, SUBC
Nate Begeman
2006-02-17
1
-2
/
+4
*
Added SelectionDAG::InsertISelMapEntry(). This is used to workaround the gcc
Evan Cheng
2006-02-09
1
-0
/
+9
*
More changes to reduce frame size.
Evan Cheng
2006-02-09
1
-0
/
+243
*
* Added SDNode::isOnlyUse().
Evan Cheng
2006-02-05
1
-3
/
+18
*
remove dead fn
Chris Lattner
2006-02-03
1
-11
/
+0
*
Added case HANDLENODE to getOperationName().
Evan Cheng
2006-02-03
1
-0
/
+1
*
Allow the specification of explicit alignments for constant pool entries.
Evan Cheng
2006-01-31
1
-8
/
+14
*
Remove some special case hacks for CALLSEQ_*, using UpdateNodeOperands
Chris Lattner
2006-01-29
1
-44
/
+6
*
Legalize ConstantFP into TargetConstantFP when the target allows. Implement
Chris Lattner
2006-01-29
1
-1
/
+21
*
add another method variant
Chris Lattner
2006-01-28
1
-3
/
+18
*
add some methods for updating nodes
Chris Lattner
2006-01-28
1
-0
/
+234
*
Remove the ISD::CALL and ISD::TAILCALL nodes
Chris Lattner
2006-01-28
1
-3
/
+1
*
initial selectiondag support for new INLINEASM node. Note that inline asms
Chris Lattner
2006-01-26
1
-1
/
+2
*
First part of bug 680:
Nate Begeman
2006-01-25
1
-8
/
+25
*
Fix an infinite loop I caused by making sure to legalize the flag operand
Chris Lattner
2006-01-24
1
-0
/
+13
*
another couple selects
Andrew Lenharth
2006-01-23
1
-0
/
+22
*
another selectto
Andrew Lenharth
2006-01-23
1
-0
/
+23
*
Constant fold ctpop/ctlz/cttz, and a couple other small cleanups
Nate Begeman
2006-01-16
1
-2
/
+58
[next]