.. |
AbstractCallSite.cpp
|
[IR] Migrate from getNumArgOperands to arg_size (NFC)
|
2021-10-04 08:40:25 -07:00 |
AsmWriter.cpp
|
[llvm] Use range-based for loops (NFC)
|
2021-11-18 09:09:52 -08:00 |
Assumptions.cpp
|
[Attributor] Introduce AAAssumptionInfo to propagate assumptions
|
2021-11-09 17:39:18 -05:00 |
AttributeImpl.h
|
[Attributes] Use single method to fetch type from AttributeSet (NFC)
|
2021-07-14 21:10:56 +02:00 |
Attributes.cpp
|
[llvm] Call *(Set|Map)::erase directly (NFC)
|
2021-10-24 09:32:59 -07:00 |
AutoUpgrade.cpp
|
[llvm] Use StringRef::contains (NFC)
|
2021-10-23 08:45:27 -07:00 |
BasicBlock.cpp
|
Add a statistic to track number of times we rebuild instruction ordering
|
2021-10-08 10:59:34 -07:00 |
BuiltinGCs.cpp
|
[GC][NFC] Move GCStrategy from CodeGen to IR
|
2021-05-13 12:31:59 +07:00 |
CMakeLists.txt
|
[GC][NFC] Move GCStrategy from CodeGen to IR
|
2021-05-13 12:31:59 +07:00 |
Comdat.cpp
|
[IR] Rename `comdat noduplicates` to `comdat nodeduplicate`
|
2021-07-20 12:47:10 -07:00 |
ConstantFold.cpp
|
[IR] In ConstantFoldShuffleVectorInstruction use zeroinitializer for splats of 0
|
2021-11-10 09:42:58 +00:00 |
ConstantFold.h
|
…
|
|
ConstantRange.cpp
|
[ConstantRange] Add exact union/intersect (NFC)
|
2021-11-07 21:46:06 +01:00 |
Constants.cpp
|
[IR] Merge createReplacementInstr into ConstantExpr::getAsInstruction
|
2021-10-29 15:02:58 +01:00 |
ConstantsContext.h
|
[IR] Added operator delete to subclasses of User to avoid UB
|
2021-07-08 11:59:22 +02:00 |
Core.cpp
|
[LLVM-C]Add LLVMAddMetadataToInst, deprecated LLVMSetInstDebugLocation.
|
2021-10-22 11:21:28 +01:00 |
DIBuilder.cpp
|
[DebugInfo] run clang-format on some unformatted files
|
2021-11-11 18:59:41 -08:00 |
DataLayout.cpp
|
[BasicAA] Use index size instead of pointer size
|
2021-11-07 18:56:11 +01:00 |
DebugInfo.cpp
|
[llvm] Use make_early_inc_range (NFC)
|
2021-11-05 19:39:07 -07:00 |
DebugInfoMetadata.cpp
|
[DebugInfo] run clang-format on some unformatted files
|
2021-11-11 18:59:41 -08:00 |
DebugLoc.cpp
|
[IR] Delete unused ReplaceLast in DebugLoc::appendInlineAt
|
2021-01-08 23:28:22 -08:00 |
DiagnosticHandler.cpp
|
[llvm] Replace report_fatal_error(std::string) uses with report_fatal_error(Twine)
|
2021-10-06 12:04:30 +01:00 |
DiagnosticInfo.cpp
|
[IR] Fix a few incorrect paths in file header comments. NFC
|
2021-10-15 09:18:57 -07:00 |
DiagnosticPrinter.cpp
|
[IR] Fix a few incorrect paths in file header comments. NFC
|
2021-10-15 09:18:57 -07:00 |
Dominators.cpp
|
[gvn] Precisely propagate equalities to phi operands
|
2021-03-08 08:59:00 -08:00 |
FPEnv.cpp
|
[NFC] Rename functions to match our naming scheme.
|
2021-10-07 14:12:41 -04:00 |
Function.cpp
|
[NFC] Use Optional<ProfileCount> to model invalid counts
|
2021-11-14 19:03:30 -08:00 |
GCStrategy.cpp
|
[GC][NFC] Make getGCStrategy by name available in IR
|
2021-08-02 14:26:04 +07:00 |
GVMaterializer.cpp
|
…
|
|
Globals.cpp
|
[Verifier] Add verification logic for GlobalIFuncs
|
2021-10-31 20:00:57 -07:00 |
IRBuilder.cpp
|
[IR] Change CreateStepVector to work with element types smaller than i8
|
2021-11-17 10:47:50 +00:00 |
IRPrintingPasses.cpp
|
…
|
|
InlineAsm.cpp
|
Support unwinding from inline assembly
|
2021-05-13 19:13:03 +01:00 |
Instruction.cpp
|
Add a hasPoisonGeneratingFlags proxy wrapper to Instruction [NFC]
|
2021-11-16 08:48:16 -08:00 |
Instructions.cpp
|
[IR] Improve member `ShuffleVectorInst::isReplicationMask()`
|
2021-11-06 00:09:27 +03:00 |
IntrinsicInst.cpp
|
[NFC] Rename functions to match our naming scheme.
|
2021-10-07 14:12:41 -04:00 |
LLVMContext.cpp
|
[OpaquePtr] Fix initialization-order-fiasco
|
2021-11-04 19:29:06 -07:00 |
LLVMContextImpl.cpp
|
Revert "[DebugInfo] Enforce implicit constraints on `distinct` MDNodes"
|
2021-11-09 14:27:55 -08:00 |
LLVMContextImpl.h
|
[DebugInfo] run clang-format on some unformatted files
|
2021-11-11 18:59:41 -08:00 |
LLVMRemarkStreamer.cpp
|
[SystemZ][z/OS][Windows] Add new OF_TextWithCRLF flag and use this flag instead of OF_Text
|
2021-04-06 07:23:31 -04:00 |
LegacyPassManager.cpp
|
[llvm] Replace report_fatal_error(std::string) uses with report_fatal_error(Twine)
|
2021-10-06 12:04:30 +01:00 |
MDBuilder.cpp
|
…
|
|
Mangler.cpp
|
[Mangler] Calculate the argument list byte count suffix correctly when returning large values
|
2021-09-29 11:42:28 -07:00 |
Metadata.cpp
|
[llvm] Use isa instead of dyn_cast (NFC)
|
2021-11-14 19:40:46 -08:00 |
MetadataImpl.h
|
…
|
|
Module.cpp
|
[PredicateInfo] Use Intrinsic::getDeclaration now that it handles unnamed types.
|
2021-07-28 19:30:29 +02:00 |
ModuleSummaryIndex.cpp
|
[ThinLTO] Add noRecurse and noUnwind thinlink function attribute propagation
|
2021-09-27 12:28:07 -07:00 |
Operator.cpp
|
[Operator] Add hasPoisonGeneratingFlags [mostly NFC]
|
2021-10-27 11:25:40 -07:00 |
OptBisect.cpp
|
Delay initialization of OptBisect
|
2021-08-05 09:04:17 -05:00 |
Pass.cpp
|
[PM] Avoid duplicates in the Used/Preserved/Required sets
|
2021-01-20 13:55:18 +01:00 |
PassInstrumentation.cpp
|
[NewPM] Handle passes with params in -print-before/-print-after
|
2021-07-09 09:27:37 +02:00 |
PassManager.cpp
|
[NewPM] Make eager analysis invalidation per-adaptor
|
2021-11-04 17:16:11 -07:00 |
PassRegistry.cpp
|
…
|
|
PassTimingInfo.cpp
|
…
|
|
PrintPasses.cpp
|
…
|
|
ProfileSummary.cpp
|
[NFC] ProfileSummary: const a bunch of members and fields.
|
2021-10-18 08:55:06 -07:00 |
PseudoProbe.cpp
|
[IR] Remove addPseudoProbeAttribute (NFC)
|
2021-08-26 09:02:26 -07:00 |
ReplaceConstant.cpp
|
[IR] Replace *all* uses of a constant expression by corresponding instruction
|
2021-11-02 10:01:46 +05:30 |
SafepointIRVerifier.cpp
|
[llvm] Use append_range (NFC)
|
2021-01-27 23:25:41 -08:00 |
Statepoint.cpp
|
[NFC] One more AttributeList::getAttribute(FunctionIndex) -> getFnAttr()
|
2021-08-13 16:49:05 -07:00 |
StructuralHash.cpp
|
…
|
|
SymbolTableListTraitsImpl.h
|
…
|
|
Type.cpp
|
[OpaquePtr] Fix initialization-order-fiasco
|
2021-11-04 19:29:06 -07:00 |
TypeFinder.cpp
|
[llvm] Use range-based for loops (NFC)
|
2021-11-18 09:09:52 -08:00 |
Use.cpp
|
…
|
|
User.cpp
|
[CSSPGO] Unblock optimizations with pseudo probe instrumentation part 3.
|
2021-10-12 09:44:12 -07:00 |
Value.cpp
|
[llvm] Use make_early_inc_range (NFC)
|
2021-11-05 19:39:07 -07:00 |
ValueSymbolTable.cpp
|
PR51018: Remove explicit conversions from SmallString to StringRef to future-proof against C++23
|
2021-07-08 13:37:57 -07:00 |
Verifier.cpp
|
[llvm] Use isa instead of dyn_cast (NFC)
|
2021-11-14 19:40:46 -08:00 |