summaryrefslogtreecommitdiff
path: root/llvm/include/llvm-c
AgeCommit message (Expand)Author
2025-11-19[ORC] Remove now unused EPCDebugObjectRegistrar (NFC) (#167868)Stefan Gränitz
2025-11-12[llvm-c] Add bindings for DbgRecord (#166383)Maxime Arthaud
2025-10-17Add checksum option for create file (#162592)peter mckinna
2025-10-13[LLVM-C] Allow `LLVMGetVolatile` to work with any kind of Instruction (#163060)AMS21
2025-10-07[LLVM-C] Upstream `LLVMGetOrInsertFunction` from rustc (#162235)AMS21
2025-08-14Add LLVMGlobalAddDebugInfo to Core.cpp (#148747)peter mckinna
2025-08-08[IR] Introduce the `ptrtoaddr` instructionAlexander Richardson
2025-08-04[DirectX] Add ObjectFile boilerplate for objdump (#151434)Chris B
2025-07-14[llvm] annotate new symbols for DLL export (#148658)Andrew Rogers
2025-07-12[Support/BLAKE3] Make g_cpu_features thread safe (#147948)Dmitry Vasilyev
2025-07-11Add debuginfo C support for a SetType, Subrangetype, dynamic array type and ...peter mckinna
2025-07-08[llvm] annotate interfaces in llvm-c for DLL export (#141701)Andrew Rogers
2025-07-03[ORC] Replace ThreadSafeContext::getContext with withContextDo. (#146819)Lang Hames
2025-06-24[LTO][Legacy] Add new C APIs to query undefined symbols in assembly (#145413)Steven Wu
2025-06-24llvm-c: Introduce 'LLVMDISubprogramReplaceType' (#143461)David
2025-06-22[C API] Add getter/setter for samesign flag on icmp (#145247)Benji Smith
2025-06-18Added clarifying comment to 'LLVMLinkInMCJIT' and 'LLVMLinkInInterpreter' (#9...Minding
2025-05-14[ORC] Fix the prototype of a C API function. (#139259)Tim Besard
2025-04-30Reland [llvm] Add support for llvm IR atomicrmw fminimum/fmaximum instruction...Jonathan Thackray
2025-04-28Revert "[llvm] Add support for llvm IR atomicrmw fminimum/fmaximum instructio...Jonathan Thackray
2025-04-28[llvm] Add support for llvm IR atomicrmw fminimum/fmaximum instructions (#136...Jonathan Thackray
2025-04-26[LLVM-C] Support debug info for enumerators of arbitrary sizes (#76735)Quinton Miller
2025-04-25[llvm-c] Add `LLVMConstDataArray` and `LLVMGetRawDataValues` (#129440)Quinton Miller
2025-04-05[OCaml] Make OCaml MetadataKind type consistent with C API (#134507)Alan
2025-03-31Add support for fixed-point types (#129596)Tom Tromey
2025-03-23[LLVM-C][OCaml] Make LLVMMetadataKind consistent between C and OCaml (#132268)Alan
2025-03-20[capi][nfc] Reference Function::getFunctionType in LLVMGlobalGetValueType (#1...Mike Aizatsky
2025-02-24Add DISubrangeType (#126772)Tom Tromey
2025-02-14[IR] Remove mul constant expression (#127046)Nikita Popov
2025-02-02Remove unused LLVMLandingPadClauseTy from Core.h (#124472)Vladimir Kozelkov
2025-01-18Reapply "[clang][DebugInfo] Emit DW_AT_object_pointer on function declaration...Michael Buch
2025-01-18Revert "[clang][DebugInfo] Emit DW_AT_object_pointer on function declarations...Michał Górny
2025-01-17[clang][DebugInfo] Emit DW_AT_object_pointer on function declarations with ex...Michael Buch
2024-11-22[dwarf] Add language id for Metal Shading Language (#117215)Daniel Sanders
2024-11-04[LLVM] Change `LLVMIntrinsicCopyOverloadedName` API return type (#114334)Rahul Joshi
2024-10-28Add DILabel functions for LLVM-C (#112840)tf2spi
2024-10-18[llvm-c][MC] Expose color printing via LLVMSetDisasmOptions (#112980)Jon Roelofs
2024-10-11[NFC] Rename `Intrinsic::getDeclaration` to `getOrInsertDeclaration` (#111752)Rahul Joshi
2024-09-30[NFC] Move intrinsic related functions to Intrinsic namespace (#110125)Rahul Joshi
2024-09-23[IRBuilder] Remove uses of CreateGlobalStringPtr() (NFC)Nikita Popov
2024-09-23[C API] Add usub_cond and usub_sat atomic ops to C API (#109532)Benji Smith
2024-09-20[LLVM-C] Add bindings to `Instruction::getDbgRecordRange()` (#107802)Michal Rostecki
2024-08-20[LLVM] Add a C API for creating instructions with custom syncscopes. (#104775)Tim Besard
2024-08-20[llvm-c] Add getters for LLVMContextRef for various types (#99087)Bogdan-Alexandru Geană
2024-08-19[LLVM][NewPM] Add C API for running the pipeline on a single function. (#103773)Tim Besard
2024-08-16[llvm-c] Add non-cstring versions of LLVMGetNamedFunction and LLVMGetNamedGlo...wr7
2024-08-14[LLVM][NewPM] Add a C API for setting the PassBuilder AA pipeline. (#102482)Tim Besard
2024-07-31Add llvm::Error C API, LLVMCantFailDavid Blaikie
2024-07-27[llvm-c][documentation] fix typo in `LLVMSizeOfTypeInBits` (#100839)wr7
2024-07-25Remove the `x86_mmx` IR type. (#98505)James Y Knight