aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/DebugInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use v.data() instead of &v[0] when SmallVector v might be empty.Jay Foad2009-05-211-1/+1
* Non-functionality changes:Bill Wendling2009-05-141-110/+85
* Print out nicer dump info for DIDescriptor.Bill Wendling2009-05-081-1/+2
* Revert 71165. It did more than just revert 71158 and it introducedDan Gohman2009-05-071-31/+1
* Temporarily revert r71158. It was causing a failure during a full bootstrap:Bill Wendling2009-05-071-1/+31
* Add dump method to DIDescriptor.Bill Wendling2009-05-051-1/+5
* Do not require variable debug info nodes to have a compile unit.Chris Lattner2009-05-051-2/+1
* -Move the DwarfWriter::ValidDebugInfo check to a static DIDescriptor::ValidDe...Argyrios Kyrtzidis2009-05-031-0/+44
* Add a method to check that the subprogram holds debug info for the given Func...Devang Patel2009-04-151-0/+13
* Do not ignore DW_TAG_class_type!Devang Patel2009-03-251-0/+1
* Oops...I committed too much.Bill Wendling2009-03-131-38/+37
* Temporarily XFAIL this test.Bill Wendling2009-03-131-37/+38
* Global variables don't have a corresponding llvm.dbg.declare, yet it is possibleTorok Edwin2009-03-101-0/+58
* Pass in a std::string when getting the names of debugging things. This cuts downBill Wendling2009-03-091-14/+35
* Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands2009-03-071-1/+1
* If compile unit's language is not set then don't crash while dump'ing compile...Devang Patel2009-02-241-1/+2
* The debugger sometimes lookup dynamically in the runtime to find ivar info of...Devang Patel2009-02-171-4/+8
* Emit debug info for bitfields.Devang Patel2009-02-171-3/+12
* Each input file is encoded as a separate compile unit in LLVM debuggingDevang Patel2009-01-301-38/+14
* Add dump() routines to help debug debug info :)Devang Patel2009-01-301-0/+101
* Introduce two DWARF attribute extentions DW_AT_APPLE_optimized, DW_AT_APPLE_f...Devang Patel2009-01-231-2/+6
* Need only one set of debug info versions enum.Devang Patel2009-01-201-2/+2
* Verify debug info.Devang Patel2009-01-191-0/+94
* Add classof() methods to support isa<> and other related facilities.Devang Patel2009-01-121-8/+2
* Add classof() methods so that dwarf writer can decide what DIDescriptor is in...Devang Patel2009-01-051-0/+5
* Construct array/vector type DIEs using DebugInfo.Devang Patel2009-01-051-1/+6
* Today the front-ends (llvm-gcc and clang) generate multiple llvm.dbg.compile_...Devang Patel2008-12-171-13/+39
* Add utility functions to search for DbgStopPointInst corresponding to anTorok Edwin2008-12-161-0/+73
* use different name for parameter to make it clear that we set DIDescriptor::GVTorok Edwin2008-12-161-2/+2
* Fix getFieldAs() to use the parameter instead of 6.Torok Edwin2008-12-131-0/+8
* Move getCastToEmpty out of DIDescriptor into DIFactory. It is anChris Lattner2008-11-101-44/+45
* Add a new set of helper classes for creating and reading debug Chris Lattner2008-11-101-0/+662