summaryrefslogtreecommitdiff
path: root/lib/VMCore/Core.cpp
Commit message (Expand)AuthorAge
* Expose BasicBlock::moveBefore and moveAfter in C API, patchDuncan Sands2010-07-19
* Implement the "linker_private_weak" linkage type. This will be used forBill Wendling2010-07-01
* Revert r107205 and r107207.Bill Wendling2010-06-29
* Introducing the "linker_weak" linkage type. This will be used for Objective-CBill Wendling2010-06-29
* Add basic error checking to MemoryBuffer::getSTDIN.Dan Gohman2010-05-27
* Fix function prototype mismatch in LLVMUnionType(). Fixes PR7019.Nick Lewycky2010-05-03
* add attributes and module level asm to the ocaml bindings,Chris Lattner2010-04-10
* rename NewDebugLoc -> DebugLoc, prune #includes in DebugLoc.h.Chris Lattner2010-04-02
* switch IRBuilder to use NewDebugLoc for locations insteadChris Lattner2010-04-01
* Rename LLVMUseIteratorRef to LLVMUseRef since we don't refer to iterators in ...Erick Tryzelaar2010-03-02
* Rather than passing "false" for InsertBefore, AddressSpace for ThreadLocal,Duncan Sands2010-03-02
* Add support for global variables in an address space for llvm-c and ocaml.Erick Tryzelaar2010-02-28
* Add indirect br support to llvm-c and ocaml.Erick Tryzelaar2010-02-28
* Add metadata functions to llvm-c and ocaml.Erick Tryzelaar2010-02-28
* Add the new builder arthmetic instructions to llvm-c and ocaml.Erick Tryzelaar2010-02-28
* Add the new union arthmetic instructions to llvm-c and ocaml.Erick Tryzelaar2010-02-28
* Add generic binary op and cast builder functions.Erick Tryzelaar2010-02-28
* Function attributes have index ~0, not 0Kenneth Uildriks2010-02-16
* Add support for a union type in LLVM IR. Patch by Talin!Chris Lattner2010-02-12
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-27
* "In order to ease automatic bindings generation, it would be helpful if boole...Chris Lattner2010-01-09
* I forgot to update the prototype for LLVMBuildIntCast when correctingDuncan Sands2009-11-23
* BuildIntCast takes an additional parameter, isSigned.Duncan Sands2009-11-16
* Fix MemoryBuffer::getSTDIN to *not* return null if stdin is empty, this is a ...Daniel Dunbar2009-11-10
* Re-commit r86077 now that r86290 fixes the 179.art and 175.vpr ARM regressions.Victor Hernandez2009-11-07
* Revert r86077 because it caused crashes in 179.art and 175.vpr on ARMVictor Hernandez2009-11-06
* Update CreateMalloc so that its callers specify the size to allocate:Victor Hernandez2009-11-05
* Remove FreeInst.Victor Hernandez2009-10-26
* Rename msasm to alignstack per review.Dale Johannesen2009-10-21
* Fix test/Bindings/Ocaml/vmcore.ml. When IRBuilder::CreateMalloc was removed,Nick Lewycky2009-10-17
* Autoupgrade malloc insts to malloc calls.Victor Hernandez2009-10-17
* Add an "msasm" flag to inline asm as suggested in PR 5125.Dale Johannesen2009-10-13
* add some more hooks to the C bindings, patch by Kenneth Uildriks!Chris Lattner2009-10-12
* Add C API calls for building FNeg operations. Patch by KS Sreeram!Dan Gohman2009-09-28
* Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it c...Victor Hernandez2009-09-25
* Auto-upgrade malloc instructions to malloc calls.Victor Hernandez2009-09-24
* Revert 80959. It isn't sufficient to solve the full problem. And itDan Gohman2009-09-03
* Remove the API for creating ConstantExprs with the nsw, nuw, inbounds,Dan Gohman2009-09-03
* Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.Sandeep Patel2009-09-02
* Expose creating constant ints and floats from strings in llvm-c.Erick Tryzelaar2009-08-16
* Add an llvm-c function that lets you insert an instruction with a name.Erick Tryzelaar2009-08-16
* Expose most of the Constant creation functions to llvm-c.Erick Tryzelaar2009-08-16
* Expose most of the rest of IRBuilder's functions to llvm-c.Erick Tryzelaar2009-08-16
* Expose LLVMContext to llvm-c.Erick Tryzelaar2009-08-14
* Actually privatize a IntegerTypes, and fix a few bugs exposed by this.Owen Anderson2009-08-13
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-13
* Don't search the entire type table just to delete a type by name.Daniel Dunbar2009-08-06
* Privatize the StructType table, which unfortunately involves routing contexts...Owen Anderson2009-08-05
* Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson2009-07-31
* Move more code back to 2.5 APIs.Owen Anderson2009-07-30