summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Hexagon/HexagonCallingConvLower.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused files.Eric Christopher2015-02-021-187/+0
| | | | llvm-svn: 227829
* 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
* Replace '#include ValueTypes.h' with forward declarations.Patrik Hagglund2014-03-121-2/+1
| | | | | | | In some cases the include is pushed "downstream" (or removed if unused). llvm-svn: 203644
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector ↵Craig Topper2013-07-141-2/+2
| | | | | | size. llvm-svn: 186274
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-071-1/+0
| | | | | | the internals of TargetMachine could change. llvm-svn: 183490
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-041-2/+2
| | | | | | | | | | missed in the first pass because the script didn't yet handle include guards. Note that the script is now able to handle all of these headers without manual edits. =] llvm-svn: 169224
* Hexagon backend supportTony Linthicum2011-12-121-0/+189
llvm-svn: 146412
OpenPOWER on IntegriCloud