aboutsummaryrefslogtreecommitdiff
path: root/llvm/include/llvm-c
AgeCommit message (Expand)AuthorFilesLines
2024-06-20[IR] Remove support for shl constant expressions (#96037)Nikita Popov1-1/+0
2024-06-18[RemoveDIs] Update DIBuilder C API with DbgRecord functions. (#95535)Carlos Alberto Enciso1-152/+18
2024-06-14[llvm-c] Move LLVMAttributeIndex to a more apropriate place. NFC.Amaury Séchet1-2/+2
2024-06-10NFC fix typos from #92417Orlando Cazalet-Hyams1-4/+4
2024-06-10[RemoveDIs] C API: Add before-dbg-record versions of IRBuilder position funcs...Orlando Cazalet-Hyams1-0/+19
2024-06-04[IR] Remove support for icmp and fcmp constant expressions (#93038)Nikita Popov1-8/+2
2024-05-08[C API] Add getters and build function for CallBr (#91154)Benji Smith1-0/+28
2024-05-04[C API] Add function to create ConstantRange attributes to C API (#90505)Andreas Jonson1-0/+12
2024-04-26Implement the DWARF 6 language and version attributes. (#89980)Adrian Prantl1-0/+13
2024-04-16[C API] Support uinc_wrap/udec_wrap in atomicrmw when accessing the bin op (#...Benji Smith1-28/+32
2024-03-28[RemoveDIs] Update DIBuilder C API and OCaml bindings [2/2] (#86529)Orlando Cazalet-Hyams2-20/+48
2024-03-26[LLVM] Remove nuw neg (#86295)Yingwei Zheng1-3/+7
2024-03-22Revert "[RemoveDIs] Update DIBuilder C API with DbgRecord functions [2/2] (#8...Orlando Cazalet-Hyams1-40/+20
2024-03-22[RemoveDIs] Update DIBuilder C API with DbgRecord functions [2/2] (#85657)Orlando Cazalet-Hyams1-20/+40
2024-03-18[C API] Add accessors for function prefix and prologue data (#82193)Benji Smith1-0/+38
2024-03-18[RemoveDIs] Update DIBuilder C API with DbgRecord functions [1/2] (#84915)Orlando Cazalet-Hyams3-15/+170
2024-03-09[llvm-c] Add C API methods to match size_t ConstantDataArray C++ API signatur...erer12431-0/+11
2024-02-12[C API] Add blockaddress getters to C API (#81382)Benji Smith1-0/+10
2024-01-31[ORC] Merge MaterializationResponsibility notifyEmitted and addDependencieslhames1-33/+24
2023-12-12[C API] Add getters and setters for fast-math flags on relevant instructions ...Benji Smith1-0/+50
2023-12-11[llvm-c] Expose debug support for LLJIT in Orc C-API bindings (#73257)Stefan Gränitz2-1/+53
2023-12-11[LLVM-C] Support operand bundles (#73914)Quinton Miller2-0/+100
2023-12-06[NFC][llvm-c] Add full-stop to doc commentsAlex Bradbury1-4/+4
2023-12-06[llvm-c] Add support for setting/getting new disjoint flag on or instructions...Alex Bradbury1-0/+11
2023-11-29[C API] Add support for setting/getting new nneg flag on zext instructions (#...Benji Smith1-0/+11
2023-11-24[JITLink] Fix typos: symobls -> symbols (NFC)Stefan Gränitz1-1/+1
2023-11-16[C-API] Fix typo in comment.Lang Hames1-1/+1
2023-11-15Revert "[llvm][DebugInfo] DWARFv5: static data members declarations are DW_TA...Michael Buch1-3/+3
2023-11-15[llvm][DebugInfo] DWARFv5: static data members declarations are DW_TAG_variab...Michael Buch1-3/+3
2023-11-14[IR] Remove support for lshr/ashr constant expressions (#71955)Nikita Popov1-2/+0
2023-11-09Obsolete WebKit Calling Convention (#71567)Juergen Ributzka1-1/+0
2023-11-07[IR] Remove FP cast constant expressions (#71408)Nikita Popov1-7/+0
2023-11-03[IR] Remove zext and sext constant expressions (#71040)Nikita Popov1-8/+0
2023-11-01[llvm-c] Improve TargetMachine bindings (#70806)Yingwei Zheng1-0/+21
2023-10-31[LLVM-C] Add LLVMCreateTargetMachineWithABI (#68406)Sebastian Poeplau1-0/+50
2023-08-22[IR] Remove support for and/or constant expressionsNikita Popov1-2/+0
2023-08-15[C API]: Add getters for inline assembly template string, constraints, and flagsJustin Bogner1-2/+48
2023-08-14Fix typos in comments of ExecutionEngine (NFC)Eymen Ünay1-3/+3
2023-07-31[llvm-c] Add LLVMSetTailCallKind and LLVMGetTailCallKindYAMAMOTO Takashi1-0/+28
2023-06-26[LLDB] Add DWARF definitions for the new Mojo languagewalter erquinigo1-0/+1
2023-06-08[C API] Add getters and setters for NUW, NSW, and ExactJustin Bogner1-0/+7
2023-06-01Allow configuring InlinerThreshold in C bindings for the new pass managerDmitry Dolgov1-0/+3
2023-05-03[Modules] Move modulemaps to header search directories. NFC intended.Volodymyr Sapsai1-4/+0
2023-04-27[IR][NFC] Change UndefMaskElem to PoisonMaskElemManuelJBrito1-2/+2
2023-04-14[llvm-c] Remove PassRegistry and initialization APIsNikita Popov3-70/+0
2023-03-16[ConstExpr] Remove select constant expressionNikita Popov1-3/+0
2023-03-09[llvm-c] Remove pointee support from LLVMGetElementTypeArthur Eubanks1-2/+0
2023-03-09[llvm-c] Remove PassManagerBuilder APIsNikita Popov1-81/+0
2023-03-02[llvm-c] Remove bindings for creating legacy passesNikita Popov5-334/+0
2023-02-27[IPO] Remove various legacy passesArthur Eubanks1-6/+0