llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc
Mehdi Amini b550cb1750 [NFC] Header cleanup
Removed some unused headers, replaced some headers with forward class declarations.

Found using simple scripts like this one:
clear && ack --cpp -l '#include "llvm/ADT/IndexedMap.h"' | xargs grep -L 'IndexedMap[<]' | xargs grep -n --color=auto 'IndexedMap'

Patch by Eugene Kosov <claprix@yandex.ru>

Differential Revision: http://reviews.llvm.org/D19219

From: Mehdi Amini <mehdi.amini@apple.com>
llvm-svn: 266595
2016-04-18 09:17:29 +00:00
..
AMDGPUAsmBackend.cpp AMDGPU/SI: Emit constant arrays in the .text section 2015-12-10 02:13:01 +00:00
AMDGPUELFObjectWriter.cpp Convert a few assert failures into proper errors. 2016-01-13 22:56:57 +00:00
AMDGPUELFStreamer.cpp AMDGPU/SI: Use .hsatext section instead of .text for HSA 2015-09-25 21:41:28 +00:00
AMDGPUELFStreamer.h AMDGPU: R600 code splitting cleanup 2016-03-11 08:00:27 +00:00
AMDGPUFixupKinds.h AMDGPU: R600 code splitting cleanup 2016-03-11 08:00:27 +00:00
AMDGPUMCAsmInfo.cpp AMDGPU: Emit functions sizes 2016-01-08 14:50:23 +00:00
AMDGPUMCAsmInfo.h AMDGPU: R600 code splitting cleanup 2016-03-11 08:00:27 +00:00
AMDGPUMCCodeEmitter.cpp
AMDGPUMCCodeEmitter.h AMDGPU: R600 code splitting cleanup 2016-03-11 08:00:27 +00:00
AMDGPUMCTargetDesc.cpp AMDGPU/SI: Use .hsatext section instead of .text for HSA 2015-09-25 21:41:28 +00:00
AMDGPUMCTargetDesc.h [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
AMDGPUTargetStreamer.cpp AMDGPU/SI: Correctly emit agent global segment variables when targeting HSA 2015-12-02 19:47:57 +00:00
AMDGPUTargetStreamer.h AMDGPU: R600 code splitting cleanup 2016-03-11 08:00:27 +00:00
CMakeLists.txt AMDGPU/SI: Use .hsatext section instead of .text for HSA 2015-09-25 21:41:28 +00:00
LLVMBuild.txt AMDGPU/SI: Use .hsatext section instead of .text for HSA 2015-09-25 21:41:28 +00:00
R600MCCodeEmitter.cpp Untabify. 2015-09-22 11:15:07 +00:00
SIMCCodeEmitter.cpp AMDGPU/SI: Fix warning introduced by r255204 2015-12-10 03:10:46 +00:00