summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SystemZ/SystemZCallingConv.h
Commit message (Collapse)AuthorAgeFilesLines
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
| | | | | | | | | | Add header guards to files that were missing guards. Remove #endif comments as they don't seem common in LLVM (we can easily add them back if we decide they're useful) Changes made by clang-tidy with minor tweaks. llvm-svn: 215558
* [SystemZ] Update namespace formatting to match current guidelinesRichard Sandiford2014-03-061-7/+7
| | | | | | No functional change intended. llvm-svn: 203103
* [SystemZ] Add back endUlrich Weigand2013-05-061-0/+23
This adds the actual lib/Target/SystemZ target files necessary to implement the SystemZ target. Note that at this point, the target cannot yet be built since the configure bits are missing. Those will be provided shortly by a follow-on patch. This version of the patch incorporates feedback from reviews by Chris Lattner and Anton Korobeynikov. Thanks to all reviewers! Patch by Richard Sandiford. llvm-svn: 181203
OpenPOWER on IntegriCloud