summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-c-test
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Fix trivial typos in commentsJames Henderson2020-01-061-2/+2
* Recommit "[DWARF5]Addition of alignment atrribute in typedef DIE."Sourabh Singh Tomar2019-12-031-1/+1
* Revert "[DWARF5]Addition of alignment atrribute in typedef DIE."Sam McCall2019-11-181-1/+1
* [DWARF5]Addition of alignment atrribute in typedef DIE.Sourabh Singh Tomar2019-11-161-1/+1
* [IR] Add Freeze instructionaqjune2019-11-051-0/+5
* Fix clone_constant_impl to correctly deal with null pointersaqjune2019-11-051-0/+7
* [LLVM-C] Add bindings to create macro debug infowhitequark2019-10-071-0/+21
* Improve C API support for atomicrmw and cmpxchg.Nick Lewycky2019-09-261-1/+20
* Revert "Expose TailCallKind via the LLVM C API"Jonas Devlieghere2019-08-151-1/+1
* Expose TailCallKind via the LLVM C APIRobert Widmann2019-08-141-1/+1
* llvm-c-test avoid calling malloc(0)Andus Yu2019-07-041-6/+12
* Fix BUILD_SHARED_LIBS builds after r361567Daniel Sanders2019-05-241-0/+2
* Break false dependencies on target librariesDaniel Sanders2019-05-231-1/+3
* [llvm-c-test] Make include-all.c do what its name says it doesAnders Waldenborg2019-05-061-1/+16
* [LLVM-C] Add Section and Symbol Iterator Accessors for Object File BinariesRobert Widmann2019-04-091-21/+31
* [LLVM-C] Add Bindings to GlobalIFuncRobert Widmann2019-02-051-2/+76
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1914-56/+54
* [LLVM-C] Improve Intrinsics BindingsRobert Widmann2018-11-061-1/+11
* Emit template type and value parameter DIEs for template variables.Matthew Voss2018-10-031-12/+10
* [LLVM-C] Add more debug information accessors to GlobalObject and InstructionRobert Widmann2018-09-281-0/+32
* [LLVM-C] Add Bindings For Named MetadataRobert Widmann2018-08-301-15/+75
* [C-API][DIBuilder] Added DIFlags in LLVMDIBuilderCreateBasicTypewhitequark2018-08-191-1/+1
* [LLVM-C] Add DIBuilder Bindings For ObjC ClassesRobert Widmann2018-05-211-0/+19
* [LLVM-C] Improve Bindings For AliasesRobert Widmann2018-05-201-6/+88
* [LLVM-C] Use Length-Providing Value Name Getters and SettersRobert Widmann2018-05-191-10/+20
* [LLVM-C] Add Bindings For Module FlagsRobert Widmann2018-05-141-0/+13
* [LLVM-C] Consolidate llgo's DIBuilder BindingsRobert Widmann2018-05-101-1/+4
* [LLVM-C] Move DIBuilder Bindings For Temporary MDNodesRobert Widmann2018-05-101-3/+12
* [LLVM-C] Eliminate an unused variable in a test.whitequark2018-04-291-3/+2
* [LLVM-C] Add DIBuilder bindings to create import declarationsRobert Widmann2018-04-281-0/+13
* [LLVM-C] DIBuilder Bindings For Variable ExpressionsRobert Widmann2018-04-231-11/+22
* [LLVM-C] DIBuilderBindings for Subrange and ArraysRobert Widmann2018-04-231-4/+24
* [LLVM-C] Finish Up Scope BindingsRobert Widmann2018-04-231-3/+13
* [LLVM-C] Add DIBuilder Bindings For Variable CreationRobert Widmann2018-04-221-0/+18
* [LLVM-C] Move DIBuilder Bindings For Block ScopesRobert Widmann2018-04-071-0/+28
* [LLVM-C] Audit Inline Assembly APIs for ConsistencyRobert Widmann2018-04-061-0/+4
* Add C API bindings for DIBuilder 'Type' APIsHarlan Haskins2018-04-021-4/+23
* [LLVM-C] Finish exception instruction bindings - Round 2Robert Widmann2018-03-301-2/+61
* Revert "[LLVM-C] Finish exception instruction bindings"Vlad Tsyrklevich2018-03-301-60/+2
* [LLVM-C] Finish exception instruction bindingsRobert Widmann2018-03-291-2/+60
* [LLVM-C] Redo unnamed_address attribute bindingsRobert Widmann2018-03-141-1/+1
* Fix a memory leak and a cross module reference.Rafael Espindola2018-02-211-1/+2
* Report fatal error in the case of out of memorySerge Pavlov2018-02-202-1/+5
* Revert r325224 "Report fatal error in the case of out of memory"Serge Pavlov2018-02-152-5/+1
* Report fatal error in the case of out of memorySerge Pavlov2018-02-152-1/+5
* [LLVM-C] Add Accessors For A Module's Source File NameRobert Widmann2018-01-301-9/+6
* Fixed warning 'function declaration isn’t a prototype [-Werror=strict-proto...Galina Kistanova2017-12-161-1/+1
* Remove redundant includes from tools.Michael Zolotukhin2017-12-134-6/+0
* [LLVM-C] Expose functions to create debug locations via DIBuilder.whitequark2017-11-014-0/+47
* [LLVM-C] Publicly expose getters of MetadataType, TokenTypewhitequark2017-10-271-1/+1
OpenPOWER on IntegriCloud