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
2007-11-15
Basic non-power-of-2 vector support
Nate Begeman
2007-11-15
This assertion was bogus.
Duncan Sands
2007-11-13
Unify CALLSEQ_{START,END}. They take 4 parameters: the chain, two stack
Bill Wendling
2007-11-09
Move MinAlign to MathExtras.h.
Duncan Sands
2007-11-09
Fix some load/store logic that would be wrong for
Duncan Sands
2007-11-09
Much improved pic jumptable codegen:
Evan Cheng
2007-11-09
Didn't mean to check these in.
Evan Cheng
2007-11-09
Bug fix. Passive nodes are not in SUnitMap.
Evan Cheng
2007-11-08
If both parts of smul_lohi, etc. are used, don't simplify. If only one part i...
Evan Cheng
2007-11-06
Remainder operations must be either integer or floating-point.
Dan Gohman
2007-11-06
Add pseudo dependency to force two-address instruction to be scheduled after
Evan Cheng
2007-11-05
Add support for vector remainder operations.
Dan Gohman
2007-11-05
Move the LowerMEMCPY and LowerMEMCPYCall to a common place.
Rafael Espindola
2007-11-05
Make labels work in asm blocks; allow labels as
Dale Johannesen
2007-11-02
Add std:: to sort calls.
Dan Gohman
2007-11-02
Change illegal uses of ++ to uses of STLExtra.h's next function.
Dan Gohman
2007-11-02
Fix a thinko.
Duncan Sands
2007-11-01
Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize.
Duncan Sands
2007-10-31
Promotion of sdiv/srem/udiv/urem.
Duncan Sands
2007-10-31
Make i64=expand_vector_elt(v2i64) work in 32-bit mode.
Dale Johannesen
2007-10-30
Typo.
Evan Cheng
2007-10-30
Add support for expanding trunc stores. Consider
Duncan Sands
2007-10-30
If a call to getTruncStore is for a normal store,
Duncan Sands
2007-10-29
Fix a DAGCombiner abort on a bitcast from a scalar to a vector.
Dan Gohman
2007-10-29
Enable more fold (sext (load x)) -> (sext (truncate (sextload x)))
Evan Cheng
2007-10-29
Add explicit keywords.
Dan Gohman
2007-10-28
The guaranteed alignment of ptr+offset is only the minimum of
Duncan Sands
2007-10-26
- Remove the hacky code that forces a memcpy. Alignment is taken care of in the
Bill Wendling
2007-10-25
Small formatting changes. Add a sanity check.
Duncan Sands
2007-10-25
Promote SETCC operands.
Duncan Sands
2007-10-25
Correctly extract the ValueType from a VTSDNode.
Duncan Sands
2007-10-24
Another expansion for i64 multiply, suitable for PPC.
Dale Johannesen
2007-10-23
Fix comment and use the "Size" variable that's already provided.
Bill Wendling
2007-10-23
If there's an unaligned memcpy to/from the stack, don't lower it. Just call the
Bill Wendling
2007-10-23
This broke lots. Reverting.
Bill Wendling
2007-10-23
Lowering a memcpy to the stack is killing PPC. The ARM and X86 backends already
Bill Wendling
2007-10-22
Support for expanding extending loads of integers with
Duncan Sands
2007-10-22
Fix up the logic for result expanding the various extension
Duncan Sands
2007-10-20
Add promote operand support for [su]int_to_fp.
Chris Lattner
2007-10-20
Add result promotion of FP_TO_*INT, fixing CodeGen/X86/trunc-to-bool.ll
Chris Lattner
2007-10-20
simplify some code.
Chris Lattner
2007-10-20
Implement promote and expand for operands of memcpy and friends.
Chris Lattner
2007-10-20
Fix a few places vector operations were not getting
Dale Johannesen
2007-10-19
Add support for a few more nodes.
Duncan Sands
2007-10-19
Redo "last ppc long double fix" as Chris wants.
Dale Johannesen
2007-10-19
Fix a really nasty vector miscompilation bill recently introduced.
Chris Lattner
2007-10-19
rename ExpandOperation to ExpandOperationResult, as suggested
Chris Lattner
2007-10-19
Support for expanding ADDE and SUBE.
Duncan Sands
2007-10-19
If the value types are equal then this routine
Duncan Sands
2007-10-19
Add support for byval function whose argument is not 32 bit aligned.
Rafael Espindola
[prev]
[next]