summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/AMDGPU
Commit message (Collapse)AuthorAgeFilesLines
* AMDGPU: Fix assert in schedulerKonstantin Zhuravlyov2017-04-271-0/+95
| | | | | | | | Assert is triggered if DBG_VALUE is first instruction in BB Differential Revision: https://reviews.llvm.org/D32572 llvm-svn: 301511
* [DWARF] Versioning for DWARF constants; verify FORMsPaul Robinson2017-04-202-162/+0
| | | | | | | | | | | | | Associate the version-when-defined with definitions of standard DWARF constants. Identify the "vendor" for DWARF extensions. Use this information to verify FORMs in .debug_abbrev are defined as of the DWARF version specified in the associated unit. Removed two tests that had specified DWARF v1 (which essentially does not exist). Differential Revision: http://reviews.llvm.org/D30785 llvm-svn: 300875
* AMDGPU: Test handling of R_AMDGPU_ABS64 in RelocVisitorKonstantin Zhuravlyov2017-04-171-0/+72
| | | | llvm-svn: 300472
* AMDGPU: Set CodePointerSize to 8 for amdgcnKonstantin Zhuravlyov2017-04-172-2/+75
| | | | llvm-svn: 300470
* [AMDGPU] Split R600/SI getFrameIndexReference and emit stack object offsets ↵Konstantin Zhuravlyov2017-03-102-0/+203
| | | | | | | | for SI Differential Revision: https://reviews.llvm.org/D29674 llvm-svn: 297499
* AMDGPU: add missing lit.local.cfg to test/DebugInfo/AMDGPUKonstantin Zhuravlyov2017-03-091-0/+2
| | | | llvm-svn: 297334
* [DebugInfo] Emit address space with DW_AT_address_class attribute for ↵Konstantin Zhuravlyov2017-03-082-0/+174
pointer and reference types Differential Revision: https://reviews.llvm.org/D29670 llvm-svn: 297320
OpenPOWER on IntegriCloud