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-03-05
Codegen support for i128 UINT_TO_FP. This just fixes a
Dan Gohman
2008-03-05
Add a target lowering hook to control whether it's worthwhile to compress fp ...
Evan Cheng
2008-03-05
64bit CAS on 32bit x86.
Andrew Lenharth
2008-03-05
Codegen support for i128 SINT_TO_FP.
Dan Gohman
2008-03-04
Some improvements related to the computation of heights, depths of SUnits.
Roman Levenstein
2008-03-04
Refactor ExpandConstantFP so it can optimize load from constpool of types lar...
Evan Cheng
2008-03-04
Rename isOperand() to isOperandOf() (and other similar methods). It always co...
Evan Cheng
2008-03-03
Misc. APInt-ification in the DAGCombiner.
Dan Gohman
2008-03-03
More APInt-ification.
Dan Gohman
2008-03-03
Yet more APInt-ification.
Dan Gohman
2008-03-03
More APInt-ification.
Dan Gohman
2008-03-03
More APInt-ification.
Dan Gohman
2008-03-01
all but CAS working on x86
Andrew Lenharth
2008-03-01
Add MVT::is128BitVector and is64BitVector. Shrink
Dale Johannesen
2008-03-01
Refactor / clean up code; remove td list scheduler special tie breaker (no re...
Evan Cheng
2008-02-29
More APInt-ification.
Dan Gohman
2008-02-29
Use the new convertFromAPInt instead of convertFromZeroExtendedInteger,
Dan Gohman
2008-02-29
Use the new APInt-enabled form of getConstant instead of converting
Dan Gohman
2008-02-28
Interface of getByValTypeAlignment differed between
Dale Johannesen
2008-02-28
Fix an assertion message.
Dale Johannesen
2008-02-28
Keep track how many commutes are performed by the scheduler.
Evan Cheng
2008-02-28
implement expand for ISD::DECLARE by just deleting it.
Chris Lattner
2008-02-28
Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ...
Evan Cheng
2008-02-27
Handle load/store of misaligned vectors that are the
Dale Johannesen
2008-02-27
Remove the `else', at Evan's insistence.
Dan Gohman
2008-02-27
Add a FIXME about the VECTOR_SHUFFLE evil hack.
Duncan Sands
2008-02-27
LegalizeTypes support for EXTRACT_VECTOR_ELT. The
Duncan Sands
2008-02-27
LegalizeTypes support for legalizing the mask
Duncan Sands
2008-02-27
LegalizeTypes support for INSERT_VECTOR_ELT.
Duncan Sands
2008-02-27
Support for legalizing MEMBARRIER.
Duncan Sands
2008-02-27
Final de-tabification.
Bill Wendling
2008-02-27
Teach Legalize how to expand an EXTRACT_ELEMENT.
Dan Gohman
2008-02-27
Convert the last remaining users of the non-APInt form of
Dan Gohman
2008-02-27
Convert SimplifyDemandedMask and ShrinkDemandedConstant to use APInt.
Dan Gohman
2008-02-26
Rename PrintableName to Name.
Bill Wendling
2008-02-26
Change "Name" to "AsmName" in the target register info. Gee, a refactoring tool
Bill Wendling
2008-02-26
Avoid aborting on invalid shift counts.
Dan Gohman
2008-02-26
Fix PR2096, a regression introduced with my patch last night. This
Chris Lattner
2008-02-26
Fix a nasty bug in LegalizeTypes (spotted in
Duncan Sands
2008-02-26
Fix isNegatibleForFree to not return true for ConstantFP nodes
Chris Lattner
2008-02-26
Refactor inline asm constraint matching code out of SDIsel into TargetLowering.
Evan Cheng
2008-02-25
Make some static variables const.
Dan Gohman
2008-02-25
Convert MaskedValueIsZero and all its users to use APInt. Also add
Dan Gohman
2008-02-25
In debug builds check that the key property holds: all
Duncan Sands
2008-02-24
Add support to LegalizeTypes for building legal vectors
Duncan Sands
2008-02-22
Pass alignment on ByVal parameters, from FE, all
Dale Johannesen
2008-02-22
Fix a regression in 403.gcc and 186.crafty introduced in 47383. To test
Dan Gohman
2008-02-21
Make the clobber analysis a bit more smart: we only are careful about
Chris Lattner
2008-02-21
Treat clobber operands like early clobbers: if we have
Chris Lattner
2008-02-21
Better names as per Evan's request
Andrew Lenharth
[prev]
[next]