Vishal Sharma 5af55fadb9 Fix heap corruption due to dependency on StringRef (#3723) 4 лет назад
..
ADCE.cpp f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 лет назад
AlignmentFromAssumptions.cpp f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 лет назад
BDCE.cpp f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 лет назад
CMakeLists.txt 5d6674ad0a Hoist exits out of loops when unrolling to make code structured. (#3103) 5 лет назад
ConstantHoisting.cpp f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 лет назад
ConstantProp.cpp f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 лет назад
CorrelatedValuePropagation.cpp f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 лет назад
DCE.cpp 096309971f Change std::vector to llvm::SmallSetVector for speed boost in DCE::runOnFunction (#2911) 5 лет назад
DeadStoreElimination.cpp 08f3100f25 Increase scan limit for DSE, add option (#2725) 6 лет назад
DxilConditionalMem2Reg.cpp eaa7f95d07 Enable generation of llvm.lifetime.start/.end intrinsics (#3034) 5 лет назад
DxilEliminateVector.cpp ee3303f61d Fixed debug info alignment in min16 types. (#3257) 5 лет назад
DxilEraseDeadRegion.cpp f532d0a7f1 Remove empty loop. (#3391) 5 лет назад
DxilFixConstArrayInitializer.cpp 91f37618db Turn stores to initializer for static variable where possible. (#2122) 6 лет назад
DxilLoopUnroll.cpp f5f4b1aa35 Made nested unroll work. (#3436) 5 лет назад
DxilRemoveDeadBlocks.cpp e6b313b6ab remove-dead-blocks handles switch. Split resource array before finalize. (#3184) 5 лет назад
DxilRemoveUnstructuredLoopExits.cpp 5af55fadb9 Fix heap corruption due to dependency on StringRef (#3723) 4 лет назад
DxilRemoveUnstructuredLoopExits.h 5d6674ad0a Hoist exits out of loops when unrolling to make code structured. (#3103) 5 лет назад
EarlyCSE.cpp f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 лет назад
FlattenCFGPass.cpp f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 лет назад
Float2Int.cpp d5bb3089cf Add support for custom allocators (#390) 8 лет назад
GVN.cpp 9eb7f4f40e Don't replace readfirstlane in GVN::propagateEquality. (#3504) 5 лет назад
HoistConstantArray.cpp eaa7f95d07 Enable generation of llvm.lifetime.start/.end intrinsics (#3034) 5 лет назад
IndVarSimplify.cpp ae615d47a8 [linux-port] Eliminate warnings on release builds (#1361) 7 лет назад
InductiveRangeCheckElimination.cpp f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 лет назад
JumpThreading.cpp 7b3c0bba92 Allow delete self loop in JumpThreading. (#3409) 5 лет назад
LICM.cpp d5bb3089cf Add support for custom allocators (#390) 8 лет назад
LLVMBuild.txt f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 лет назад
LoadCombine.cpp f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 лет назад
LoopDeletion.cpp 3562970cd8 Add DxilLoopDeletion to remove unused loops. (#2927) 5 лет назад
LoopDistribute.cpp d5bb3089cf Add support for custom allocators (#390) 8 лет назад
LoopIdiomRecognize.cpp f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 лет назад
LoopInstSimplify.cpp f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 лет назад
LoopInterchange.cpp f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 лет назад
LoopRerollPass.cpp d5bb3089cf Add support for custom allocators (#390) 8 лет назад
LoopRotation.cpp d5bb3089cf Add support for custom allocators (#390) 8 лет назад
LoopStrengthReduce.cpp a5843199c5 Enable warnings as errors for clang builds (#3012) 5 лет назад
LoopUnrollPass.cpp 5d6674ad0a Hoist exits out of loops when unrolling to make code structured. (#3103) 5 лет назад
LoopUnswitch.cpp d5bb3089cf Add support for custom allocators (#390) 8 лет назад
LowerAtomic.cpp f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 лет назад
LowerExpectIntrinsic.cpp d5bb3089cf Add support for custom allocators (#390) 8 лет назад
LowerTypePasses.cpp 86104f415f Internal validator error messages don't need /Zi anymore. (#3606) 5 лет назад
MemCpyOptimizer.cpp f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 лет назад
MergedLoadStoreMotion.cpp 1f6d1facbf Fixed a potential codegen difference with Zi (#3665) 4 лет назад
NaryReassociate.cpp f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 лет назад
PartiallyInlineLibCalls.cpp f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 лет назад
PlaceSafepoints.cpp ae615d47a8 [linux-port] Eliminate warnings on release builds (#1361) 7 лет назад
Reassociate.cpp f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 лет назад
Reg2Mem.cpp f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 лет назад
Reg2MemHLSL.cpp 335ee949bb More places to be cautious about alloca vs. non-alloca insert locs. 8 лет назад
RewriteStatepointsForGC.cpp f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 лет назад
SCCP.cpp f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 лет назад
SROA.cpp bc7b65cbe9 Run SROA multiple times. (#2754) 6 лет назад
SampleProfile.cpp d5bb3089cf Add support for custom allocators (#390) 8 лет назад
Scalar.cpp f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 лет назад
ScalarReplAggregates.cpp f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 лет назад
ScalarReplAggregatesHLSL.cpp 162a1587c6 Fix detection of inner UDT ptr used by lowered intrinsic (DispatchMesh) (#3713) 4 лет назад
Scalarizer.cpp 86104f415f Internal validator error messages don't need /Zi anymore. (#3606) 5 лет назад
SeparateConstOffsetFromGEP.cpp f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 лет назад
SimplifyCFGPass.cpp d5bb3089cf Add support for custom allocators (#390) 8 лет назад
Sink.cpp f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 лет назад
SpeculativeExecution.cpp f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 лет назад
StraightLineStrengthReduce.cpp f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 лет назад
StructurizeCFG.cpp f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 лет назад
TailRecursionElimination.cpp f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 лет назад