add C api for hte new type system rewrite API. Patch by Vitaly Lugovskiy!
[oota-llvm.git] / lib / VMCore / Core.cpp
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...
2009-10-26 Victor HernandezRemove FreeInst.
2009-10-21 Dale JohannesenRename msasm to alignstack per review.
2009-10-17 Nick LewyckyFix test/Bindings/Ocaml/vmcore.ml. When IRBuilder:...
2009-10-17 Victor HernandezAutoupgrade malloc insts to malloc calls.
2009-10-13 Dale JohannesenAdd an "msasm" flag to inline asm as suggested in PR...
2009-10-12 Chris Lattneradd some more hooks to the C bindings, patch by Kenneth...
2009-09-28 Dan GohmanAdd C API calls for building FNeg operations. Patch...
2009-09-25 Victor HernandezRevert 82694 "Auto-upgrade malloc instructions to mallo...
2009-09-24 Victor HernandezAuto-upgrade malloc instructions to malloc calls.
2009-09-03 Dan GohmanRevert 80959. It isn't sufficient to solve the full...
2009-09-03 Dan GohmanRemove the API for creating ConstantExprs with the...
2009-09-02 Sandeep PatelRetype from unsigned to CallingConv::ID accordingly...
2009-08-16 Erick TryzelaarExpose creating constant ints and floats from strings...
2009-08-16 Erick TryzelaarAdd an llvm-c function that lets you insert an instruct...
2009-08-16 Erick TryzelaarExpose most of the Constant creation functions to llvm-c.
2009-08-16 Erick TryzelaarExpose most of the rest of IRBuilder's functions to...
2009-08-14 Erick TryzelaarExpose LLVMContext to llvm-c.
2009-08-13 Owen AndersonActually privatize a IntegerTypes, and fix a few bugs...
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-06 Daniel DunbarDon't search the entire type table just to delete a...
2009-08-05 Owen AndersonPrivatize the StructType table, which unfortunately...
2009-07-31 Owen AndersonMove a few more APIs back to 2.5 forms. The only remai...
2009-07-30 Owen AndersonMove more code back to 2.5 APIs.
2009-07-29 Owen AndersonMove types back to the 2.5 API.
2009-07-29 Owen AndersonMove ConstantExpr to 2.5 API.
2009-07-28 Owen AndersonReturn ConstantVector to 2.5 API.
2009-07-28 Owen AndersonChange ConstantArray to 2.5 API.
2009-07-27 Owen AndersonMove ConstantStruct back to 2.5 API.
2009-07-27 Owen AndersonMove ConstantFP construction back to the 2.5-ish API.
2009-07-26 Daniel DunbarEliminate some uses of DOUT, cerr, and getNameStart().
2009-07-24 Owen AndersonRevert the ConstantInt constructors back to their 2...
2009-07-20 Bill WendlingChange the casting of linkage types into a map. This...
2009-07-16 Daniel DunbarFix compiler warning (for -Asserts).
2009-07-15 Chris LattnerUpdate the C bindings to keep the LLVMTypeKind up to...
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-08 Owen AndersonPush LLVMContext _back_ through IRBuilder.
2009-07-08 Owen AndersonSwitch GlobalVariable ctors to a sane API, where *eithe...
2009-07-08 Owen AndersonPush LLVMContext through GlobalVariables and IRBuilder.
2009-07-07 Owen AndersonLLVMContext-ifiy the implementation of the C API.
2009-07-06 Chris LattnerAdd two new accessors to the C bindings, patch by Wladi...
2009-07-02 Owen AndersonRestore other bits of the C API that I tore up. All...
2009-07-02 Owen AndersonAdd a C wrapper for accessing the global default context.
2009-07-01 Owen AndersonHold the LLVMContext by reference rather than by pointer.
next