aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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 64364 from mainline.Tanya Lattner
2009-02-14Merge 64124 frm mainline.Tanya Lattner
2009-02-14Merge 64177 from mainline.Tanya Lattner
2009-02-13Merge from mainline.Tanya Lattner
2009-02-13Merge from mainline.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-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-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-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
2009-02-03Use the SubclassData field to hold ExtType, isTrunc, and MemIndexedModeDan Gohman
2009-02-03Change Feature64Bit to not imply FeatureSSE2. All x86-64 hardware hasDan Gohman
2009-02-02Last DebugLoc propagation for this file.Dale Johannesen
2009-02-02More DebugLoc propagation. This should be everythingDale Johannesen
2009-02-02Improve -fno-opt style option processing to not require an extraMike Stump
2009-02-02MergeValueInto is too smart: it might choose to do the merge the opposite dir...Owen Anderson
2009-02-02DebugLoc propagation. ExpandOp and PromoteOp,Dale Johannesen
2009-02-02Only force SSE level if it is not correct.Torok Edwin
2009-02-02Commit missing files.Dale Johannesen
2009-02-02inline SROA::ConvertToScalar, no functionality change.Chris Lattner
2009-02-02More DebugLoc propagation.Dale Johannesen
2009-02-02remove #if 0 code on Bill's request.Torok Edwin
2009-02-02Remove trailing spaces.Duncan Sands
2009-02-02DebugLoc propagation for int<->fp conversions.Dale Johannesen
2009-02-02Refactor PerformPHIConstruction, no functionality changes.Evan Cheng
2009-02-02Fix a bug which caused us to miscompile a couple of AdaChris Lattner
2009-02-02Do not add redundant arguments in a method definition DIE.Devang Patel
2009-02-02Duncan's patch. Further to 64382. Takes care of illegal types for shift amount.Sanjiv Gupta
2009-02-02Made the common case of default address space directive as non-virtual for pe...Sanjiv Gupta
2009-02-02Fix a comment (bytes -> bits), reformat a commentDuncan Sands