| Commit message (Expand) | Author | Age | Files | Lines |
| * | [NFC] Fix trivial typos in comments | James Henderson | 2020-01-06 | 1 | -2/+2 |
| * | [IR] Add Freeze instruction | aqjune | 2019-11-05 | 1 | -0/+5 |
| * | Fix clone_constant_impl to correctly deal with null pointers | aqjune | 2019-11-05 | 1 | -0/+7 |
| * | Improve C API support for atomicrmw and cmpxchg. | Nick Lewycky | 2019-09-26 | 1 | -1/+20 |
| * | Revert "Expose TailCallKind via the LLVM C API" | Jonas Devlieghere | 2019-08-15 | 1 | -1/+1 |
| * | Expose TailCallKind via the LLVM C API | Robert Widmann | 2019-08-14 | 1 | -1/+1 |
| * | [LLVM-C] Add Bindings to GlobalIFunc | Robert Widmann | 2019-02-05 | 1 | -2/+76 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [LLVM-C] Improve Intrinsics Bindings | Robert Widmann | 2018-11-06 | 1 | -1/+11 |
| * | [LLVM-C] Add more debug information accessors to GlobalObject and Instruction | Robert Widmann | 2018-09-28 | 1 | -0/+32 |
| * | [LLVM-C] Add Bindings For Named Metadata | Robert Widmann | 2018-08-30 | 1 | -15/+75 |
| * | [LLVM-C] Improve Bindings For Aliases | Robert Widmann | 2018-05-20 | 1 | -6/+88 |
| * | [LLVM-C] Use Length-Providing Value Name Getters and Setters | Robert Widmann | 2018-05-19 | 1 | -10/+20 |
| * | [LLVM-C] Add Bindings For Module Flags | Robert Widmann | 2018-05-14 | 1 | -0/+13 |
| * | [LLVM-C] Audit Inline Assembly APIs for Consistency | Robert Widmann | 2018-04-06 | 1 | -0/+4 |
| * | [LLVM-C] Finish exception instruction bindings - Round 2 | Robert Widmann | 2018-03-30 | 1 | -2/+61 |
| * | Revert "[LLVM-C] Finish exception instruction bindings" | Vlad Tsyrklevich | 2018-03-30 | 1 | -60/+2 |
| * | [LLVM-C] Finish exception instruction bindings | Robert Widmann | 2018-03-29 | 1 | -2/+60 |
| * | [LLVM-C] Redo unnamed_address attribute bindings | Robert Widmann | 2018-03-14 | 1 | -1/+1 |
| * | Fix a memory leak and a cross module reference. | Rafael Espindola | 2018-02-21 | 1 | -1/+2 |
| * | Report fatal error in the case of out of memory | Serge Pavlov | 2018-02-20 | 1 | -1/+2 |
| * | Revert r325224 "Report fatal error in the case of out of memory" | Serge Pavlov | 2018-02-15 | 1 | -2/+1 |
| * | Report fatal error in the case of out of memory | Serge Pavlov | 2018-02-15 | 1 | -1/+2 |
| * | [LLVM-C] Add Accessors For A Module's Source File Name | Robert Widmann | 2018-01-30 | 1 | -9/+6 |
| * | [LLVM-C] Publicly expose getters of MetadataType, TokenType | whitequark | 2017-10-27 | 1 | -1/+1 |
| * | fix typos in comments and error messges; NFC | Hiroshi Inoue | 2017-07-13 | 1 | -4/+4 |
| * | Spelling mistakes in comments. NFCI. | Simon Pilgrim | 2017-03-30 | 1 | -1/+1 |
| * | Add support for callsite in the new C API for attributes | Amaury Sechet | 2016-06-15 | 1 | -0/+16 |
| * | Make sure we have a Add/Remove/Has function for various thing that can have a... | Amaury Sechet | 2016-06-12 | 1 | -1/+16 |
| * | [llvm-c] Expose LLVMContextGetDiagnostic{Handler,Context} | Jeroen Ketema | 2016-04-08 | 1 | -1/+1 |
| * | Do some refactoring in the LLVM C API echo test to remove duplication. NFC | Amaury Sechet | 2016-04-07 | 1 | -70/+85 |
| * | [llvm-c] Add LLVMGetValueKind. | Peter Zotov | 2016-04-06 | 1 | -53/+69 |
| * | Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil... | Duncan P. N. Exon Smith | 2016-04-05 | 1 | -22/+5 |
| * | Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe... | Eugene Zelenko | 2016-04-05 | 1 | -5/+22 |
| * | [llvm-c] Expose LLVM{Get,Set}ModuleIdentifier | Peter Zotov | 2016-04-05 | 1 | -2/+11 |
| * | Expose IRBuilder::CreateAtomicCmpXchg as LLVMBuildAtomicCmpXchg in the C API. | Mehdi Amini | 2016-03-19 | 1 | -0/+11 |
| * | Add echo test for constant data arrays in the LLVM C API | Amaury Sechet | 2016-03-13 | 1 | -0/+10 |
| * | Add support for invoke/landingpad/resume in C API test | Amaury Sechet | 2016-02-18 | 1 | -1/+35 |
| * | Add upport for bitcast in the C API echo test | Amaury Sechet | 2016-02-17 | 1 | -1/+18 |
| * | Add support for memory operations (load/store/gep) in C API echo test | Amaury Sechet | 2016-02-17 | 1 | -0/+25 |
| * | Make sure functions are generated even there is no global in the C API echo test | Amaury Sechet | 2016-02-17 | 1 | -6/+10 |
| * | Add support for global variables in the C API echo test | Amaury Sechet | 2016-02-17 | 1 | -32/+138 |
| * | Make sure the functions' range is empty before going through it in the LLVM C... | Amaury Sechet | 2016-02-16 | 1 | -0/+5 |
| * | Do some refactoring in constant generation in the C API echo test. NFC | Amaury Sechet | 2016-02-16 | 1 | -8/+10 |
| * | Generate functions in 2 steps in the C API echo test. NFC | Amaury Sechet | 2016-02-16 | 1 | -6/+32 |
| * | Restore the capability to manipulate datalayout from the C API | Amaury Sechet | 2016-02-16 | 1 | -0/+6 |
| * | Use report_fatal_error more consistently in the C API echo test | Amaury Sechet | 2016-02-14 | 1 | -73/+33 |
| * | Get constant cloning out of CloneValue so it can be used when creating globals. | Amaury Sechet | 2016-02-14 | 1 | -40/+47 |
| * | Move clone_params around | Amaury Sechet | 2016-02-14 | 1 | -78/+76 |
| * | Add support for phi nodes in the LLVM C API test | Amaury Sechet | 2016-02-11 | 1 | -18/+37 |