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