| .. |
|
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
|
0ba250e9dc
Add pass to hoist constant arrays (#205)
|
8 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
|
f805233b49
Revert license text in banner comments to original llvm verbage (#33)
|
9 years ago |
|
DeadStoreElimination.cpp
|
f805233b49
Revert license text in banner comments to original llvm verbage (#33)
|
9 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
|
6663dac50f
Merge branch 'master' into user/texr/integrate-master
|
7 years ago |
|
HoistConstantArray.cpp
|
18138ff8cf
Handle more complex addressing modes (#1147)
|
7 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
|
f805233b49
Revert license text in banner comments to original llvm verbage (#33)
|
9 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
|
a6f857371d
[linux-port] Unused variables in conditionals (#1336)
|
7 years ago |
|
LoopUnrollPass.cpp
|
a62836b6dc
[linux-port] Resolve ternary ambiguities (#1278)
|
7 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 |
|
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
|
6663dac50f
Merge branch 'master' into user/texr/integrate-master
|
7 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
|
28137b9ac4
Merged PR 102: Fix noreturn change that assumes new block is pred after split
|
7 years ago |
|
Scalarizer.cpp
|
dcaad9e14c
Fix scalarizer for shuffle on vector produced later (#1128)
|
7 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 |