Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' to
[oota-llvm.git] / lib / VMCore / Core.cpp
2012-08-17 Bill WendlingChange the `linker_private_weak_def_auto' linkage to...
2012-06-23 Hans WennborgExtend the IL for selecting TLS models (PR9788)
2012-05-09 Hans WennborgIntroduce llvm-c function LLVMPrintModuleToFile.
2012-03-22 Chris Lattneradd load/store volatility control to the C API, patch...
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2012-02-05 Chris Lattnerreapply the patches reverted in r149470 that reenable...
2012-02-01 Argyrios KyrtzidisRevert Chris' commits up to r149348 that started causin...
2012-01-31 Chris Lattnereliminate the "string" form of ConstantArray::get,...
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2012-01-20 Kostya SerebryanyExtend Attributes to 64 bits
2012-01-17 David BlaikieProvide better messages in llvm_unreachable.
2012-01-17 David BlaikieRemove unreachable code. (replace with llvm_unreachable...
2012-01-16 David BlaikieRemoving unused default switch cases in switches over...
2012-01-10 David BlaikieRemove unnecessary default cases in switches that cover...
2011-12-20 Devang PatelAdd support to add named metadata operand.
2011-12-17 Dan GohmanThe powers that be have decided that LLVM IR should...
2011-10-14 Torok Edwinocaml bindings: add getopcode for constant and instruct...
2011-10-14 Torok Edwinbindings: tab and indentation fixes of my previous...
2011-10-07 Matt Beaumont-GayMove default to top of switch
2011-10-06 Matt Beaumont-GayFix -asserts build
2011-10-06 Torok EdwinDon't require C bindings opcode numbers to be kept...
2011-10-06 Torok Edwinocaml/C bindings: type->isSized()
2011-10-06 Torok Edwinadd binding to read icmp predicate
2011-10-06 Torok Edwinocaml/C bindings: getmdstring, add num_op, get_op shoul...
2011-10-06 Torok EdwinC/OCaml API to retrieve struct name.
2011-10-03 Devang PatelAdd C api for Instruction->eraseFromParent().
2011-08-23 Nate BegemanAdd some useful accessors to c++ api that appear to...
2011-08-12 Bill WendlingInitial commit of the 'landingpad' instruction.
2011-08-12 Chris Lattnerswitch to the new struct apis.
2011-08-02 Bill WendlingRemove the LLVMBuildUnwind C API function.
2011-07-31 Bill WendlingAdd the 'resume' instruction for the new EH rewrite.
2011-07-30 Bill WendlingRevert r136253, r136263, r136269, r136313, r136325...
2011-07-28 Bill WendlingThe personality function should be a Function* and...
2011-07-28 Bill WendlingMake sure that the landingpad instruction takes a Const...
2011-07-27 Bill WendlingMerge the contents from exception-handling-rewrite...
2011-07-22 Jay FoadConvert IRBuilder::CreateGEP and IRBuilder::CreateInBou...
2011-07-21 Jay FoadConvert ConstantExpr::getGetElementPtr and
2011-07-18 Jeffrey YasskinAdd APInt(numBits, ArrayRef<uint64_t> bigVal) construct...
2011-07-18 Frits van BommelMigrate LLVM and Clang to use the new makeArrayRef...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-15 Jay FoadConvert CallInst and InvokeInst APIs to use ArrayRef.
2011-07-14 Rafael EspindolaAdd LLVMConstNamedStruct to the C api to let its users...
2011-07-14 Chris Lattneradd a couple more missing C api, patch by Vitaly Lugovskiy!
2011-07-14 Frits van BommelSimplify some functions in the C API by using an ArrayR...
2011-07-14 Chris Lattneradd C api for hte new type system rewrite API. Patch...
2011-07-13 Jay FoadConvert InsertValueInst and ExtractValueInst APIs to...
2011-07-12 Jay FoadSecond attempt at de-constifying LLVM Types in Function...
2011-07-12 Bill WendlingRevert r134893 and r134888 (and related patches in...
2011-07-11 Jay FoadDe-constify Types in StructType::get() and TargetData...
2011-07-11 Jay FoadDe-constify Types in FunctionType::get().
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-06-22 Jay FoadReplace the existing forms of ConstantArray::get()...
2011-06-20 Chris LattnerRevamp the "ConstantStruct::get" methods. Previously...
2011-04-21 Jay FoadPR9214: Convert Metadata API to use ArrayRef.
2011-04-20 Nick LewyckyStructs have elements not parameters. I'm surprised...
2011-03-30 Jay FoadRemove PHINode::reserveOperandSpace(). Instead, add...
2011-02-18 Rafael EspindolaExpose getTypeName to the C API. Patch by Patrick Walton.
2011-02-15 Chris Lattnerconvert ConstantVector::get to use ArrayRef.
2011-02-14 Chris Lattnerrevert my ConstantVector patch, it seems to have made...
2011-02-14 Chris LattnerSwitch ConstantVector::get to use ArrayRef instead...
2011-01-18 Cameron ZwarichMove DominanceFrontier from VMCore to Analysis.
2010-12-16 Michael J. SpencerMemoryBuffer now return an error_code and returns a...
2010-12-09 Michael J. SpencerSupport/MemoryBuffer: Replace all uses of std::string...
2010-11-28 Chris Lattneradd a function to the C api to get the context out...
2010-11-23 Chris Lattneradd a 'LLVMConstIntOfArbitraryPrecision' api to the...
2010-10-17 Benjamin Kramerstd::string cleanup.
2010-10-07 Owen AndersonAdd initialization routines for VMCore.
2010-10-07 Owen AndersonNext step on the getting-rid-of-static-ctors train...
2010-09-10 Dale JohannesenAdd X86 MMX type to bitcode and Type.
2010-08-28 Chris Lattnerremove unions from LLVM IR. They are severely buggy...
2010-08-20 Bill WendlingCreate the new linker type "linker_private_weak_def_auto".
2010-08-20 Erick TryzelaarExpose LLVMSetOperand and LLVMGetNumOperands to llvm...
2010-08-07 Dan GohmanTidy some #includes and forward-declarations, and move...
2010-07-19 Duncan SandsExpose BasicBlock::moveBefore and moveAfter in C API...
2010-07-01 Bill WendlingImplement the "linker_private_weak" linkage type. This...
2010-06-29 Bill WendlingRevert r107205 and r107207.
2010-06-29 Bill WendlingIntroducing the "linker_weak" linkage type. This will...
2010-05-27 Dan GohmanAdd basic error checking to MemoryBuffer::getSTDIN.
2010-05-03 Nick LewyckyFix function prototype mismatch in LLVMUnionType()...
2010-04-10 Chris Lattneradd attributes and module level asm to the ocaml bindings,
2010-04-02 Chris Lattnerrename NewDebugLoc -> DebugLoc, prune #includes in...
2010-04-01 Chris Lattnerswitch IRBuilder to use NewDebugLoc for locations instead
2010-03-02 Erick TryzelaarRename LLVMUseIteratorRef to LLVMUseRef since we don...
2010-03-02 Duncan SandsRather than passing "false" for InsertBefore, AddressSp...
2010-02-28 Erick TryzelaarAdd support for global variables in an address space...
2010-02-28 Erick TryzelaarAdd indirect br support to llvm-c and ocaml.
2010-02-28 Erick TryzelaarAdd metadata functions to llvm-c and ocaml.
2010-02-28 Erick TryzelaarAdd the new builder arthmetic instructions to llvm...
2010-02-28 Erick TryzelaarAdd the new union arthmetic instructions to llvm-c...
2010-02-28 Erick TryzelaarAdd generic binary op and cast builder functions.
2010-02-16 Kenneth UildriksFunction attributes have index ~0, not 0
2010-02-12 Chris LattnerAdd support for a union type in LLVM IR. Patch by...
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2010-01-09 Chris Lattner"In order to ease automatic bindings generation, it...
2009-11-23 Duncan SandsI forgot to update the prototype for LLVMBuildIntCast...
2009-11-16 Duncan SandsBuildIntCast takes an additional parameter, isSigned.
2009-11-10 Daniel DunbarFix MemoryBuffer::getSTDIN to *not* return null if...
2009-11-07 Victor HernandezRe-commit r86077 now that r86290 fixes the 179.art...
2009-11-06 Victor HernandezRevert r86077 because it caused crashes in 179.art...
2009-11-05 Victor HernandezUpdate CreateMalloc so that its callers specify the...
next