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
Age
Commit message (
Expand
)
Author
2008-10-31
Add a bunch of libcalls for ppcf128 that were somehow
Duncan Sands
2008-10-30
Fix PR2986: do not use a potentially illegal
Duncan Sands
2008-10-30
Add missing vsetcc expansion for widening
Mon P Wang
2008-10-30
Add initial support for vector widening. Logic is set to widen for X86.
Mon P Wang
2008-10-29
Uniformize capitalization of NodeId.
Duncan Sands
2008-10-29
Fix PR2977: LegalizeTypes support for expanding
Duncan Sands
2008-10-29
Add sanity checking for BUILD_PAIR (I noticed the
Duncan Sands
2008-10-29
Fix a FIXME: in ReplaceNodeWith, if the new node
Duncan Sands
2008-10-29
Fix 80 column violations.
Duncan Sands
2008-10-29
Fix 80 column violations.
Duncan Sands
2008-10-28
Take Chris' suggestion and define EnableFastISelVerbose and
Dan Gohman
2008-10-28
Protect the code for fast-isel debugging with #ifndef NDEBUG.
Dan Gohman
2008-10-28
Fix darwin ppc llvm-gcc build breakage: intercept
Duncan Sands
2008-10-28
Fix a testcase provided by Bill in which the node
Duncan Sands
2008-10-28
Don't produce invalid comparisons after legalize.
Chris Lattner
2008-10-28
fix some whitespace stuff
Chris Lattner
2008-10-27
Fix bogus comparison of "const char *" with c-string literal. Use strcmp ins...
Ted Kremenek
2008-10-27
Add setSubgraphColor to color an entire portion of a SelectionDAG. This
David Greene
2008-10-27
Fix UpdateNodeOperands so that it does CSE of calls
Duncan Sands
2008-10-27
Fix a bug in which a node could be added to the
Duncan Sands
2008-10-27
Turn on LegalizeTypes, the new type legalization
Duncan Sands
2008-10-25
SDNodes may have at most one Flag result. Update this comment
Dan Gohman
2008-10-24
Initialize uninitialized variable.
Dale Johannesen
2008-10-23
Fix thinko - the operand number has nothing to do
Duncan Sands
2008-10-22
LegalizeTypes soft-float support for fpow.
Duncan Sands
2008-10-22
Be nice to CellSPU: for this target getSetCCResultType
Duncan Sands
2008-10-22
Port from LegalizeDAG the logic to only generate
Duncan Sands
2008-10-22
Add some comments explaining the meaning of a boolean
Duncan Sands
2008-10-22
Temporarily allow the operands of a BUILD_VECTOR
Duncan Sands
2008-10-21
Add an SSE2 algorithm for uint64->f64 conversion.
Dale Johannesen
2008-10-21
Fix SelectionDAGBuild lowering of Select instructions to
Dan Gohman
2008-10-21
Don't create TargetGlobalAddress nodes with offsets that don't fit
Dan Gohman
2008-10-21
Make the NaN test come second, heuristically assuming
Dan Gohman
2008-10-21
Fix gcc.c-torture/compile/920520-1.c by inserting bitconverts
Chris Lattner
2008-10-20
Fast-isel no longer an experiment.
Dan Gohman
2008-10-20
Support operations like fp_to_uint with a vector
Duncan Sands
2008-10-20
LegalizeTypes support for atomic operation promotion.
Duncan Sands
2008-10-20
Use DAG.getIntPtrConstant rather than DAG.getConstant
Duncan Sands
2008-10-20
Always use either MVT::i1 or getSetCCResultType for
Duncan Sands
2008-10-20
Formatting - no functional change.
Duncan Sands
2008-10-20
Don't use a random type for the select condition,
Duncan Sands
2008-10-19
Set N->OperandList to 0 after deletion. Otherwise, it's possible that it will
Bill Wendling
2008-10-19
Fix comment. Other formatting changes. No functionality changes.
Bill Wendling
2008-10-19
Vector shuffle mask elements may be "undef". Handle
Duncan Sands
2008-10-19
Use a legal integer type for vector shuffle mask
Duncan Sands
2008-10-18
Reapply r57699 with a fix to not crash on asms with multiple results. Unlike
Chris Lattner
2008-10-18
Don't truncate GlobalAddress offsets to int in debug output.
Dan Gohman
2008-10-18
Teach DAGCombine to fold constant offsets into GlobalAddress nodes,
Dan Gohman
2008-10-18
Revert r57699. It's causing regressions in
Dan Gohman
2008-10-17
Factor out the code for mapping LLVM IR condition opcodes to
Dan Gohman
[next]