aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/IR/LLVMContext.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-12-19DiagnosticHandler: refactor error checking (#75889)Fangrui Song1-4/+7
2023-07-14[IR] Remove -opaque-pointers optionNikita Popov1-2/+2
2023-07-12[RFC] Introduce convergence control intrinsicsSameer Sahasrabuddhe1-0/+5
2023-01-18[LLVMContext] Remove hasSetOpaquePointersValue() API (NFC)Nikita Popov1-4/+0
2022-12-05[IR] llvm::Optional => std::optionalFangrui Song1-1/+1
2022-12-04IR: HotnessThreshold llvm::Optional => std::optionalFangrui Song1-1/+1
2022-08-24KCFI sanitizerSami Tolvanen1-0/+5
2022-08-24Revert "KCFI sanitizer"Sami Tolvanen1-5/+0
2022-08-24KCFI sanitizerSami Tolvanen1-0/+5
2022-08-17[clang][llvm][NFC] Change misexpect's tolerance option to be 32-bitPaul Kirth1-2/+2
2022-08-04[IR] Move support for dxil::TypedPointerType to LLVM core IR.Joshua Cranmer1-4/+0
2022-06-20Don't use Optional::hasValue (NFC)Kazu Hirata1-1/+1
2022-06-18[llvm] Use value_or instead of getValueOr (NFC)Kazu Hirata1-2/+2
2022-04-25Add PointerType analysis for DirectX backendChris Bieneman1-0/+4
2022-04-19[misexpect] Re-implement MisExpect DiagnosticsPaul Kirth1-1/+13
2022-04-05[LLVMContext] Replace enableOpaquePointers() with setOpaquePointers()Nikita Popov1-4/+2
2022-03-31Revert "[misexpect] Re-implement MisExpect Diagnostics"Jorge Gorbe Moya1-13/+1
2022-03-31[misexpect] Re-implement MisExpect DiagnosticsPaul Kirth1-1/+13
2022-03-29Revert "[misexpect] Re-implement MisExpect Diagnostics"Paul Kirth1-13/+1
2022-03-28[misexpect] Re-implement MisExpect DiagnosticsPaul Kirth1-1/+13
2022-03-21Revert "Revert "[OpaquePtr][LLParser] Automatically detect opaque pointers in...Arthur Eubanks1-0/+4
2022-03-21Revert "[OpaquePtr][LLParser] Automatically detect opaque pointers in .ll files"Mitch Phillips1-4/+0
2022-03-18Revert "Revert "Revert "[misexpect] Re-implement MisExpect Diagnostics"""Paul Kirth1-13/+1
2022-03-18Revert "Revert "[misexpect] Re-implement MisExpect Diagnostics""Paul Kirth1-1/+13
2022-03-17Revert "[misexpect] Re-implement MisExpect Diagnostics"Paul Kirth1-13/+1
2022-03-17[misexpect] Re-implement MisExpect DiagnosticsPaul Kirth1-1/+13
2022-03-17[OpaquePtr][LLParser] Automatically detect opaque pointers in .ll filesArthur Eubanks1-0/+4
2022-02-14[IR] Define "ptrauth" operand bundle.Ahmed Bougacha1-0/+5
2022-02-02Cleanup header dependencies in LLVMCoreserge-sans-paille1-2/+0
2021-11-04[OpaquePtr] Fix initialization-order-fiascoVitaly Buka1-2/+2
2021-09-10[OpaquePtr] Forbid mixing typed and opaque pointersNikita Popov1-1/+7
2021-07-22[clang] Use i64 for the !srcloc metadata on asm IR nodes.Simon Tatham1-1/+1
2021-07-01[OpaquePtr] Support opaque pointers in intrinsic type checkNikita Popov1-0/+4
2021-03-04[ObjC][ARC] Use operand bundle 'clang.arc.attachedcall' instead ofAkira Hatanaka1-0/+6
2021-03-03Revert "[ObjC][ARC] Use operand bundle 'clang.arc.attachedcall' instead of ex...Hans Wennborg1-6/+0
2021-03-01[Diagnose] Unify MCContext and LLVMContext diagnosingYuanfang Chen1-20/+0
2021-02-12[ObjC][ARC] Use operand bundle 'clang.arc.attachedcall' instead ofAkira Hatanaka1-0/+6
2021-02-09Revert "[ObjC][ARC] Use operand bundle 'clang.arc.rv' instead of explicitly"Nico Weber1-5/+0
2021-02-05[ObjC][ARC] Use operand bundle 'clang.arc.rv' instead of explicitlyAkira Hatanaka1-0/+5
2021-02-05Revert "[ObjC][ARC] Use operand bundle 'clang.arc.rv' instead of explicitly"Akira Hatanaka1-5/+0
2021-02-05[ObjC][ARC] Use operand bundle 'clang.arc.rv' instead of explicitlyAkira Hatanaka1-0/+5
2020-11-30[Remarks][2/2] Expand remarks hotness threshold option support in more toolsWei Wang1-0/+5
2020-11-30[Remarks][1/2] Expand remarks hotness threshold option support in more toolsWei Wang1-2/+2
2020-06-03Introduce a "gc-live" bundle for the gc arguments of a statepointPhilip Reames1-0/+5
2020-05-11[NFC][DwarfDebug] Add test for variables with a single location whichOCHyams1-0/+5
2020-04-27Add IR constructs for preallocated (inalloca replacement)Arthur Eubanks1-0/+5
2020-02-04[Remarks] Fix gcc buildFrancis Visoiu Mistrih1-2/+2
2020-02-04[Remarks] Extend the RemarkStreamer to support other emittersFrancis Visoiu Mistrih1-9/+21
2019-10-28Add Windows Control Flow Guard checks (/guard:cf).Andrew Paverd1-0/+5
2019-07-29[IR] Consolidate fixed metadata kind definitions (NFC)Vedant Kumar1-28/+3