llvm-project/llvm/lib/IR
OCHyams 7707d4913b [Assignment Tracking] Fix DbgVariableIntrinsic::replaceVariableLocationOp
Fix replaceVariableLocationOp unconditionally replacing the first operand of a
dbg.assign.

Reviewed By: jryans

Differential Revision: https://reviews.llvm.org/D138561
2022-11-23 13:56:34 +00:00
..
AbstractCallSite.cpp
AsmWriter.cpp Restore "[MemProf] ThinLTO summary support" with more fixes 2022-11-16 09:42:41 -08:00
Assumptions.cpp [Attributor][OpenMP] Add assumption for non-call assembly instructions 2022-03-28 20:57:52 -05:00
AttributeImpl.h [Attributes] Add additional MemoryEffects APIs (NFC) 2022-10-31 10:44:51 +01:00
Attributes.cpp [TableGen] Use MemoryEffects to represent intrinsic memory effects (NFCI) 2022-11-14 10:52:04 +01:00
AutoUpgrade.cpp AutoUpgrade: Fix assertion on invalid name mangling usage 2022-11-16 11:18:02 -08:00
BasicBlock.cpp Return None instead of Optional<T>() (NFC) 2022-11-21 19:06:42 -08:00
BuiltinGCs.cpp [llvm] Fix comment typos (NFC) 2022-08-07 00:16:14 -07:00
CMakeLists.txt Revert "[opt][clang] Enable using -module-summary/-flto=thin with -S/-emit-llvm" 2022-11-14 21:31:30 +00:00
Comdat.cpp
ConstantFold.cpp ConstantFold: Reduce code duplication for checking commuted compare 2022-10-26 10:59:58 -07:00
ConstantRange.cpp [ConstantRange] Fix sdiv() with one bit values (PR56333) 2022-07-01 15:44:59 +02:00
Constants.cpp [IR][InstCombine] Support scalable vector splats ConstantExprs in Constant::getUniqueInteger(). 2022-09-26 14:55:15 -07:00
ConstantsContext.h [ConstantExpr] Remove fneg expression 2022-09-08 10:24:55 +02:00
Core.cpp [llvm-c] Harmonize usage of unwrap (NFC) 2022-11-01 22:52:23 +01:00
DIBuilder.cpp [Assignment Tracking][6/*] Add trackAssignments function 2022-11-08 16:52:11 +00:00
DataLayout.cpp
DebugInfo.cpp [IR] Use llvm::any_of (NFC) 2022-11-13 14:54:29 -08:00
DebugInfoMetadata.cpp [Assignment Tracking][3/*] Add DIAssignID metadata boilerplate 2022-11-07 09:05:56 +00:00
DebugLoc.cpp
DiagnosticHandler.cpp Remove unneeded cl::ZeroOrMore for cl::opt/cl::list options 2022-06-05 01:07:51 -07:00
DiagnosticInfo.cpp DiagnosticInfo: Report function location for resource limits 2022-10-28 21:42:57 -07:00
DiagnosticPrinter.cpp
Dominators.cpp
FPEnv.cpp Remove redundant initialization of Optional (NFC) 2022-08-20 21:18:28 -07:00
Function.cpp [TableGen] Use MemoryEffects to represent intrinsic memory effects (NFCI) 2022-11-14 10:52:04 +01:00
GCStrategy.cpp [IR] Fixed ambiguous call to llvm::report_fatal_error 2022-07-23 16:28:18 +02:00
GVMaterializer.cpp
Globals.cpp [Globals] Treat nobuiltin fns as maybe-derefined. 2022-08-23 13:45:10 +01:00
IRBuilder.cpp [IRBuilder] Use PoisonValue in CreateMasked* 2022-09-19 11:01:41 -07:00
IRPrintingPasses.cpp [IR] Split out IR printing passes into IRPrinter 2022-11-18 01:47:56 +00:00
InlineAsm.cpp [InlineAsm][bugfix] Correct function addressing in inline asm 2022-10-14 09:47:26 +08:00
Instruction.cpp Reapply [Assignment Tracking][5/*] Add core infrastructure for instruction reference 2022-11-08 14:56:23 +00:00
Instructions.cpp [TableGen] Use MemoryEffects to represent intrinsic memory effects (NFCI) 2022-11-14 10:52:04 +01:00
IntrinsicInst.cpp [Assignment Tracking] Fix DbgVariableIntrinsic::replaceVariableLocationOp 2022-11-23 13:56:34 +00:00
LLVMContext.cpp KCFI sanitizer 2022-08-24 22:41:38 +00:00
LLVMContextImpl.cpp [llvm] Use value instead of getValue (NFC) 2022-07-13 23:11:56 -07:00
LLVMContextImpl.h Reapply [Assignment Tracking][5/*] Add core infrastructure for instruction reference 2022-11-08 14:56:23 +00:00
LLVMRemarkStreamer.cpp
LegacyPassManager.cpp [LegacyPassManager] Move structural hashing into Pass classes. NFC. 2022-03-17 09:51:12 +00:00
MDBuilder.cpp [SampleFDO] Persist profile staleness metrics into binary 2022-11-09 22:34:33 -08:00
Mangler.cpp [COFF] Emit embedded -exclude-symbols: directives for hidden visibility for MinGW 2022-08-11 12:00:08 +03:00
Metadata.cpp [Assignment Tracking][9/*] Don't drop DIAssignID in dropUnknownNonDebugMetadata 2022-11-09 10:49:55 +00:00
MetadataImpl.h
Module.cpp [IR] Use Min behavior for module flag "PIC Level" 2022-08-18 16:28:55 -07:00
ModuleSummaryIndex.cpp [WPD] Use new llvm.public.type.test intrinsic for potentially publicly visible classes 2022-07-26 08:01:08 -07:00
Operator.cpp
OptBisect.cpp ManagedStatic: remove many straightforward uses in llvm 2022-07-10 10:29:15 +02:00
Pass.cpp [LegacyPassManager] Move structural hashing into Pass classes. NFC. 2022-03-17 09:51:12 +00:00
PassInstrumentation.cpp
PassManager.cpp [Clang] Reimplement time tracing of NewPassManager by PassInstrumentation framework 2022-09-11 05:42:55 -07:00
PassRegistry.cpp ManagedStatic: remove many straightforward uses in llvm 2022-07-10 10:29:15 +02:00
PassTimingInfo.cpp [PassTimingInfo] Stop double (or worse) counting passes/analyses 2022-10-13 09:12:12 -07:00
PrintPasses.cpp [NewPM] Switch -filter-passes from ClassName to pass-name 2022-09-07 22:02:26 -07:00
ProfDataUtils.cpp [llvm][ir][NFC] Clean up "if after return" in ProfDataUtils.cpp 2022-08-26 20:27:39 +00:00
ProfileSummary.cpp
PseudoProbe.cpp
ReplaceConstant.cpp
SSAContext.cpp
SafepointIRVerifier.cpp freeze does not change the constant property 2022-06-14 19:53:26 +03:00
Statepoint.cpp
StructuralHash.cpp
SymbolTableListTraitsImpl.h
Type.cpp [IR] Allow typed pointers to be used in vector types 2022-10-27 15:25:17 -04:00
TypeFinder.cpp
TypedPointerType.cpp [IR] Move support for dxil::TypedPointerType to LLVM core IR. 2022-08-04 10:41:11 -04:00
Use.cpp [IR] Remove unused forward declarations (NFC) 2022-04-03 12:54:54 -07:00
User.cpp [IR] Report whether replaceUsesOfWith() changed something (NFC) 2022-05-18 11:46:28 +02:00
Value.cpp [IR] Allow typed pointers to be used in vector types 2022-10-27 15:25:17 -04:00
ValueSymbolTable.cpp
VectorBuilder.cpp [llvm] Don't use Optional::hasValue (NFC) 2022-06-25 21:42:52 -07:00
Verifier.cpp GlobalIFunc: Make ifunc respect function address spaces 2022-11-22 21:42:44 -05:00