aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2009-02-18Merge from mainline. Complete 64076 merge from mainline.Tanya Lattner
2009-02-14Merge 64124 frm mainline.Tanya Lattner
2009-02-13Merge from mainline.Tanya Lattner
2009-02-03Move isIdentifiedObject and isNoAliasCall into AliasAnalysis.cpp sinceDan Gohman
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-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-02Commit missing files.Dale Johannesen
2009-02-02Reposition the DebugLoc field to reduce padding spaceDan Gohman
2009-02-02Made the common case of default address space directive as non-virtual for pe...Sanjiv Gupta
2009-02-01Fix PR3453 and probably a bunch of other potentialDuncan Sands
2009-01-31Fix PR3401: when using large integers, the typeDuncan Sands
2009-01-31add accessorsChris Lattner
2009-01-31Move CurDebugLoc into SelectionDAGLowering.Dale Johannesen
2009-01-30Fix build on case-sensitive filesystems (i.e. everybody else)Dale Johannesen
2009-01-30Make LowerCallTo and LowerArguments take a DebugLocDale Johannesen
2009-01-30Get rid of the non-DebugLoc-ified getNOT() method.Bill Wendling
2009-01-30Propagate debug loc info for some of the *_EXTEND functions.Bill Wendling
2009-01-30DebugLoc form of getNOT().Bill Wendling
2009-01-30 Each input file is encoded as a separate compile unit in LLVM debuggingDevang Patel
2009-01-30Add opposite_of and inverse_opt to support -fno- style options. ThisMike Stump
2009-01-30Enable emitting of constant values in non-default address space as well. The ...Sanjiv Gupta
2009-01-30Fix a post-RA scheduling dependency bug.Dan Gohman
2009-01-30- Propagate debug loc info in combineSelectAndUse().Bill Wendling
2009-01-30Fix a bug in getMaxValue/getMinValue to pass the right signedness theChris Lattner
2009-01-30Propagate debug info when building SelectionDAG.Dale Johannesen
2009-01-30Add dump() routines to help debug debug info :)Devang Patel
2009-01-29Revert r63273. This was already implemented by Dale. There's no need for myBill Wendling
2009-01-29- Add DebugLoc to getTargetNode(). Bill Wendling
2009-01-29Exit with nice warnings when register allocator run out of registers.Evan Cheng
2009-01-29Make x86's BT instruction matching more thorough, and add someDan Gohman
2009-01-29Add DebugLoc-sensitive versions of many node creationDale Johannesen
2009-01-29Fix comment about removeRange.Evan Cheng
2009-01-28Add DebugLoc to the getNode() methods.Bill Wendling
2009-01-28Add more comments describing SDNode operator codes.Dan Gohman
2009-01-28Add DebugLoc-aware constructors for SDNode derivedDale Johannesen
2009-01-28Add some comments on ISD::NodeType.Dan Gohman
2009-01-28Delete unnecessary elses.Dan Gohman
2009-01-28Enable PACKAGE_VERSION in cmake builds, this unbreaks the clang build with cm...Chris Lattner
2009-01-28Make isOperationLegal do what its name suggests, and introduce aDan Gohman
2009-01-28Rename getAnalysisToUpdate to getAnalysisIfAvailable.Duncan Sands
2009-01-28Fix PR3415 (infinite loop in EscapeAnalysis) byDuncan Sands
2009-01-28Add three new option properties.Mikhail Glushenkov
2009-01-28Comment fixes.Bill Wendling
2009-01-27Embalm my ideas of how things should work. Not thatDale Johannesen
2009-01-27Add a DebugLoc field and some simple accessors.Dale Johannesen
2009-01-27Reorder args, constify.Dale Johannesen
2009-01-27Use .empty() instead of comparing .size() with 0.Dan Gohman