| .. |
|
ADCE.cpp
|
f805233b49
Revert license text in banner comments to original llvm verbage (#33)
|
9 years ago |
|
AlignmentFromAssumptions.cpp
|
f805233b49
Revert license text in banner comments to original llvm verbage (#33)
|
9 years ago |
|
BDCE.cpp
|
f805233b49
Revert license text in banner comments to original llvm verbage (#33)
|
9 years ago |
|
CMakeLists.txt
|
5d6674ad0a
Hoist exits out of loops when unrolling to make code structured. (#3103)
|
5 years ago |
|
ConstantHoisting.cpp
|
f805233b49
Revert license text in banner comments to original llvm verbage (#33)
|
9 years ago |
|
ConstantProp.cpp
|
f805233b49
Revert license text in banner comments to original llvm verbage (#33)
|
9 years ago |
|
CorrelatedValuePropagation.cpp
|
f805233b49
Revert license text in banner comments to original llvm verbage (#33)
|
9 years ago |
|
DCE.cpp
|
096309971f
Change std::vector to llvm::SmallSetVector for speed boost in DCE::runOnFunction (#2911)
|
5 years ago |
|
DeadStoreElimination.cpp
|
08f3100f25
Increase scan limit for DSE, add option (#2725)
|
5 years ago |
|
DxilConditionalMem2Reg.cpp
|
eaa7f95d07
Enable generation of llvm.lifetime.start/.end intrinsics (#3034)
|
5 years ago |
|
DxilEliminateVector.cpp
|
ee3303f61d
Fixed debug info alignment in min16 types. (#3257)
|
5 years ago |
|
DxilEraseDeadRegion.cpp
|
f532d0a7f1
Remove empty loop. (#3391)
|
5 years ago |
|
DxilFixConstArrayInitializer.cpp
|
91f37618db
Turn stores to initializer for static variable where possible. (#2122)
|
6 years ago |
|
DxilLoopUnroll.cpp
|
eaa7f95d07
Enable generation of llvm.lifetime.start/.end intrinsics (#3034)
|
5 years ago |
|
DxilRemoveDeadBlocks.cpp
|
e6b313b6ab
remove-dead-blocks handles switch. Split resource array before finalize. (#3184)
|
5 years ago |
|
DxilRemoveUnstructuredLoopExits.cpp
|
4c66d72760
Enabled loop exit structurizer by default. (#3334)
|
5 years ago |
|
DxilRemoveUnstructuredLoopExits.h
|
5d6674ad0a
Hoist exits out of loops when unrolling to make code structured. (#3103)
|
5 years ago |
|
EarlyCSE.cpp
|
f805233b49
Revert license text in banner comments to original llvm verbage (#33)
|
9 years ago |
|
FlattenCFGPass.cpp
|
f805233b49
Revert license text in banner comments to original llvm verbage (#33)
|
9 years ago |
|
Float2Int.cpp
|
d5bb3089cf
Add support for custom allocators (#390)
|
8 years ago |
|
GVN.cpp
|
efb45575db
Resolve compiler warnings on Linux and macOS (#1628)
|
7 years ago |
|
HoistConstantArray.cpp
|
eaa7f95d07
Enable generation of llvm.lifetime.start/.end intrinsics (#3034)
|
5 years ago |
|
IndVarSimplify.cpp
|
ae615d47a8
[linux-port] Eliminate warnings on release builds (#1361)
|
7 years ago |
|
InductiveRangeCheckElimination.cpp
|
f805233b49
Revert license text in banner comments to original llvm verbage (#33)
|
9 years ago |
|
JumpThreading.cpp
|
d5bb3089cf
Add support for custom allocators (#390)
|
8 years ago |
|
LICM.cpp
|
d5bb3089cf
Add support for custom allocators (#390)
|
8 years ago |
|
LLVMBuild.txt
|
f805233b49
Revert license text in banner comments to original llvm verbage (#33)
|
9 years ago |
|
LoadCombine.cpp
|
f805233b49
Revert license text in banner comments to original llvm verbage (#33)
|
9 years ago |
|
LoopDeletion.cpp
|
3562970cd8
Add DxilLoopDeletion to remove unused loops. (#2927)
|
5 years ago |
|
LoopDistribute.cpp
|
d5bb3089cf
Add support for custom allocators (#390)
|
8 years ago |
|
LoopIdiomRecognize.cpp
|
f805233b49
Revert license text in banner comments to original llvm verbage (#33)
|
9 years ago |
|
LoopInstSimplify.cpp
|
f805233b49
Revert license text in banner comments to original llvm verbage (#33)
|
9 years ago |
|
LoopInterchange.cpp
|
f805233b49
Revert license text in banner comments to original llvm verbage (#33)
|
9 years ago |
|
LoopRerollPass.cpp
|
d5bb3089cf
Add support for custom allocators (#390)
|
8 years ago |
|
LoopRotation.cpp
|
d5bb3089cf
Add support for custom allocators (#390)
|
8 years ago |
|
LoopStrengthReduce.cpp
|
a5843199c5
Enable warnings as errors for clang builds (#3012)
|
5 years ago |
|
LoopUnrollPass.cpp
|
5d6674ad0a
Hoist exits out of loops when unrolling to make code structured. (#3103)
|
5 years ago |
|
LoopUnswitch.cpp
|
d5bb3089cf
Add support for custom allocators (#390)
|
8 years ago |
|
LowerAtomic.cpp
|
f805233b49
Revert license text in banner comments to original llvm verbage (#33)
|
9 years ago |
|
LowerExpectIntrinsic.cpp
|
d5bb3089cf
Add support for custom allocators (#390)
|
8 years ago |
|
LowerTypePasses.cpp
|
50981cdefe
Support CallInst when ReplaceStaticIndexingOnVector. (#3354)
|
5 years ago |
|
MemCpyOptimizer.cpp
|
f805233b49
Revert license text in banner comments to original llvm verbage (#33)
|
9 years ago |
|
MergedLoadStoreMotion.cpp
|
f805233b49
Revert license text in banner comments to original llvm verbage (#33)
|
9 years ago |
|
NaryReassociate.cpp
|
f805233b49
Revert license text in banner comments to original llvm verbage (#33)
|
9 years ago |
|
PartiallyInlineLibCalls.cpp
|
f805233b49
Revert license text in banner comments to original llvm verbage (#33)
|
9 years ago |
|
PlaceSafepoints.cpp
|
ae615d47a8
[linux-port] Eliminate warnings on release builds (#1361)
|
7 years ago |
|
Reassociate.cpp
|
f805233b49
Revert license text in banner comments to original llvm verbage (#33)
|
9 years ago |
|
Reg2Mem.cpp
|
f805233b49
Revert license text in banner comments to original llvm verbage (#33)
|
9 years ago |
|
Reg2MemHLSL.cpp
|
335ee949bb
More places to be cautious about alloca vs. non-alloca insert locs.
|
7 years ago |
|
RewriteStatepointsForGC.cpp
|
f805233b49
Revert license text in banner comments to original llvm verbage (#33)
|
9 years ago |
|
SCCP.cpp
|
f805233b49
Revert license text in banner comments to original llvm verbage (#33)
|
9 years ago |
|
SROA.cpp
|
bc7b65cbe9
Run SROA multiple times. (#2754)
|
5 years ago |
|
SampleProfile.cpp
|
d5bb3089cf
Add support for custom allocators (#390)
|
8 years ago |
|
Scalar.cpp
|
f805233b49
Revert license text in banner comments to original llvm verbage (#33)
|
9 years ago |
|
ScalarReplAggregates.cpp
|
f805233b49
Revert license text in banner comments to original llvm verbage (#33)
|
9 years ago |
|
ScalarReplAggregatesHLSL.cpp
|
83e538ecc3
Use IsEntry when LowerStaticGlobalIntoAlloca. (#3353)
|
5 years ago |
|
Scalarizer.cpp
|
0d3210d3c8
Fixed debugger jumping around. Got rid of preserve value. (#2893)
|
5 years ago |
|
SeparateConstOffsetFromGEP.cpp
|
f805233b49
Revert license text in banner comments to original llvm verbage (#33)
|
9 years ago |
|
SimplifyCFGPass.cpp
|
d5bb3089cf
Add support for custom allocators (#390)
|
8 years ago |
|
Sink.cpp
|
f805233b49
Revert license text in banner comments to original llvm verbage (#33)
|
9 years ago |
|
SpeculativeExecution.cpp
|
f805233b49
Revert license text in banner comments to original llvm verbage (#33)
|
9 years ago |
|
StraightLineStrengthReduce.cpp
|
f805233b49
Revert license text in banner comments to original llvm verbage (#33)
|
9 years ago |
|
StructurizeCFG.cpp
|
f805233b49
Revert license text in banner comments to original llvm verbage (#33)
|
9 years ago |
|
TailRecursionElimination.cpp
|
f805233b49
Revert license text in banner comments to original llvm verbage (#33)
|
9 years ago |