summaryrefslogtreecommitdiff
path: root/test/DebugInfo
Commit message (Expand)AuthorAge
* [llvm-symbolizer] Print file/line for a PC even if there is no DIE describing...Alexey Samsonov2014-04-18
* Change argument order and add explanatory comment to r206130David Blaikie2014-04-14
* Re-apply r206096 after investigating the gdb buildbot failure.Adrian Prantl2014-04-14
* Fix instruction debug info location during legalizationDavid Blaikie2014-04-13
* PR13337: Omit DW_TAG_restrict_type when compiling for DWARF2David Blaikie2014-04-12
* Revert "Debug info: (bugfix) C++ C/Dtors can be compiled to multiple functions,"Adrian Prantl2014-04-12
* Debug info: (bugfix) C++ C/Dtors can be compiled to multiple functions,Adrian Prantl2014-04-12
* Add some CHECKs to this testcase.Adrian Prantl2014-04-11
* Debug info: Store the DIVariable in DebugLocEntry also for constants,Adrian Prantl2014-04-11
* Fix some doc and comment typosAlp Toker2014-04-09
* X86MCAsmInfoGNUCOFF: Set PointerSize as 8 for targeting x64. It caused DW_LNE...NAKAMURA Takumi2014-04-08
* Revert the last couple of patches here and go back to somethingEric Christopher2014-04-07
* XFAIL this completely at the moment:Eric Christopher2014-04-07
* Make test run on most platforms and only fail on cygwin/mingw whileEric Christopher2014-04-07
* DebugInfo: Support namespace aliases as DW_TAG_imported_declaration instead o...David Blaikie2014-04-06
* Tweak unconditional-branch.ll passing on any hosts, while investigating x86_6...NAKAMURA Takumi2014-04-04
* Fix llvm-objdump crash.Rafael Espindola2014-04-03
* unconditional-branch.ll is broken for targeting x86_64-cygming. Add an explic...NAKAMURA Takumi2014-04-03
* Revert r205551, "Attempt to XFAIL this on mingw and cygwin hosts." It didn't ...NAKAMURA Takumi2014-04-03
* Attempt to XFAIL this on mingw and cygwin hosts. The line table onEric Christopher2014-04-03
* Loosen up check so that we can pass on platforms that generateEric Christopher2014-04-03
* Fix for PR 19261:Eric Christopher2014-04-03
* DebugInfo: Use a 64 bit type for the subrangeDavid Blaikie2014-04-03
* Add support for the R_ARM_ABS32 relocation.Rafael Espindola2014-04-03
* DebugLocEntry: Actually merge the loc entry when returning true.David Blaikie2014-04-01
* DwarfDebug: Prevent DebugLocEntry merging from coalescing two differentAdrian Prantl2014-04-01
* DebugInfo: Avoid creating unnecessary/empty line tables and remove the specia...David Blaikie2014-04-01
* ARM64: initial backend importTim Northover2014-03-29
* Add a PR referenceTimur Iskhodzhanov2014-03-27
* Make the recent COFF debug info tests more readableTimur Iskhodzhanov2014-03-27
* Reorder arguments on test command line to make it easier to cut andEric Christopher2014-03-26
* Follow-up to r204790: don't try to emit line tables if there are no functions...Timur Iskhodzhanov2014-03-26
* Add tests for r204790Timur Iskhodzhanov2014-03-26
* Use -LABEL checks in the COFF debug info testsTimur Iskhodzhanov2014-03-26
* DebugInfo: Add fission-related sections to COFFDavid Blaikie2014-03-26
* llvm/test/DebugInfo/empty.ll: Suppress crash for targeting pecoff while inves...NAKAMURA Takumi2014-03-25
* DebugInfo: Add GNU_addr_base and GNU_ranges_base only when there are addresse...David Blaikie2014-03-25
* DebugInfo: Support debug_loc under fissionDavid Blaikie2014-03-25
* DebugInfo: Add DW_AT_GNU_ranges_base to skeleton CUsDavid Blaikie2014-03-24
* DebugInfo: Implement relative addressing for DW_AT_ranges under fissionDavid Blaikie2014-03-24
* DebugInfo: Don't emit relocations to abbreviations in debug_info.dwoDavid Blaikie2014-03-24
* DebugInfo: Omit DW_AT_addr_base from skeletal type units.David Blaikie2014-03-21
* Convert CodeGen test into a more specific MC test.Rafael Espindola2014-03-20
* Don't use EmitAbsValue with symbol references.Rafael Espindola2014-03-20
* Reapply DW_AT_low/high_pc patch:Eric Christopher2014-03-20
* Add comments from Eric's review of r204094.David Blaikie2014-03-20
* Revert "Use the range machinery for DW_AT_ranges and DW_AT_high/lo_pc."Eric Christopher2014-03-20
* Use the range machinery for DW_AT_ranges and DW_AT_high/lo_pc.Eric Christopher2014-03-19
* DebugInfo: Use the comp_dir of the referencing type units when building debug...David Blaikie2014-03-19
* DebugInfo/lto-comp-dir.ll: Tweak for dos path.NAKAMURA Takumi2014-03-18