summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/Core.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [PM] Make the verifier work independently of any pass manager.Chandler Carruth2014-01-191-1/+1
* [PM] Remove the preverifier and directly compute the DominatorTree forChandler Carruth2014-01-171-1/+0
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-141-6/+4
* Revert "Decouple dllexport/dllimport from linkage"Nico Rieck2014-01-141-4/+6
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-141-6/+4
* [PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth2014-01-131-1/+1
* [PM] Add module and function printing passes for the new pass manager.Chandler Carruth2014-01-121-2/+2
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-2/+2
* Remove unused value.Rafael Espindola2013-12-071-1/+1
* Expose the fence instruction via the C API.Filip Pizlo2013-11-201-15/+24
* Add addrspacecast instruction.Matt Arsenault2013-11-151-0/+11
* [llvm-c] Implement LLVMPrintValueToStringPeter Zotov2013-11-061-0/+10
* Remove linkonce_odr_auto_hide.Rafael Espindola2013-11-011-3/+2
* Fix misapplied patch in r193597Anders Waldenborg2013-10-291-2/+2
* llvm-c: Make LLVM{Get,Set}Alignment work on {Load,Store}Inst tooAnders Waldenborg2013-10-291-4/+22
* llvm-c: Add LLVMPrintTypeToStringAnders Waldenborg2013-10-221-0/+10
* llvm-c: Add LLVMDumpTypeAnders Waldenborg2013-10-161-0/+4
* [llvm-c] Add LLVMPrintModuleToString.Anders Waldenborg2013-10-161-0/+10
* Revert "Encapsulate PassManager debug flags to avoid static init and cxa_exit."Andrew Trick2013-09-191-1/+0
* Encapsulate PassManager debug flags to avoid static init and cxa_exit.Andrew Trick2013-09-181-0/+1
* whitespaceAndrew Trick2013-09-181-19/+19
* Expose the RTDyldMemoryManager through the C API. This allows clients of Filip Pizlo2013-05-221-0/+4
* Roll out r182407 and r182408 because they broke builds.Filip Pizlo2013-05-211-4/+0
OpenPOWER on IntegriCloud