Remove linkonce_odr_auto_hide.
[oota-llvm.git] / lib / IR / Core.cpp
2013-11-01 Rafael EspindolaRemove linkonce_odr_auto_hide.
2013-10-29 Anders WaldenborgFix misapplied patch in r193597
2013-10-29 Anders Waldenborgllvm-c: Make LLVM{Get,Set}Alignment work on {Load,Store...
2013-10-22 Anders Waldenborgllvm-c: Add LLVMPrintTypeToString
2013-10-16 Anders Waldenborgllvm-c: Add LLVMDumpType
2013-10-16 Anders Waldenborg[llvm-c] Add LLVMPrintModuleToString.
2013-09-19 Andrew TrickRevert "Encapsulate PassManager debug flags to avoid...
2013-09-18 Andrew TrickEncapsulate PassManager debug flags to avoid static...
2013-09-18 Andrew Trickwhitespace
2013-05-22 Filip PizloExpose the RTDyldMemoryManager through the C API. This...
2013-05-21 Filip PizloRoll out r182407 and r182408 because they broke builds.
2013-05-21 Filip PizloExpose the RTDyldMemoryManager through the C API. This...
2013-05-01 Filip PizloThis patch breaks up Wrap.h so that it does not have...
2013-04-23 Carlo KokExpose IRBuilder::CreateAtomicRMW as LLVMBuildAtomicRMW...
2013-04-22 Eric ChristopherMove C++ code out of the C headers and into either...
2013-04-18 Tom StellardC API: Fix coding style
2013-04-17 Bill WendlingAppease a gcc warning about an overflow in a constant...
2013-04-17 Benjamin KramerDon't store AttributeSet::FunctionIndex as an int.
2013-04-16 Tom StellardC API: Add LLVMGetBufferSize()
2013-04-16 Tom StellardC API: Add LLVMGetBufferStart()
2013-04-16 Tom StellardC API: Add LLVMAddTargetDependentFunctionAttr()
2013-04-16 Hans WennborgAdd four new functions and one new enum to the C API:
2013-02-17 Duncan SandsAdd multithreading functions and shutdown to the C...
2013-02-14 Bill Wendlings/bool/LLVMBool/
2013-02-14 Bill WendlingAdd two new functions to the C API:
2013-02-08 Sergei LarinEnable *BasicBlockPass::createPrinterPass()
2013-01-30 Bill WendlingRemove addRetAttributes and addFnAttributes, which...
2013-01-23 Bill WendlingRemove the last of uses that use the Attribute object...
2013-01-23 Bill WendlingUse the AttributeSet when removing multiple attributes...
2013-01-22 Bill WendlingMore encapsulation work.
2013-01-09 Bill WendlingRevert s/Raw/getBitMask/g name change. This is possibly...
2013-01-07 Chandler CarruthMove the initialization to the Analysis library as...
2013-01-05 Chandler CarruthConvert the TargetTransformInfo from an immutable pass...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthRename VMCore directory to IR.