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-05-12
Merge from mainline.
Tanya Lattner
2008-05-07
Turn StripPointerCast() into a method
Anton Korobeynikov
2008-05-07
Fix a bug in the ComputeMaskedBits logic for multiply.
Dan Gohman
2008-05-06
Make StripPointerCast a common function (should we mak it method of Value ins...
Anton Korobeynikov
2008-05-06
Make several variable declarations static.
Dan Gohman
2008-05-06
Instead of enumerating each opcode that isn't handled that
Dan Gohman
2008-05-06
Correct the value of LowBits in srem and urem handling in
Dan Gohman
2008-05-05
Added addition atomic instrinsics and, or, xor, min, and max.
Mon P Wang
2008-05-02
Fix a mistake in the computation of leading zeros for udiv.
Dan Gohman
2008-05-02
Fix a typo in a comment.
Dan Gohman
2008-05-02
Use push_back(...) instead of resize(1, ...), per review feedback.
Dan Gohman
2008-05-01
Fix uninitialized uses of the FPC variable.
Dan Gohman
2008-05-01
don't randomly miscompile seto/setuo just because we are in
Chris Lattner
2008-04-30
Tail call optimization improvements:
Arnold Schwaighofer
2008-04-30
Fix custom target lowering for zero/any/sign_extend: make sure that
Scott Michel
2008-04-29
Use std::set instead of std::priority_queue for the RegReductionPriorityQueue.
Roman Levenstein
2008-04-29
make the vector conversion magic handle multiple results.
Chris Lattner
2008-04-29
add support for multiple return values in inline asm. This is a step
Chris Lattner
2008-04-28
Fix a bug in RegsForValue::getCopyToRegs() that causes cyclical scheduling un...
Evan Cheng
2008-04-28
Evan pointed out that folding sext to zext may not be correct
Dan Gohman
2008-04-28
Delete an unused constructor.
Dan Gohman
2008-04-28
Add a comment to CreateRegForValue that clarifies the handling of
Dan Gohman
2008-04-28
Rewrite the comments for RegsForValue and its members, and
Dan Gohman
2008-04-28
Don't call size() on each iteration of the loop.
Dan Gohman
2008-04-28
Fix the SVOffset values for loads and stores produced by
Dan Gohman
2008-04-28
Teach InstCombine's ComputeMaskedBits what SelectionDAG's
Dan Gohman
2008-04-28
Teach DAGCombine to convert (sext x) to (zext x) when the
Dan Gohman
2008-04-28
Another collection of random cleanups. No functionality change.
Chris Lattner
2008-04-28
Remove the SmallVector ctor that converts from a SmallVectorImpl. This
Chris Lattner
2008-04-28
switch RegsForValue::Regs to be a SmallVector to avoid
Chris Lattner
2008-04-27
move static function out of anon namespace, no functionality change.
Chris Lattner
2008-04-27
Another step to getting multiple result inline asm to work.
Chris Lattner
2008-04-27
typo
Chris Lattner
2008-04-27
Implement a signficant optimization for inline asm:
Chris Lattner
2008-04-27
isa+cast -> dyn_cast
Chris Lattner
2008-04-27
Move a bunch of inline asm code out of line.
Chris Lattner
2008-04-26
A few inline asm cleanups:
Chris Lattner
2008-04-25
Remove the code from CodeGenPrepare that moved getresult instructions
Dan Gohman
2008-04-25
Pull the code to perform an INSERT_VECTOR_ELT in memory out into its own
Nate Begeman
2008-04-23
Use isa instead of dyn_cast.
Dan Gohman
2008-04-23
Add support to codegen for getresult instructions with undef operands.
Dan Gohman
2008-04-21
Fix an out-of-bounds access in -view-sunit-dags in the case of an
Dan Gohman
2008-04-20
Check we aren't trying to convert PPC long double.
Dale Johannesen
2008-04-20
Switch to using Simplified ConstantFP::get API.
Chris Lattner
2008-04-18
Implement a bit more softfloat support in
Duncan Sands
2008-04-18
Add some more FIXME's for indexed loads and stores.
Duncan Sands
2008-04-18
Provide an explicit list of operands to MakeLibcall,
Duncan Sands
2008-04-17
Remove the implicit conversion from SDOperandPtr to SDOperand*; this
Dan Gohman
2008-04-17
Correct the SrcValue information in the Expand code for va_copy.
Dan Gohman
2008-04-16
Ongoing work on improving the instruction selection infrastructure:
Roman Levenstein
[next]