summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Move isIdentifiedObject and isNoAliasCall into AliasAnalysis.cpp sinceDan Gohman2009-02-03
* Create DebugLoc information in FastISel. Several temporary methods wereBill Wendling2009-02-03
* Propagation in TargetLowering. Includes passing a DLDale Johannesen2009-02-03
* Use the SubclassData field to hold ExtType, isTrunc, and MemIndexedModeDan Gohman2009-02-03
* Improve -fno-opt style option processing to not require an extraMike Stump2009-02-02
* MergeValueInto is too smart: it might choose to do the merge the opposite dir...Owen Anderson2009-02-02
* Commit missing files.Dale Johannesen2009-02-02
* Reposition the DebugLoc field to reduce padding spaceDan Gohman2009-02-02
* Made the common case of default address space directive as non-virtual for pe...Sanjiv Gupta2009-02-02
* Fix PR3453 and probably a bunch of other potentialDuncan Sands2009-02-01
* Fix PR3401: when using large integers, the typeDuncan Sands2009-01-31
* add accessorsChris Lattner2009-01-31
* Move CurDebugLoc into SelectionDAGLowering.Dale Johannesen2009-01-31
* Fix build on case-sensitive filesystems (i.e. everybody else)Dale Johannesen2009-01-30
* Make LowerCallTo and LowerArguments take a DebugLocDale Johannesen2009-01-30
* Get rid of the non-DebugLoc-ified getNOT() method.Bill Wendling2009-01-30
* Propagate debug loc info for some of the *_EXTEND functions.Bill Wendling2009-01-30
* DebugLoc form of getNOT().Bill Wendling2009-01-30
* Each input file is encoded as a separate compile unit in LLVM debuggingDevang Patel2009-01-30
* Add opposite_of and inverse_opt to support -fno- style options. ThisMike Stump2009-01-30
* Enable emitting of constant values in non-default address space as well. The ...Sanjiv Gupta2009-01-30
* Fix a post-RA scheduling dependency bug.Dan Gohman2009-01-30
* - Propagate debug loc info in combineSelectAndUse().Bill Wendling2009-01-30
* Fix a bug in getMaxValue/getMinValue to pass the right signedness theChris Lattner2009-01-30
* Propagate debug info when building SelectionDAG.Dale Johannesen2009-01-30
* Add dump() routines to help debug debug info :)Devang Patel2009-01-30
* Revert r63273. This was already implemented by Dale. There's no need for myBill Wendling2009-01-29
* - Add DebugLoc to getTargetNode(). Bill Wendling2009-01-29
* Exit with nice warnings when register allocator run out of registers.Evan Cheng2009-01-29
* Make x86's BT instruction matching more thorough, and add someDan Gohman2009-01-29
* Add DebugLoc-sensitive versions of many node creationDale Johannesen2009-01-29
* Fix comment about removeRange.Evan Cheng2009-01-29
* Add DebugLoc to the getNode() methods.Bill Wendling2009-01-28
* Add more comments describing SDNode operator codes.Dan Gohman2009-01-28
* Add DebugLoc-aware constructors for SDNode derivedDale Johannesen2009-01-28
* Add some comments on ISD::NodeType.Dan Gohman2009-01-28
* Delete unnecessary elses.Dan Gohman2009-01-28
* Enable PACKAGE_VERSION in cmake builds, this unbreaks the clang build with cm...Chris Lattner2009-01-28
* Make isOperationLegal do what its name suggests, and introduce aDan Gohman2009-01-28
* Rename getAnalysisToUpdate to getAnalysisIfAvailable.Duncan Sands2009-01-28
* Fix PR3415 (infinite loop in EscapeAnalysis) byDuncan Sands2009-01-28
* Add three new option properties.Mikhail Glushenkov2009-01-28
* Comment fixes.Bill Wendling2009-01-28
* Embalm my ideas of how things should work. Not thatDale Johannesen2009-01-27
* Add a DebugLoc field and some simple accessors.Dale Johannesen2009-01-27
* Reorder args, constify.Dale Johannesen2009-01-27
* Use .empty() instead of comparing .size() with 0.Dan Gohman2009-01-27
* Update to latest spelling.Dale Johannesen2009-01-27
* Add DebugLoc field and simple accessors.Dale Johannesen2009-01-27
* Refine DebugLoc per review comments.Evan Cheng2009-01-27