summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo
Commit message (Expand)AuthorAgeFilesLines
* IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith2014-12-15218-5832/+5832
* A fix for PR21176. Ekaterina Romanova2014-12-121-0/+77
* Reverting commit 223981, because the test that I added (incorrect-variable-de...Ekaterina Romanova2014-12-111-72/+0
* A fix for PR21176.Ekaterina Romanova2014-12-101-0/+72
* Correctly handle complex locations expressions in replaceDbgDeclareForAlloca()Frederic Riss2014-12-091-0/+87
* Fix a bug when pretty-printing DW_OP_deref.Adrian Prantl2014-12-052-1/+4
* Regenerate this stale testcase from source.Adrian Prantl2014-12-051-114/+112
* Add a comment.Adrian Prantl2014-12-051-1/+1
* Simplify implementation and testcase of r223401 based on feedback from dblaikie.Adrian Prantl2014-12-041-23/+18
* Debug info: If the RegisterCoalescer::reMaterializeTrivialDef() isAdrian Prantl2014-12-041-0/+70
* Switch lowering: Fix broken 'Figure out which block is next' codeHans Wennborg2014-11-291-2/+3
* Debug Info: revert r222195, r222210 and r222239.Manman Ren2014-11-211-74/+0
* Remove triple in testing case to recover an arm bot.Manman Ren2014-11-181-3/+0
* Allow DwarfCompileUnit::constructImportedEntityDIE to instanciate a GlobalVar...Frederic Riss2014-11-181-96/+209
* Update testing case that was accidently duplicated.Manman Ren2014-11-181-77/+0
* Debug Info: In DIBuilder, the context field of a global variable is updated toManman Ren2014-11-181-0/+154
* Add a test for r222029 that doesn't rely on the default target being a COFF p...Frederic Riss2014-11-141-3/+5
* [dwarfdump] Handle relocations in Dwarf accelerator tablesFrederic Riss2014-11-141-1/+1
* Tentatively appease the bots.Frederic Riss2014-11-141-1/+1
* Reapply "[dwarfdump] Add support for dumping accelerator tables."Frederic Riss2014-11-143-0/+76
* Add an assert and a test that verify r221709's fix.Frederic Riss2014-11-131-0/+105
* Revert "[dwarfdump] Add support for dumping accelerator tables."Frederic Riss2014-11-133-169/+0
* Fix emission of Dwarf accelerator table when there are multiple CUs.Frederic Riss2014-11-121-2/+14
* [dwarfdump] Add support for dumping accelerator tables.Frederic Riss2014-11-122-0/+156
* Temporary fix for PR21528 - use mangled C++ function names in COFF debug info...Timur Iskhodzhanov2014-11-121-0/+43
* [COFF] Make it clearer that the symbols subsection holds function display nam...Timur Iskhodzhanov2014-11-124-12/+12
* 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
OpenPOWER on IntegriCloud