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-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
2008-10-17
add support for 128 bit aggregates.
Chris Lattner
2008-10-17
Added MemIntrinsicNode which is useful to represent target intrinsics that
Mon P Wang
2008-10-17
Factor out the code for mapping LLVM IR condition opcodes to
Dan Gohman
2008-10-17
Fix PR2356 on PowerPC: if we have an input and output that are tied together
Chris Lattner
2008-10-17
refactor some code into a helper method, no functionality change.
Chris Lattner
2008-10-17
Keep track of *which* input constraint matches an output
Chris Lattner
2008-10-17
add an assert so that PR2356 explodes instead of running off an
Chris Lattner
2008-10-17
Define patterns for shld and shrd that match immediate
Dan Gohman
2008-10-15
- Add target lowering hooks that specify which setcc conditions are illegal,
Evan Cheng
2008-10-14
FastISel support for exception-handling constructs.
Dan Gohman
2008-10-14
Rename LoadX to LoadExt.
Evan Cheng
2008-10-14
Fix command-line option printing to print two spaces where needed,
Dan Gohman
2008-10-13
FIX PR2794. Make sure SIGN_EXTEND_INREG nodes introduced by LegalizeSetCCOper...
Evan Cheng
2008-10-13
* Make TargetLowering not crash when TargetMachine::getTargetAsmInfo() returns
Matthijs Kooijman
2008-10-13
calls can be supported.
Chris Lattner
2008-10-11
Change CALLSEQ_BEGIN and CALLSEQ_END to take TargetConstant's as
Chris Lattner
[next]