summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add support to emit debug info for C++ namespaces.Devang Patel2009-12-151-14/+60
* Use DW_AT_specification to point to DIE describing function declaration.Devang Patel2009-12-141-52/+31
* Construct CompileUnits lazily.Devang Patel2009-12-111-8/+10
* If VariableDIe is not created (may be because global was optimzed away) then ...Devang Patel2009-12-101-0/+2
* Refactor code that finds context for a given die.Devang Patel2009-12-101-38/+21
* Refactor.Devang Patel2009-12-101-20/+35
* Reapply r90858, a cleanup patch.Devang Patel2009-12-091-144/+68
* Revert 90858 90875 and 90805 for now.Devang Patel2009-12-081-136/+151
* Cleanup.Devang Patel2009-12-081-145/+69
* Do not try to push dead variable's debug info into namespace info.Devang Patel2009-12-081-3/+5
* Add support to emit debug info for c++ style namespaces.Devang Patel2009-12-071-8/+67
* Don't print a space before the : between the file name and line number.Dan Gohman2009-12-051-2/+2
* Print newlines after printing labels for debug info, so that the outputDan Gohman2009-12-051-0/+1
* In TAG_subrange_type, uppder bound is zero indexed. Devang Patel2009-12-041-2/+1
* Insert composite type DIE into the map before processing type fields. This al...Devang Patel2009-12-031-1/+1
* Add support to emit debug info for virtual functions and virtual base classes.Devang Patel2009-12-031-3/+31
* Emit method definition DIE at module level (even for methods with inlined fun...Devang Patel2009-12-031-24/+75
* Clarify that DIEString does not keep a copy of the string.Devang Patel2009-12-021-2/+2
* Reuse existing subprogram DIE.Devang Patel2009-12-011-2/+7
* Clear function specific containers while processing end of a function, even i...Devang Patel2009-12-011-9/+7
* If pointer type has a name then do not ignore the name.Devang Patel2009-11-301-1/+1
* Avoid some possibly unsafe uses of StringRef::data().Benjamin Kramer2009-11-251-3/+3
* Use StringRef (again) in DebugInfo interface.Devang Patel2009-11-251-42/+41
* Use StringRef instead of std::string in DIEString.Devang Patel2009-11-241-1/+1
* Swith to pubtypes section before emitting pub types.Devang Patel2009-11-241-0/+3
* Emit pubtypes.Devang Patel2009-11-241-23/+89
* Simplify this code.Dan Gohman2009-11-231-1/+1
* Revert r89487.Devang Patel2009-11-231-1/+1
* Add getFrameIndexReference() to TargetRegisterInfo, which allows targets toJim Grosbach2009-11-221-5/+6
* 80-column cleanupJim Grosbach2009-11-221-10/+18
* remove trailing whitespaceJim Grosbach2009-11-211-39/+39
* Cosmetic changes, which were long overdue, in DwarfDebug.cpp.Devang Patel2009-11-211-375/+383
* Remove dead code.Devang Patel2009-11-211-15/+0
* There is no need to use FoldingSet to unique DIEs. Devang Patel2009-11-211-157/+56
* Do not hold on to a map slot while new entries may be inserted into the map.Devang Patel2009-11-201-27/+33
* There is no need to emit source location info for DW_TAG_pointer_type.Devang Patel2009-11-201-1/+1
* Remove VISIBILITY_HIDDEN from the classes in this directory. Fixes bug 5507.Nick Lewycky2009-11-171-1/+0
* Revert r88939.Nick Lewycky2009-11-171-2/+2
* Revert r88939.Devang Patel2009-11-161-2/+2
* Add VISIBILITY_HIDDEN marker.Devang Patel2009-11-161-2/+2
* Ignore nameless variables.Devang Patel2009-11-131-1/+3
* "Attach debug info with llvm instructions" mode was enabled a month ago. Now ...Devang Patel2009-11-121-232/+2
* If doesSupportDebugInformation() is false then do not try to emit dwarf debug...Devang Patel2009-11-111-0/+3
* Fix -Asserts warning.Daniel Dunbar2009-11-111-0/+1
* Do not assume first function scope seen represents current function. Devang Patel2009-11-111-2/+3
* While creating DbgScopes, do not forget parent scope. Devang Patel2009-11-111-0/+2
* Ignore variable if scope info is not available.Devang Patel2009-11-101-2/+5
* Implement support to debug inlined functions.Devang Patel2009-11-101-364/+488
* Do not bother to emit debug info for nameless global variable.Devang Patel2009-11-061-2/+2
* Do not try to emit debug info entry for dead global variable.Devang Patel2009-11-061-1/+6
OpenPOWER on IntegriCloud