aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-10-06Create 2.8 official release tag.svn-tags/RELEASE_28Bill Wendling
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-03Creating release candidate 3 from 2.8 release branch.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-21Creating release candidate 2 from 2.8 release branch.Bill Wendling
2010-09-21Remove bad tag.Bill Wendling
2010-09-21Creating release candidate 2 from 2.8 release branch.Bill Wendling
2010-09-21Remove old tag.Bill Wendling
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-15Creating release candidate 2 from 2.8 release branch.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-07Creating release candidate 1 from 2.8 release branch.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-04Create rc0 from release_28 branch.Bill Wendling
2010-09-04Create RELEASE_28 tag directory.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