summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/X86
Commit message (Expand)AuthorAgeFilesLines
* Consider regmasks when computing register-based DBG_VALUE live rangesReid Kleckner2016-03-256-7/+130
* Document the purpose of this testcase.Adrian Prantl2016-03-251-1/+2
* Revert "Recommitted r263424 "Supporting all entities declared in lexical scop...Reid Kleckner2016-03-249-676/+18
* [debuginfo] Include dwo_name in the split unit to improve dwp diagnosticsDavid Blaikie2016-03-241-11/+15
* Recommitted r263424 "Supporting all entities declared in lexical scope in LLV...Amjad Aboud2016-03-249-18/+676
* Revert "Recommitted r261633 "Supporting all entities declared in lexical scop...Benjamin Kramer2016-03-148-587/+18
* Recommitted r261633 "Supporting all entities declared in lexical scope in LLV...Amjad Aboud2016-03-148-18/+587
* Don't crash when compiling inline assembler containing .file directives.Adrian Prantl2016-03-091-0/+65
* Document an anomaly in this testcase.Adrian Prantl2016-02-291-1/+6
* Fix PR26585 by improving the promotion of DBG_VALUEs to DW_AT_locations.Adrian Prantl2016-02-297-19/+110
* Revert r261633 "Supporting all entities declared in lexical scope in LLVM deb...Hans Wennborg2016-02-238-587/+18
* Supporting all entities declared in lexical scope in LLVM debug info.Amjad Aboud2016-02-238-18/+587
* When printing MIR, output to errs() rather than outs().Justin Lebar2016-02-192-2/+2
* [DWARFDebug] Fix another case of overlapping rangesKeno Fischer2016-02-031-0/+102
* Followup to 258750; update more tests to use .p2align .Dan Gohman2016-01-261-1/+1
* Reapply r257105 "[Verifier] Check that debug values have proper size"Keno Fischer2016-01-159-17/+18
* Re-Revert r257105 (Verifier debug info changes)Keno Fischer2016-01-139-18/+17
* Reapply r257105 "[Verifier] Check that debug values have proper size"Keno Fischer2016-01-139-17/+18
* Temporarily revert r257105 "[Verifier] Check that debug values have proper size"Keno Fischer2016-01-079-18/+17
* [Verifier] Check that debug values have proper sizeKeno Fischer2016-01-079-17/+18
* Turn off lldb debug tuning by default for FreeBSDDimitry Andric2016-01-072-2/+2
* Added support for macro emission in dwarf (supporting DWARF version 4).Amjad Aboud2016-01-071-0/+67
* Fix PR24563 (LiveDebugVariables unconditionally propagates all DBG_VALUEs)Adrian Prantl2015-12-212-2/+102
* Clean up the processing of dbg.value in various placesKeno Fischer2015-12-196-15/+15
* Hardcode the target in this testcase — it depends on the ABI.Adrian Prantl2015-12-171-1/+1
* make this test less whitespace-sensitive.Adrian Prantl2015-12-171-1/+1
* Rewrite test to use llvm-dwarfdump instead of checking for asm comments.Adrian Prantl2015-12-171-4/+12
* Move llvm/test/DebugInfo/live-debug-values.ll into X86, due to target triple.NAKAMURA Takumi2015-12-161-0/+153
* Recommit LiveDebugValues pass after fixing a couple of minor issues.Vikram TV2015-12-163-5/+7
* Revert "Implement a new pass - LiveDebugValues - to compute the set of live D...Mehdi Amini2015-12-093-7/+5
* Implement a new pass - LiveDebugValues - to compute the set of live DEBUG_VAL...Vikram TV2015-12-093-5/+7
* llvm/test/DebugInfo/X86/safestack-byval.ll: Give an explicit triple for now. ...NAKAMURA Takumi2015-12-011-4/+1
* Move llvm/test/DebugInfo/Generic/safestack-byval.ll to X86. It depends on x86...NAKAMURA Takumi2015-12-011-0/+94
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-199-18/+18
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-189-18/+18
* Stop producing .data.rel sections.Rafael Espindola2015-11-181-2/+2
* Update DebugInfo tests for the change in DEBUG_VALUE output in r253338.Dan Gohman2015-11-176-8/+8
* DI: Reverse direction of subprogram -> function edge.Peter Collingbourne2015-11-05116-373/+373
* Move test back to Generic now it's fixed the right way (thanks Eric!)David Blaikie2015-10-071-93/+0
* Remove the comdat-ness from the testcase as it won't lower properlyEric Christopher2015-10-071-3/+1
* Move test to X86-specific due to some IR invalid on other targetsDavid Blaikie2015-10-071-0/+95
* DebugInfo: Include the decl_line/decl_file in subprogram definitions if they ...David Blaikie2015-10-072-1/+3
* Move dw_op_minus test to DebugInfo/X86.Evgeniy Stepanov2015-09-301-0/+84
* Make the default triple optional by allowing an empty stringMehdi Amini2015-09-162-296/+0
* [opaque pointer type] Add textual IR support for explicit type parameter for ...David Blaikie2015-09-113-6/+6
* Debug Info: Allow a DIModule to appear as the scope of other entities.Adrian Prantl2015-09-101-0/+30
* DI: Require subprogram definitions to be distinctDuncan P. N. Exon Smith2015-08-28117-212/+212
* Minor tidying of regex in a testPaul Robinson2015-08-191-3/+3
* Make DW_AT_[MIPS_]linkage_name optional, and off by default for SCE.Paul Robinson2015-08-112-5/+76
* If the "CodeView" module flag is set, emit codeview instead of DWARFReid Kleckner2015-08-051-1/+3
OpenPOWER on IntegriCloud