aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
AgeCommit message (Expand)Author
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-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-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-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-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-02Refactor PerformPHIConstruction, no functionality changes.Evan Cheng
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-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-02-01Fix test failures causes by my previous commit.Owen Anderson
2009-02-01Fix an issue in PHI construction that was exposed by GCC 4.2 producing a diff...Owen Anderson
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
2009-01-30Get rid of the non-DebugLoc-ified getNOT() method.Bill Wendling
2009-01-30Propagate debug loc info for some FP arithmetic methods.Bill Wendling
2009-01-30Propagate debug loc info for some FP arithmetic methods.Bill Wendling
2009-01-30Propagate debug loc info for BIT_CONVERT.Bill Wendling
2009-01-30Propagate debug loc info for more *_EXTEND methods.Bill Wendling
2009-01-30Propagate debug loc info for ANY_EXTEND.Bill Wendling