aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/Core.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move DominanceFrontier from VMCore to Analysis.Cameron Zwarich2011-01-181-1/+0
* MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...Michael J. Spencer2010-12-161-4/+6
* Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...Michael J. Spencer2010-12-091-7/+8
* add a function to the C api to get the context out of a module, patchChris Lattner2010-11-281-0/+6
* add a 'LLVMConstIntOfArbitraryPrecision' api to the C api,Chris Lattner2010-11-231-0/+8
* std::string cleanup.Benjamin Kramer2010-10-171-1/+1
* Add initialization routines for VMCore.Owen Anderson2010-10-071-2/+14
* Next step on the getting-rid-of-static-ctors train: begin adding per-libraryOwen Anderson2010-10-071-0/+5
* Add X86 MMX type to bitcode and Type.Dale Johannesen2010-09-101-0/+8
* remove unions from LLVM IR. They are severely buggy and notChris Lattner2010-08-281-34/+0
* Create the new linker type "linker_private_weak_def_auto".Bill Wendling2010-08-201-0/+5
* Expose LLVMSetOperand and LLVMGetNumOperands to llvm-c and ocaml.Erick Tryzelaar2010-08-201-0/+8
* Tidy some #includes and forward-declarations, and move the C binding codeDan Gohman2010-08-071-0/+37
* Expose BasicBlock::moveBefore and moveAfter in C API, patchDuncan Sands2010-07-191-0/+8
* Implement the "linker_private_weak" linkage type. This will be used forBill Wendling2010-07-011-0/+5
* Revert r107205 and r107207.Bill Wendling2010-06-291-5/+0
* Introducing the "linker_weak" linkage type. This will be used for Objective-CBill Wendling2010-06-291-0/+5
* Add basic error checking to MemoryBuffer::getSTDIN.Dan Gohman2010-05-271-7/+6
* Fix function prototype mismatch in LLVMUnionType(). Fixes PR7019.Nick Lewycky2010-05-031-2/+1
* add attributes and module level asm to the ocaml bindings,Chris Lattner2010-04-101-0/+5
* rename NewDebugLoc -> DebugLoc, prune #includes in DebugLoc.h.Chris Lattner2010-04-021-1/+1
* switch IRBuilder to use NewDebugLoc for locations insteadChris Lattner2010-04-011-3/+5
* Rename LLVMUseIteratorRef to LLVMUseRef since we don't refer to iterators in ...Erick Tryzelaar2010-03-021-7/+10
* Rather than passing "false" for InsertBefore, AddressSpace for ThreadLocal,Duncan Sands2010-03-021-2/+2
* Add support for global variables in an address space for llvm-c and ocaml.Erick Tryzelaar2010-02-281-0/+8
* Add indirect br support to llvm-c and ocaml.Erick Tryzelaar2010-02-281-0/+13
* Add metadata functions to llvm-c and ocaml.Erick Tryzelaar2010-02-281-0/+56
* Add the new builder arthmetic instructions to llvm-c and ocaml.Erick Tryzelaar2010-02-281-0/+81
* Add the new union arthmetic instructions to llvm-c and ocaml.Erick Tryzelaar2010-02-281-1/+3
* Add generic binary op and cast builder functions.Erick Tryzelaar2010-02-281-0/+13
* Function attributes have index ~0, not 0Kenneth Uildriks2010-02-161-2/+2
* Add support for a union type in LLVM IR. Patch by Talin!Chris Lattner2010-02-121-0/+31
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-271-6/+6
* "In order to ease automatic bindings generation, it would be helpful if boole...Chris Lattner2010-01-091-32/+36
* I forgot to update the prototype for LLVMBuildIntCast when correctingDuncan Sands2009-11-231-3/+3
* BuildIntCast takes an additional parameter, isSigned.Duncan Sands2009-11-161-2/+3
* Fix MemoryBuffer::getSTDIN to *not* return null if stdin is empty, this is a ...Daniel Dunbar2009-11-101-6/+8
* Re-commit r86077 now that r86290 fixes the 179.art and 175.vpr ARM regressions.Victor Hernandez2009-11-071-8/+14
* Revert r86077 because it caused crashes in 179.art and 175.vpr on ARMVictor Hernandez2009-11-061-14/+8
* Update CreateMalloc so that its callers specify the size to allocate:Victor Hernandez2009-11-051-8/+14
* Remove FreeInst.Victor Hernandez2009-10-261-1/+2
* Rename msasm to alignstack per review.Dale Johannesen2009-10-211-2/+2
* Fix test/Bindings/Ocaml/vmcore.ml. When IRBuilder::CreateMalloc was removed,Nick Lewycky2009-10-171-4/+6
* Autoupgrade malloc insts to malloc calls.Victor Hernandez2009-10-171-2/+6
* Add an "msasm" flag to inline asm as suggested in PR 5125.Dale Johannesen2009-10-131-2/+3
* add some more hooks to the C bindings, patch by Kenneth Uildriks!Chris Lattner2009-10-121-1/+59
* Add C API calls for building FNeg operations. Patch by KS Sreeram!Dan Gohman2009-09-281-0/+4
* Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it c...Victor Hernandez2009-09-251-6/+2
* Auto-upgrade malloc instructions to malloc calls.Victor Hernandez2009-09-241-2/+6
* Revert 80959. It isn't sufficient to solve the full problem. And itDan Gohman2009-09-031-0/+22