summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Since I'm obliged to work with a development OS that currently doesn'tStuart Hastings2009-02-04
* Regenerate.Nick Lewycky2009-02-04
* Remove non-DebugLoc forms of the exotic formsDale Johannesen2009-02-04
* fix a pretty serious bug in StringMap where GetOrCreate(strstart,strend, z) Chris Lattner2009-02-04
* add a friend needed by a stringmap change.Chris Lattner2009-02-04
* Remove some more non-DebugLoc versions of constructionDale Johannesen2009-02-04
* Remove a few non-DebugLoc versions of node creationDale Johannesen2009-02-04
* Constify and don't return a reference.Bill Wendling2009-02-04
* DebugLoc propagation; adjustment to things omittedDale Johannesen2009-02-03
* Add getDebugLocTuple to retrieve the DebugLocTuple for a given DebugLoc object.Bill Wendling2009-02-03
* Add getter for the index.Bill Wendling2009-02-03
* Add some DL propagation to places that didn'tDale Johannesen2009-02-03
* Remove dead code.Devang Patel2009-02-03
* add a method to BumpPtrAllocator that allows allocating elements Chris Lattner2009-02-03
* 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