aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-04-03Last test for new branch commit mailing list.release_25Tanya Lattner
2009-04-03Testing hook for branch commits.Tanya Lattner
2009-04-03test commit for new branch mailing list.Tanya Lattner
2009-03-032.5 release notes.Tanya Lattner
2009-03-03Merge 64066 from mainline.Tanya Lattner
2009-02-20Remove test.Tanya Lattner
2009-02-20Update tests to work on ppc.Tanya Lattner
2009-02-20Revert 62987. This is already reverted in mainline.Tanya Lattner
2009-02-18Merge from mainline. Complete 64076 merge from mainline.Tanya Lattner
2009-02-17Merge 64582 from mainlineTanya Lattner
2009-02-17Merge 64579 from mainline.Tanya Lattner
2009-02-17Merge all changes to SimpleRegisterCoalescing to the release.Tanya Lattner
2009-02-17Merge 64314 from mainline.Tanya Lattner
2009-02-14Merge r64316 from mainline.Tanya Lattner
2009-02-14Merge 64412 from mainline.Tanya Lattner
2009-02-14Merge 64367 from mainline.Tanya Lattner
2009-02-14Merge 64364 from mainline.Tanya Lattner
2009-02-14Merge 64124 frm mainline.Tanya Lattner
2009-02-14Merge 64177 from mainline.Tanya Lattner
2009-02-14Revert disabling of building unittests.Tanya Lattner
2009-02-14Merge from mainline.Tanya Lattner
2009-02-14Merge from mainline.Tanya Lattner
2009-02-13Merge from mainline.Tanya Lattner
2009-02-13Merge from mainline.Tanya Lattner
2009-02-05Disable building unittests unless PR3487 can be fixed.Tanya Lattner
2009-02-04Merge from mainline.Tanya Lattner
2009-02-04Merge from mainline.Tanya Lattner
2009-02-04Back out r62958 from the release branch.Tanya Lattner
2009-02-04SROA CBE Fix.Tanya Lattner
2009-02-04Disable support for vicmp/vfcmp from the LLVM 2.5 release branch, like we did...Tanya Lattner
2009-02-04Merge from mainline.Tanya Lattner
2009-02-03Regenerate configure.Tanya Lattner
2009-02-03Update version number to 2.5.Tanya Lattner
2009-02-03Create 2.5 branch.Tanya Lattner
2009-02-03Update the callgraph when replacing InvokeInst with CallInst when inlining.Nick Lewycky
2009-02-03Explicitly pass in debug location information to BuildMI.Bill Wendling
2009-02-03Pass in something sensible for the debug location information when creating theBill Wendling
2009-02-03fix a bitcode reader bug where it can't handle extractelement correctly:Chris Lattner
2009-02-03Teach ConvertUsesToScalar to handle memset, allowing it to handle Chris Lattner
2009-02-03Fill in some missing DL propagation in getNode()s.Dale Johannesen
2009-02-03Use SDL->getCurDebugLoc() instead of unknown loc for landing pads.Bill Wendling
2009-02-03Explicitly pass in the "unknown" debug location. This is probably notBill Wendling
2009-02-03Delete these two tests. They are specific to x86-64, and there's noDan Gohman
2009-02-03Alphabetize includes.Bill Wendling
2009-02-03rearrange how SRoA handles promotion of allocas to vectors.Chris Lattner
2009-02-03Move isIdentifiedObject and isNoAliasCall into AliasAnalysis.cpp sinceDan Gohman
2009-02-03this test produces an undefined value, we don't careChris Lattner
2009-02-03Propagate debug loc info during SDNode -> machine instr creation.Bill Wendling
2009-02-03Create DebugLoc information in FastISel. Several temporary methods wereBill Wendling
2009-02-03Propagation in TargetLowering. Includes passing a DLDale Johannesen