1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 20:12:56 +02:00
llvm-mirror/include/llvm/Transforms/Utils
Mehdi Amini 9ff867f98c [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
..
ASanStackFrameLayout.h Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 2015-06-23 09:49:53 +00:00
BasicBlockUtils.h [LV] Preserve LoopInfo when store predication is used 2016-03-15 18:06:20 +00:00
BuildLibCalls.h function names start with a lowercase letter; NFC 2016-01-19 19:46:10 +00:00
BypassSlowDivision.h Clarify that the bypassSlowDivision optimization operates on a single BB [v2] 2016-01-04 23:18:58 +00:00
Cloning.h Cloning: Reduce complexity of debug info cloning and fix correctness issue. 2016-03-30 22:05:13 +00:00
CmpInstAnalysis.h
CodeExtractor.h [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
CtorUtils.h Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 2015-06-23 09:49:53 +00:00
Evaluator.h Transforms: Move GlobalOpt's Evaluator to Utils where it can be reused. 2016-02-03 02:51:00 +00:00
FunctionImportUtils.h Rework linkInModule(), making it oblivious to ThinLTO 2016-03-19 00:40:31 +00:00
GlobalStatus.h Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 2015-06-23 09:49:53 +00:00
IntegerDivision.h Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 2015-06-23 09:49:53 +00:00
Local.h [SimlifyCFG] Prevent passes from destroying canonical loop structure, especially for nested loops 2016-03-29 04:08:57 +00:00
LoopUtils.h [LICM] Store promotion when memory is thread local 2016-03-09 22:59:30 +00:00
LoopVersioning.h [LoopVectorize] Annotate versioned loop with noalias metadata 2016-03-17 20:32:37 +00:00
MemorySSA.h [MemorySSA] Make a return type reflect reality. NFC. 2016-03-11 19:34:03 +00:00
ModuleUtils.h [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
PromoteMemToReg.h [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
SanitizerStats.h Introduce sanstats tool and llvm::CreateSanitizerStatReport function. 2016-01-16 00:31:11 +00:00
SimplifyIndVar.h [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
SimplifyLibCalls.h [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
SplitModule.h Add to the split module utility an SCC based method which allows not to globalize any local variables. 2016-01-18 21:07:13 +00:00
SSAUpdater.h [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
SSAUpdaterImpl.h Make more headers self-contained. 2016-01-27 18:03:37 +00:00
SymbolRewriter.h Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 2015-06-23 09:49:53 +00:00
UnifyFunctionExitNodes.h Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 2015-06-23 09:49:53 +00:00
UnrollLoop.h [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
ValueMapper.h Reapply "ValueMapper: Eliminate cross-file co-recursion, NFC" 2016-04-16 02:29:55 +00:00