summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bindings
Commit message (Expand)AuthorAgeFilesLines
* [IRBuilder] Update IRBuilder::CreateFNeg(...) to return a UnaryOperatorCameron McInally2019-10-141-1/+1
* Revert "Fix OCaml/core.ml fneg check"Dmitri Gribenko2019-10-101-1/+1
* Fix OCaml/core.ml fneg check (try 2)Simon Pilgrim2019-10-101-1/+1
* Fix OCaml/core.ml fneg checkSimon Pilgrim2019-10-101-1/+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
* Fixed the Bindings/OCaml/core.ml testDmitri Gribenko2019-05-201-1/+1
* Replace 'REQUIRES: not_?san' with 'UNSUPPORTED: ?san' as that betterPaul Robinson2019-05-101-1/+2
* [Go / ASAN] Disable Go bindings for ASAN tests.Mitch Phillips2019-03-081-1/+1
* [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] [OCaml] Remove LLVMAddBBVectorizePassFangrui Song2018-05-281-1/+0
* [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
* Fix go bindings test when using goma distributed build toolReid Kleckner2018-03-261-1/+1
* [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
* [llvm] Get rid of "%T" expansionsKuba Mracek2017-08-1515-79/+79
* [LLVM-C] [OCaml] Expose Type::subtypes.whitequark2017-06-051-0/+11
* [cmake] Canonicalize CMake booleans to 0/1 for lit interopMichal Gorny2017-01-062-2/+2
* [C API] Prevent nullptr dereferences in C API for counting attributes.Amaury Sechet2016-11-152-0/+19
* [OCaml] Adapt to the new attribute C API.whitequark2016-11-121-16/+74
* Add writeonly IR attributeNicolai Haehnle2016-07-042-2/+2
* [OCaml] Add functions for accessing metadata nodes.Peter Zotov2016-06-221-0/+1
* 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
* [OCaml] Update core test and re-enable testingJeroen Ketema2016-05-102-32/+7
OpenPOWER on IntegriCloud