aboutsummaryrefslogtreecommitdiffstats
path: root/test/DebugInfo
Commit message (Expand)AuthorAgeFilesLines
...
* Turn on pubnames by default on linux.Eric Christopher2013-08-192-1/+131
* llvm-dwarfdump: Do not include address offsets for attributes, only for tagsDavid Blaikie2013-08-197-20/+20
* DebugInfo: don't emit zero-length names for parametersDavid Blaikie2013-08-191-3/+5
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-166-10/+0
* llvm-symbolizer: add support for .gnu_debuglink sectionAlexey Samsonov2013-08-142-0/+4
* Output DW_AT_stmt_list dwarf debug info as DW_FORM_sec_offset instead of DW_F...Carlo Kok2013-08-131-0/+40
* Pass DIEHash::collectAttributes output argument by-pointer instead of by-value.Evgeniy Stepanov2013-08-131-2/+2
* Add the start of DIE hashing for DWARF4 type units and split dwarfEric Christopher2013-08-131-0/+15
* Add comment and source to testcase.Eric Christopher2013-08-121-0/+10
* Move the addition of the dwo_id as late as possible after everythingEric Christopher2013-08-121-2/+2
* For DW_TAG_template_type_parameter the actual passed in type couldEric Christopher2013-08-081-0/+54
* Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren2013-08-064-7/+8
* Bugfix for making the DWARF debug strings and labels to code emitted as secre...Carlo Kok2013-08-021-0/+40
* Revert r187597, "Bugfix for making the DWARF debug strings and labels to code...NAKAMURA Takumi2013-08-021-40/+0
* Temporarily revert "Debug Info Finder|Verifier: handle DbgLoc attached toEric Christopher2013-08-024-8/+7
* fix for LLVM debug info on llvm-mips-linux where the label name uses % instea...Carlo Kok2013-08-011-1/+1
* ARM/Hexagon testcases can't compile x86 only testcase. Reverting change to te...Carlo Kok2013-08-011-2/+2
* Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren2013-08-014-7/+8
* DebugInfo: Emit definitions for types with no members.David Blaikie2013-08-011-15/+33
* change the inlinefnlocalvar testcase so it uses a triple that's not coff (doe...Carlo Kok2013-08-011-1/+1
* Bugfix for making the DWARF debug strings and labels to code emitted as secre...Carlo Kok2013-08-011-0/+40
* Move file to X86 and add a triple to fix darwin bots for now.Eric Christopher2013-07-301-1/+1
* Fix a truly egregious thinko in anonymous namespace check,Eric Christopher2013-07-291-66/+125
* Make sure we don't emit an ODR hash for types with no name and makeEric Christopher2013-07-291-19/+60
* Clarify comments for types contained in anonymous namespaces andEric Christopher2013-07-291-1/+3
* Debug Info: enable verifier for testing cases.Manman Ren2013-07-291-2/+2
* Debug Info: update testing cases to pass verifier.Manman Ren2013-07-2910-28/+42
* DwarfDebug: MD5 is always little endian, bswap on big endian platforms.Benjamin Kramer2013-07-271-0/+0
* Debug Info Verifier: verify SPs in llvm.dbg.sp.Manman Ren2013-07-2711-31/+50
* next batch of -disable-debug-info-verifierRafael Espindola2013-07-262-2/+2
* Debug Info Verifier: enable verification of DICompileUnit.Manman Ren2013-07-2633-90/+104
* Move this to the X86 directory, unfortunately the hashes are notEric Christopher2013-07-261-0/+0
* Add preliminary support for hashing DIEs and breaking them intoEric Christopher2013-07-261-0/+116
* Debug Info: improve the verifier to check field types.Manman Ren2013-07-255-53/+57
* Current batch of -disable-debug-info-verifier.Rafael Espindola2013-07-253-4/+4
* Debug Info: improve the verifier to check field types.Manman Ren2013-07-2519-78/+82
* Replace the "NoFramePointerElimNonLeaf" target option with a function attribute.Bill Wendling2013-07-251-2/+2
* Update testing cases to pass debug info verifier.Manman Ren2013-07-2412-80/+87
* Update testing cases to pass debug info verifier.Manman Ren2013-07-246-57/+62
* Debug Info: improve the Finder.Manman Ren2013-07-241-1/+1
* Debug Info: improve the Finder.Manman Ren2013-07-231-1/+1
* llvm/test/DebugInfo/X86/dbg-value-range.ll: Add -disable-debug-info-verifier,...NAKAMURA Takumi2013-07-231-1/+1
* Debug Info Finder: use processDeclare and processValue to list debug infoManman Ren2013-07-237-7/+7
* Recommit r186217 with testcase fix:Bill Wendling2013-07-221-3/+3
* Try to appease the bots.Manman Ren2013-07-192-2/+2
* Debug Info: enable verifying by default and disable testing cases that fail.Manman Ren2013-07-198-10/+10
* Further simplify test case from r186119/r186035.David Blaikie2013-07-151-123/+94
* In response to dblaikie's comment on r186035, replacing theAdrian Prantl2013-07-111-136/+163
* Add a comment.Adrian Prantl2013-07-101-0/+39
* Add a testcase for r186014.Adrian Prantl2013-07-101-0/+139