summaryrefslogtreecommitdiff
path: root/lib/IR/Core.cpp
Commit message (Expand)AuthorAge
* Expose the fence instruction via the C API.Filip Pizlo2013-11-20
* Add addrspacecast instruction.Matt Arsenault2013-11-15
* [llvm-c] Implement LLVMPrintValueToStringPeter Zotov2013-11-06
* Remove linkonce_odr_auto_hide.Rafael Espindola2013-11-01
* Fix misapplied patch in r193597Anders Waldenborg2013-10-29
* llvm-c: Make LLVM{Get,Set}Alignment work on {Load,Store}Inst tooAnders Waldenborg2013-10-29
* llvm-c: Add LLVMPrintTypeToStringAnders Waldenborg2013-10-22
* llvm-c: Add LLVMDumpTypeAnders Waldenborg2013-10-16
* [llvm-c] Add LLVMPrintModuleToString.Anders Waldenborg2013-10-16
* Revert "Encapsulate PassManager debug flags to avoid static init and cxa_exit."Andrew Trick2013-09-19
* Encapsulate PassManager debug flags to avoid static init and cxa_exit.Andrew Trick2013-09-18
* whitespaceAndrew Trick2013-09-18
* Expose the RTDyldMemoryManager through the C API. This allows clients of Filip Pizlo2013-05-22
* Roll out r182407 and r182408 because they broke builds.Filip Pizlo2013-05-21
* Expose the RTDyldMemoryManager through the C API. This allows clients of Filip Pizlo2013-05-21
* This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo2013-05-01
* Expose IRBuilder::CreateAtomicRMW as LLVMBuildAtomicRMW in llvm-c.Carlo Kok2013-04-23
* Move C++ code out of the C headers and into either C++ headersEric Christopher2013-04-22
* C API: Fix coding styleTom Stellard2013-04-18
* Appease a gcc warning about an overflow in a constant conversion.Bill Wendling2013-04-17
* Don't store AttributeSet::FunctionIndex as an int.Benjamin Kramer2013-04-17
* C API: Add LLVMGetBufferSize()Tom Stellard2013-04-16
* C API: Add LLVMGetBufferStart()Tom Stellard2013-04-16
* C API: Add LLVMAddTargetDependentFunctionAttr()Tom Stellard2013-04-16
* Add four new functions and one new enum to the C API:Hans Wennborg2013-04-16
* Add multithreading functions and shutdown to the C API. Patch by MoritzDuncan Sands2013-02-17
* s/bool/LLVMBool/Bill Wendling2013-02-14
* Add two new functions to the C API:Bill Wendling2013-02-14
* Enable *BasicBlockPass::createPrinterPass()Sergei Larin2013-02-08
* Remove addRetAttributes and addFnAttributes, which aren't useful abstractions.Bill Wendling2013-01-30
* Remove the last of uses that use the Attribute object as a collection of attr...Bill Wendling2013-01-23
* Use the AttributeSet when removing multiple attributes. Use Attribute::AttrKindBill Wendling2013-01-23
* More encapsulation work.Bill Wendling2013-01-22
* Revert s/Raw/getBitMask/g name change. This is possibly causing LTO test hang...Bill Wendling2013-01-09
* Move the initialization to the Analysis library as well as the pass.Chandler Carruth2013-01-07
* Convert the TargetTransformInfo from an immutable pass with dynamicChandler Carruth2013-01-05
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Rename VMCore directory to IR.Chandler Carruth2013-01-02