summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-c-test/echo.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Fix trivial typos in commentsJames Henderson2020-01-061-2/+2
* [IR] Add Freeze instructionaqjune2019-11-051-0/+5
* Fix clone_constant_impl to correctly deal with null pointersaqjune2019-11-051-0/+7
* 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] Add Bindings to GlobalIFuncRobert Widmann2019-02-051-2/+76
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [LLVM-C] Improve Intrinsics BindingsRobert Widmann2018-11-061-1/+11
* [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
* [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] Audit Inline Assembly APIs for ConsistencyRobert Widmann2018-04-061-0/+4
* [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-201-1/+2
* Revert r325224 "Report fatal error in the case of out of memory"Serge Pavlov2018-02-151-2/+1
* Report fatal error in the case of out of memorySerge Pavlov2018-02-151-1/+2
* [LLVM-C] Add Accessors For A Module's Source File NameRobert Widmann2018-01-301-9/+6
* [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
* 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-081-1/+1
* 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-051-22/+5
* Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...Eugene Zelenko2016-04-051-5/+22
* [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
* Make sure functions are generated even there is no global in the C API echo testAmaury Sechet2016-02-171-6/+10
* Add support for global variables in the C API echo testAmaury Sechet2016-02-171-32/+138
* Make sure the functions' range is empty before going through it in the LLVM C...Amaury Sechet2016-02-161-0/+5
* Do some refactoring in constant generation in the C API echo test. NFCAmaury Sechet2016-02-161-8/+10
* Generate functions in 2 steps in the C API echo test. NFCAmaury Sechet2016-02-161-6/+32
* Restore the capability to manipulate datalayout from the C APIAmaury Sechet2016-02-161-0/+6
* Use report_fatal_error more consistently in the C API echo testAmaury Sechet2016-02-141-73/+33
* Get constant cloning out of CloneValue so it can be used when creating globals.Amaury Sechet2016-02-141-40/+47
* Move clone_params aroundAmaury Sechet2016-02-141-78/+76
* Add support for phi nodes in the LLVM C API testAmaury Sechet2016-02-111-18/+37
OpenPOWER on IntegriCloud