summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/2010-08-04-StackVariable.ll
Commit message (Collapse)AuthorAgeFilesLines
...
* Upgrade tests to the latest debug info format.David Blaikie2013-03-081-32/+34
| | | | | | | | | | | | | | 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
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-171-1/+1
| | | | | | are either unreduced or only test old syntax. llvm-svn: 133228
* Teach dwarf writer to handle complex address expression for .debug_loc entries.Devang Patel2011-04-281-2/+2
| | | | | | | This fixes clang generated blocks' variables' debug info. Radar 9279956. llvm-svn: 130373
* Move arch specific tests in arch specific directories.Devang Patel2011-02-241-0/+124
llvm-svn: 126401
OpenPOWER on IntegriCloud