aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-10-06Rename 2.8rc to 2.8.release_28Bill Wendling
2010-10-04UpdateBill Wendling
2010-10-04Update release notes for 2.8 release.Bill Wendling
2010-10-01PR8200: The MMX unpack instructions were no longer selected. Reverted the partsBill Wendling
2010-09-30Revert r102604. It was breaking 32-bit Linux. SeeBill Wendling
2010-09-29Merge in r114506.Bill Wendling
2010-09-29Disable MinGW & shared because it never worked.Bill Wendling
2010-09-28Document that Pass(char*) got replaced with Pass(char&).Torok Edwin
2010-09-20Adjust comment to say that assertions are off by default.Bill Wendling
2010-09-17Approved by EvanBill Wendling
2010-09-15Merge AutoUpgrade of EH magic variable.Bill Wendling
2010-09-15$ svn merge -c 113848 https://llvm.org/svn/llvm-project/llvm/trunkBill Wendling
2010-09-15Approved by Chris:Bill Wendling
2010-09-14Approved by ChrisBill Wendling
2010-09-14Approved by Chris:Bill Wendling
2010-09-14Approved by Chris:Bill Wendling
2010-09-14Approved by Chris:Bill Wendling
2010-09-10Approved by Evan:Bill Wendling
2010-09-10Approved by Evan.Bill Wendling
2010-09-09Approved by Evan:Bill Wendling
2010-09-09Approved by Evan:Bill Wendling
2010-09-09Approved by Duncan:Bill Wendling
2010-09-08Rename 2.8 to 2.8rc to avoid confusion between release candidate and full rel...Bill Wendling
2010-09-08Enable optimizations and disable assertions by default.Bill Wendling
2010-09-08Change version from 2.8svn to 2.8.Bill Wendling
2010-09-08$ svn merge -c 113255 https://llvm.org/svn/llvm-project/llvm/trunkBill Wendling
2010-09-07$ svn merge -c 113303 https://llvm.org/svn/llvm-project/llvm/trunkBill Wendling
2010-09-07Approved by Chris:Bill Wendling
2010-09-06Approved by Chris:Bill Wendling
2010-09-06Approved by Chris:Bill Wendling
2010-09-06Approved by Chris:Bill Wendling
2010-09-05Approved by Chris:Bill Wendling
2010-09-04Remove CorrelatedValuePropagation from the default pass set for LLVM 2.8. ItOwen Anderson
2010-09-04Creating release_28 branch from llvm trunk.Bill Wendling
2010-09-04Emit target specific nodes for isPSHUFHWMask and isPSHUFLWMaskBruno Cardoso Lopes
2010-09-04Emit target specific nodes for isSHUFPMaskBruno Cardoso Lopes
2010-09-04Previous isMOVLMask matching already emits targets nodes, remove checkBruno Cardoso Lopes
2010-09-04One more check from the original isShuffleMaskLegal goes awayBruno Cardoso Lopes
2010-09-04Remove a duplicated but useless check that i've inserted in the previous commit.Bruno Cardoso Lopes
2010-09-04Refactor some code and remove the extra checks for unpckl_undef and unpckh_undefBruno Cardoso Lopes
2010-09-04fix a bug in my licm rewrite when a load from the promoted memoryChris Lattner
2010-09-03Remove check for unpckh maskBruno Cardoso Lopes
2010-09-03Remove check for unpckl maskBruno Cardoso Lopes
2010-09-03Inline isShuffleMaskLegal into LowerVECTOR_SHUFFLE, so we can startBruno Cardoso Lopes
2010-09-03Propagate non-local comparisons. Fixes PR1757.Owen Anderson
2010-09-03Reapply this increase to the number of virtual registers. All of theEric Christopher
2010-09-03Disable the asserts that check that normalization is perfectlyDan Gohman
2010-09-03Reapply considered harmfull part of rr112934 and r112942.Bruno Cardoso Lopes
2010-09-03previous patch was a little too tricky for its own good. Don't try toJim Grosbach
2010-09-03Remove the rest of the nonexistent 64-bit AVX instructions.Dale Johannesen