summaryrefslogtreecommitdiff
path: root/test/DebugInfo
Commit message (Expand)AuthorAge
...
* DebugInfo: Avoid emitting standard opcode lengths in debug_line.dwo headers w...David Blaikie2014-03-18
* DebugInfo: Implement debug_line.dwo for file names used in type units during ...David Blaikie2014-03-18
* DebugInfo: Flag test as requiring object emission supportDavid Blaikie2014-03-18
* DebugInfo: Do not rely on the compilation dir (index 0) for files in line tab...David Blaikie2014-03-18
* DebugInfo: Move line table zero-directory-index (compilation dir) handling in...David Blaikie2014-03-17
* Use a fixed subtarget for test so atom scheduling can't change the addresses ...Benjamin Kramer2014-03-15
* Remove command line option for CU hashing. This is on by default now.Eric Christopher2014-03-14
* Make the arbitrary section name be something mach-o compatible.Eric Christopher2014-03-14
* If we see that we're emitting code for a function that doesn't haveEric Christopher2014-03-14
* Remove the -generate-dwarf-cu-ranges flag.Eric Christopher2014-03-14
* Use DW_AT_linkage_name when we're emitting DWARF4 or above.Eric Christopher2014-03-13
* decl-derived-member.ll: Try to unbreak. Don't add -mtriple to %llc_dwarf.NAKAMURA Takumi2014-03-12
* Add a triple to fix the test on OS X.Rafael Espindola2014-03-12
* Fix two thinkos in testcase and remove XFAIL.Eric Christopher2014-03-12
* XFAIL this temporarily.Eric Christopher2014-03-12
* Move test to X86 only for now.Eric Christopher2014-03-12
* When computing the size of a base type be conservative if the typeEric Christopher2014-03-12
* Turn on hashing by default for split dwarf compile units.Eric Christopher2014-03-12
* DebugInfo: Omit pubnames/pubtypes when compiling with -gmltDavid Blaikie2014-03-12
* DebugInfo: Do not emit pubnames/pubtypes sections if they are emptyDavid Blaikie2014-03-11
* Test for empty pubnames/pubtypesDavid Blaikie2014-03-11
* DebugInfo: Refactor emitDebugPubNames/Types into a common implementationDavid Blaikie2014-03-11
* Clean up test/DebugInfo/empty.ll now that we have an alias for "llc with dwar...David Blaikie2014-03-11
* DebugInfo: Use DW_FORM_data4 for DW_AT_high_pc in DW_TAG_lexical_blocksDavid Blaikie2014-03-08
* Add support for hashing location information for CU level hashes.Eric Christopher2014-03-08
* Remove unnecessary test for Darwin and update testcase to be a little lessAdrian Prantl2014-03-07
* DebugInfo: Use DW_FORM_data4 for DW_AT_high_pc in inlined functionsDavid Blaikie2014-03-07
* DebugInfo: Update test to cover linux (with a FIXME...) tooDavid Blaikie2014-03-07
* DebugInfo: Restrict DW_AT_high_pc encoding as data4 offset to DWARF 4 as per ...David Blaikie2014-03-07
* DebugInfo: Limit r203187 to non-darwin as lldb can't handle this yetDavid Blaikie2014-03-07
* DebugInfo: Emit DW_TAG_subprogram's DW_AT_high_pc as an offset from the low_pcDavid Blaikie2014-03-07
* DebugInfo: Refactor test to not rely on fixed DIE offsetsDavid Blaikie2014-03-07
* DebugInfo: Improve test to not depend on the specific naming of temporary sym...David Blaikie2014-03-07
* DebugInfo: Tag units as having been indexed in GNU pubnames by using a DW_AT_...David Blaikie2014-03-06
* DebugInfo: Shrink pubnames/pubtypes in the presence of type units by only emi...David Blaikie2014-03-06
* 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