summaryrefslogtreecommitdiff
path: root/tools/llvm-c-test
AgeCommit message (Expand)Author
2018-05-21[LLVM-C] Add DIBuilder Bindings For ObjC ClassesRobert Widmann
2018-05-20[LLVM-C] Improve Bindings For AliasesRobert Widmann
2018-05-19[LLVM-C] Use Length-Providing Value Name Getters and SettersRobert Widmann
2018-05-14[LLVM-C] Add Bindings For Module FlagsRobert Widmann
2018-05-10[LLVM-C] Consolidate llgo's DIBuilder BindingsRobert Widmann
2018-05-10[LLVM-C] Move DIBuilder Bindings For Temporary MDNodesRobert Widmann
2018-04-29[LLVM-C] Eliminate an unused variable in a test.whitequark
2018-04-28[LLVM-C] Add DIBuilder bindings to create import declarationsRobert Widmann
2018-04-23[LLVM-C] DIBuilder Bindings For Variable ExpressionsRobert Widmann
2018-04-23[LLVM-C] DIBuilderBindings for Subrange and ArraysRobert Widmann
2018-04-23[LLVM-C] Finish Up Scope BindingsRobert Widmann
2018-04-22[LLVM-C] Add DIBuilder Bindings For Variable CreationRobert Widmann
2018-04-07[LLVM-C] Move DIBuilder Bindings For Block ScopesRobert Widmann
2018-04-06[LLVM-C] Audit Inline Assembly APIs for ConsistencyRobert Widmann
2018-04-02Add C API bindings for DIBuilder 'Type' APIsHarlan Haskins
2018-03-30[LLVM-C] Finish exception instruction bindings - Round 2Robert Widmann
2018-03-30Revert "[LLVM-C] Finish exception instruction bindings"Vlad Tsyrklevich
2018-03-29[LLVM-C] Finish exception instruction bindingsRobert Widmann
2018-03-14[LLVM-C] Redo unnamed_address attribute bindingsRobert Widmann
2018-02-21Fix a memory leak and a cross module reference.Rafael Espindola
2018-02-20Report fatal error in the case of out of memorySerge Pavlov
2018-02-15Revert r325224 "Report fatal error in the case of out of memory"Serge Pavlov
2018-02-15Report fatal error in the case of out of memorySerge Pavlov
2018-01-30[LLVM-C] Add Accessors For A Module's Source File NameRobert Widmann
2017-12-16Fixed warning 'function declaration isn’t a prototype [-Werror=strict-proto...Galina Kistanova
2017-12-13Remove redundant includes from tools.Michael Zolotukhin
2017-11-01[LLVM-C] Expose functions to create debug locations via DIBuilder.whitequark
2017-10-27[LLVM-C] Publicly expose getters of MetadataType, TokenTypewhitequark
2017-07-13fix typos in comments and error messges; NFCHiroshi Inoue
2017-03-30Spelling mistakes in comments. NFCI.Simon Pilgrim
2016-11-16Fix "isn't a prototype" warningVitaly Buka
2016-11-16Fix build break when the host C compiler is C89.Richard Smith
2016-11-15[C API] Prevent nullptr dereferences in C API for counting attributes.Amaury Sechet
2016-06-15Add support for callsite in the new C API for attributesAmaury Sechet
2016-06-12Make sure we have a Add/Remove/Has function for various thing that can have a...Amaury Sechet
2016-04-08[llvm-c] Expose LLVMContextGetDiagnostic{Handler,Context}Jeroen Ketema
2016-04-07Do some refactoring in the LLVM C API echo test to remove duplication. NFCAmaury Sechet
2016-04-06[llvm-c] Add LLVMGetValueKind.Peter Zotov
2016-04-05Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...Duncan P. N. Exon Smith
2016-04-05Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...Eugene Zelenko
2016-04-05[llvm-c] Expose LLVM{Get,Set}ModuleIdentifierPeter Zotov
2016-03-19Expose IRBuilder::CreateAtomicCmpXchg as LLVMBuildAtomicCmpXchg in the C API.Mehdi Amini
2016-03-13Add echo test for constant data arrays in the LLVM C APIAmaury Sechet
2016-02-18Add support for invoke/landingpad/resume in C API testAmaury Sechet
2016-02-17Add upport for bitcast in the C API echo testAmaury Sechet
2016-02-17Add support for memory operations (load/store/gep) in C API echo testAmaury Sechet
2016-02-17Make sure functions are generated even there is no global in the C API echo testAmaury Sechet
2016-02-17Add support for global variables in the C API echo testAmaury Sechet
2016-02-16Make sure the functions' range is empty before going through it in the LLVM C...Amaury Sechet
2016-02-16Do some refactoring in constant generation in the C API echo test. NFCAmaury Sechet