aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/Core.cpp
AgeCommit message (Expand)Author
2010-08-28remove unions from LLVM IR. They are severely buggy and notChris Lattner
2010-08-20Create the new linker type "linker_private_weak_def_auto".Bill Wendling
2010-08-20Expose LLVMSetOperand and LLVMGetNumOperands to llvm-c and ocaml.Erick Tryzelaar
2010-08-07Tidy some #includes and forward-declarations, and move the C binding codeDan Gohman
2010-07-19Expose BasicBlock::moveBefore and moveAfter in C API, patchDuncan Sands
2010-07-01Implement the "linker_private_weak" linkage type. This will be used forBill Wendling
2010-06-29Revert r107205 and r107207.Bill Wendling
2010-06-29Introducing the "linker_weak" linkage type. This will be used for Objective-CBill Wendling
2010-05-27Add basic error checking to MemoryBuffer::getSTDIN.Dan Gohman
2010-05-03Fix function prototype mismatch in LLVMUnionType(). Fixes PR7019.Nick Lewycky
2010-04-10add attributes and module level asm to the ocaml bindings,Chris Lattner
2010-04-02rename NewDebugLoc -> DebugLoc, prune #includes in DebugLoc.h.Chris Lattner
2010-04-01switch IRBuilder to use NewDebugLoc for locations insteadChris Lattner
2010-03-02Rename LLVMUseIteratorRef to LLVMUseRef since we don't refer to iterators in ...Erick Tryzelaar
2010-03-02Rather than passing "false" for InsertBefore, AddressSpace for ThreadLocal,Duncan Sands
2010-02-28Add support for global variables in an address space for llvm-c and ocaml.Erick Tryzelaar
2010-02-28Add indirect br support to llvm-c and ocaml.Erick Tryzelaar
2010-02-28Add metadata functions to llvm-c and ocaml.Erick Tryzelaar
2010-02-28Add the new builder arthmetic instructions to llvm-c and ocaml.Erick Tryzelaar
2010-02-28Add the new union arthmetic instructions to llvm-c and ocaml.Erick Tryzelaar
2010-02-28Add generic binary op and cast builder functions.Erick Tryzelaar
2010-02-16Function attributes have index ~0, not 0Kenneth Uildriks
2010-02-12Add support for a union type in LLVM IR. Patch by Talin!Chris Lattner
2010-01-27Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin
2010-01-09"In order to ease automatic bindings generation, it would be helpful if boole...Chris Lattner
2009-11-23I forgot to update the prototype for LLVMBuildIntCast when correctingDuncan Sands
2009-11-16BuildIntCast takes an additional parameter, isSigned.Duncan Sands
2009-11-10Fix MemoryBuffer::getSTDIN to *not* return null if stdin is empty, this is a ...Daniel Dunbar
2009-11-07Re-commit r86077 now that r86290 fixes the 179.art and 175.vpr ARM regressions.Victor Hernandez
2009-11-06Revert r86077 because it caused crashes in 179.art and 175.vpr on ARMVictor Hernandez
2009-11-05Update CreateMalloc so that its callers specify the size to allocate:Victor Hernandez
2009-10-26Remove FreeInst.Victor Hernandez
2009-10-21Rename msasm to alignstack per review.Dale Johannesen
2009-10-17Fix test/Bindings/Ocaml/vmcore.ml. When IRBuilder::CreateMalloc was removed,Nick Lewycky
2009-10-17Autoupgrade malloc insts to malloc calls.Victor Hernandez
2009-10-13Add an "msasm" flag to inline asm as suggested in PR 5125.Dale Johannesen
2009-10-12add some more hooks to the C bindings, patch by Kenneth Uildriks!Chris Lattner
2009-09-28Add C API calls for building FNeg operations. Patch by KS Sreeram!Dan Gohman
2009-09-25Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it c...Victor Hernandez
2009-09-24Auto-upgrade malloc instructions to malloc calls.Victor Hernandez
2009-09-03Revert 80959. It isn't sufficient to solve the full problem. And itDan Gohman
2009-09-03Remove the API for creating ConstantExprs with the nsw, nuw, inbounds,Dan Gohman
2009-09-02Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.Sandeep Patel
2009-08-16Expose creating constant ints and floats from strings in llvm-c.Erick Tryzelaar
2009-08-16Add an llvm-c function that lets you insert an instruction with a name.Erick Tryzelaar
2009-08-16Expose most of the Constant creation functions to llvm-c.Erick Tryzelaar
2009-08-16Expose most of the rest of IRBuilder's functions to llvm-c.Erick Tryzelaar
2009-08-14Expose LLVMContext to llvm-c.Erick Tryzelaar
2009-08-13Actually privatize a IntegerTypes, and fix a few bugs exposed by this.Owen Anderson
2009-08-13Push LLVMContexts through the IntegerType APIs.Owen Anderson