aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/DebugLoc.h
Commit message (Expand)AuthorAgeFilesLines
* Print out a new label only if the debug location *tuple* is different. The debugBill Wendling2009-02-191-0/+7
* --- Merging (from foreign repository) r64714 into '.':Bill Wendling2009-02-171-5/+2
* It isn't necessary to explicitly clear the contents of std::vectorDan Gohman2009-02-111-7/+2
* Constify operators.Bill Wendling2009-02-061-2/+2
* Add comparison operators to DebugLoc.Bill Wendling2009-02-061-0/+3
* Add getter for the index.Bill Wendling2009-02-031-0/+2
* Comment fixes.Bill Wendling2009-01-281-9/+11
* Refine DebugLoc per review comments.evancheng2009-01-271-9/+11
* No need to keep size of DebugLocations vector separately.Evan Cheng2009-01-261-4/+1
* Actually source file has already been uniquified into an id during isel. Elim...evancheng2009-01-261-23/+7
* Add data structure to define and track debug location during codegen.evancheng2009-01-261-0/+109