summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo
Commit message (Expand)AuthorAgeFilesLines
* Provide gmlt-like inline scope information in the skeleton CU to facilitate s...David Blaikie2014-11-042-1/+121
* Remove "REQUIRES:shell" from tests. They work for me.NAKAMURA Takumi2014-11-041-2/+0
* CodeGen: Enable DWARF emission for MS ABI targetsDavid Majnemer2014-11-045-52/+64
* Revert r221150, as it broke sanitizer testsOliver Stannard2014-11-032-21/+2
* Emit .eh_frame with relocations to functions, rather than sectionsOliver Stannard2014-11-032-2/+21
* Test 221067 in a fixed-target test so as not to fail on targets with differen...David Blaikie2014-11-011-0/+1
* Remove test coverage added in 221067 due to it being non-portable.David Blaikie2014-11-011-1/+1
* Remove DwarfUnit::LabelEnd in favor of computing the length of the section di...David Blaikie2014-11-012-3/+3
* PR21408: Workaround the appearance of duplicate variables due to problems whe...David Blaikie2014-10-301-0/+117
* Fix PR21189 -- Emit symbol subsection required to debug LLVM-built binaries w...Timur Iskhodzhanov2014-10-244-26/+446
* DebugInfo: Remove DwarfDebug::CurrentFnArguments since we have to handle argu...David Blaikie2014-10-231-0/+4
* DebugInfo: Simplify/tidy/correct global variable decl/def emission handling.David Blaikie2014-10-232-36/+27
* [dwarfdump] Dump DW_AT_ranges values inline in the debug_info dump.Frederic Riss2014-10-233-2/+16
* Fix a bit of confusion about .set and produce more readable assembly.Rafael Espindola2014-10-214-22/+11
* Do not attribute static allocas to the call site's DebugLoc.Paul Robinson2014-10-211-0/+143
* [dwarfdump] Prettyprint DW_AT_APPLE_property_attribute bitfield values.Frederic Riss2014-10-103-0/+56
* [dwarfdump] Resolve also variable specifications/abstract_origins.Frederic Riss2014-10-108-43/+43
* Fix COFF section index relocation should be 16 bits, not 32Timur Iskhodzhanov2014-10-084-0/+12
* llvm-dwarfdump: Add support for some COFF relocationsDavid Majnemer2014-10-081-1/+5
* For biendian targets like ARM and AArch64, it is useful to have theEric Christopher2014-10-064-2/+40
* Add support for ARM and AArch64 big endian objects toEric Christopher2014-10-062-0/+30
* Add some tests for RelocVisitor.Eric Christopher2014-10-067-0/+113
* [dwarfdump] Print the name for referenced specification of abstract_origin DIEs.Frederic Riss2014-10-0615-52/+52
* Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith2014-10-03200-3193/+3193
* Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith2014-10-02200-3193/+3193
* DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith2014-10-02200-3193/+3193
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-01122-501/+499
* Revert r218778 while investigating buldbot breakage.Adrian Prantl2014-10-01122-499/+501
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-01122-501/+499
* test: XFAIL the non-darwin gmlt test on darwinJustin Bogner2014-10-011-0/+3
* Implement DW_TAG_subrange_type with DW_AT_count rather than DW_AT_upper_boundDavid Blaikie2014-10-013-8/+5
* llvm/test/DebugInfo/X86/gmlt.test: Get rid of %llc_dwarf. It should not be us...NAKAMURA Takumi2014-10-011-2/+1
* Omit DW_AT_inline under -gmlt to save a little more space.David Blaikie2014-09-301-1/+0
* Adjust test case addition in r218702 so as not to fail when the X86 target is...David Blaikie2014-09-303-2/+5
* Disable the -gmlt optimization implemented in r218129 under Darwin due to iss...David Blaikie2014-09-301-0/+21
* Removing empty tests from failed revertRenato Golin2014-09-241-0/+0
* Revert 218406 - Refactor the RelocVisitor::visit methodRenato Golin2014-09-241-18/+0
* Revert 218411 - XFAIL reloc test on x86/hexagonRenato Golin2014-09-241-1/+0
* XFAIL reloc test on x86/hexagonRenato Golin2014-09-241-0/+1
* Refactor the RelocVisitor::visit methodRenato Golin2014-09-241-0/+18
* Revert "Refactor the RelocVisitor::visit method"Kaelyn Takata2014-09-241-26/+0
* Refactor the RelocVisitor::visit methodRenato Golin2014-09-241-0/+26
* Fix segfault in AArch64 backend with -g and -mbig-endianOliver Stannard2014-09-231-0/+22
* Fix a small typo in the test commentTimur Iskhodzhanov2014-09-231-4/+4
* Fix a test introduced in r218246 to work also on Windows.Frederic Riss2014-09-221-2/+2
* [dwarfdump] Dump full filenames as DW_AT_(decl|call)_file attribute valuesFrederic Riss2014-09-222-17/+14
* Allow DWARFDebugInfoEntryMinimal::getSubroutineName to resolve cross-unit ref...Frederic Riss2014-09-223-0/+26
* Update tests which broke from r218189David Majnemer2014-09-206-10/+10
* Fix test case to be portable to different architectures.David Blaikie2014-09-191-5/+7
* Omit DW_TAG_subprograms for subprograms without inlined subroutines when prod...David Blaikie2014-09-193-36/+98
OpenPOWER on IntegriCloud