aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG
AgeCommit message (Expand)Author
2009-02-0480 column rule.Stuart Hastings
2009-02-04Remove non-DebugLoc versions of getLoad and getStore.Dale Johannesen
2009-02-04New feature: add support for target intrinsics being defined in theNate Begeman
2009-02-04Avoids generating a legalization assert for the case where a vector type is l...Mon P Wang
2009-02-04Since I'm obliged to work with a development OS that currently doesn'tStuart Hastings
2009-02-04Remove non-DebugLoc forms of the exotic formsDale Johannesen
2009-02-04Remove some more non-DebugLoc versions of constructionDale Johannesen
2009-02-04Check in file I forgot.Dale Johannesen
2009-02-04Remove a few non-DebugLoc versions of node creationDale Johannesen
2009-02-04Fill in more omissions in DebugLog propagation.Dale Johannesen
2009-02-03DebugLoc propagation; adjustment to things omittedDale Johannesen
2009-02-03Add some DL propagation to places that didn'tDale Johannesen
2009-02-03First initialize DAG otherwise dwarf writer is used uninitialized.Devang Patel
2009-02-03Fix PR3411. When replacing values, nodes are analyzedDuncan Sands
2009-02-03Pass in something sensible for the debug location information when creating theBill Wendling
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-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-02Last DebugLoc propagation for this file.Dale Johannesen
2009-02-02More DebugLoc propagation. This should be everythingDale Johannesen
2009-02-02DebugLoc propagation. ExpandOp and PromoteOp,Dale Johannesen
2009-02-02Commit missing files.Dale Johannesen
2009-02-02More DebugLoc propagation.Dale Johannesen
2009-02-02Remove trailing spaces.Duncan Sands
2009-02-02DebugLoc propagation for int<->fp conversions.Dale Johannesen
2009-02-02Duncan's patch. Further to 64382. Takes care of illegal types for shift amount.Sanjiv Gupta
2009-02-02Preserve more SourceValue information.Mon P Wang
2009-02-01Fix PR3453 and probably a bunch of other potentialDuncan Sands
2009-02-01Forgot some more DebugLoc propagations.Bill Wendling
2009-01-31DebugLoc propagation.Dale Johannesen
2009-01-31DebugLoc propagation. Done with file.Dale Johannesen
2009-01-31DebugLoc propagation. Done with file.Dale Johannesen
2009-01-31Fix PR3401: when using large integers, the typeDuncan Sands
2009-01-31If unsafe FP optimization is not set, don't allow -(A-B) => B-A becauseMon P Wang
2009-01-31Don't use DebugLoc::getUnknownLoc(). Default to something hopefully sensible.Bill Wendling
2009-01-31Move CurDebugLoc into SelectionDAGLowering.Dale Johannesen
2009-01-31Propagate debug info in LegalizeFloatTypes.Dale Johannesen
2009-01-31Propagate debug info. This file completeDale Johannesen
2009-01-31Propagate debug info through MakeLibCall and aDale Johannesen
2009-01-30More DebugLoc propagation.Bill Wendling
2009-01-30More DebugLoc propagation.Bill Wendling
2009-01-30More DebugLoc propagation in LOAD etc. methods.Bill Wendling
2009-01-30More DebugLoc propagation in floating-point methods.Bill Wendling
2009-01-30Make LowerCallTo and LowerArguments take a DebugLocDale Johannesen
2009-01-30Standardize comments about folding xforms.Bill Wendling