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