summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Fill in some missing DL propagation in getNode()s.Dale Johannesen2009-02-031-22/+24
* Use SDL->getCurDebugLoc() instead of unknown loc for landing pads.Bill Wendling2009-02-031-1/+1
* Explicitly pass in the "unknown" debug location. This is probably notBill Wendling2009-02-032-2/+3
* Alphabetize includes.Bill Wendling2009-02-031-1/+1
* Propagate debug loc info during SDNode -> machine instr creation.Bill Wendling2009-02-031-6/+9
* Create DebugLoc information in FastISel. Several temporary methods wereBill Wendling2009-02-033-29/+39
* Propagation in TargetLowering. Includes passing a DLDale Johannesen2009-02-035-113/+132
* Use the SubclassData field to hold ExtType, isTrunc, and MemIndexedModeDan Gohman2009-02-031-45/+40
* Last DebugLoc propagation for this file.Dale Johannesen2009-02-021-180/+204
* More DebugLoc propagation. This should be everythingDale Johannesen2009-02-021-100/+112
* MergeValueInto is too smart: it might choose to do the merge the opposite dir...Owen Anderson2009-02-022-3/+21
* DebugLoc propagation. ExpandOp and PromoteOp,Dale Johannesen2009-02-021-307/+330
* Commit missing files.Dale Johannesen2009-02-021-0/+14
* More DebugLoc propagation.Dale Johannesen2009-02-021-109/+127
* Remove trailing spaces.Duncan Sands2009-02-023-15/+15
* DebugLoc propagation for int<->fp conversions.Dale Johannesen2009-02-021-74/+89
* Refactor PerformPHIConstruction, no functionality changes.Evan Cheng2009-02-021-125/+165
* Do not add redundant arguments in a method definition DIE.Devang Patel2009-02-021-11/+18
* Duncan's patch. Further to 64382. Takes care of illegal types for shift amount.Sanjiv Gupta2009-02-022-0/+28
* Preserve more SourceValue information.Mon P Wang2009-02-022-8/+18
* Fix PR3453 and probably a bunch of other potentialDuncan Sands2009-02-013-22/+22
* Forgot some more DebugLoc propagations.Bill Wendling2009-02-011-17/+22
* Fix test failures causes by my previous commit.Owen Anderson2009-02-011-0/+1
* Fix an issue in PHI construction that was exposed by GCC 4.2 producing a diff...Owen Anderson2009-02-011-40/+27
* DebugLoc propagation.Dale Johannesen2009-01-312-179/+233
* DebugLoc propagation. Done with file.Dale Johannesen2009-01-311-45/+61
* DebugLoc propagation. Done with file.Dale Johannesen2009-01-311-15/+23
* Fix PR3401: when using large integers, the typeDuncan Sands2009-01-318-101/+100
* If unsafe FP optimization is not set, don't allow -(A-B) => B-A becauseMon P Wang2009-01-311-1/+2
* Don't use DebugLoc::getUnknownLoc(). Default to something hopefully sensible.Bill Wendling2009-01-311-58/+55
* Move CurDebugLoc into SelectionDAGLowering.Dale Johannesen2009-01-312-222/+233
* Propagate debug info in LegalizeFloatTypes.Dale Johannesen2009-01-312-62/+74
* Propagate debug info. This file completeDale Johannesen2009-01-311-201/+255
* Propagate debug info through MakeLibCall and aDale Johannesen2009-01-314-64/+81
* More DebugLoc propagation.Bill Wendling2009-01-301-87/+120
* More DebugLoc propagation.Bill Wendling2009-01-301-43/+62
* More DebugLoc propagation in LOAD etc. methods.Bill Wendling2009-01-301-26/+42
* More DebugLoc propagation in floating-point methods.Bill Wendling2009-01-301-27/+40
* Make LowerCallTo and LowerArguments take a DebugLocDale Johannesen2009-01-304-15/+24
* Standardize comments about folding xforms.Bill Wendling2009-01-301-10/+10
* Get rid of the non-DebugLoc-ified getNOT() method.Bill Wendling2009-01-304-27/+14
* Propagate debug loc info for some FP arithmetic methods.Bill Wendling2009-01-301-13/+13
* Propagate debug loc info for some FP arithmetic methods.Bill Wendling2009-01-301-22/+30
* Propagate debug loc info for BIT_CONVERT.Bill Wendling2009-01-301-29/+46
* Propagate debug loc info for more *_EXTEND methods.Bill Wendling2009-01-301-15/+24
* Propagate debug loc info for ANY_EXTEND.Bill Wendling2009-01-301-12/+16
* Propagate debug loc info for some of the *_EXTEND functions.Bill Wendling2009-01-302-33/+63
* DebugLoc form of getNOT().Bill Wendling2009-01-301-0/+17
* - Propagate debug loc info for SELECT.Bill Wendling2009-01-301-25/+32
* Propagate debug loc info for Shifts.Bill Wendling2009-01-301-60/+68
OpenPOWER on IntegriCloud