summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/R600/AMDILIntrinsicInfo.cpp
Commit message (Collapse)AuthorAgeFilesLines
* R600: Rename AMDIL fileMatt Arsenault2014-06-231-81/+0
| | | | llvm-svn: 211512
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-1/+1
| | | | llvm-svn: 207197
* R600: Rework subtarget info and remove AMDILDevice classesTom Stellard2013-06-071-1/+0
| | | | | | | | This should simplify the subtarget definitions and make it easier to add new ones. Reviewed-by: Vincent Lejeune <vljn@ovi.com> llvm-svn: 183566
* Check that a function starts with llvm. before using GET_FUNCTION_RECOGNIZER.Rafael Espindola2013-05-221-0/+3
| | | | | | Fixes a use of uninitialized memory found by asan and valgind. llvm-svn: 182480
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-3/+3
| | | | | | | | | | | | | | | | | | | | | into their new header subdirectory: include/llvm/IR. This matches the directory structure of lib, and begins to correct a long standing point of file layout clutter in LLVM. There are still more header files to move here, but I wanted to handle them in separate commits to make tracking what files make sense at each layer easier. The only really questionable files here are the target intrinsic tablegen files. But that's a battle I'd rather not fight today. I've updated both CMake and Makefile build systems (I think, and my tests think, but I may have missed something). I've also re-sorted the includes throughout the project. I'll be committing updates to Clang, DragonEgg, and Polly momentarily. llvm-svn: 171366
* Resort the #include lines in include/... and lib/... with theChandler Carruth2013-01-021-1/+1
| | | | | | | | | | utils/sort_includes.py script. Most of these are updating the new R600 target and fixing up a few regressions that have creeped in since the last time I sorted the includes. llvm-svn: 171362
* Fix warnings with -DNDEBUGTom Stellard2012-12-131-1/+1
| | | | | | Patch by: NAKAMURA Takumi llvm-svn: 170142
* Add R600 backendTom Stellard2012-12-111-0/+79
A new backend supporting AMD GPUs: Radeon HD2XXX - HD7XXX llvm-svn: 169915
OpenPOWER on IntegriCloud