summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
Commit message (Expand)AuthorAge
* PR15662: Optimized debug info produces out of order function parametersTom Stellard2013-07-19
* Merging r182344:Bill Wendling2013-05-21
* Merging r181296:Bill Wendling2013-05-08
* DebugInfo: Support imported modules in lexical blocksDavid Blaikie2013-05-06
* Temporarily revert "Change the informal convention of DBG_VALUE so that we ca...Adrian Prantl2013-04-30
* Change the informal convention of DBG_VALUE so that we can express aAdrian Prantl2013-04-30
* Use the target triple from the target machine rather than the moduleEric Christopher2013-04-27
* Cleanup and document MachineLocation.Adrian Prantl2013-04-26
* Formatting.Eric Christopher2013-04-24
* Tidy.Eric Christopher2013-04-22
* Revert "Revert "PR14606: debug info imported_module support""David Blaikie2013-04-22
* Revert "PR14606: debug info imported_module support"Eric Christopher2013-04-19
* PR14606: debug info imported_module supportDavid Blaikie2013-04-19
* The .dwo section shouldn't contain the unrelocated values (andEric Christopher2013-04-09
* DW_FORM_sec_offset should be a relocation on platforms that useEric Christopher2013-04-07
* Dwarf: use utostr on CUID to append to SmallString.Manman Ren2013-04-06
* Debug Info: revert 178722 for now.Manman Ren2013-04-04
* Debug Info: according to DWARF 2, FORM_ref_addr the same size as an address onManman Ren2013-04-04
* Remove ZeroOrMore from the option description. We don't need it here.Eric Christopher2013-04-03
* Use SmallVectorImpl instead of SmallVector at the uses.Eric Christopher2013-03-29
* Use 12 as the magic number for our abbreviation data and ourEric Christopher2013-03-29
* Move the construction of the skeleton compile unit after theEric Christopher2013-03-29
* No functionality change. Use unreachable in getCUOffset.Manman Ren2013-03-13
* Debug Info: use DW_FORM_ref_addr instead of DW_FORM_ref4 if the referenced DIEManman Ren2013-03-12
* Remove support for versioned debug info.David Blaikie2013-03-11
* Debug Info: store the files and directories for each compile unit.Manman Ren2013-03-07
* Use getSplitDebugFilename when constructing the skeleton cu andEric Christopher2013-02-22
* Allow optionally generating pubnames section in DWARF info. IntroduceKrzysztof Parzyszek2013-02-12
* Dwarf: do not use line_table_start in at_stmt_list since we do not always emit Manman Ren2013-02-09
* "Clean up" line section symbol emission by emitting the sectionEric Christopher2013-02-07
* Clean up multiple skeleton compile units if we have multiple compileEric Christopher2013-02-06
* Remove some dead code.Eric Christopher2013-02-06
* Attempt to recover gdb bot after r174445.Manman Ren2013-02-06
* Dwarf: support for LTO where a single object file can have multiple line tablesManman Ren2013-02-05
* Construct a skeleton cu for each compile unit in the module, not justEric Christopher2013-02-05
* Add support for emitting a stub DW_AT_GNU_dwo_id as part of theEric Christopher2013-02-05
* [Dwarf] early exit to avoid creating dangling DIEsManman Ren2013-01-31
* Fix comment.Eric Christopher2013-01-28
* Fix the assembly and dissassembly of DW_FORM_sec_offset. Found this byEric Christopher2013-01-17
* Add the DW_AT_GNU_addr_base for the skeleton cu. Add support forEric Christopher2013-01-17
* Split address information for DWARF5 split dwarf proposal. This involvesEric Christopher2013-01-15
* Last in the series of removing unnecessary '0' arguments forEric Christopher2013-01-09
* These functions have default arguments of 0 for the last arg. UseEric Christopher2013-01-09
* These functions have default arguments of 0 for the last arg. UseEric Christopher2013-01-09
* Move the string pools down into the units. No functional change.Eric Christopher2013-01-08
* Whitespace and 80-col.Eric Christopher2013-01-07
* Add support for separating strings for the split debug info DWARF5Eric Christopher2013-01-07
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* For the dwarf5 split debug info code split out the string sectionEric Christopher2012-12-27
* Whitespace and 80-column cleanup.Eric Christopher2012-12-20