aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* Add getDebugLocTuple to retrieve the DebugLocTuple for a given DebugLoc object.Bill Wendling2009-02-031-2/+5
* Add getter for the index.Bill Wendling2009-02-031-0/+2
* Add some DL propagation to places that didn'tDale Johannesen2009-02-032-3/+55
* Remove dead code.Devang Patel2009-02-031-28/+0
* add a method to BumpPtrAllocator that allows allocating elements Chris Lattner2009-02-031-0/+14
* Move isIdentifiedObject and isNoAliasCall into AliasAnalysis.cpp sinceDan Gohman2009-02-031-1/+9
* Create DebugLoc information in FastISel. Several temporary methods wereBill Wendling2009-02-033-12/+64
* Propagation in TargetLowering. Includes passing a DLDale Johannesen2009-02-032-2/+2
* Use the SubclassData field to hold ExtType, isTrunc, and MemIndexedModeDan Gohman2009-02-031-21/+27
* Improve -fno-opt style option processing to not require an extraMike Stump2009-02-021-34/+25
* MergeValueInto is too smart: it might choose to do the merge the opposite dir...Owen Anderson2009-02-021-1/+1
* Commit missing files.Dale Johannesen2009-02-021-0/+1
* Reposition the DebugLoc field to reduce padding spaceDan Gohman2009-02-021-17/+18
* Made the common case of default address space directive as non-virtual for pe...Sanjiv Gupta2009-02-021-8/+18
* Fix PR3453 and probably a bunch of other potentialDuncan Sands2009-02-011-18/+0
* Fix PR3401: when using large integers, the typeDuncan Sands2009-01-311-0/+4
* add accessorsChris Lattner2009-01-311-0/+9
* Move CurDebugLoc into SelectionDAGLowering.Dale Johannesen2009-01-311-6/+0
* Fix build on case-sensitive filesystems (i.e. everybody else)Dale Johannesen2009-01-301-1/+1
* Make LowerCallTo and LowerArguments take a DebugLocDale Johannesen2009-01-301-2/+3
* Get rid of the non-DebugLoc-ified getNOT() method.Bill Wendling2009-01-301-1/+0
* Propagate debug loc info for some of the *_EXTEND functions.Bill Wendling2009-01-301-0/+1
* DebugLoc form of getNOT().Bill Wendling2009-01-301-0/+1
* Each input file is encoded as a separate compile unit in LLVM debuggingDevang Patel2009-01-301-56/+19
* Add opposite_of and inverse_opt to support -fno- style options. ThisMike Stump2009-01-301-0/+33
* Enable emitting of constant values in non-default address space as well. The ...Sanjiv Gupta2009-01-302-18/+22
* Fix a post-RA scheduling dependency bug.Dan Gohman2009-01-301-0/+5
* - Propagate debug loc info in combineSelectAndUse().Bill Wendling2009-01-301-4/+19
* Fix a bug in getMaxValue/getMinValue to pass the right signedness theChris Lattner2009-01-301-6/+6
* Propagate debug info when building SelectionDAG.Dale Johannesen2009-01-301-0/+6
* Add dump() routines to help debug debug info :)Devang Patel2009-01-301-0/+27
* Revert r63273. This was already implemented by Dale. There's no need for myBill Wendling2009-01-291-22/+34
* - Add DebugLoc to getTargetNode(). Bill Wendling2009-01-291-34/+22
* Exit with nice warnings when register allocator run out of registers.Evan Cheng2009-01-291-0/+4
* Make x86's BT instruction matching more thorough, and add someDan Gohman2009-01-291-0/+2
* Add DebugLoc-sensitive versions of many node creationDale Johannesen2009-01-291-0/+89
* Fix comment about removeRange.Evan Cheng2009-01-291-1/+1
* Add DebugLoc to the getNode() methods.Bill Wendling2009-01-281-10/+43
* Add more comments describing SDNode operator codes.Dan Gohman2009-01-281-8/+12
* Add DebugLoc-aware constructors for SDNode derivedDale Johannesen2009-01-281-0/+84
* Add some comments on ISD::NodeType.Dan Gohman2009-01-281-0/+7
* Delete unnecessary elses.Dan Gohman2009-01-281-2/+2
* Enable PACKAGE_VERSION in cmake builds, this unbreaks the clang build with cm...Chris Lattner2009-01-281-1/+1
* Make isOperationLegal do what its name suggests, and introduce aDan Gohman2009-01-281-2/+10
* Rename getAnalysisToUpdate to getAnalysisIfAvailable.Duncan Sands2009-01-282-23/+23
* Fix PR3415 (infinite loop in EscapeAnalysis) byDuncan Sands2009-01-282-57/+0
* Add three new option properties.Mikhail Glushenkov2009-01-281-1/+4
* Comment fixes.Bill Wendling2009-01-281-9/+11
* Embalm my ideas of how things should work. Not thatDale Johannesen2009-01-272-1/+3
* Add a DebugLoc field and some simple accessors.Dale Johannesen2009-01-271-2/+29