aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/DebugLoc.h
AgeCommit message (Expand)Author
2009-06-19mv CodeGen/DebugLoc.h Support/DebugLoc.hDevang Patel
2009-05-21Temporarily revert r72191. It was causing an assert during llvm-gccBill Wendling
2009-05-20Introduce DebugScope which gets embedded into the machine instructions' Debug...Argyrios Kyrtzidis
2009-04-30Make DebugLoc independent of DwarfWriter.Argyrios Kyrtzidis
2009-02-19Print out a new label only if the debug location *tuple* is different. The debugBill Wendling
2009-02-17--- Merging (from foreign repository) r64714 into '.':Bill Wendling
2009-02-11It isn't necessary to explicitly clear the contents of std::vectorDan Gohman
2009-02-06Constify operators.Bill Wendling
2009-02-06Add comparison operators to DebugLoc.Bill Wendling
2009-02-03Add getter for the index.Bill Wendling
2009-01-28Comment fixes.Bill Wendling
2009-01-27Refine DebugLoc per review comments.Evan Cheng
2009-01-26No need to keep size of DebugLocations vector separately.Evan Cheng
2009-01-26Actually source file has already been uniquified into an id during isel. Elim...Evan Cheng
2009-01-26Add data structure to define and track debug location during codegen.Evan Cheng