2013-10-21 |
David Blaikie | DebugInfo: Hash DW_FORM_GNU_str_index as a string. |
tree | commitdiff |
2013-10-17 |
Michael Kuperstein | Changing DebugInfoFinder to iterate over all the compil... |
tree | commitdiff |
2013-10-17 |
Eric Christopher | According to the dwarf standard pubnames and pubtypes... |
tree | commitdiff |
2013-10-17 |
Eric Christopher | Add the subprogram DIEs to the context they're created... |
tree | commitdiff |
2013-10-16 |
David Blaikie | DIEHash: Use DW_FORM_sdata for integers, per spec. |
tree | commitdiff |
2013-10-16 |
David Blaikie | Update test case due to DIE hashing in r192836 |
tree | commitdiff |
2013-10-16 |
Eric Christopher | Fix a pair of bugs in the emission of pubname tables: |
tree | commitdiff |
2013-10-15 |
Andrew Trick | Enable MI Sched for x86. |
tree | commitdiff |
2013-10-11 |
Manman Ren | Debug Info Testing Case: check for the name of a structure. |
tree | commitdiff |
2013-10-10 |
Manman Ren | Debug Info: In DIBuilder, the context field of subprogr... |
tree | commitdiff |
2013-10-10 |
Manman Ren | Add comments to debug info testing case. |
tree | commitdiff |
2013-10-09 |
Manman Ren | Debug Info: In DIBuilder, the context and type fields... |
tree | commitdiff |
2013-10-09 |
Manman Ren | Debug Info: In DIBuilder, the context field of a forwar... |
tree | commitdiff |
2013-10-09 |
Manman Ren | Debug Info: In DIBuilder, the context field of a DIComp... |
tree | commitdiff |
2013-10-08 |
Manman Ren | Debug Info: In DIBuilder, the context fields of a stati... |
tree | commitdiff |
2013-10-08 |
Manman Ren | Debug Info: In DIBuilder, the derived-from field of... |
tree | commitdiff |
2013-10-08 |
Manman Ren | Debug Info: In DIBuilder, the derived-from field of... |
tree | commitdiff |
2013-10-08 |
Manman Ren | Debug Info: update testing to reflect r192018. |
tree | commitdiff |
2013-10-08 |
Adrian Prantl | typo. |
tree | commitdiff |
2013-10-08 |
Adrian Prantl | typo. |
tree | commitdiff |
2013-10-08 |
Adrian Prantl | Reduce testcase from 1r92011. |
tree | commitdiff |
2013-10-05 |
Adrian Prantl | Debug info: Don't crash in SelectionDAGISel when a... |
tree | commitdiff |
2013-10-04 |
Eric Christopher | Use addFlag to add the enum class attribute. |
tree | commitdiff |
2013-10-04 |
Rafael Espindola | Fix this test. |
tree | commitdiff |
2013-10-04 |
David Blaikie | DebugInfo: Fix ordering of members after r191928 |
tree | commitdiff |
2013-10-03 |
Richard Mitton | Fixed a bug with section names containing special chara... |
tree | commitdiff |
2013-10-03 |
Eric Christopher | Make sure we emit a section for pubnames even if that... |
tree | commitdiff |
2013-10-03 |
Alexey Samsonov | Remove wild .debug_aranges entries generated from unimp... |
tree | commitdiff |
2013-10-01 |
Eric Christopher | Add the DW_AT_GNU_ranges_base attribute if we've emitte... |
tree | commitdiff |
2013-09-30 |
Eric Christopher | The DW_AT_GNU_pubnames/pubtypes attributes are actually... |
tree | commitdiff |
2013-09-25 |
Eric Christopher | Unify pubsection/gnu pubsection printing. |
tree | commitdiff |
2013-09-24 |
David Blaikie | llvm-dwarfdump support for gnu_pubtypes |
tree | commitdiff |
2013-09-24 |
Eric Christopher | Add namespaces to the list of items that we expose... |
tree | commitdiff |
2013-09-24 |
Eric Christopher | Regenerate testcase from source. |
tree | commitdiff |
2013-09-24 |
David Blaikie | Make dwarfdump-type-units.test order-independent |
tree | commitdiff |
2013-09-23 |
Eric Christopher | Add more external types to the pubtypes table. Expand... |
tree | commitdiff |
2013-09-23 |
David Blaikie | llvm-dwarfdump/libDebugInfo support for type units |
tree | commitdiff |
2013-09-23 |
Eric Christopher | Handle gnu pubtypes sections: |
tree | commitdiff |
2013-09-23 |
Richard Mitton | Fixed debug_aranges handling for common symbols. |
tree | commitdiff |
2013-09-21 |
NAKAMURA Takumi | Initialize BSSSection explicitly in InitMachOMCObjectFi... |
tree | commitdiff |
2013-09-20 |
Eric Christopher | Move emission of the debug string table to early in... |
tree | commitdiff |
2013-09-20 |
NAKAMURA Takumi | llvm/test: Mark 3 tests as XFAIL:msvc. |
tree | commitdiff |
2013-09-20 |
Benjamin Kramer | Move x86-dependent tests into the right directory. |
tree | commitdiff |
2013-09-19 |
David Blaikie | DebugInfo: constrain gnu pubnames test further |
tree | commitdiff |
2013-09-19 |
Richard Mitton | Added support for generate DWARF .debug_aranges section... |
tree | commitdiff |
2013-09-19 |
David Blaikie | DebugInfo: llvm-dwarfdump support for gnu_pubnames... |
tree | commitdiff |
2013-09-19 |
David Blaikie | DebugInfo: Improve IR annotation comments for GNU pubth... |
tree | commitdiff |
2013-09-18 |
Adrian Prantl | Debug info: Get rid of the VLA indirection hack in... |
tree | commitdiff |
2013-09-17 |
Adrian Prantl | mention command line parameters |
tree | commitdiff |
2013-09-16 |
Adrian Prantl | Be sure we run ARM tests only when an ARM backend is... |
tree | commitdiff |
2013-09-16 |
Adrian Prantl | Debug info: Fix PR16736 and rdar://problem/14990587. |
tree | commitdiff |
2013-09-13 |
Eric Christopher | Add initial support for handling gnu style pubnames... |
tree | commitdiff |
2013-09-10 |
NAKAMURA Takumi | MCObjectFileInfo.cpp: Fix a couple of possible typo... |
tree | commitdiff |
2013-09-10 |
NAKAMURA Takumi | llvm/test/DebugInfo/dwarf-public-names.ll: Mark it... |
tree | commitdiff |
2013-09-09 |
Manman Ren | Debug Info Testing: use null instead of an empty string... |
tree | commitdiff |
2013-09-08 |
Manman Ren | Debug Info Testing: update context from empty string... |
tree | commitdiff |
2013-09-07 |
Manman Ren | Debug Info: Use identifier to reference DIType in conta... |
tree | commitdiff |
2013-09-06 |
Manman Ren | Debug Info Testing: updated to use NULL instead of... |
tree | commitdiff |
2013-09-06 |
Manman Ren | Debug Info: Use identifier to reference DIType in conta... |
tree | commitdiff |
2013-09-06 |
Manman Ren | Debug Info Testing: Updated to use null instead of... |
tree | commitdiff |
2013-09-05 |
Manman Ren | Debug Info: Use identifier to reference DIType in base... |
tree | commitdiff |
2013-09-04 |
Eric Christopher | Remove hack ensuring that darwin didn't produce dwarf... |
tree | commitdiff |
2013-09-04 |
Michael Gottesman | Revert "Revert "Remove the darwin gdb option, that... |
tree | commitdiff |
2013-09-04 |
Michael Gottesman | Revert "Remove the darwin gdb option, that version... |
tree | commitdiff |
2013-09-04 |
Eric Christopher | Remove the darwin gdb option, that version of gdb is... |
tree | commitdiff |
2013-09-03 |
Eric Christopher | Add the rest of the stock attributes to the attribute... |
tree | commitdiff |
2013-08-30 |
Eric Christopher | Don't bother emitting the pubtypes section on darwin... |
tree | commitdiff |
2013-08-28 |
Eric Christopher | Add support for DW_FORM_dataN and DW_FORM_udata to... |
tree | commitdiff |
2013-08-27 |
Eric Christopher | Use DW_FORM_sdata for signed constant values and udata... |
tree | commitdiff |
2013-08-27 |
Eric Christopher | Move some debug testcases to the debug info directory. |
tree | commitdiff |
2013-08-27 |
Eric Christopher | Add derived from source. |
tree | commitdiff |
2013-08-27 |
Eric Christopher | Add a testcase to ensure that the pubnames section... |
tree | commitdiff |
2013-08-26 |
Eric Christopher | Treat the pubtypes section similarly to the pubnames... |
tree | commitdiff |
2013-08-26 |
Manman Ren | Debug Info: add an identifier field to DICompositeType. |
tree | commitdiff |
2013-08-22 |
Bill Wendling | Update to remove the no-frame-pointer-elim-non-leaf... |
tree | commitdiff |
2013-08-21 |
David Majnemer | DebugInfo: Do not use the DWARF Version for the .debug_... |
tree | commitdiff |
2013-08-19 |
Eric Christopher | Turn on pubnames by default on linux. |
tree | commitdiff |
2013-08-19 |
David Blaikie | llvm-dwarfdump: Do not include address offsets for... |
tree | commitdiff |
2013-08-19 |
David Blaikie | DebugInfo: don't emit zero-length names for parameters |
tree | commitdiff |
2013-08-16 |
Daniel Dunbar | [tests] Cleanup initialization of test suffixes. |
tree | commitdiff |
2013-08-14 |
Alexey Samsonov | llvm-symbolizer: add support for .gnu_debuglink section |
tree | commitdiff |
2013-08-13 |
Carlo Kok | Output DW_AT_stmt_list dwarf debug info as DW_FORM_sec_... |
tree | commitdiff |
2013-08-13 |
Evgeniy Stepanov | Pass DIEHash::collectAttributes output argument by... |
tree | commitdiff |
2013-08-13 |
Eric Christopher | Add the start of DIE hashing for DWARF4 type units... |
tree | commitdiff |
2013-08-12 |
Eric Christopher | Add comment and source to testcase. |
tree | commitdiff |
2013-08-12 |
Eric Christopher | Move the addition of the dwo_id as late as possible... |
tree | commitdiff |
2013-08-08 |
Eric Christopher | For DW_TAG_template_type_parameter the actual passed... |
tree | commitdiff |
2013-08-06 |
Manman Ren | Debug Info Finder|Verifier: handle DbgLoc attached... |
tree | commitdiff |
2013-08-02 |
Carlo Kok | Bugfix for making the DWARF debug strings and labels... |
tree | commitdiff |
2013-08-02 |
NAKAMURA Takumi | Revert r187597, "Bugfix for making the DWARF debug... |
tree | commitdiff |
2013-08-02 |
Eric Christopher | Temporarily revert "Debug Info Finder|Verifier: handle... |
tree | commitdiff |
2013-08-01 |
Carlo Kok | fix for LLVM debug info on llvm-mips-linux where the... |
tree | commitdiff |
2013-08-01 |
Carlo Kok | ARM/Hexagon testcases can't compile x86 only testcase... |
tree | commitdiff |
2013-08-01 |
Manman Ren | Debug Info Finder|Verifier: handle DbgLoc attached... |
tree | commitdiff |
2013-08-01 |
David Blaikie | DebugInfo: Emit definitions for types with no members. |
tree | commitdiff |
2013-08-01 |
Carlo Kok | change the inlinefnlocalvar testcase so it uses a tripl... |
tree | commitdiff |
2013-08-01 |
Carlo Kok | Bugfix for making the DWARF debug strings and labels... |
tree | commitdiff |
2013-07-30 |
Eric Christopher | Move file to X86 and add a triple to fix darwin bots... |
tree | commitdiff |
2013-07-29 |
Eric Christopher | Fix a truly egregious thinko in anonymous namespace... |
tree | commitdiff |
2013-07-29 |
Eric Christopher | Make sure we don't emit an ODR hash for types with... |
tree | commitdiff |
next |