summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Create 2.8 official release tag.svn-tags/RELEASE_28Bill Wendling2010-10-0631261-3466790/+1304
|\
| * Rename 2.8rc to 2.8.release_28Bill Wendling2010-10-062-10/+10
| * UpdateBill Wendling2010-10-041-1/+47
| * Update release notes for 2.8 release.Bill Wendling2010-10-041-276/+706
| * PR8200: The MMX unpack instructions were no longer selected. Reverted the partsBill Wendling2010-10-011-11/+4
| * Revert r102604. It was breaking 32-bit Linux. SeeBill Wendling2010-09-301-1/+1
| * Merge in r114506.Bill Wendling2010-09-291-1/+6
| * Disable MinGW & shared because it never worked.Bill Wendling2010-09-291-0/+5
| * Document that Pass(char*) got replaced with Pass(char&).Torok Edwin2010-09-281-1/+6
| * Adjust comment to say that assertions are off by default.Bill Wendling2010-09-201-1/+1
| * Approved by EvanBill Wendling2010-09-171-1/+8
| * Merge AutoUpgrade of EH magic variable.Bill Wendling2010-09-155-0/+26
| * $ svn merge -c 113848 https://llvm.org/svn/llvm-project/llvm/trunkBill Wendling2010-09-151-1/+2
| * Approved by Chris:Bill Wendling2010-09-152-1/+41
| * Approved by ChrisBill Wendling2010-09-142-0/+23
| * Approved by Chris:Bill Wendling2010-09-146-25/+111
| * Approved by Chris:Bill Wendling2010-09-142-1/+60
| * Approved by Chris:Bill Wendling2010-09-142-11/+31
| * Approved by Evan:Bill Wendling2010-09-101-0/+8
| * Approved by Evan.Bill Wendling2010-09-102-2/+7
| * Approved by Evan:Bill Wendling2010-09-095-20/+42
| * Approved by Evan:Bill Wendling2010-09-091-16/+9
| * Approved by Duncan:Bill Wendling2010-09-094-15/+9
| * Rename 2.8 to 2.8rc to avoid confusion between release candidate and full rel...Bill Wendling2010-09-082-10/+10
| * Enable optimizations and disable assertions by default.Bill Wendling2010-09-082-4/+4
| * Change version from 2.8svn to 2.8.Bill Wendling2010-09-082-10/+10
| * $ svn merge -c 113255 https://llvm.org/svn/llvm-project/llvm/trunkBill Wendling2010-09-082-4/+4
| * $ svn merge -c 113303 https://llvm.org/svn/llvm-project/llvm/trunkBill Wendling2010-09-072-0/+56
| * Approved by Chris:Bill Wendling2010-09-073-17/+38
| * Approved by Chris:Bill Wendling2010-09-061-3/+3
| * Approved by Chris:Bill Wendling2010-09-062-4/+18
| * Approved by Chris:Bill Wendling2010-09-061-4/+10
| * Approved by Chris:Bill Wendling2010-09-052-20/+44
| * Remove CorrelatedValuePropagation from the default pass set for LLVM 2.8. ItOwen Anderson2010-09-041-1/+0
| * Creating release_28 branch from llvm trunk.Bill Wendling2010-09-040-0/+0
| * Emit target specific nodes for isPSHUFHWMask and isPSHUFLWMaskBruno Cardoso Lopes2010-09-041-2/+10
| * Emit target specific nodes for isSHUFPMaskBruno Cardoso Lopes2010-09-041-1/+10
| * Previous isMOVLMask matching already emits targets nodes, remove checkBruno Cardoso Lopes2010-09-041-1/+0
| * One more check from the original isShuffleMaskLegal goes awayBruno Cardoso Lopes2010-09-041-1/+0
| * Remove a duplicated but useless check that i've inserted in the previous commit.Bruno Cardoso Lopes2010-09-041-9/+0
| * Refactor some code and remove the extra checks for unpckl_undef and unpckh_undefBruno Cardoso Lopes2010-09-041-28/+25
| * fix a bug in my licm rewrite when a load from the promoted memoryChris Lattner2010-09-042-3/+56
| * Remove check for unpckh maskBruno Cardoso Lopes2010-09-031-1/+0
| * Remove check for unpckl maskBruno Cardoso Lopes2010-09-031-1/+0
| * Inline isShuffleMaskLegal into LowerVECTOR_SHUFFLE, so we can startBruno Cardoso Lopes2010-09-031-4/+23
| * Propagate non-local comparisons. Fixes PR1757.Owen Anderson2010-09-032-0/+72
| * Reapply this increase to the number of virtual registers. All of theEric Christopher2010-09-031-1/+1
| * Disable the asserts that check that normalization is perfectlyDan Gohman2010-09-031-2/+7
| * Reapply considered harmfull part of rr112934 and r112942.Bruno Cardoso Lopes2010-09-031-12/+109
| * previous patch was a little too tricky for its own good. Don't try toJim Grosbach2010-09-031-8/+7