Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Update tests which broke from r218189 | David Majnemer | 2014-09-20 | 5 | -9/+9 | |
| | | | | llvm-svn: 218191 | |||||
* | Use DILexicalBlockFile, rather than DILexicalBlock, to track discriminator ↵ | David Blaikie | 2014-08-21 | 1 | -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 files | Alp Toker | 2014-06-09 | 1 | -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_DATA | Saleem Abdulrasool | 2014-04-23 | 5 | -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 reference | Timur Iskhodzhanov | 2014-03-27 | 1 | -1/+1 | |
| | | | | llvm-svn: 204904 | |||||
* | Make the recent COFF debug info tests more readable | Timur Iskhodzhanov | 2014-03-27 | 3 | -2/+6 | |
| | | | | llvm-svn: 204902 | |||||
* | Follow-up to r204790: don't try to emit line tables if there are no ↵ | Timur Iskhodzhanov | 2014-03-26 | 1 | -0/+52 | |
| | | | | | | functions with DI in the TU llvm-svn: 204795 | |||||
* | Add tests for r204790 | Timur Iskhodzhanov | 2014-03-26 | 2 | -0/+166 | |
| | | | | llvm-svn: 204791 | |||||
* | Use -LABEL checks in the COFF debug info tests | Timur Iskhodzhanov | 2014-03-26 | 4 | -20/+20 | |
| | | | | llvm-svn: 204788 | |||||
* | Add a link to a bug to a couple of FIXMEs | Timur Iskhodzhanov | 2014-01-30 | 1 | -1/+2 | |
| | | | | llvm-svn: 200500 | |||||
* | Explicitly specify the CPU to avoid Atom-specific assembly mismatch | Timur Iskhodzhanov | 2014-01-30 | 4 | -16/+16 | |
| | | | | llvm-svn: 200473 | |||||
* | Reland r200340 - 'Add line table debug info to COFF files when using a win32 ↵ | Timur Iskhodzhanov | 2014-01-30 | 4 | -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 Takumi | 2014-01-29 | 4 | -985/+0 | |
| | | | | | | | | triple." It was incompatible with --target=i686-win32. llvm-svn: 200375 | |||||
* | Disable the COFF tests on non-X86 archs | Timur Iskhodzhanov | 2014-01-28 | 1 | -0/+3 | |
| | | | | llvm-svn: 200341 | |||||
* | Add line table debug info to COFF files when using a win32 triple. | Timur Iskhodzhanov | 2014-01-28 | 4 | -0/+985 | |
Reviewed at http://llvm-reviews.chandlerc.com/D2232 llvm-svn: 200340 |