summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bindings/llvm-c
Commit message (Expand)AuthorAgeFilesLines
* [IR] Redefine Freeze instructionaqjune2019-11-121-0/+1
* [IR] Add Freeze instructionaqjune2019-11-051-0/+22
* Fix clone_constant_impl to correctly deal with null pointersaqjune2019-11-051-0/+1
* [LLVM-C] Add bindings to create macro debug infowhitequark2019-10-071-39/+51
* Improve C API support for atomicrmw and cmpxchg.Nick Lewycky2019-09-261-0/+17
* Revert "Expose TailCallKind via the LLVM C API"Jonas Devlieghere2019-08-151-2/+2
* Expose TailCallKind via the LLVM C APIRobert Widmann2019-08-141-2/+2
* IR: print value numbers for unnamed function argumentsTim Northover2019-08-031-1/+1
* [FunctionAttrs] Annotate "willreturn" for intrinsicsHideto Ueno2019-07-281-1/+1
* [NFC] Adjust "invalid.ll.bc" tests to check for AttrKind #255 not #63Johannes Doerfert2019-07-112-2/+2
* [LLVM-C] Add Bindings to GlobalIFuncRobert Widmann2019-02-051-0/+7
* [DebugInfo] IR/Bitcode changes for DISubprogram flags.Paul Robinson2018-11-281-1/+1
* [LLVM-C] Improve Intrinsics BindingsRobert Widmann2018-11-061-0/+16
* [LLVM-C] Add more debug information accessors to GlobalObject and InstructionRobert Widmann2018-09-281-8/+19
* [LLVM-C] Add Bindings For Named MetadataRobert Widmann2018-08-301-3/+8
* [LLVM-C] Add DIBuilder Bindings For ObjC ClassesRobert Widmann2018-05-211-37/+45
* [LLVM-C] Improve Bindings For AliasesRobert Widmann2018-05-201-0/+6
* [LLVM-C] Add Bindings For Module FlagsRobert Widmann2018-05-141-0/+4
* [LLVM-C] Consolidate llgo's DIBuilder BindingsRobert Widmann2018-05-101-30/+31
* [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen2018-05-091-1/+1
* [LLVM-C] Add DIBuilder bindings to create import declarationsRobert Widmann2018-04-281-25/+29
* [LLVM-C] DIBuilder Bindings For Variable ExpressionsRobert Widmann2018-04-231-26/+31
* [LLVM-C] DIBuilderBindings for Subrange and ArraysRobert Widmann2018-04-231-13/+18
* [LLVM-C] Finish Up Scope BindingsRobert Widmann2018-04-231-17/+18
* [LLVM-C] Add DIBuilder Bindings For Variable CreationRobert Widmann2018-04-221-6/+17
* [LLVM-C] Move DIBuilder Bindings For Block ScopesRobert Widmann2018-04-071-6/+16
* [LLVM-C] Audit Inline Assembly APIs for ConsistencyRobert Widmann2018-04-061-0/+2
* Add C API bindings for DIBuilder 'Type' APIsHarlan Haskins2018-04-021-1/+7
* [LLVM-C] Finish exception instruction bindings - Round 2Robert Widmann2018-03-301-0/+35
* Revert "[LLVM-C] Finish exception instruction bindings"Vlad Tsyrklevich2018-03-301-35/+0
* [LLVM-C] Finish exception instruction bindingsRobert Widmann2018-03-291-0/+35
* [LLVM-C] Redo unnamed_address attribute bindingsRobert Widmann2018-03-141-0/+1
* [LLVM-C] Add Accessors For A Module's Source File NameRobert Widmann2018-01-301-0/+1
* [LLVM-C] Expose functions to create debug locations via DIBuilder.whitequark2017-11-011-0/+8
* [C API] Prevent nullptr dereferences in C API for counting attributes.Amaury Sechet2016-11-152-0/+19
* Add writeonly IR attributeNicolai Haehnle2016-07-042-2/+2
* Add support for callsite in the new C API for attributesAmaury Sechet2016-06-151-5/+5
* Make sure we have a Add/Remove/Has function for various thing that can have a...Amaury Sechet2016-06-121-4/+5
* [llvm-c] Expose LLVMContextGetDiagnostic{Handler,Context}Jeroen Ketema2016-04-082-0/+8
* Expose IRBuilder::CreateAtomicCmpXchg as LLVMBuildAtomicCmpXchg in the C API.Mehdi Amini2016-03-191-0/+10
* Add echo test for constant data arrays in the LLVM C APIAmaury Sechet2016-03-131-0/+2
* Add support for invoke/landingpad/resume in C API testAmaury Sechet2016-02-181-0/+82
* Add support for memory operations (load/store/gep) in C API echo testAmaury Sechet2016-02-171-0/+37
* Add support for global variables in the C API echo testAmaury Sechet2016-02-171-0/+9
* Make sure the functions' range is empty before going through it in the LLVM C...Amaury Sechet2016-02-161-0/+3
* Restore the capability to manipulate datalayout from the C APIAmaury Sechet2016-02-161-0/+3
* Add support for phi nodes in the LLVM C API testAmaury Sechet2016-02-111-0/+16
* Add support for struct in C API testAmaury Sechet2016-02-101-1/+11
* Add icmp and conditional branches in the C API echo test.Amaury Sechet2016-02-091-2/+32
* Improve the C API echo test tool to emit basic block is the right order.Amaury Sechet2016-02-091-0/+8
OpenPOWER on IntegriCloud