Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | R600: Remove AMDILPeeopholeOptimizer and replace optimizations with tablegen ↵ | Tom Stellard | 2013-05-10 | 1 | -1215/+0 |
| | | | | | | | | | | | | | | patterns The BFE optimization was the only one we were actually using, and it was emitting an intrinsic that we don't support. https://bugs.freedesktop.org/show_bug.cgi?id=64201 Reviewed-by: Christian König <christian.koenig@amd.com> NOTE: This is a candidate for the 3.3 branch. llvm-svn: 181580 | ||||
* | R600/AMDILPeepholeOptimizer.cpp: Tweak std::make_pair to satisfy C++11. | NAKAMURA Takumi | 2013-01-29 | 1 | -1/+1 |
| | | | | llvm-svn: 173807 | ||||
* | Remove redundant 'llvm::' qualifications | Dmitri Gribenko | 2013-01-13 | 1 | -4/+4 |
| | | | | llvm-svn: 172358 | ||||
* | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Add R600 backend | Tom Stellard | 2012-12-11 | 1 | -0/+1215 |
A new backend supporting AMD GPUs: Radeon HD2XXX - HD7XXX llvm-svn: 169915 |