summaryrefslogtreecommitdiff
path: root/test/DebugInfo
Commit message (Expand)AuthorAge
* Add derived from source.Eric Christopher2013-08-27
* Add a testcase to ensure that the pubnames section uses an offsetEric Christopher2013-08-27
* Treat the pubtypes section similarly to the pubnames section and emitEric Christopher2013-08-26
* Debug Info: add an identifier field to DICompositeType.Manman Ren2013-08-26
* Update to remove the no-frame-pointer-elim-non-leaf flag if it was set to 'fa...Bill Wendling2013-08-22
* DebugInfo: Do not use the DWARF Version for the .debug_pubnames or .debug_pub...David Majnemer2013-08-21
* Turn on pubnames by default on linux.Eric Christopher2013-08-19
* llvm-dwarfdump: Do not include address offsets for attributes, only for tagsDavid Blaikie2013-08-19
* DebugInfo: don't emit zero-length names for parametersDavid Blaikie2013-08-19
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* llvm-symbolizer: add support for .gnu_debuglink sectionAlexey Samsonov2013-08-14
* Output DW_AT_stmt_list dwarf debug info as DW_FORM_sec_offset instead of DW_F...Carlo Kok2013-08-13
* Pass DIEHash::collectAttributes output argument by-pointer instead of by-value.Evgeniy Stepanov2013-08-13
* Add the start of DIE hashing for DWARF4 type units and split dwarfEric Christopher2013-08-13
* Add comment and source to testcase.Eric Christopher2013-08-12
* Move the addition of the dwo_id as late as possible after everythingEric Christopher2013-08-12
* For DW_TAG_template_type_parameter the actual passed in type couldEric Christopher2013-08-08
* Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren2013-08-06
* Bugfix for making the DWARF debug strings and labels to code emitted as secre...Carlo Kok2013-08-02
* Revert r187597, "Bugfix for making the DWARF debug strings and labels to code...NAKAMURA Takumi2013-08-02
* Temporarily revert "Debug Info Finder|Verifier: handle DbgLoc attached toEric Christopher2013-08-02
* fix for LLVM debug info on llvm-mips-linux where the label name uses % instea...Carlo Kok2013-08-01
* ARM/Hexagon testcases can't compile x86 only testcase. Reverting change to te...Carlo Kok2013-08-01
* Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren2013-08-01
* DebugInfo: Emit definitions for types with no members.David Blaikie2013-08-01
* change the inlinefnlocalvar testcase so it uses a triple that's not coff (doe...Carlo Kok2013-08-01
* Bugfix for making the DWARF debug strings and labels to code emitted as secre...Carlo Kok2013-08-01
* Move file to X86 and add a triple to fix darwin bots for now.Eric Christopher2013-07-30
* Fix a truly egregious thinko in anonymous namespace check,Eric Christopher2013-07-29
* Make sure we don't emit an ODR hash for types with no name and makeEric Christopher2013-07-29
* Clarify comments for types contained in anonymous namespaces andEric Christopher2013-07-29
* Debug Info: enable verifier for testing cases.Manman Ren2013-07-29
* Debug Info: update testing cases to pass verifier.Manman Ren2013-07-29
* DwarfDebug: MD5 is always little endian, bswap on big endian platforms.Benjamin Kramer2013-07-27
* Debug Info Verifier: verify SPs in llvm.dbg.sp.Manman Ren2013-07-27
* next batch of -disable-debug-info-verifierRafael Espindola2013-07-26
* Debug Info Verifier: enable verification of DICompileUnit.Manman Ren2013-07-26
* Move this to the X86 directory, unfortunately the hashes are notEric Christopher2013-07-26
* Add preliminary support for hashing DIEs and breaking them intoEric Christopher2013-07-26
* Debug Info: improve the verifier to check field types.Manman Ren2013-07-25
* Current batch of -disable-debug-info-verifier.Rafael Espindola2013-07-25
* Debug Info: improve the verifier to check field types.Manman Ren2013-07-25
* Replace the "NoFramePointerElimNonLeaf" target option with a function attribute.Bill Wendling2013-07-25
* Update testing cases to pass debug info verifier.Manman Ren2013-07-24
* Update testing cases to pass debug info verifier.Manman Ren2013-07-24
* Debug Info: improve the Finder.Manman Ren2013-07-24
* Debug Info: improve the Finder.Manman Ren2013-07-23
* llvm/test/DebugInfo/X86/dbg-value-range.ll: Add -disable-debug-info-verifier,...NAKAMURA Takumi2013-07-23
* Debug Info Finder: use processDeclare and processValue to list debug infoManman Ren2013-07-23
* Recommit r186217 with testcase fix:Bill Wendling2013-07-22