| .. |
|
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)
|
4 years ago |
|
DxilFixConstArrayInitializer.cpp
|
91f37618db
Turn stores to initializer for static variable where possible. (#2122)
|
6 years ago |
|
DxilLoopUnroll.cpp
|
f5f4b1aa35
Made nested unroll work. (#3436)
|
4 years ago |
|
DxilRemoveDeadBlocks.cpp
|
e6b313b6ab
remove-dead-blocks handles switch. Split resource array before finalize. (#3184)
|
5 years ago |
|
DxilRemoveUnstructuredLoopExits.cpp
|
5af55fadb9
Fix heap corruption due to dependency on StringRef (#3723)
|
4 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
|
9eb7f4f40e
Don't replace readfirstlane in GVN::propagateEquality. (#3504)
|
4 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
|
7b3c0bba92
Allow delete self loop in JumpThreading. (#3409)
|
4 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
|
86104f415f
Internal validator error messages don't need /Zi anymore. (#3606)
|
4 years ago |
|
MemCpyOptimizer.cpp
|
f805233b49
Revert license text in banner comments to original llvm verbage (#33)
|
9 years ago |
|
MergedLoadStoreMotion.cpp
|
1f6d1facbf
Fixed a potential codegen difference with Zi (#3665)
|
4 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
|
162a1587c6
Fix detection of inner UDT ptr used by lowered intrinsic (DispatchMesh) (#3713)
|
4 years ago |
|
Scalarizer.cpp
|
86104f415f
Internal validator error messages don't need /Zi anymore. (#3606)
|
4 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 |