.. |
AlwaysInliner.cpp
|
Cleanup includes: Transforms/IPO
|
2022-03-22 10:06:28 +01:00 |
Annotation2Metadata.cpp
|
…
|
|
ArgumentPromotion.cpp
|
[ArgPromotion] Remove all the getters and ReplaceCallSite (NFC)
|
2022-06-29 10:45:11 +03:00 |
Attributor.cpp
|
[llvm] Use value instead of getValue (NFC)
|
2022-07-13 23:11:56 -07:00 |
AttributorAttributes.cpp
|
[llvm] Use value instead of getValue (NFC)
|
2022-07-13 23:11:56 -07:00 |
BarrierNoopPass.cpp
|
…
|
|
BlockExtractor.cpp
|
[Support] Make report_fatal_error respect its GenCrashDiag argument so it doesn't generate a backtrace
|
2022-05-30 19:19:23 +01:00 |
CMakeLists.txt
|
[llvm][Inline] Add a module level inliner
|
2021-11-09 11:03:29 +08:00 |
CalledValuePropagation.cpp
|
[IPO] Use default member initialization (NFC)
|
2022-06-18 12:17:09 -07:00 |
ConstantMerge.cpp
|
[llvm] Use value_or instead of getValueOr (NFC)
|
2022-06-18 23:07:11 -07:00 |
CrossDSOCFI.cpp
|
Cleanup includes: Transforms/IPO
|
2022-03-22 10:06:28 +01:00 |
DeadArgumentElimination.cpp
|
[DeadArgElim] Replace insert with emplace (NFC)
|
2022-06-25 10:31:27 +03:00 |
ElimAvailExtern.cpp
|
…
|
|
ExtractGV.cpp
|
Cleanup includes: Transforms/IPO
|
2022-03-22 10:06:28 +01:00 |
ForceFunctionAttrs.cpp
|
Cleanup includes: final pass
|
2022-03-29 09:00:21 +02:00 |
FunctionAttrs.cpp
|
[FunctionAttrs] Add missing pass dependency
|
2022-06-27 10:15:06 +02:00 |
FunctionImport.cpp
|
Cleanup includes: Transforms/IPO
|
2022-03-22 10:06:28 +01:00 |
FunctionSpecialization.cpp
|
[FuncSpec]Fix assertion failure when value is not added to solver
|
2022-06-10 18:45:53 +08:00 |
GlobalDCE.cpp
|
[llvm] Remove unneeded cl::ZeroOrMore for cl::opt options. NFC
|
2022-06-03 21:59:05 -07:00 |
GlobalOpt.cpp
|
[IR] Remove Constant::canTrap() (NFC)
|
2022-07-06 10:36:47 +02:00 |
GlobalSplit.cpp
|
[NFC] Switch a few uses of undef to poison as placeholders for unreachble code
|
2022-06-30 23:01:43 +01:00 |
HotColdSplitting.cpp
|
Add !nosanitize to FixedMetadataKinds
|
2022-05-27 09:46:13 +08:00 |
IPO.cpp
|
[ArgPromotion] Remove legacy PM support
|
2022-06-27 09:42:17 +02:00 |
IROutliner.cpp
|
[llvm] Use value instead of getValue (NFC)
|
2022-07-13 23:11:56 -07:00 |
InferFunctionAttrs.cpp
|
Reapply "[BuildLibCalls] Introduce getOrInsertLibFunc() for use when building
|
2022-05-02 19:37:00 +02:00 |
InlineSimple.cpp
|
Cleanup includes: Transforms/IPO
|
2022-03-22 10:06:28 +01:00 |
Inliner.cpp
|
[Inline] Annotate inline pass name with link phase information for analysis.
|
2022-06-24 10:06:43 -07:00 |
Internalize.cpp
|
Cleanup includes: Transforms/IPO
|
2022-03-22 10:06:28 +01:00 |
LoopExtractor.cpp
|
Cleanup includes: Transforms/IPO
|
2022-03-22 10:06:28 +01:00 |
LowerTypeTests.cpp
|
Use llvm::less_second (NFC)
|
2022-06-04 22:48:32 -07:00 |
MergeFunctions.cpp
|
[NFC] Switch a few uses of undef to poison as placeholders for unreachble code
|
2022-07-03 14:34:03 +01:00 |
ModuleInliner.cpp
|
[Inline] Annotate inline pass name with link phase information for analysis.
|
2022-06-24 10:06:43 -07:00 |
OpenMPOpt.cpp
|
[llvm] Use value instead of getValue (NFC)
|
2022-07-13 23:11:56 -07:00 |
PartialInlining.cpp
|
[llvm] Use value_or instead of getValueOr (NFC)
|
2022-06-18 23:07:11 -07:00 |
PassManagerBuilder.cpp
|
[IPO] Remove addLTOOptimizationPasses and addLateLTOOptimizationPasses (NFC)
|
2022-07-11 20:15:24 -07:00 |
PruneEH.cpp
|
[NFC] Switch a few uses of undef to poison as placeholders for unreachble code
|
2022-07-03 14:34:03 +01:00 |
SCCP.cpp
|
Cleanup includes: Transform/Scalar
|
2022-03-03 07:56:34 +01:00 |
SampleContextTracker.cpp
|
[llvm] Use value instead of getValue (NFC)
|
2022-07-13 23:11:56 -07:00 |
SampleProfile.cpp
|
[llvm] Use value instead of getValue (NFC)
|
2022-07-13 23:11:56 -07:00 |
SampleProfileProbe.cpp
|
[llvm] Use value_or instead of getValueOr (NFC)
|
2022-06-18 23:07:11 -07:00 |
StripDeadPrototypes.cpp
|
[IPO] Use make_early_inc_range (NFC)
|
2021-09-14 08:59:36 -07:00 |
StripSymbols.cpp
|
[Transforms] Use {DenseSet,SetVector,SmallPtrSet}::contains (NFC)
|
2021-10-31 07:57:32 -07:00 |
SyntheticCountsPropagation.cpp
|
Remove unneeded cl::ZeroOrMore for cl::opt/cl::list options
|
2022-06-05 00:31:44 -07:00 |
ThinLTOBitcodeWriter.cpp
|
[IPO] Use default member initialization (NFC)
|
2022-06-18 15:41:20 -07:00 |
WholeProgramDevirt.cpp
|
[NFC] Switch a few uses of undef to poison as placeholders for unreachble code
|
2022-07-03 14:34:03 +01:00 |