aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reorder args, constify.Dale Johannesen2009-01-271-9/+9
* Use .empty() instead of comparing .size() with 0.Dan Gohman2009-01-271-1/+1
* Update to latest spelling.Dale Johannesen2009-01-271-2/+2
* Add DebugLoc field and simple accessors.Dale Johannesen2009-01-271-3/+44
* Refine DebugLoc per review comments.Evan Cheng2009-01-272-13/+15
* Add an assertion to the form of SelectionDAG::getConstant that takesDan Gohman2009-01-271-2/+5
* Make some comments doxygen-friendly.Dan Gohman2009-01-271-5/+5
* No need to keep size of DebugLocations vector separately.Evan Cheng2009-01-261-4/+1
* Make the Dwarf macro information section optional; CellSPU's assemblerScott Michel2009-01-261-5/+12
* Implement Red Zone utilization on x86-64. This is currentlyDan Gohman2009-01-261-0/+4
* Add method raw_fd_ostream::seek() for random access within a file.Ted Kremenek2009-01-261-1/+5
* Fix the name of an argument.Dan Gohman2009-01-261-2/+2
* Fix a bug in BitVector.h. All assignment operations (except the usual Roman Levenstein2009-01-261-3/+3
* Actually source file has already been uniquified into an id during isel. Elim...Evan Cheng2009-01-262-25/+9
* Add data structure to define and track debug location during codegen.Evan Cheng2009-01-262-1/+123
* Looks like comments were chopped off.Evan Cheng2009-01-261-2/+3
* LLVM_SUPPORT_DEBUGINFO_H -> LLVM_ANALYSIS_DEBUGINFO_H since DebugInfo.h is un...Evan Cheng2009-01-261-2/+2
* Take the next steps in making SDUse more consistent with LLVM Use, andDan Gohman2009-01-261-178/+161
* Eliminate the loop that searches through each of the operandsDan Gohman2009-01-251-1/+1
* Introduce two DWARF attribute extentions DW_AT_APPLE_optimized, DW_AT_APPLE_f...Devang Patel2009-01-232-2/+10
* Simplify the logic of getting hold of a PHI predecessor block.Gabor Greif2009-01-232-2/+9
* Add support for deleting a module provider from a JIT in such a way that it d...Nate Begeman2009-01-231-1/+7
* Cross register class coalescing. Not yet enabled.Evan Cheng2009-01-231-0/+6
* introduce a useful abstraction to find out if a Use is in the call position o...Gabor Greif2009-01-221-0/+4