.. |
AMDGPUEmitPrintf.cpp
|
Fix unused variable warning. NFCI.
|
2020-01-16 13:02:40 +00:00 |
ASanStackFrameLayout.cpp
|
…
|
|
AddDiscriminators.cpp
|
[NFC] Fix trivial typos in comments
|
2020-01-06 10:50:26 +00:00 |
AssumeBundleBuilder.cpp
|
[NFC] Add debug and stat counters to assume queries and assume builder
|
2020-07-14 21:49:14 +02:00 |
BasicBlockUtils.cpp
|
Create utility function to Merge Adjacent Basic Blocks
|
2020-05-28 16:44:37 +00:00 |
BreakCriticalEdges.cpp
|
BreakCriticalEdges for callbr indirect dests
|
2020-06-17 11:45:06 -07:00 |
BuildLibCalls.cpp
|
Introduce support for lib function aligned_alloc in TLI / memory builtins
|
2020-03-29 23:36:24 +05:30 |
BypassSlowDivision.cpp
|
BypassSlowDivision: Fix dropping debug info
|
2020-06-18 17:27:19 -04:00 |
CMakeLists.txt
|
Revert "Added a new IRCanonicalizer pass."
|
2020-05-23 13:51:43 +02:00 |
CallGraphUpdater.cpp
|
[CallGraph] Add support for callback call sites
|
2020-07-01 13:44:11 -07:00 |
CallPromotionUtils.cpp
|
[PGO] CallPromotion: Don't try to pass sret args to varargs functions
|
2020-06-08 21:10:27 +02:00 |
CanonicalizeAliases.cpp
|
…
|
|
CanonicalizeFreezeInLoops.cpp
|
LoopAnalysisManager.h - reduce includes to forward declarations. NFC.
|
2020-06-06 14:06:46 +01:00 |
CloneFunction.cpp
|
Fix dynamic alloca detection in CloneBasicBlock
|
2020-06-22 15:06:28 -07:00 |
CloneModule.cpp
|
…
|
|
CodeExtractor.cpp
|
[LLVM] Accept `noundef` attribute in function definitions/calls
|
2020-07-08 19:02:04 +00:00 |
CodeMoverUtils.cpp
|
[CodeMoverUtils] Move OrderedInstructions to CodeMoverUtils
|
2020-07-10 11:22:43 +05:30 |
CtorUtils.cpp
|
…
|
|
Debugify.cpp
|
[debugify] Demote an error about empty locations to a warning
|
2020-06-26 14:55:02 -07:00 |
DemoteRegToStack.cpp
|
…
|
|
EntryExitInstrumenter.cpp
|
GlobalsModRef.h - reduce CallGraph.h include to forward declarations. NFC.
|
2020-06-25 16:00:43 +01:00 |
EscapeEnumerator.cpp
|
EHPersonalities.h - reduce Triple.h include to forward declaration. NFC.
|
2020-06-06 15:48:31 +01:00 |
Evaluator.cpp
|
[IR] Replace all uses of CallBase::getCalledValue() with getCalledOperand().
|
2020-04-27 22:17:03 -07:00 |
FixIrreducible.cpp
|
[NFC] Add 'override' keyword where missing in include/ and lib/.
|
2020-07-14 09:47:29 -07:00 |
FlattenCFG.cpp
|
Fix Wdocumentation warnings by only tagging a param id once per doxygen comment block. NFC.
|
2020-07-01 12:01:19 +01:00 |
FunctionComparator.cpp
|
[SVE] Remove calls to VectorType::getNumElements from Transforms/Utils
|
2020-06-18 13:39:14 -07:00 |
FunctionImportUtils.cpp
|
[ThinLTO] Drop dso_local if a GlobalVariable satisfies isDeclarationForLinker()
|
2020-04-07 15:46:01 -07:00 |
GlobalStatus.cpp
|
[CallSite removal][Transform] Replace CallSite with CallBase in Utils. NFC
|
2020-04-23 20:49:33 -07:00 |
GuardUtils.cpp
|
…
|
|
ImportedFunctionsInliningStatistics.cpp
|
…
|
|
InjectTLIMappings.cpp
|
Preserve GlobalsAA analysis result in InjectTLIMappings
|
2020-06-23 22:05:42 +01:00 |
InlineFunction.cpp
|
[NFCI][IR] Introduce CallBase::Create() wrapper
|
2020-07-07 01:16:36 +03:00 |
InstructionNamer.cpp
|
[InstNamer] use 'i' for Instructions, not 'tmp'
|
2020-06-01 11:11:14 -04:00 |
IntegerDivision.cpp
|
…
|
|
LCSSA.cpp
|
[NFC] Add missing 'const' notion to LCSSA-related functions
|
2020-04-17 17:49:34 +07:00 |
LLVMBuild.txt
|
…
|
|
LibCallsShrinkWrap.cpp
|
…
|
|
Local.cpp
|
CodeGenPrep: remove AssertingVH references before deleting dead instructions.
|
2020-07-15 15:19:21 +01:00 |
LoopRotationUtils.cpp
|
[NFC][LoopRotate] Add a statistic for how many times rotation failed due to the header size
|
2020-07-16 00:21:55 +03:00 |
LoopSimplify.cpp
|
DomTree: Remove getChildren() accessor
|
2020-07-06 21:58:11 +02:00 |
LoopUnroll.cpp
|
DomTree: Remove getChildren() accessor
|
2020-07-06 21:58:11 +02:00 |
LoopUnrollAndJam.cpp
|
Create utility function to Merge Adjacent Basic Blocks
|
2020-05-28 16:44:37 +00:00 |
LoopUnrollPeel.cpp
|
[NFC] Separate Peeling Properties into its own struct (re-land after minor fix)
|
2020-07-10 18:39:30 +00:00 |
LoopUnrollRuntime.cpp
|
[LoopUnroll] Update branch weight for remainder loop
|
2020-07-15 12:33:29 -07:00 |
LoopUtils.cpp
|
DomTree: Remove getChildren() accessor
|
2020-07-06 21:58:11 +02:00 |
LoopVersioning.cpp
|
[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC).
|
2020-05-20 10:53:40 +01:00 |
LowerInvoke.cpp
|
[IR] Replace all uses of CallBase::getCalledValue() with getCalledOperand().
|
2020-04-27 22:17:03 -07:00 |
LowerMemIntrinsics.cpp
|
Utils: Mostly convert memcpy expansion to use Align
|
2020-03-22 11:21:44 -04:00 |
LowerSwitch.cpp
|
[LVI] Don't require DominatorTree in LVI (NFC)
|
2020-05-19 20:21:46 +02:00 |
Mem2Reg.cpp
|
…
|
|
MetaRenamer.cpp
|
…
|
|
MisExpect.cpp
|
…
|
|
ModuleUtils.cpp
|
[KernelAddressSanitizer] Make globals constructors compatible with kernel [v2]
|
2020-06-10 15:08:42 +02:00 |
NameAnonGlobals.cpp
|
Make llvm::StringRef to std::string conversions explicit.
|
2020-01-28 23:25:25 +01:00 |
PredicateInfo.cpp
|
[NFC] Add 'override' keyword where missing in include/ and lib/.
|
2020-07-14 09:47:29 -07:00 |
PromoteMemoryToRegister.cpp
|
[NFC] Deduplicate comment in PromoteMemoryToRegister.cpp
|
2020-05-15 15:18:07 -04:00 |
SSAUpdater.cpp
|
Make llvm::StringRef to std::string conversions explicit.
|
2020-01-28 23:25:25 +01:00 |
SSAUpdaterBulk.cpp
|
…
|
|
SanitizerStats.cpp
|
…
|
|
ScalarEvolutionExpander.cpp
|
Revert "[SCEV][IndVarSimplify] insert point should not be block front."
|
2020-07-14 14:24:26 +02:00 |
SimplifyCFG.cpp
|
[NFC][SimplifyCFG] HoistThenElseCodeToIf(): after hoisting terminator, do return Changed, not just true
|
2020-07-16 00:32:48 +03:00 |
SimplifyIndVar.cpp
|
[IndVarSimplify] Don't replace IV user with unsafe loop-invariant (PR45360)
|
2020-06-23 13:53:15 +03:00 |
SimplifyLibCalls.cpp
|
[InstCombine] Erase attribute lists for simplified libcalls
|
2020-07-13 22:32:33 +00:00 |
SizeOpts.cpp
|
[PGO][PGSO] Enable non-cold size opts under partial profile sample PGO.
|
2020-06-22 10:12:48 -07:00 |
SplitModule.cpp
|
…
|
|
StripGCRelocates.cpp
|
[Statepoint] Replace uses of isX functions with idiomatic isa<X>
|
2020-05-27 18:32:28 -07:00 |
StripNonLineTableDebugInfo.cpp
|
…
|
|
SymbolRewriter.cpp
|
Make llvm::StringRef to std::string conversions explicit.
|
2020-01-28 23:25:25 +01:00 |
UnifyFunctionExitNodes.cpp
|
…
|
|
UnifyLoopExits.cpp
|
[NFC] Add 'override' keyword where missing in include/ and lib/.
|
2020-07-14 09:47:29 -07:00 |
UniqueInternalLinkageNames.cpp
|
New pass to make internal linkage symbol names unique.
|
2020-04-20 15:05:22 -07:00 |
Utils.cpp
|
[Utils] Make -assume-builder/-assume-simplify actually work on Old-PM
|
2020-07-04 21:06:36 +03:00 |
VNCoercion.cpp
|
[GVN] teach ConstantFolding correct handling of non-integral addrspace casts
|
2020-07-13 21:44:17 -04:00 |
ValueMapper.cpp
|
ValueMapper does not preserve inline assembly dialect when remapping the type
|
2020-05-17 14:57:50 -07:00 |