aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/DebugInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Match declaration to definition.Daniel Dunbar2009-07-121-1/+1
* Re-LLVMContext-ize DebugInfo, now with less breakage.Owen Anderson2009-07-071-0/+3
* Simplify debug info intrisinc lowering.Devang Patel2009-07-021-2/+0
* Fix typo.Devang Patel2009-07-021-5/+5
* Add debug info utility routines.Devang Patel2009-07-021-0/+48
* Remove unnecessary includes.Devang Patel2009-06-261-2/+0
* Remove debug info anchors - llvm.dbg.compile_units, llvm.dbg.subprogramsDevang Patel2009-06-261-23/+10
* It is not a good idea to have data member's name match argument's name. In fa...Devang Patel2009-06-231-11/+11
* Add DISubprogram::getReturnTypeName()Devang Patel2009-06-231-0/+13
* Non-functionality changes:Bill Wendling2009-05-141-13/+40
* Revert 71165. It did more than just revert 71158 and it introducedDan Gohman2009-05-071-14/+0
* Temporarily revert r71158. It was causing a failure during a full bootstrap:Bill Wendling2009-05-071-0/+14
* Add dump method to DIDescriptor.Bill Wendling2009-05-051-0/+2
* -Move the DwarfWriter::ValidDebugInfo check to a static DIDescriptor::ValidDe...Argiris Kirtzidis2009-05-031-0/+4
* Add a method to check that the subprogram holds debug info for the given Func...Devang Patel2009-04-151-0/+4
* Oops...I committed too much.Bill Wendling2009-03-131-19/+23
* Temporarily XFAIL this test.Bill Wendling2009-03-131-23/+19
* Global variables don't have a corresponding llvm.dbg.declare, yet it is possibleEdwin Török2009-03-101-0/+6
* Pass in a std::string when getting the names of debugging things. This cuts downBill Wendling2009-03-091-11/+31
* The debugger sometimes lookup dynamically in the runtime to find ivar info of...Devang Patel2009-02-171-2/+7
* Emit debug info for bitfields.Devang Patel2009-02-171-3/+6
* Unbreak the build on win32.Cédric Venet2009-02-141-2/+2
* Each input file is encoded as a separate compile unit in LLVM debuggingDevang Patel2009-01-301-56/+19
* Add dump() routines to help debug debug info :)Devang Patel2009-01-301-0/+27
* LLVM_SUPPORT_DEBUGINFO_H -> LLVM_ANALYSIS_DEBUGINFO_H since DebugInfo.h is un...evancheng2009-01-261-2/+2
* Introduce two DWARF attribute extentions DW_AT_APPLE_optimized, DW_AT_APPLE_f...Devang Patel2009-01-231-1/+5
* Encode member accessibility.Devang Patel2009-01-211-1/+1
* Appropriately mark fowrad decls.Devang Patel2009-01-201-0/+10
* Need only one set of debug info versions enum.Devang Patel2009-01-201-11/+2
* zap white spaces.Devang Patel2009-01-201-56/+48
* Enable debug info for composite types.Devang Patel2009-01-201-0/+1
* Verify debug info.Devang Patel2009-01-191-0/+17
* DebugInfo is a lightweight APIs and consumers are expected to use light objec...Devang Patel2009-01-191-59/+0
* Use lightweight DebugInfo objects directly.Devang Patel2009-01-151-0/+1
* Add classof() methods to support isa<> and other related facilities.Devang Patel2009-01-121-9/+74
* Extract source location info from DebugInfo.Devang Patel2009-01-051-9/+31
* Add classof() methods so that dwarf writer can decide what DIDescriptor is in...Devang Patel2009-01-051-2/+17
* Construct stuct field DIEs.Devang Patel2009-01-051-0/+1
* Construct enumerator DIE using DebugInfo.Devang Patel2009-01-051-1/+1
* Construct array/vector type DIEs using DebugInfo.Devang Patel2009-01-051-10/+12
* Now, getTag() is used by DwarfWriter.Devang Patel2009-01-051-3/+4
* Today the front-ends (llvm-gcc and clang) generate multiple llvm.dbg.compile_...Devang Patel2008-12-171-9/+33
* Add utility functions to search for DbgStopPointInst corresponding to anEdwin Török2008-12-161-1/+14
* Fix getFieldAs() to use the parameter instead of 6.Edwin Török2008-12-131-1/+1
* Move getCastToEmpty out of DIDescriptor into DIFactory. It is anChris Lattner2008-11-101-6/+6
* Fix a bug with default arguments that apple gcc doesn't notice that llvmbb does.Chris Lattner2008-11-101-1/+1
* Add a new set of helper classes for creating and reading debug Chris Lattner2008-11-101-0/+394