summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-c-test
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix typos in comments and error messges; NFCHiroshi Inoue2017-07-131-4/+4
* Spelling mistakes in comments. NFCI.Simon Pilgrim2017-03-301-1/+1
* Fix "isn't a prototype" warningVitaly Buka2016-11-161-2/+2
* Fix build break when the host C compiler is C89.Richard Smith2016-11-161-3/+5
* [C API] Prevent nullptr dereferences in C API for counting attributes.Amaury Sechet2016-11-154-0/+84
* Add support for callsite in the new C API for attributesAmaury Sechet2016-06-151-0/+16
* Make sure we have a Add/Remove/Has function for various thing that can have a...Amaury Sechet2016-06-121-1/+16
* [llvm-c] Expose LLVMContextGetDiagnostic{Handler,Context}Jeroen Ketema2016-04-085-10/+108
* Do some refactoring in the LLVM C API echo test to remove duplication. NFCAmaury Sechet2016-04-071-70/+85
* [llvm-c] Add LLVMGetValueKind.Peter Zotov2016-04-061-53/+69
* Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...Duncan P. N. Exon Smith2016-04-052-29/+7
* Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...Eugene Zelenko2016-04-052-7/+29
* [llvm-c] Expose LLVM{Get,Set}ModuleIdentifierPeter Zotov2016-04-051-2/+11
* Expose IRBuilder::CreateAtomicCmpXchg as LLVMBuildAtomicCmpXchg in the C API.Mehdi Amini2016-03-191-0/+11
* Add echo test for constant data arrays in the LLVM C APIAmaury Sechet2016-03-131-0/+10
* Add support for invoke/landingpad/resume in C API testAmaury Sechet2016-02-181-1/+35
* Add upport for bitcast in the C API echo testAmaury Sechet2016-02-171-1/+18
* Add support for memory operations (load/store/gep) in C API echo testAmaury Sechet2016-02-171-0/+25
OpenPOWER on IntegriCloud