aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/DebugInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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