summaryrefslogtreecommitdiff
path: root/lib/IR/Core.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-10-08IR: Remove implicit iterator conversions from lib/IR, NFCDuncan P. N. Exon Smith1-35/+35
2015-09-14Revert "[opaque pointer type] Pass GlobalAlias the actual pointer type rather...David Blaikie1-1/+2
2015-08-14[IR] Add token typesDavid Majnemer1-0/+5
2015-08-02Add support to set/get ordering for load/store from the C APIAndrew Wilkins1-1/+34
2015-07-16Revert "Update LLVM bindings after r239940. ..."Reid Kleckner1-1/+8
2015-07-14Add capability to get and set the personalitty function from the C APIAndrew Wilkins1-0/+8
2015-06-17Move the personality function from LandingPadInst to FunctionDavid Majnemer1-5/+2
2015-06-04[C API] Add LLVMStructGetTypeAtIndex.Peter Zotov1-0/+5
2015-04-29[opaque pointer type] Pass GlobalAlias the actual pointer type rather than de...David Blaikie1-2/+1
2015-04-17Add the i128 builtin type to LLVM.Kit Barton1-0/+6
2015-04-05[opaque pointer type] The last of the GEP IRBuilder API migrationsDavid Blaikie1-1/+1
2015-04-03[opaque pointer type] More GEP IRBuilder API migrations...David Blaikie1-1/+2
2015-04-02[opaque pointer type] API migration for GEP constant factoriesDavid Blaikie1-3/+3
2015-03-30IR: Use the new DebugLoc API, NFCDuncan P. N. Exon Smith1-3/+2
2015-03-15[opaque pointer type] IRBuilder gep migration progressDavid Blaikie1-1/+1
2015-02-23Fix invalid cast.Rafael Espindola1-1/+1
2015-02-13[PM] Remove the old 'PassManager.h' header file at the top level ofChandler Carruth1-7/+7
2015-01-28Fix LLVMSetMetadata and LLVMAddNamedMetadataOperand for single value MDNodesBjorn Steinbrink1-4/+18
2014-12-09IR: Split Metadata from ValueDuncan P. N. Exon Smith1-24/+100
2014-11-11Revert "IR: MDNode => Value"Duncan P. N. Exon Smith1-2/+2
2014-11-05IR: MDNode => Value: NamedMDNode::getOperator()Duncan P. N. Exon Smith1-3/+3
2014-10-28[C API] PR19859: Add functions to query and modify branches.Peter Zotov1-0/+28
2014-10-28[C API] PR19859: Add LLVMGetFCmpPredicate and LLVMConstRealGetDouble.Peter Zotov1-1/+31
2014-10-17[LLVM-C] Add LLVMInstructionClone.Peter Zotov1-0/+6
2014-08-27Return a std::unique_ptr when creating a new MemoryBuffer.Rafael Espindola1-7/+6
2014-08-25Modernize raw_fd_ostream's constructor a bit.Rafael Espindola1-7/+9
2014-08-12[LLVM-C] Expose User::getOperandUse as LLVMGetOperandUse.Peter Zotov1-0/+5
2014-08-03[LLVM-C] Add LLVM{IsConstantString,GetAsString,GetElementAsConstant}.Peter Zotov1-0/+16
2014-07-06Update the MemoryBuffer API to use ErrorOr.Rafael Espindola1-16/+12
2014-06-27Re-apply r211287: Remove support for LLVM runtime multi-threading.Chandler Carruth1-2/+1
2014-06-26Revert "Introduce a string_ostream string builder facilty"Alp Toker1-14/+23
2014-06-26MSVC build fix following r211749Alp Toker1-7/+7
2014-06-26Introduce a string_ostream string builder faciltyAlp Toker1-23/+14
2014-06-24Revert r211287, "Remove support for LLVM runtime multi-threading."NAKAMURA Takumi1-1/+2
2014-06-21Add back functionality removed in r210497.Richard Trieu1-4/+10
2014-06-19Remove support for LLVM runtime multi-threading.Zachary Turner1-2/+1
2014-06-16Revert r211066, 211067, 211068, 211069, 211070.Zachary Turner1-1/+2
2014-06-16Remove some more code out into a separate CL.Zachary Turner1-2/+1
2014-06-13Remove 'using std::errro_code' from lib.Rafael Espindola1-3/+2
2014-06-12Don't use 'using std::error_code' in include/llvm.Rafael Espindola1-0/+1
2014-06-12Remove system_error.h.Rafael Espindola1-2/+2
2014-06-10Revert "Remove support for runtime multi-threading."Zachary Turner1-1/+2
2014-06-10Remove support for runtime multi-threading.Zachary Turner1-2/+1
2014-06-09Removing an "if (!this)" check from two print methods. The condition willRichard Trieu1-0/+2
2014-06-03Allow alias to point to an arbitrary ConstantExpr.Rafael Espindola1-1/+1
2014-05-17Use create methods since msvc doesn't handle delegating constructors.Rafael Espindola1-3/+3
2014-05-17Reduce abuse of default values in the GlobalAlias constructor.Rafael Espindola1-3/+3
2014-05-16Fix most of PR10367.Rafael Espindola1-1/+1
2014-05-16Change the GlobalAlias constructor to look a bit more like GlobalVariable.Rafael Espindola1-2/+4
2014-05-16Add C API for thread yielding callback.Juergen Ributzka1-0/+7