Tex Riddell 69c685f3ea Change SROA_HLSL to not iterate through use if modifying them. 6 yıl önce
..
ADCE.cpp f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 yıl önce
AlignmentFromAssumptions.cpp f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 yıl önce
BDCE.cpp f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 yıl önce
CMakeLists.txt 51c6cfb01c Created custom unroll pass to optionally include certain exit blocks. (#1752) 7 yıl önce
ConstantHoisting.cpp f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 yıl önce
ConstantProp.cpp f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 yıl önce
CorrelatedValuePropagation.cpp f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 yıl önce
DCE.cpp f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 yıl önce
DeadStoreElimination.cpp f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 yıl önce
DxilLoopUnroll.cpp 75189a7b42 Fix unreferenced local vars in release build 6 yıl önce
EarlyCSE.cpp f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 yıl önce
FlattenCFGPass.cpp f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 yıl önce
Float2Int.cpp d5bb3089cf Add support for custom allocators (#390) 8 yıl önce
GVN.cpp efb45575db Resolve compiler warnings on Linux and macOS (#1628) 7 yıl önce
HoistConstantArray.cpp 9ffa90c1e8 Fix line endings and add .gitattributes for default eol normalization (#1597) 7 yıl önce
IndVarSimplify.cpp ae615d47a8 [linux-port] Eliminate warnings on release builds (#1361) 7 yıl önce
InductiveRangeCheckElimination.cpp f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 yıl önce
JumpThreading.cpp d5bb3089cf Add support for custom allocators (#390) 8 yıl önce
LICM.cpp d5bb3089cf Add support for custom allocators (#390) 8 yıl önce
LLVMBuild.txt f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 yıl önce
LoadCombine.cpp f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 yıl önce
LoopDeletion.cpp f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 yıl önce
LoopDistribute.cpp d5bb3089cf Add support for custom allocators (#390) 8 yıl önce
LoopIdiomRecognize.cpp f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 yıl önce
LoopInstSimplify.cpp f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 yıl önce
LoopInterchange.cpp f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 yıl önce
LoopRerollPass.cpp d5bb3089cf Add support for custom allocators (#390) 8 yıl önce
LoopRotation.cpp d5bb3089cf Add support for custom allocators (#390) 8 yıl önce
LoopStrengthReduce.cpp a6f857371d [linux-port] Unused variables in conditionals (#1336) 7 yıl önce
LoopUnrollPass.cpp a62836b6dc [linux-port] Resolve ternary ambiguities (#1278) 7 yıl önce
LoopUnswitch.cpp d5bb3089cf Add support for custom allocators (#390) 8 yıl önce
LowerAtomic.cpp f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 yıl önce
LowerExpectIntrinsic.cpp d5bb3089cf Add support for custom allocators (#390) 8 yıl önce
MemCpyOptimizer.cpp f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 yıl önce
MergedLoadStoreMotion.cpp f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 yıl önce
NaryReassociate.cpp f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 yıl önce
PartiallyInlineLibCalls.cpp f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 yıl önce
PlaceSafepoints.cpp ae615d47a8 [linux-port] Eliminate warnings on release builds (#1361) 7 yıl önce
Reassociate.cpp f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 yıl önce
Reg2Mem.cpp f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 yıl önce
Reg2MemHLSL.cpp 335ee949bb More places to be cautious about alloca vs. non-alloca insert locs. 7 yıl önce
RewriteStatepointsForGC.cpp f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 yıl önce
SCCP.cpp f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 yıl önce
SROA.cpp c2e744dcf4 Enable sroa for hlsl to remove static indexing array. (#1893) 7 yıl önce
SampleProfile.cpp d5bb3089cf Add support for custom allocators (#390) 8 yıl önce
Scalar.cpp f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 yıl önce
ScalarReplAggregates.cpp f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 yıl önce
ScalarReplAggregatesHLSL.cpp 69c685f3ea Change SROA_HLSL to not iterate through use if modifying them. 6 yıl önce
Scalarizer.cpp dcaad9e14c Fix scalarizer for shuffle on vector produced later (#1128) 7 yıl önce
SeparateConstOffsetFromGEP.cpp f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 yıl önce
SimplifyCFGPass.cpp d5bb3089cf Add support for custom allocators (#390) 8 yıl önce
Sink.cpp f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 yıl önce
SpeculativeExecution.cpp f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 yıl önce
StraightLineStrengthReduce.cpp f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 yıl önce
StructurizeCFG.cpp f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 yıl önce
TailRecursionElimination.cpp f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 yıl önce