| Commit message (Expand) | Author | Age | Files | Lines |
* | Swift Calling Convention: add swiftself attribute. | Manman Ren | 2016-03-29 | 1 | -0/+1 |
* | Expose IRBuilder::CreateAtomicCmpXchg as LLVMBuildAtomicCmpXchg in the C API. | Mehdi Amini | 2016-03-19 | 1 | -0/+15 |
* | Use templated version of unwrap instead of cats in the Core.cpp. NFC | Amaury Sechet | 2016-03-13 | 1 | -1/+1 |
* | Add support for invoke/landingpad/resume in C API test | Amaury Sechet | 2016-02-18 | 1 | -0/+52 |
* | Add support for memory operations (load/store/gep) in C API echo test | Amaury Sechet | 2016-02-17 | 1 | -0/+24 |
* | Deprecate LLVMGetDataLayout and replace it by LLVMGetDataLayoutStr | Amaury Sechet | 2016-02-16 | 1 | -1/+6 |
* | Rename LLVMSetDataLayout's argument to match what they stand for | Amaury Sechet | 2016-02-15 | 1 | -1/+1 |
* | Fix star alignment in Core.h | Amaury Sechet | 2016-02-14 | 1 | -2/+2 |
* | Add support for phi nodes in the LLVM C API test | Amaury Sechet | 2016-02-11 | 1 | -0/+10 |
* | Add support for struct in C API test | Amaury Sechet | 2016-02-10 | 1 | -0/+24 |
* | Add binding for counting argument and find called value of call and invoke in... | Amaury Sechet | 2016-02-10 | 1 | -0/+22 |
* | Add C binding for AllocaInst::getAllocatedType | Amaury Sechet | 2016-02-09 | 1 | -0/+18 |
* | Improve the C API echo test tool to emit basic block is the right order. | Amaury Sechet | 2016-02-09 | 1 | -0/+5 |
* | Fix typo in the C API comments | Amaury Sechet | 2016-01-18 | 1 | -1/+1 |
* | Reorganize the C API headers to improve build times. | Eric Christopher | 2015-12-18 | 1 | -103/+3 |
* | [IR] Remove terminatepad | David Majnemer | 2015-12-14 | 1 | -4/+2 |
* | [IR] Reformulate LLVM's EH funclet IR | David Majnemer | 2015-12-12 | 1 | -6/+4 |
* | [IR] Add support for empty tokens | David Majnemer | 2015-11-11 | 1 | -0/+1 |
* | Fix some Clang-tidy modernize warnings, other minor fixes. | Eugene Zelenko | 2015-11-04 | 1 | -9/+8 |
* | [WinEH] Add cleanupendpad instruction | Joseph Tremoulet | 2015-09-03 | 1 | -4/+6 |
* | [IR] Add token types | David Majnemer | 2015-08-14 | 1 | -1/+2 |
* | Add support to set/get ordering for load/store from the C API | Andrew Wilkins | 2015-08-02 | 1 | -0/+2 |
* | New EH representation for MSVC compatibility | David Majnemer | 2015-07-31 | 1 | -1/+13 |
* | Fix typo "fuction" noticed in comments in AssumptionCache.h, and also all the... | Nick Lewycky | 2015-07-29 | 1 | -1/+1 |
* | Revert "Update LLVM bindings after r239940. ..." | Reid Kleckner | 2015-07-16 | 1 | -1/+2 |
* | Add capability to get and set the personalitty function from the C API | Andrew Wilkins | 2015-07-14 | 1 | -0/+14 |
* | Revert the new EH instructions | David Majnemer | 2015-07-10 | 1 | -13/+1 |
* | New EH representation for MSVC compatibility | David Majnemer | 2015-07-10 | 1 | -1/+13 |
* | Update LLVM bindings after r239940. Apparently these aren't included in | Daniel Jasper | 2015-06-18 | 1 | -2/+1 |
* | Add safestack attribute to LLVMAttribute enum and Go bindings. Correct | Peter Collingbourne | 2015-06-15 | 1 | -9/+9 |
* | [C API] Add LLVMStructGetTypeAtIndex. | Peter Zotov | 2015-06-04 | 1 | -0/+7 |
* | [IR] Introduce a dereferenceable_or_null(N) attribute. | Sanjoy Das | 2015-04-16 | 1 | -0/+1 |
* | IR: Split Metadata from Value | Duncan P. N. Exon Smith | 2014-12-09 | 1 | -2/+3 |
* | [C API] PR19859: Add functions to query and modify branches. | Peter Zotov | 2014-10-28 | 1 | -0/+61 |
* | [C API] PR19859: Add LLVMGetFCmpPredicate and LLVMConstRealGetDouble. | Peter Zotov | 2014-10-28 | 1 | -0/+18 |
* | [LLVM-C] Add LLVMInstructionClone. | Peter Zotov | 2014-10-17 | 1 | -0/+10 |
* | C API: Add LLVMCloneModule() | Tom Stellard | 2014-10-01 | 1 | -0/+4 |
* | [LLVM-C] Expose User::getOperandUse as LLVMGetOperandUse. | Peter Zotov | 2014-08-12 | 1 | -0/+7 |
* | [LLVM-C] Add LLVM{IsConstantString,GetAsString,GetElementAsConstant}. | Peter Zotov | 2014-08-03 | 1 | -0/+21 |
* | Add a dereferenceable attribute | Hal Finkel | 2014-07-18 | 1 | -0/+1 |
* | Re-apply r211287: Remove support for LLVM runtime multi-threading. | Chandler Carruth | 2014-06-27 | 1 | -8/+5 |
* | Revert r211287, "Remove support for LLVM runtime multi-threading." | NAKAMURA Takumi | 2014-06-24 | 1 | -5/+8 |
* | Remove support for LLVM runtime multi-threading. | Zachary Turner | 2014-06-19 | 1 | -8/+5 |
* | Revert r211066, 211067, 211068, 211069, 211070. | Zachary Turner | 2014-06-16 | 1 | -5/+8 |
* | Remove some more code out into a separate CL. | Zachary Turner | 2014-06-16 | 1 | -8/+5 |
* | Revert "Remove support for runtime multi-threading." | Zachary Turner | 2014-06-10 | 1 | -5/+8 |
* | Remove support for runtime multi-threading. | Zachary Turner | 2014-06-10 | 1 | -8/+5 |
* | Add a new attribute called 'jumptable' that creates jump-instruction tables f... | Tom Roeder | 2014-06-05 | 1 | -1/+2 |
* | Add 'nonnull', a new parameter and return attribute which indicates that the ... | Nick Lewycky | 2014-05-20 | 1 | -1/+2 |
* | Add C API for thread yielding callback. | Juergen Ributzka | 2014-05-16 | 1 | -0/+9 |