summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/Core.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Change () to (void) in the C API.Amaury Sechet2016-06-121-1/+1
* Make sure we have a Add/Remove/Has function for various thing that can have a...Amaury Sechet2016-06-121-2/+68
* Extract renaming from D19181Amaury Sechet2016-05-231-7/+2
* Return a StringRef from getSection.Rafael Espindola2016-05-111-1/+3
* Properly name LLVMSetIsInBounds's argument. NFCAmaury Sechet2016-05-011-2/+2
* Reformat LLVMConstPointerNull. NFCAmaury Sechet2016-04-251-2/+1
* Style fix in Core.h / Core.cpp. NFCAmaury Sechet2016-04-231-14/+10
* Add LLVMGetAttrKindID in the C API in order to facilitate migration away from...Amaury Sechet2016-04-201-0/+14
* Nuke getGlobalContext() from LLVM (but the C API)Mehdi Amini2016-04-141-4/+4
* Revert "Add LLVMGetAttrKindIDInContext in the C API in order to facilitate mi...Amaury Sechet2016-04-131-12/+0
* Add LLVMGetAttrKindIDInContext in the C API in order to facilitate migration ...Amaury Sechet2016-04-131-0/+12
* [llvm-c] Expose LLVMContextGetDiagnostic{Handler,Context}Jeroen Ketema2016-04-081-1/+11
* [llvm-c] Add LLVMGetValueKind.Peter Zotov2016-04-061-0/+11
* NFC: make AtomicOrdering an enum classJF Bastien2016-04-061-14/+16
* [llvm-c] Expose LLVM{Get,Set}ModuleIdentifierPeter Zotov2016-04-051-0/+11
* Style update in Core.h/Core.cpp . NFCAmaury Sechet2016-04-041-2/+2
* Various style fix in Core.h/Core.cpp . NFCAmaury Sechet2016-04-031-7/+7
* Expose IRBuilder::CreateAtomicCmpXchg as LLVMBuildAtomicCmpXchg in the C API.Mehdi Amini2016-03-191-0/+55
* Use templated version of unwrap instead of cats in the Core.cpp. NFCAmaury Sechet2016-03-131-6/+7
* Move LLVMConstStructInContext so that declarationa nd definition order match....Amaury Sechet2016-03-131-8/+8
* Small formating change in Core.cpp . NFCAmaury Sechet2016-03-071-3/+1
* Add support for invoke/landingpad/resume in C API testAmaury Sechet2016-02-181-0/+34
* Add support for memory operations (load/store/gep) in C API echo testAmaury Sechet2016-02-171-0/+12
* Deprecate LLVMGetDataLayout and replace it by LLVMGetDataLayoutStrAmaury Sechet2016-02-161-1/+5
* Rename LLVMSetDataLayout's argument to match what they stand forAmaury Sechet2016-02-151-2/+2
* Add support for phi nodes in the LLVM C API testAmaury Sechet2016-02-111-0/+4
* Add support for struct in C API testAmaury Sechet2016-02-101-0/+22
* Add binding for counting argument and find called value of call and invoke in...Amaury Sechet2016-02-101-12/+11
* Add C binding for AllocaInst::getAllocatedTypeAmaury Sechet2016-02-091-0/+6
* Improve the C API echo test tool to emit basic block is the right order.Amaury Sechet2016-02-091-0/+4
* Remove static global GCNames from Function.cpp and move it to the ContextMehdi Amini2016-01-081-1/+1
* IR: Remove implicit iterator conversions from lib/IR, NFCDuncan P. N. Exon Smith2015-10-081-35/+35
* Revert "[opaque pointer type] Pass GlobalAlias the actual pointer type rather...David Blaikie2015-09-141-1/+2
* [IR] Add token typesDavid Majnemer2015-08-141-0/+5
* Add support to set/get ordering for load/store from the C APIAndrew Wilkins2015-08-021-1/+34
* Revert "Update LLVM bindings after r239940. ..."Reid Kleckner2015-07-161-1/+8
* Add capability to get and set the personalitty function from the C APIAndrew Wilkins2015-07-141-0/+8
* Move the personality function from LandingPadInst to FunctionDavid Majnemer2015-06-171-5/+2
* [C API] Add LLVMStructGetTypeAtIndex.Peter Zotov2015-06-041-0/+5
* [opaque pointer type] Pass GlobalAlias the actual pointer type rather than de...David Blaikie2015-04-291-2/+1
* Add the i128 builtin type to LLVM.Kit Barton2015-04-171-0/+6
* [opaque pointer type] The last of the GEP IRBuilder API migrationsDavid Blaikie2015-04-051-1/+1
* [opaque pointer type] More GEP IRBuilder API migrations...David Blaikie2015-04-031-1/+2
* [opaque pointer type] API migration for GEP constant factoriesDavid Blaikie2015-04-021-3/+3
* IR: Use the new DebugLoc API, NFCDuncan P. N. Exon Smith2015-03-301-3/+2
* [opaque pointer type] IRBuilder gep migration progressDavid Blaikie2015-03-151-1/+1
* Fix invalid cast.Rafael Espindola2015-02-231-1/+1
* [PM] Remove the old 'PassManager.h' header file at the top level ofChandler Carruth2015-02-131-7/+7
* Fix LLVMSetMetadata and LLVMAddNamedMetadataOperand for single value MDNodesBjorn Steinbrink2015-01-281-4/+18
* IR: Split Metadata from ValueDuncan P. N. Exon Smith2014-12-091-24/+100
OpenPOWER on IntegriCloud