summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-dwarfdump
Commit message (Collapse)AuthorAgeFilesLines
...
* Introduce -brief command line option to llvm-dwarfdumpAdrian Prantl2017-06-062-0/+133
| | | | | | | | | | | | | This patch introduces a new command line option, called brief, to llvm-dwarfdump. When -brief is used, the attribute forms for the .debug_info section will not be emitted to output. Patch by Spyridoula Gravani! rdar://problem/21474365 Differential Revision: https://reviews.llvm.org/D33867 llvm-svn: 304844
* Remove test directories with no tests.Eric Christopher2014-10-022-0/+0
| | | | llvm-svn: 218843
* Removing empty ARM tests from failed revertRenato Golin2014-09-242-0/+0
| | | | llvm-svn: 218419
* Removing empty tests from failed revertRenato Golin2014-09-242-0/+0
| | | | llvm-svn: 218417
* Revert 218407 - Add support for ARM and AArch64 BE object filesRenato Golin2014-09-244-38/+0
| | | | llvm-svn: 218415
* Revert 218408 - Report endianness in output of {dwarf, obj}dumpRenato Golin2014-09-244-44/+2
| | | | llvm-svn: 218414
* Report endianness in output of {dwarf, obj}dumpRenato Golin2014-09-244-2/+44
| | | | | | | | | | For biendian targets like ARM and AArch64, it is useful to have the output of the llvm-dwarfdump and llvm-objdump report the endianness used when the object files were generated. Patch by Charlie Turner. llvm-svn: 218408
* Add support for ARM and AArch64 BE object filesRenato Golin2014-09-244-0/+38
| | | | | | | | | | | | This change fixes the ARM and AArch64 relocation visitors in RelocVisitor. They were unconditionally assuming the object data are little-endian. Tests have been added to ensure that the llvm-dwarfdump utility does not crash when processing big-endian object files. Patch by Charlie Turner. llvm-svn: 218407
* Revert "Add support for ARM and AArch64 BE object files"Kaelyn Takata2014-09-244-38/+0
| | | | | | This reverts commit r218389 as it depends on r218388. llvm-svn: 218398
* Revert "Report endianness in output of {dwarf, obj}dump"Kaelyn Takata2014-09-244-44/+2
| | | | | | This reverts commit r218391 as it depends on r218388 and r218389 llvm-svn: 218397
* Report endianness in output of {dwarf, obj}dumpRenato Golin2014-09-244-2/+44
| | | | | | | | | | For biendian targets like ARM and AArch64, it is useful to have the output of the llvm-dwarfdump and llvm-objdump report the endianness used when the object files were generated. Patch by Charlie Turner. llvm-svn: 218391
* Add support for ARM and AArch64 BE object filesRenato Golin2014-09-244-0/+38
This change fixes the ARM and AArch64 relocation visitors in RelocVisitor. They were unconditionally assuming the object data are little-endian. Tests have been added to ensure that the llvm-dwarfdump utility does not crash when processing big-endian object files. Patch by Charlie Turner. llvm-svn: 218389
OpenPOWER on IntegriCloud