1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/lib/Transforms/Utils
Jian Cai fa10d00255 Reland "[ARM] push LR before __gnu_mcount_nc"
This relands r369147 with fixes to unit tests.

https://reviews.llvm.org/D65019

llvm-svn: 369173
2019-08-16 23:30:16 +00:00
..
AddDiscriminators.cpp
ASanStackFrameLayout.cpp
BasicBlockUtils.cpp
BreakCriticalEdges.cpp
BuildLibCalls.cpp [BuildLibCalls] Noalias annotation 2019-08-14 16:50:06 +00:00
BypassSlowDivision.cpp
CallPromotionUtils.cpp [PGO] Update ICP pass for recent byval type changes 2019-07-01 22:43:39 +00:00
CanonicalizeAliases.cpp
CloneFunction.cpp Keep the order of the basic blocks in the cloned loop as the original 2019-07-08 18:30:35 +00:00
CloneModule.cpp [llvm] Migrate llvm::make_unique to std::make_unique 2019-08-15 15:54:37 +00:00
CMakeLists.txt
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 [llvm] Migrate llvm::make_unique to std::make_unique 2019-08-15 15:54:37 +00:00
InlineFunction.cpp Delete dead stores 2019-07-12 14:58:15 +00:00
InstructionNamer.cpp
IntegerDivision.cpp
LCSSA.cpp
LibCallsShrinkWrap.cpp
LLVMBuild.txt
Local.cpp [Attributor][Fix] Do not remove instructions during manifestation 2019-08-05 21:35:02 +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 [Loop Peeling] Enable peeling for loops with multiple exits 2019-07-15 08:26:45 +00:00
LoopUnrollAndJam.cpp
LoopUnrollPeel.cpp [Loop Peeling] Do not close further unroll/peel if profile based peeling was not used. 2019-08-02 04:29:23 +00:00
LoopUnrollRuntime.cpp [LoopInfo] Introduce getUniqueNonLatchExitBlocks utility function 2019-07-15 05:51:10 +00:00
LoopUtils.cpp Add llvm.licm.disable metadata 2019-08-08 13:46:17 +00:00
LoopVersioning.cpp
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
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 [Transforms] Do not drop !preserve.access.index metadata 2019-08-03 23:41:26 +00:00
SimplifyIndVar.cpp
SimplifyLibCalls.cpp [InstCombine] Simplify pow(2.0, itofp(y)) to ldexp(1.0, y) 2019-08-16 15:33:41 +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 Linker: Add support for GlobalIFunc. 2019-08-08 22:09:18 +00:00
VNCoercion.cpp