aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Regenerated configure after backing out 62553 and r62616.Tanya Lattner2009-01-221-6/+0
* rename methods in System/Host to be more consistent.Chris Lattner2009-01-221-7/+7
* Add SelectionDAG::getNOT method to construct bitwise NOT operations,Bob Wilson2009-01-221-0/+3
* Eliminate a couple of fields from TargetRegisterClass: SubRegClasses and Supe...Evan Cheng2009-01-222-31/+3
* Bump to 2.6svn.Tanya Lattner2009-01-221-0/+6
* The operator<() and operator>() were reversing their tests. Have the test the...Bill Wendling2009-01-221-4/+4
* Get rid of warning about implicit 64-to-32 bit conversions.Bill Wendling2009-01-221-1/+3
* Add explicit this-> (to make the VS compiler happy).Steve Naroff2009-01-211-1/+1
* Fix ilist two-phase name lookupDouglas Gregor2009-01-211-1/+1
* Add a comment to SelectionDAG::ReplaceAllUsesWith to describe a subtleDan Gohman2009-01-211-0/+5
* Do not use host floating point types when emittingDale Johannesen2009-01-212-4/+6
* Cleanup whitespace and comments, and tweak someDuncan Sands2009-01-211-12/+11
* Allow targets to legalize operations (with illegal operands) that produces mu...Sanjiv Gupta2009-01-211-0/+17