summaryrefslogtreecommitdiff
path: root/test/DebugInfo
Commit message (Expand)AuthorAge
* Add DWARF discriminator support to DILexicalBlocks.Diego Novillo2014-03-03
* Debug info: Remove ARMAsmPrinter::EmitDwarfRegOp(). AsmPrinter can nowAdrian Prantl2014-02-27
* Don't emit anything into the debug_ranges section if we aren't emittingEric Christopher2014-02-27
* If we're only emitting line tables for a particular CU then don't addEric Christopher2014-02-27
* Add a debug info code generation level to the compile unit metadataEric Christopher2014-02-27
* llvm-symbolizer: use dynamic symbol table if the regular one is stripped.Alexey Samsonov2014-02-26
* Attempt to unbreak an MSVC buildbot by switching to %llc_dwarf.Adrian Prantl2014-02-25
* DwarfDebug: Avoid emitting an empty debug_aranges section when aranges are di...David Blaikie2014-02-25
* Address review comments for r202188.Adrian Prantl2014-02-25
* Debug info: Support variadic functions.Adrian Prantl2014-02-25
* Revert "Debug info: Support variadic functions."Adrian Prantl2014-02-25
* Debug info: Support variadic functions.Adrian Prantl2014-02-25
* llvm-dwarfdump: Support for debug_line.dwo section for file names for type un...David Blaikie2014-02-24
* Add support for hashing attributes with DW_FORM_block. This requiredEric Christopher2014-02-20
* Add a DIELoc class to cover the DW_FORM_exprloc set of expressionsEric Christopher2014-02-16
* DebugInfo: Deduplicate entries in the fission address tableDavid Blaikie2014-02-15
* DebugInfo: Implement DW_AT_stmt_list for type unitsDavid Blaikie2014-02-14
* DebugInfo: Don't include the name of the CU file in the line table file list ...David Blaikie2014-02-14
* Support DWARF discriminators in object streamer.Diego Novillo2014-02-14
* Revert "DebugInfo: Don't include the name of the CU file in the line table fi...Eric Christopher2014-02-14
* llvm/test/DebugInfo/empty.ll: Mark it as XFAIL:win32 lacking of line table.NAKAMURA Takumi2014-02-14
* [PR18809] Remove XFAIL from DebugInfo/empty.ll.NAKAMURA Takumi2014-02-14
* DebugInfo: Don't include the name of the CU file in the line table file list ...David Blaikie2014-02-14
* Disable emission of aranges by default and add a command lineEric Christopher2014-02-14
* Tweak llvm/test/DebugInfo/X86/generate-odr-hash.ll corresponding to r201351 (...NAKAMURA Takumi2014-02-13
* [PR18809] Revert r201187, "DebugInfo: Don't include the name of the CU file i...NAKAMURA Takumi2014-02-13
* DebugInfo: Demonstrate that we're not currently uniquing address table entrie...David Blaikie2014-02-12
* DebugInfo: Merge fission and non-fission (and 32 and 64 bit) tests for TLS su...David Blaikie2014-02-12
* Debug info: Bugfix for r201190: DW_OP_piece takes bytes, not bits.Adrian Prantl2014-02-12
* [PR18809] Mark DebugInfo/empty.ll as XFAIL:cygming.NAKAMURA Takumi2014-02-12
* DwarfUnit: Include type unit's file strings in the defining compile unit's fi...David Blaikie2014-02-12
* Reapply r201180 with an additional error path.Adrian Prantl2014-02-11
* Revert "Debug info: Emit values in subregisters that do not have a separate"Adrian Prantl2014-02-11
* DebugInfo: Don't include the name of the CU file in the line table file list ...David Blaikie2014-02-11
* Debug info: Emit values in subregisters that do not have a separateAdrian Prantl2014-02-11
* ARM: Enable use of relocation type tlsldo in debug info for tls data.Kai Nacke2014-02-05
* Revert: ARM: Enable use of relocation type tlsldo in debug info for tls data.Kai Nacke2014-02-04
* ARM: Enable use of relocation type tlsldo in debug info for tls data.Kai Nacke2014-02-04
* DebugInfo: Remove some unneeded conditionals now that DIBuilder no longer emi...David Blaikie2014-02-04
* DebugInfo: Flag type unit references as declarationsDavid Blaikie2014-01-31
* Add a link to a bug to a couple of FIXMEsTimur Iskhodzhanov2014-01-30
* Explicitly specify the CPU to avoid Atom-specific assembly mismatchTimur Iskhodzhanov2014-01-30
* Reland r200340 - 'Add line table debug info to COFF files when using a win32 ...Timur Iskhodzhanov2014-01-30
* If we use DW_AT_ranges we need to specify a base address that rangesEric Christopher2014-01-29
* Turn on CU ranges if we've got multiple compile units in the sameEric Christopher2014-01-29
* Revert r200340, "Add line table debug info to COFF files when using a win32 t...NAKAMURA Takumi2014-01-29
* Disable the COFF tests on non-X86 archsTimur Iskhodzhanov2014-01-28
* Add line table debug info to COFF files when using a win32 triple.Timur Iskhodzhanov2014-01-28
* [Sparc] Add support for parsing DW_CFA_GNU_window_save. Venkatraman Govindaraju2014-01-26
* Fix known typosAlp Toker2014-01-24