aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-10-06Rename 2.8rc to 2.8.llvmorg-2.8.0release/2.8.xBill Wendling2-10/+10
2010-10-04UpdateBill Wendling1-1/+47
2010-10-04Update release notes for 2.8 release.Bill Wendling1-276/+706
2010-10-01PR8200: The MMX unpack instructions were no longer selected. Reverted the partsllvmorg-2.8.0-rc3Bill Wendling1-11/+4
2010-09-30Revert r102604. It was breaking 32-bit Linux. SeeBill Wendling1-1/+1
2010-09-29Merge in r114506.Bill Wendling1-1/+6
2010-09-29Disable MinGW & shared because it never worked.Bill Wendling1-0/+5
2010-09-28Document that Pass(char*) got replaced with Pass(char&).Torok Edwin1-1/+6
2010-09-20Adjust comment to say that assertions are off by default.llvmorg-2.8.0-rc2Bill Wendling1-1/+1
2010-09-17Approved by EvanBill Wendling1-1/+8
2010-09-15Merge AutoUpgrade of EH magic variable.Bill Wendling5-0/+26
2010-09-15$ svn merge -c 113848 https://llvm.org/svn/llvm-project/llvm/trunkBill Wendling1-1/+2
2010-09-15Approved by Chris:Bill Wendling2-1/+41
2010-09-14Approved by ChrisBill Wendling2-0/+23
2010-09-14Approved by Chris:Bill Wendling6-25/+111
2010-09-14Approved by Chris:Bill Wendling2-1/+60
2010-09-14Approved by Chris:Bill Wendling2-11/+31
2010-09-10Approved by Evan:Bill Wendling1-0/+8
2010-09-10Approved by Evan.Bill Wendling2-2/+7
2010-09-09Approved by Evan:Bill Wendling5-20/+42
2010-09-09Also remove the 'rc' suffix from a release candidate.Bill Wendling1-0/+1
2010-09-09Approved by Evan:Bill Wendling1-16/+9
2010-09-09Approved by Duncan:Bill Wendling4-15/+9
2010-09-08Rename 2.8 to 2.8rc to avoid confusion between release candidate and full rel...Bill Wendling2-10/+10
2010-09-08Enable optimizations and disable assertions by default.Bill Wendling2-4/+4
2010-09-08Change version from 2.8svn to 2.8.Bill Wendling2-10/+10
2010-09-08$ svn merge -c 113255 https://llvm.org/svn/llvm-project/llvm/trunkBill Wendling2-4/+4
2010-09-07$ svn merge -c 113303 https://llvm.org/svn/llvm-project/llvm/trunkBill Wendling2-0/+56
2010-09-07Approved by Chris:Bill Wendling3-17/+38
2010-09-06Approved by Chris:llvmorg-2.8.0-rc1Bill Wendling1-3/+3
2010-09-06Revert part of previous commit. The change for this isn't in this branch.Bill Wendling1-1/+1
2010-09-06Approved by Chris:Bill Wendling2-4/+18
2010-09-06Approved by Chris:Bill Wendling10-22/+67
2010-09-06Approved by Chris:Bill Wendling1-4/+10
2010-09-05Approved by Chris:Bill Wendling2-20/+44
2010-09-04Remove CorrelatedValuePropagation from the default pass set for LLVM 2.8. Itllvmorg-2.8.0-rc0Owen Anderson1-1/+0
2010-09-04Creating release_28 branch from cfe trunk.Bill Wendling5718-850588/+0
2010-09-04Emit target specific nodes for isPSHUFHWMask and isPSHUFLWMaskBruno Cardoso Lopes1-2/+10
2010-09-04Petty optimization.John McCall1-1/+1
2010-09-04Emit target specific nodes for isSHUFPMaskBruno Cardoso Lopes1-1/+10
2010-09-04Previous isMOVLMask matching already emits targets nodes, remove checkBruno Cardoso Lopes1-1/+0
2010-09-04Adding some docs on how to use lldb. First cut...Jim Ingham1-0/+405
2010-09-04One more check from the original isShuffleMaskLegal goes awayBruno Cardoso Lopes1-1/+0
2010-09-04Remove a duplicated but useless check that i've inserted in the previous commit.Bruno Cardoso Lopes1-9/+0
2010-09-04Refactor some code and remove the extra checks for unpckl_undef and unpckh_undefBruno Cardoso Lopes1-28/+25
2010-09-04fix a bug in my licm rewrite when a load from the promoted memoryChris Lattner2-3/+56
2010-09-04This is a very large commit that completely re-does the way lldbCaroline Tice37-1233/+4668
2010-09-03Added a default build phase at the beginning of test_load_unload() test case.Johnny Chen1-0/+4
2010-09-03fix a crash in RecursiveASTVisitor's child classes (PR8403); reviewed by chan...Zhanyong Wan1-5/+8
2010-09-03Marked test_process_launch_for_universal() test case as requiring 'darwin' an...Johnny Chen3-0/+17