aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-c-test/echo.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-04-25[llvm-c] Add `LLVMConstDataArray` and `LLVMGetRawDataValues` (#129440)Quinton Miller1-5/+12
2024-08-20[LLVM] Add a C API for creating instructions with custom syncscopes. (#104775)Tim Besard1-13/+13
2024-07-25Remove the `x86_mmx` IR type. (#98505)James Y Knight1-2/+0
2024-07-17[C API] Support new ptrauth constant type (#93909)Benji Smith1-0/+10
2024-07-16[C API] Add accessors for new no-wrap flags on GEP instructions (#97970)Benji Smith1-9/+7
2024-06-26[C API] Add getters for Target Extension Types to C API (#96447)Benji Smith1-2/+20
2024-05-08[C API] Add getters and build function for CallBr (#91154)Benji Smith1-0/+40
2024-03-18[C API] Add accessors for function prefix and prologue data (#82193)Benji Smith1-0/+8
2023-12-12[C API] Add getters and setters for fast-math flags on relevant instructions ...Benji Smith1-0/+56
2023-12-11[LLVM-C] Support operand bundles (#73914)Quinton Miller1-7/+39
2023-12-06[llvm-c] Add support for setting/getting new disjoint flag on or instructions...Alex Bradbury1-0/+2
2023-11-29[C API] Add support for setting/getting new nneg flag on zext instructions (#...Benji Smith1-0/+8
2023-09-30[C API] Fix LLVMGetOrdering/LLVMIsAtomicSingleThread for fence/memory instrs ...Benji Smith1-0/+8
2023-08-15[C API]: Add getters for inline assembly template string, constraints, and flagsJustin Bogner1-0/+30
2023-07-31[llvm-c] Add LLVMSetTailCallKind and LLVMGetTailCallKindYAMAMOTO Takashi1-1/+1
2023-06-08[C API] Add getters and setters for NUW, NSW, and ExactJustin Bogner1-0/+24
2023-02-15[llvm-c] Add C API methods to match 64bit ArrayType C++ API signaturesMeghan Denny1-6/+4
2022-12-20[IR] Add a target extension type to LLVM.Joshua Cranmer1-0/+2
2022-12-06[llvm-c][test] Remove typed pointer support from llvm-c-test echoArthur Eubanks1-3/+1
2022-06-23[llvm-c] Add LLVMGetAggregateElement() functionNikita Popov1-30/+12
2022-06-02[llvm-c-test] Default to opaque pointersFangrui Song1-1/+2
2022-06-01[llvm-c-test] Always set opaque pointers modeNikita Popov1-2/+1
2022-05-16[llvm-c] Add functions for enabling and creating opaque pointersNicolas Abram Lujan1-7/+11
2022-02-02Cleanup header dependencies in LLVMCoreserge-sans-paille1-0/+1
2021-12-17[llvm-c] Accept GEP operators in some APIsNikita Popov1-0/+13
2021-12-04[llvm-c] Avoid deprecated APIs in testsNikita Popov1-6/+10
2021-12-02[llvm-c] Make LLVMAddAlias opaque pointer compatibleNikita Popov1-2/+4
2021-10-22[LLVM-C]Add LLVMAddMetadataToInst, deprecated LLVMSetInstDebugLocation.Florian Hahn1-1/+1
2021-10-08[NFC] Make some includes explicitNikita Popov1-0/+1
2021-06-03[ADT] Move DenseMapInfo for ArrayRef/StringRef into respective headers (NFC)Nikita Popov1-0/+1
2021-02-12LLVM-C: Allow LLVM{Get/Set}Alignment on an atomicrmw/cmpxchg instruction.James Y Knight1-0/+2
2020-12-30Fixes warning 'enumeration value not handled in switch'.Bogdan Graur1-0/+2
2020-11-30Creating a named struct requires only a Context and a name, but looking up a ...Nick Lewycky1-1/+1
2020-11-25Adding PoisonValue for representing poison value explicitly in IRZhengyang Liu1-0/+6
2020-10-28C API: support scalable vectorsCraig Disselkoen1-3/+3
2020-09-26[LLVM-C] Turn a ShuffleVector Constant Into a Getter.Robert Widmann1-1/+1
2020-09-25C API: functions to get mask of a ShuffleVectorCraig Disselkoen1-11/+69
2020-05-15[SVE] Restore broken LLVM-C ABI compatabilityChristopher Tetreault1-1/+1
2020-05-15[IR][BFloat] Add BFloat IR typeTies Stuij1-0/+2
2020-04-22[SVE] Add new VectorType subclassesChristopher Tetreault1-1/+4
2020-04-13Make IRBuilder automatically set alignment on load/store/alloca.Eli Friedman1-0/+1
2020-01-06[NFC] Fix trivial typos in commentsJames Henderson1-2/+2
2019-11-05[IR] Add Freeze instructionaqjune1-0/+5
2019-11-05Fix clone_constant_impl to correctly deal with null pointersaqjune1-0/+7
2019-09-26Improve C API support for atomicrmw and cmpxchg.Nick Lewycky1-1/+20
2019-08-15Revert "Expose TailCallKind via the LLVM C API"Jonas Devlieghere1-1/+1
2019-08-14Expose TailCallKind via the LLVM C APIRobert Widmann1-1/+1
2019-02-05[LLVM-C] Add Bindings to GlobalIFuncRobert Widmann1-2/+76
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-06[LLVM-C] Improve Intrinsics BindingsRobert Widmann1-1/+11