Adam Yang c2f4f86438 Recover lost debug info for returned variable. (#2869) 5 лет назад
..
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 6fe0776524 Separated cond mem2reg and scalarizing precise vector allocas (#2765) 6 лет назад
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 f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 лет назад
DeadStoreElimination.cpp 08f3100f25 Increase scan limit for DSE, add option (#2725) 6 лет назад
DxilConditionalMem2Reg.cpp c2f4f86438 Recover lost debug info for returned variable. (#2869) 5 лет назад
DxilEliminateVector.cpp b33846a03c Using DxilValueCache for unroll. (#2694) 6 лет назад
DxilEraseDeadRegion.cpp f4965b71dd Integrate dxcapi v2 and other changes from internal (#2575) 6 лет назад
DxilFixConstArrayInitializer.cpp 91f37618db Turn stores to initializer for static variable where possible. (#2122) 6 лет назад
DxilLoopUnroll.cpp 6fe0776524 Separated cond mem2reg and scalarizing precise vector allocas (#2765) 6 лет назад
DxilRemoveDeadBlocks.cpp 9bf9701ca7 Separated dead block removal to its own pass. Fixed bug where dead resources are not removed (#2744) 6 лет назад
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 efb45575db Resolve compiler warnings on Linux and macOS (#1628) 7 лет назад
HoistConstantArray.cpp 9ffa90c1e8 Fix line endings and add .gitattributes for default eol normalization (#1597) 7 лет назад
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 d5bb3089cf Add support for custom allocators (#390) 8 лет назад
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 f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 лет назад
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 a6f857371d [linux-port] Unused variables in conditionals (#1336) 7 лет назад
LoopUnrollPass.cpp a62836b6dc [linux-port] Resolve ternary ambiguities (#1278) 7 лет назад
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 0867be4b4e Keep alignment when LowerType. (#2614) 6 лет назад
MemCpyOptimizer.cpp f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 лет назад
MergedLoadStoreMotion.cpp f805233b49 Revert license text in banner comments to original llvm verbage (#33) 9 лет назад
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 c2f4f86438 Recover lost debug info for returned variable. (#2869) 5 лет назад
Scalarizer.cpp 76e34cc27d Fixed lack of constant folding sometimes putting instructions before PHI's. (#2683) 6 лет назад
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 лет назад