summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tagging 2.5 release.svn-tags/RELEASE_25Tanya Lattner2009-03-030-0/+0
* 2.5 release notes.Tanya Lattner2009-03-031-338/+399
* Merge 64066 from mainline.Tanya Lattner2009-03-031-3/+259
* Remove test.Tanya Lattner2009-02-201-45/+0
* Update tests to work on ppc.Tanya Lattner2009-02-204-4/+4
* Revert 62987. This is already reverted in mainline.Tanya Lattner2009-02-202-3/+8
* Merge from mainline. Complete 64076 merge from mainline.Tanya Lattner2009-02-181-0/+11
* Merge 64582 from mainlineTanya Lattner2009-02-172-0/+35
* Merge 64579 from mainline.Tanya Lattner2009-02-172-3/+42
* Merge all changes to SimpleRegisterCoalescing to the release.Tanya Lattner2009-02-172-80/+130
* Merge 64314 from mainline.Tanya Lattner2009-02-172-5/+79
* Merge r64316 from mainline.Tanya Lattner2009-02-141-4/+6
* Merge 64412 from mainline.Tanya Lattner2009-02-141-6/+6
* Merge 64367 from mainline.Tanya Lattner2009-02-142-6/+10
* Merge 64364 from mainline.Tanya Lattner2009-02-142-2/+37
* Merge 64124 frm mainline.Tanya Lattner2009-02-1416-30/+60
* Merge 64177 from mainline.Tanya Lattner2009-02-142-17/+65
* Revert disabling of building unittests.Tanya Lattner2009-02-141-1/+1
* Merge from mainline.Tanya Lattner2009-02-141-2/+2
* Merge from mainline.Tanya Lattner2009-02-141-1/+4
* Merge from mainline.Tanya Lattner2009-02-134-16/+60
* Merge from mainline.Tanya Lattner2009-02-131-22/+72
* Disable building unittests unless PR3487 can be fixed.Tanya Lattner2009-02-051-1/+1
* Merge from mainline.Tanya Lattner2009-02-042-2/+2
* Merge from mainline.Tanya Lattner2009-02-041-4/+5
* Back out r62958 from the release branch.Tanya Lattner2009-02-041-1/+11
* SROA CBE Fix.Tanya Lattner2009-02-046-325/+383
* Disable support for vicmp/vfcmp from the LLVM 2.5 release branch, like we did...Tanya Lattner2009-02-046-116/+4
* Merge from mainline.Tanya Lattner2009-02-042-39/+2
* Regenerate configure.Tanya Lattner2009-02-031-9/+9
* Update version number to 2.5.Tanya Lattner2009-02-031-1/+1
* Create 2.5 branch.Tanya Lattner2009-02-03299-6592/+11743
|\
| * Update the callgraph when replacing InvokeInst with CallInst when inlining.Nick Lewycky2009-02-032-3/+40
| * Explicitly pass in debug location information to BuildMI.Bill Wendling2009-02-034-4/+6
| * Pass in something sensible for the debug location information when creating theBill Wendling2009-02-033-6/+52
| * fix a bitcode reader bug where it can't handle extractelement correctly:Chris Lattner2009-02-032-2/+9
| * Teach ConvertUsesToScalar to handle memset, allowing it to handle Chris Lattner2009-02-032-21/+73
| * Fill in some missing DL propagation in getNode()s.Dale Johannesen2009-02-031-22/+24
| * Use SDL->getCurDebugLoc() instead of unknown loc for landing pads.Bill Wendling2009-02-031-1/+1
| * Explicitly pass in the "unknown" debug location. This is probably notBill Wendling2009-02-032-2/+3
| * Delete these two tests. They are specific to x86-64, and there's noDan Gohman2009-02-032-42/+0
| * Alphabetize includes.Bill Wendling2009-02-031-1/+1
| * rearrange how SRoA handles promotion of allocas to vectors.Chris Lattner2009-02-033-94/+130
| * Move isIdentifiedObject and isNoAliasCall into AliasAnalysis.cpp sinceDan Gohman2009-02-033-25/+33
| * this test produces an undefined value, we don't careChris Lattner2009-02-031-1/+1
| * Propagate debug loc info during SDNode -> machine instr creation.Bill Wendling2009-02-031-6/+9
| * Create DebugLoc information in FastISel. Several temporary methods wereBill Wendling2009-02-038-46/+111
| * Propagation in TargetLowering. Includes passing a DLDale Johannesen2009-02-037-115/+134
| * It fails on Linux. XFAIL that machine.Bill Wendling2009-02-031-2/+2
| * This is passing for us. Should it have been reenabled?Bill Wendling2009-02-031-2/+1