summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/Core.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Revert "IR: MDNode => Value"Duncan P. N. Exon Smith2014-11-111-2/+2
* IR: MDNode => Value: NamedMDNode::getOperator()Duncan P. N. Exon Smith2014-11-051-3/+3
* [C API] PR19859: Add functions to query and modify branches.Peter Zotov2014-10-281-0/+28
* [C API] PR19859: Add LLVMGetFCmpPredicate and LLVMConstRealGetDouble.Peter Zotov2014-10-281-1/+31
* [LLVM-C] Add LLVMInstructionClone.Peter Zotov2014-10-171-0/+6
* Return a std::unique_ptr when creating a new MemoryBuffer.Rafael Espindola2014-08-271-7/+6
* Modernize raw_fd_ostream's constructor a bit.Rafael Espindola2014-08-251-7/+9
* [LLVM-C] Expose User::getOperandUse as LLVMGetOperandUse.Peter Zotov2014-08-121-0/+5
* [LLVM-C] Add LLVM{IsConstantString,GetAsString,GetElementAsConstant}.Peter Zotov2014-08-031-0/+16
* Update the MemoryBuffer API to use ErrorOr.Rafael Espindola2014-07-061-16/+12
* Re-apply r211287: Remove support for LLVM runtime multi-threading.Chandler Carruth2014-06-271-2/+1
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-261-14/+23
* MSVC build fix following r211749Alp Toker2014-06-261-7/+7
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-261-23/+14
* Revert r211287, "Remove support for LLVM runtime multi-threading."NAKAMURA Takumi2014-06-241-1/+2
* Add back functionality removed in r210497.Richard Trieu2014-06-211-4/+10
* Remove support for LLVM runtime multi-threading.Zachary Turner2014-06-191-2/+1
* Revert r211066, 211067, 211068, 211069, 211070.Zachary Turner2014-06-161-1/+2
* Remove some more code out into a separate CL.Zachary Turner2014-06-161-2/+1
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-131-3/+2
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+1
* Remove system_error.h.Rafael Espindola2014-06-121-2/+2
* Revert "Remove support for runtime multi-threading."Zachary Turner2014-06-101-1/+2
* Remove support for runtime multi-threading.Zachary Turner2014-06-101-2/+1
* Removing an "if (!this)" check from two print methods. The condition willRichard Trieu2014-06-091-0/+2
* Allow alias to point to an arbitrary ConstantExpr.Rafael Espindola2014-06-031-1/+1
* Use create methods since msvc doesn't handle delegating constructors.Rafael Espindola2014-05-171-3/+3
* Reduce abuse of default values in the GlobalAlias constructor.Rafael Espindola2014-05-171-3/+3
* Fix most of PR10367.Rafael Espindola2014-05-161-1/+1
* Change the GlobalAlias constructor to look a bit more like GlobalVariable.Rafael Espindola2014-05-161-2/+4
* Add C API for thread yielding callback.Juergen Ributzka2014-05-161-0/+7
* Revert "[PM] Add pass run listeners to the pass manager."Juergen Ributzka2014-05-151-30/+0
* Split GlobalValue into GlobalValue and GlobalObject.Rafael Espindola2014-05-131-2/+2
* raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer2014-04-291-0/+1
* [PM] Add pass run listeners to the pass manager.Juergen Ributzka2014-04-281-0/+30
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-211-0/+2
* Added new functionality to LLVM C API to use DiagnosticInfo to handle errorsTom Stellard2014-04-161-0/+44
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-091-37/+39
* Remove the linker_private and linker_private_weak linkages.Rafael Espindola2014-03-131-6/+2
OpenPOWER on IntegriCloud