| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add getDebugLocTuple to retrieve the DebugLocTuple for a given DebugLoc object. | Bill Wendling | 2009-02-03 | 1 | -2/+5 |
* | Add getter for the index. | Bill Wendling | 2009-02-03 | 1 | -0/+2 |
* | Add some DL propagation to places that didn't | Dale Johannesen | 2009-02-03 | 2 | -3/+55 |
* | Remove dead code. | Devang Patel | 2009-02-03 | 1 | -28/+0 |
* | add a method to BumpPtrAllocator that allows allocating elements | Chris Lattner | 2009-02-03 | 1 | -0/+14 |
* | Move isIdentifiedObject and isNoAliasCall into AliasAnalysis.cpp since | Dan Gohman | 2009-02-03 | 1 | -1/+9 |
* | Create DebugLoc information in FastISel. Several temporary methods were | Bill Wendling | 2009-02-03 | 3 | -12/+64 |
* | Propagation in TargetLowering. Includes passing a DL | Dale Johannesen | 2009-02-03 | 2 | -2/+2 |
* | Use the SubclassData field to hold ExtType, isTrunc, and MemIndexedMode | Dan Gohman | 2009-02-03 | 1 | -21/+27 |
* | Improve -fno-opt style option processing to not require an extra | Mike Stump | 2009-02-02 | 1 | -34/+25 |
* | MergeValueInto is too smart: it might choose to do the merge the opposite dir... | Owen Anderson | 2009-02-02 | 1 | -1/+1 |
* | Commit missing files. | Dale Johannesen | 2009-02-02 | 1 | -0/+1 |
* | Reposition the DebugLoc field to reduce padding space | Dan Gohman | 2009-02-02 | 1 | -17/+18 |
* | Made the common case of default address space directive as non-virtual for pe... | Sanjiv Gupta | 2009-02-02 | 1 | -8/+18 |
* | Fix PR3453 and probably a bunch of other potential | Duncan Sands | 2009-02-01 | 1 | -18/+0 |
* | Fix PR3401: when using large integers, the type | Duncan Sands | 2009-01-31 | 1 | -0/+4 |
* | add accessors | Chris Lattner | 2009-01-31 | 1 | -0/+9 |
* | Move CurDebugLoc into SelectionDAGLowering. | Dale Johannesen | 2009-01-31 | 1 | -6/+0 |
* | Fix build on case-sensitive filesystems (i.e. everybody else) | Dale Johannesen | 2009-01-30 | 1 | -1/+1 |
* | Make LowerCallTo and LowerArguments take a DebugLoc | Dale Johannesen | 2009-01-30 | 1 | -2/+3 |
* | Get rid of the non-DebugLoc-ified getNOT() method. | Bill Wendling | 2009-01-30 | 1 | -1/+0 |
* | Propagate debug loc info for some of the *_EXTEND functions. | Bill Wendling | 2009-01-30 | 1 | -0/+1 |
* | DebugLoc form of getNOT(). | Bill Wendling | 2009-01-30 | 1 | -0/+1 |
* | Each input file is encoded as a separate compile unit in LLVM debugging | Devang Patel | 2009-01-30 | 1 | -56/+19 |
* | Add opposite_of and inverse_opt to support -fno- style options. This | Mike Stump | 2009-01-30 | 1 | -0/+33 |
* | Enable emitting of constant values in non-default address space as well. The ... | Sanjiv Gupta | 2009-01-30 | 2 | -18/+22 |
* | Fix a post-RA scheduling dependency bug. | Dan Gohman | 2009-01-30 | 1 | -0/+5 |
* | - Propagate debug loc info in combineSelectAndUse(). | Bill Wendling | 2009-01-30 | 1 | -4/+19 |
* | Fix a bug in getMaxValue/getMinValue to pass the right signedness the | Chris Lattner | 2009-01-30 | 1 | -6/+6 |
* | Propagate debug info when building SelectionDAG. | Dale Johannesen | 2009-01-30 | 1 | -0/+6 |
* | Add dump() routines to help debug debug info :) | Devang Patel | 2009-01-30 | 1 | -0/+27 |
* | Revert r63273. This was already implemented by Dale. There's no need for my | Bill Wendling | 2009-01-29 | 1 | -22/+34 |
* | - Add DebugLoc to getTargetNode(). | Bill Wendling | 2009-01-29 | 1 | -34/+22 |
* | Exit with nice warnings when register allocator run out of registers. | Evan Cheng | 2009-01-29 | 1 | -0/+4 |
* | Make x86's BT instruction matching more thorough, and add some | Dan Gohman | 2009-01-29 | 1 | -0/+2 |
* | Add DebugLoc-sensitive versions of many node creation | Dale Johannesen | 2009-01-29 | 1 | -0/+89 |
* | Fix comment about removeRange. | Evan Cheng | 2009-01-29 | 1 | -1/+1 |
* | Add DebugLoc to the getNode() methods. | Bill Wendling | 2009-01-28 | 1 | -10/+43 |
* | Add more comments describing SDNode operator codes. | Dan Gohman | 2009-01-28 | 1 | -8/+12 |
* | Add DebugLoc-aware constructors for SDNode derived | Dale Johannesen | 2009-01-28 | 1 | -0/+84 |
* | Add some comments on ISD::NodeType. | Dan Gohman | 2009-01-28 | 1 | -0/+7 |
* | Delete unnecessary elses. | Dan Gohman | 2009-01-28 | 1 | -2/+2 |
* | Enable PACKAGE_VERSION in cmake builds, this unbreaks the clang build with cm... | Chris Lattner | 2009-01-28 | 1 | -1/+1 |
* | Make isOperationLegal do what its name suggests, and introduce a | Dan Gohman | 2009-01-28 | 1 | -2/+10 |
* | Rename getAnalysisToUpdate to getAnalysisIfAvailable. | Duncan Sands | 2009-01-28 | 2 | -23/+23 |
* | Fix PR3415 (infinite loop in EscapeAnalysis) by | Duncan Sands | 2009-01-28 | 2 | -57/+0 |
* | Add three new option properties. | Mikhail Glushenkov | 2009-01-28 | 1 | -1/+4 |
* | Comment fixes. | Bill Wendling | 2009-01-28 | 1 | -9/+11 |
* | Embalm my ideas of how things should work. Not that | Dale Johannesen | 2009-01-27 | 2 | -1/+3 |
* | Add a DebugLoc field and some simple accessors. | Dale Johannesen | 2009-01-27 | 1 | -2/+29 |