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
*
Change LegalFPImmediates to use APFloat.
Dale Johannesen
2007-08-30
1
-3
/
+41
*
Revise per review comments.
Dale Johannesen
2007-08-26
1
-1
/
+1
*
Add APFloat interface to ConstantFPSDNode. Change
Dale Johannesen
2007-08-25
1
-3
/
+2
*
Poison APFloat::operator==. Replace existing uses with bitwiseIsEqual.
Dale Johannesen
2007-08-24
1
-1
/
+1
*
Use APFloat internally for ConstantFPSDNode.
Dale Johannesen
2007-08-24
1
-1
/
+1
*
Do not emit copies for physical register output if it's not used.
Evan Cheng
2007-08-02
1
-1
/
+26
*
Support for trampolines, except for X86 codegen which is
Duncan Sands
2007-07-27
1
-0
/
+4
*
Add selection DAG nodes for subreg insert/extract. PR1350
Christopher Lamb
2007-07-26
1
-1
/
+4
*
Fix some uses of dyn_cast to be uses of cast.
Dan Gohman
2007-07-23
1
-1
/
+1
*
As pointed out by g++-4.2, the original code didn't do
Duncan Sands
2007-07-19
1
-2
/
+2
*
Long live the exception handling!
Anton Korobeynikov
2007-07-14
1
-0
/
+2
*
Change the peep for EXTRACT_VECTOR_ELT of BUILD_PAIR to look for
Dan Gohman
2007-07-10
1
-7
/
+19
*
Make the debug string for ISD::MERGE_VALUES consistent with the others.
Dan Gohman
2007-07-05
1
-1
/
+1
*
Fix a vector FP constant CSE bug.
Evan Cheng
2007-06-29
1
-5
/
+10
*
Rename ("shrinkify") MVT::isExtendedValueType to MVT::isExtendedVT.
Dan Gohman
2007-06-27
1
-1
/
+1
*
Generalize MVT::ValueType and associated functions to be able to represent
Dan Gohman
2007-06-25
1
-43
/
+52
*
Move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBits from
Dan Gohman
2007-06-22
1
-0
/
+546
*
Pass a SelectionDAG into SDNode::dump everywhere it's used, in prepration
Dan Gohman
2007-06-19
1
-1
/
+1
*
Rename MVT::getVectorBaseType to MVT::getVectorElementType.
Dan Gohman
2007-06-14
1
-2
/
+2
*
Introduce new SelectionDAG node opcodes VEXTRACT_SUBVECTOR and
Dan Gohman
2007-06-13
1
-0
/
+2
*
Resolve implicit alignment before computing the FoldingSet information so
Dan Gohman
2007-06-04
1
-50
/
+49
*
Add explicit qualification for namespace MVT members.
Dan Gohman
2007-05-24
1
-1
/
+1
*
Be more careful about folding op(x, undef) when we have vector operands.
Chris Lattner
2007-04-25
1
-9
/
+16
*
PR400 phase 2. Propagate attributed load/store information through DAGs.
Christopher Lamb
2007-04-22
1
-12
/
+54
*
X86 TLS: Implement review feedback.
Lauro Ramos Venancio
2007-04-21
1
-1
/
+11
*
Revert Christopher Lamb's load/store alignment changes.
Reid Spencer
2007-04-21
1
-21
/
+12
*
add support for alignment attributes on load/store instructions
Christopher Lamb
2007-04-21
1
-12
/
+21
*
Implement "general dynamic", "initial exec" and "local exec" TLS models for
Lauro Ramos Venancio
2007-04-20
1
-2
/
+20
*
fold noop vbitconvert instructions
Chris Lattner
2007-04-12
1
-0
/
+9
*
add some assertions
Chris Lattner
2007-04-09
1
-0
/
+13
*
For PR1297:
Reid Spencer
2007-04-01
1
-1
/
+1
*
Fix incorrect combination of different loads. Reenable zext-over-truncate
Dale Johannesen
2007-03-30
1
-72
/
+70
*
fold away addc nodes when we know there cannot be a carry-out.
Chris Lattner
2007-03-04
1
-0
/
+1
*
eliminate some ops if they have an undef RHS
Chris Lattner
2007-03-04
1
-0
/
+2
*
fold trivial token factor nodes. This allows us to compile
Chris Lattner
2007-02-25
1
-0
/
+6
*
Selection and lowering for exception handling.
Jim Laskey
2007-02-21
1
-0
/
+2
*
Introduce new UnarySDNode/BinarySDNode/TernarySDNode nodes, which coallocate
Chris Lattner
2007-02-04
1
-12
/
+29
*
eliminate the SDNode::setValueTypes method.
Chris Lattner
2007-02-04
1
-34
/
+17
*
eliminate a bunch of duplicate ctors and helper functions.
Chris Lattner
2007-02-04
1
-116
/
+81
*
move MorphNode to out of line and merge setNodeOperands into it. There is
Chris Lattner
2007-02-04
1
-14
/
+33
*
simplify MorphNodeTo to take a VTList operand.
Chris Lattner
2007-02-04
1
-14
/
+13
*
eliminate some extraneous methods in SDNode
Chris Lattner
2007-02-04
1
-5
/
+16
*
Give each selectiondag node class a home for it's vtable and rtti info
Chris Lattner
2007-02-04
1
-2
/
+17
*
Eliminate some std::sets. This speeds up isel of kimwitu by about 0.9%
Chris Lattner
2007-02-04
1
-6
/
+6
*
Switch SelectionDAG::ReplaceAllUsesOfValueWith to use a SmallSetVector for
Chris Lattner
2007-02-04
1
-2
/
+3
*
Fit in 80 columns
Chris Lattner
2007-02-01
1
-2
/
+4
*
Finish off bug 680, allowing targets to custom lower frame and return
Nate Begeman
2007-01-29
1
-0
/
+2
*
Make LABEL a builtin opcode.
Jim Laskey
2007-01-26
1
-1
/
+1
*
Removed more <iostream> includes
Bill Wendling
2006-12-07
1
-2
/
+1
*
Removing even more <iostream> includes.
Bill Wendling
2006-12-07
1
-43
/
+43
[next]