teak-llvm/llvm/lib/Transforms/Utils
David Bolvansky 3a3dddd9d7 [NFCI] Fixed buildbots
llvm-svn: 372097
2019-09-17 10:03:45 +00:00
..
AddDiscriminators.cpp
ASanStackFrameLayout.cpp
BasicBlockUtils.cpp [BasicBlockUtils] Add optional BBName argument, in line with BB:splitBasicBlock 2019-09-13 08:03:32 +00:00
BreakCriticalEdges.cpp
BuildLibCalls.cpp [BuildLibCalls] Noalias annotation 2019-08-14 16:50:06 +00:00
BypassSlowDivision.cpp
CallPromotionUtils.cpp
CanonicalizeAliases.cpp
CloneFunction.cpp Fix for "DICompileUnit not listed in llvm.dbg.cu" verification error after ... 2019-08-28 21:27:50 +00:00
CloneModule.cpp Fix for "DICompileUnit not listed in llvm.dbg.cu" verification error after ... 2019-08-28 21:27:50 +00:00
CMakeLists.txt Reland "clang-misexpect: Profile Guided Validation of Performance Annotations in LLVM" 2019-09-11 16:19:50 +00:00
CodeExtractor.cpp ARM MTE stack sanitizer. 2019-07-15 20:02:23 +00:00
CtorUtils.cpp
DemoteRegToStack.cpp
EntryExitInstrumenter.cpp Reland "[ARM] push LR before __gnu_mcount_nc" 2019-08-16 23:30:16 +00:00
EscapeEnumerator.cpp
Evaluator.cpp [llvm] Migrate llvm::make_unique to std::make_unique 2019-08-15 15:54:37 +00:00
FlattenCFG.cpp
FunctionComparator.cpp
FunctionImportUtils.cpp [ThinLTO] Attempt to recommit r365188 after alignment fix 2019-07-05 15:25:05 +00:00
GlobalStatus.cpp
GuardUtils.cpp
ImportedFunctionsInliningStatistics.cpp [Instruction] Add hasMetadata(Kind) helper [NFC] 2019-09-04 17:28:48 +00:00
InlineFunction.cpp Delete dead stores 2019-07-12 14:58:15 +00:00
InstructionNamer.cpp
IntegerDivision.cpp
LCSSA.cpp
LibCallsShrinkWrap.cpp Change TargetLibraryInfo analysis passes to always require Function 2019-09-07 03:09:36 +00:00
LLVMBuild.txt
Local.cpp [Debuginfo][SROA] Need to handle dbg.value in SROA pass. 2019-09-04 14:19:49 +00:00
LoopRotationUtils.cpp [LoopRotate + MemorySSA] Keep an <instruction-cloned instruction> map. 2019-07-10 17:36:56 +00:00
LoopSimplify.cpp [llvm] Migrate llvm::make_unique to std::make_unique 2019-08-15 15:54:37 +00:00
LoopUnroll.cpp [LoopUnroll] Use Lazy strategy for DTU used for MergeBlockIntoPredecessor. 2019-08-29 04:26:29 +00:00
LoopUnrollAndJam.cpp [LoopUnrollAndJam] Use Lazy strategy for DTU. 2019-08-29 17:47:58 +00:00
LoopUnrollPeel.cpp [Loop Peeling] Fix silly bug in metadata update. 2019-08-22 10:06:46 +00:00
LoopUnrollRuntime.cpp [LoopInfo] Introduce getUniqueNonLatchExitBlocks utility function 2019-07-15 05:51:10 +00:00
LoopUtils.cpp [MemorySSA] Re-enable MemorySSA use. 2019-09-04 19:16:04 +00:00
LoopVersioning.cpp [BasicBlockUtils] Add optional BBName argument, in line with BB:splitBasicBlock 2019-09-13 08:03:32 +00:00
LowerInvoke.cpp
LowerMemIntrinsics.cpp
LowerSwitch.cpp Fix parameter name comments using clang-tidy. NFC. 2019-07-16 04:46:31 +00:00
Mem2Reg.cpp
MetaRenamer.cpp Change TargetLibraryInfo analysis passes to always require Function 2019-09-07 03:09:36 +00:00
MisExpect.cpp Reland "clang-misexpect: Profile Guided Validation of Performance Annotations in LLVM" 2019-09-11 16:19:50 +00:00
ModuleUtils.cpp
NameAnonGlobals.cpp
PredicateInfo.cpp [llvm] Migrate llvm::make_unique to std::make_unique 2019-08-15 15:54:37 +00:00
PromoteMemoryToRegister.cpp
SanitizerStats.cpp
SimplifyCFG.cpp [SimplifyCFG] FoldTwoEntryPHINode(): consider *total* speculation cost, not per-BB cost 2019-09-16 16:18:24 +00:00
SimplifyIndVar.cpp
SimplifyLibCalls.cpp [NFCI] Fixed buildbots 2019-09-17 10:03:45 +00:00
SizeOpts.cpp
SplitModule.cpp
SSAUpdater.cpp
SSAUpdaterBulk.cpp
StripGCRelocates.cpp
StripNonLineTableDebugInfo.cpp
SymbolRewriter.cpp [llvm] Migrate llvm::make_unique to std::make_unique 2019-08-15 15:54:37 +00:00
UnifyFunctionExitNodes.cpp
Utils.cpp
ValueMapper.cpp [ValueMapper] NFC: Remove dead code to pause metadata mapping 2019-08-28 17:43:14 +00:00
VNCoercion.cpp