summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/SystemZ
Commit message (Collapse)AuthorAgeFilesLines
...
* Debug Info: improve the verifier to check field types.Manman Ren2013-07-251-4/+4
| | | | | | | | Make sure the context and type fields are MDNodes. We will generate verification errors if those fields are non-empty strings. Fix testing cases to make them pass the verifier. llvm-svn: 187106
* [SystemZ] Allow LA and LARL to be rematerializedRichard Sandiford2013-06-271-2/+1
| | | | llvm-svn: 185069
* [SystemZ] Update non-pic DWARF encodingsUlrich Weigand2013-05-061-3/+5
| | | | | | | | | | | | As pointed out by Rafael Espindola, we should match the DWARF encodings produced by GCC in both pic and non-pic modes. This was not the case for the non-pic case. This patch changes all DWARF encodings to DW_EH_PE_absptr for the non-pic case, just like GCC does. The test case is updated to check for both variants. llvm-svn: 181222
* [SystemZ] Add DebugInfo test casesUlrich Weigand2013-05-066-0/+595
This adds all DebugInfo tests for the SystemZ target. This version of the patch incorporates feedback from reviews by Eric Christopher and Rafael Espindola. Thanks to all reviewers! Patch by Richard Sandiford. llvm-svn: 181205
OpenPOWER on IntegriCloud