summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/COFF
Commit message (Collapse)AuthorAgeFilesLines
...
* Update tests which broke from r218189David Majnemer2014-09-205-9/+9
| | | | llvm-svn: 218191
* Use DILexicalBlockFile, rather than DILexicalBlock, to track discriminator ↵David Blaikie2014-08-211-2/+2
| | | | | | | | | | | | | | | changes to ensure discriminator changes don't introduce new DWARF DW_TAG_lexical_blocks. Somewhat unnoticed in the original implementation of discriminators, but it could cause instructions to end up in new, small, DW_TAG_lexical_blocks due to the use of DILexicalBlock to track discriminator changes. Instead, use DILexicalBlockFile which we already use to track file changes without introducing new scopes, so it works well to track discriminator changes in the same way. llvm-svn: 216239
* Reduce verbiage of lit.local.cfg filesAlp Toker2014-06-091-2/+1
| | | | | | We can just split targets_to_build in one place and make it immutable. llvm-svn: 210496
* MC: honour IMAGE_SCN_CNT_INITIALIZED_DATASaleem Abdulrasool2014-04-235-9/+9
| | | | | | | Emit the flag to indicate to the assembler that a section contains data if there is pre-populated data present. llvm-svn: 207028
* Add a PR referenceTimur Iskhodzhanov2014-03-271-1/+1
| | | | llvm-svn: 204904
* Make the recent COFF debug info tests more readableTimur Iskhodzhanov2014-03-273-2/+6
| | | | llvm-svn: 204902
* Follow-up to r204790: don't try to emit line tables if there are no ↵Timur Iskhodzhanov2014-03-261-0/+52
| | | | | | functions with DI in the TU llvm-svn: 204795
* Add tests for r204790Timur Iskhodzhanov2014-03-262-0/+166
| | | | llvm-svn: 204791
* Use -LABEL checks in the COFF debug info testsTimur Iskhodzhanov2014-03-264-20/+20
| | | | llvm-svn: 204788
* Add a link to a bug to a couple of FIXMEsTimur Iskhodzhanov2014-01-301-1/+2
| | | | llvm-svn: 200500
* Explicitly specify the CPU to avoid Atom-specific assembly mismatchTimur Iskhodzhanov2014-01-304-16/+16
| | | | llvm-svn: 200473
* Reland r200340 - 'Add line table debug info to COFF files when using a win32 ↵Timur Iskhodzhanov2014-01-304-0/+985
| | | | | | | | triple' This incorporates a couple of fixes reviewed at http://llvm-reviews.chandlerc.com/D2651 llvm-svn: 200440
* Revert r200340, "Add line table debug info to COFF files when using a win32 ↵NAKAMURA Takumi2014-01-294-985/+0
| | | | | | | | triple." It was incompatible with --target=i686-win32. llvm-svn: 200375
* Disable the COFF tests on non-X86 archsTimur Iskhodzhanov2014-01-281-0/+3
| | | | llvm-svn: 200341
* Add line table debug info to COFF files when using a win32 triple.Timur Iskhodzhanov2014-01-284-0/+985
Reviewed at http://llvm-reviews.chandlerc.com/D2232 llvm-svn: 200340
OpenPOWER on IntegriCloud