summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/X86
Commit message (Expand)AuthorAgeFilesLines
* Add a "debugger tuning" concept that allows us to fine-tune how wePaul Robinson2015-07-152-1/+45
* Debug Info: Add basic support for external types references.Adrian Prantl2015-07-151-0/+51
* Revert "[DWARF] Fix debug info generation for function static variables, type...David Blaikie2015-07-011-129/+0
* Test committed in r241153 is more target-specific than I thought.Michael Kuperstein2015-07-011-0/+129
* Debug info: Add dwarf backend support for DIModule.Adrian Prantl2015-06-301-0/+25
* Don't use %llc_dwarf for target-specific tests.Benjamin Kramer2015-06-271-2/+1
* Add original source code to test case as suggested in review.Adrian Prantl2015-06-271-0/+58
* Debug info: Add more test coverage for bitfields.Adrian Prantl2015-06-261-0/+140
* Split test up into two target-spcific directories.Adrian Prantl2015-06-251-0/+74
* IAS: Use the root macro instanciation for locationFrederic Riss2015-06-251-0/+14
* Make this test verify .debug_pubnames is actually missing.Paul Robinson2015-06-251-2/+2
* AsmPrinter: Don't emit empty .debug_loc entriesDuncan P. N. Exon Smith2015-06-211-0/+66
* Move the personality function from LandingPadInst to FunctionDavid Majnemer2015-06-172-7/+7
* Revert "[DWARF] Fix a few corner cases in expression emission"David Blaikie2015-06-091-110/+0
* llvm/test/DebugInfo/X86/expressions.ll: %llc_dwarf shouldn't be used with -mt...NAKAMURA Takumi2015-06-091-2/+2
* Move X86-only test case to appropriate directoryKeno Fischer2015-06-091-0/+110
* Erase constant dbgloc on reuse in PHI nodeSergey Dmitrouk2015-06-041-0/+81
* AsmPrinter: Emit the DwarfStringPool offset directly when possibleDuncan P. N. Exon Smith2015-05-241-4/+3
* DebugInfo: Clarify test/DebugInfo/X86/stmt-list-multiple-compile-units.llDuncan P. N. Exon Smith2015-05-241-4/+6
* DwarfDebug: Emit number of bytes in .debug_loc entry directlyDuncan P. N. Exon Smith2015-05-061-4/+1
* DebugInfo: Use low_pc relative debug_ranges under fission when the CU has a l...David Blaikie2015-05-021-2/+7
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-29137-3043/+3043
* DebugInfo: Fixup r235149 after IR change in r235145Duncan P. N. Exon Smith2015-04-171-7/+7
* DebugInfo: Simplify testcase from LiveDebugVariables fix in r235140Duncan P. N. Exon Smith2015-04-171-80/+50
* [opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie2015-04-166-7/+7
* DebugInfo: Fix UserValue::match() in LiveDebugVariables after r235050Duncan P. N. Exon Smith2015-04-161-0/+105
* DebugInfo: Remove 'inlinedAt:' field from MDLocalVariableDuncan P. N. Exon Smith2015-04-159-20/+14
* DebugInfo: Add missing !dbg attachments to intrinsicsDuncan P. N. Exon Smith2015-04-154-4/+4
* DebugInfo: Pubnames: Do not include variable declarations in pubnamesDavid Blaikie2015-04-141-69/+101
* Update test case to include the original source code & account for some chang...David Blaikie2015-04-141-71/+71
* Reapply "Verifier: Check for incompatible bit piece expressions"Duncan P. N. Exon Smith2015-04-131-0/+46
* Refactor a lot of duplicated code for stub output.Rafael Espindola2015-04-071-0/+53
* Verifier: Check that inlined-at locations agreeDuncan P. N. Exon Smith2015-04-034-9/+19
* CodeGen: Fix MachineInstr::print() for DBG_VALUEDuncan P. N. Exon Smith2015-04-031-0/+56
* DebugInfo: Fix testcases with invalid MDSubprogram nodesDuncan P. N. Exon Smith2015-03-2818-103/+40
* DebugInfo: Fix bad debug info for compile units and typesDuncan P. N. Exon Smith2015-03-2723-27/+27
* Simplify missing-file-line.ll test.Peter Collingbourne2015-03-251-18/+14
* DebugInfo: Permit DW_TAG_structure_type, DW_TAG_member, DW_TAG_typedef tags w...Peter Collingbourne2015-03-251-0/+61
* Refactor how passes get a symbol at the end of a section.Rafael Espindola2015-03-232-6/+5
* Emit the offset directly instead of creating a dummy expression.Rafael Espindola2015-03-171-0/+5
* Centralize the handling of unique ids for temporary labels.Rafael Espindola2015-03-171-1/+1
* DebugInfo: Fix testcases that fail -verify-debug-info=trueDuncan P. N. Exon Smith2015-03-161-2/+2
* Use the i8 immediate cmp instructions when possible.Rafael Espindola2015-03-162-6/+6
* Use add32ri8 and friends on fast isel.Rafael Espindola2015-03-131-1/+1
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-03-1312-42/+42
* Don't print labels that on ELF are never used.Rafael Espindola2015-03-111-1/+0
* Relax label CHECK to mach COFF syntax.Rafael Espindola2015-03-111-0/+57
* Print section start labels when first switching to the section.Rafael Espindola2015-03-114-2/+34
* Split test in two to handle building without x86.Rafael Espindola2015-03-101-0/+26
* Emit correct linkage-name attribute based on DWARF version.Paul Robinson2015-03-108-12/+12
OpenPOWER on IntegriCloud