summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/Core.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* llvm-c: expose unnamedaddr field of globalsTim Northover2014-03-101-0/+8
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-091-1/+1
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-2/+2
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-051-2/+2
* [C API] Implement LLVM{Get,Set}Alignment for AllocaInst.Peter Zotov2014-03-051-2/+8
* C API: Add functions to get or set a GlobalValue's DLLStorageClassReid Kleckner2014-03-051-0/+10
* [Modules] Move CallSite into the IR library where it belogs. It isChandler Carruth2014-03-041-1/+1
* Store a DataLayout in Module.Rafael Espindola2014-02-251-1/+1
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-241-1/+1
* Don't make F_None the default.Rafael Espindola2014-02-241-1/+1
* [PM] Wire up the Verifier for the new pass manager and connect it to theChandler Carruth2014-01-201-1/+1
OpenPOWER on IntegriCloud