aboutsummaryrefslogtreecommitdiff
path: root/llvm/include/llvm-c
AgeCommit message (Expand)AuthorFilesLines
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
2023-02-24Recommit "[SCCP] Remove legacy SCCP pass."Florian Hahn1-3/+0
2023-02-19[LoopIdiomRecognize] Remove legacy passFangrui Song1-3/+0
2023-02-18Revert "[SCCP] Remove legacy SCCP pass."Florian Hahn1-0/+3
2023-02-18[SCCP] Remove legacy SCCP pass.Florian Hahn1-3/+0
2023-02-15[LoopDeletion] Remove legacy passFangrui Song1-3/+0
2023-02-15[LoopReroll] Remove legacy pass (unused in the pipeline)Fangrui Song1-3/+0
2023-02-15[llvm-c] Add C API methods to match 64bit ArrayType C++ API signaturesMeghan Denny1-0/+33
2023-02-14[LoopUnrollAndJam] Remove legacy passFangrui Song1-3/+0
2023-02-14[IPSCCP] Remove legacy passArthur Eubanks1-3/+0
2023-02-14[GlobalOpt] Remove legacy passArthur Eubanks1-3/+0
2023-02-09[Inliner] Remove legacy simple inlinerArthur Eubanks1-3/+0
2023-02-08add LLVMGetDINodeTag to C bindingsDavide Bertola1-0/+6
2023-02-07Reland [LegacyPM] Remove some legacy passesArthur Eubanks1-24/+0
2023-02-07Revert "[LegacyPM] Remove some legacy passes"Arthur Eubanks1-0/+24
2023-02-07[LegacyPM] Remove some legacy passesArthur Eubanks1-24/+0
2023-02-06[IPO] Remove some legacy passesArthur Eubanks1-3/+0
2023-02-06[MergeFunctions] Remove legacy passArthur Eubanks1-3/+0