summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/debug-info-s16-reg.ll
Commit message (Collapse)AuthorAgeFilesLines
...
* Upgrade tests to the latest debug info format.David Blaikie2013-03-081-29/+30
| | | | | | | | | | | | | | Mostly this is just changing the named metadata (llvm.dbg.sp, llvm.dbg.gv, llvm.dbg.<func>.lv, etc -> llvm.dbg.cu), adding a few fields to older records (DIVariable: flags/inlined-at, DICompileUnit: sp/gv/types, DISubprogram: local variables list) The tests to update were discovered by a change I'm working on to remove debug info version support - so any tests using old debug info versions I haven't updated probably are bad tests or just not actually designed to test debug info. llvm-svn: 176671
* Add an option to pad an uleb128 to MCObjectWriter and remove the uleb128 ↵Benjamin Kramer2011-11-051-2/+1
| | | | | | | | encoding from the DWARF asm printer. As a side effect we now print dwarf ulebs with .ascii directives. llvm-svn: 143809
* Fix DWARF description of S registers.Devang Patel2011-04-211-0/+116
llvm-svn: 129947
OpenPOWER on IntegriCloud