| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove PHINode::reserveOperandSpace(). Instead, add a parameter to | Jay Foad | 2011-03-30 | 1 | -1/+1 |
* | Expose getTypeName to the C API. Patch by Patrick Walton. | Rafael Espindola | 2011-02-18 | 1 | -0/+4 |
* | convert ConstantVector::get to use ArrayRef. | Chris Lattner | 2011-02-15 | 1 | -109/+56 |
* | revert my ConstantVector patch, it seems to have made the llvm-gcc | Chris Lattner | 2011-02-14 | 1 | -56/+109 |
* | Switch ConstantVector::get to use ArrayRef instead of a pointer+size | Chris Lattner | 2011-02-14 | 1 | -109/+56 |
* | Move DominanceFrontier from VMCore to Analysis. | Cameron Zwarich | 2011-01-18 | 1 | -1/+0 |
* | MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v... | Michael J. Spencer | 2010-12-16 | 1 | -4/+6 |
* | Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code... | Michael J. Spencer | 2010-12-09 | 1 | -7/+8 |
* | add a function to the C api to get the context out of a module, patch | Chris Lattner | 2010-11-28 | 1 | -0/+6 |
* | add a 'LLVMConstIntOfArbitraryPrecision' api to the C api, | Chris Lattner | 2010-11-23 | 1 | -0/+8 |
* | std::string cleanup. | Benjamin Kramer | 2010-10-17 | 1 | -1/+1 |
* | Add initialization routines for VMCore. | Owen Anderson | 2010-10-07 | 1 | -2/+14 |
* | Next step on the getting-rid-of-static-ctors train: begin adding per-library | Owen Anderson | 2010-10-07 | 1 | -0/+5 |
* | Add X86 MMX type to bitcode and Type. | Dale Johannesen | 2010-09-10 | 1 | -0/+8 |
* | remove unions from LLVM IR. They are severely buggy and not | Chris Lattner | 2010-08-28 | 1 | -34/+0 |
* | Create the new linker type "linker_private_weak_def_auto". | Bill Wendling | 2010-08-20 | 1 | -0/+5 |
* | Expose LLVMSetOperand and LLVMGetNumOperands to llvm-c and ocaml. | Erick Tryzelaar | 2010-08-20 | 1 | -0/+8 |
* | Tidy some #includes and forward-declarations, and move the C binding code | Dan Gohman | 2010-08-07 | 1 | -0/+37 |
* | Expose BasicBlock::moveBefore and moveAfter in C API, patch | Duncan Sands | 2010-07-19 | 1 | -0/+8 |
* | Implement the "linker_private_weak" linkage type. This will be used for | Bill Wendling | 2010-07-01 | 1 | -0/+5 |
* | Revert r107205 and r107207. | Bill Wendling | 2010-06-29 | 1 | -5/+0 |
* | Introducing the "linker_weak" linkage type. This will be used for Objective-C | Bill Wendling | 2010-06-29 | 1 | -0/+5 |
* | Add basic error checking to MemoryBuffer::getSTDIN. | Dan Gohman | 2010-05-27 | 1 | -7/+6 |
* | Fix function prototype mismatch in LLVMUnionType(). Fixes PR7019. | Nick Lewycky | 2010-05-03 | 1 | -2/+1 |
* | add attributes and module level asm to the ocaml bindings, | Chris Lattner | 2010-04-10 | 1 | -0/+5 |
* | rename NewDebugLoc -> DebugLoc, prune #includes in DebugLoc.h. | Chris Lattner | 2010-04-02 | 1 | -1/+1 |
* | switch IRBuilder to use NewDebugLoc for locations instead | Chris Lattner | 2010-04-01 | 1 | -3/+5 |
* | Rename LLVMUseIteratorRef to LLVMUseRef since we don't refer to iterators in ... | Erick Tryzelaar | 2010-03-02 | 1 | -7/+10 |
* | Rather than passing "false" for InsertBefore, AddressSpace for ThreadLocal, | Duncan Sands | 2010-03-02 | 1 | -2/+2 |
* | Add support for global variables in an address space for llvm-c and ocaml. | Erick Tryzelaar | 2010-02-28 | 1 | -0/+8 |
* | Add indirect br support to llvm-c and ocaml. | Erick Tryzelaar | 2010-02-28 | 1 | -0/+13 |
* | Add metadata functions to llvm-c and ocaml. | Erick Tryzelaar | 2010-02-28 | 1 | -0/+56 |
* | Add the new builder arthmetic instructions to llvm-c and ocaml. | Erick Tryzelaar | 2010-02-28 | 1 | -0/+81 |
* | Add the new union arthmetic instructions to llvm-c and ocaml. | Erick Tryzelaar | 2010-02-28 | 1 | -1/+3 |
* | Add generic binary op and cast builder functions. | Erick Tryzelaar | 2010-02-28 | 1 | -0/+13 |
* | Function attributes have index ~0, not 0 | Kenneth Uildriks | 2010-02-16 | 1 | -2/+2 |
* | Add support for a union type in LLVM IR. Patch by Talin! | Chris Lattner | 2010-02-12 | 1 | -0/+31 |
* | Kill ModuleProvider and ghost linkage by inverting the relationship between | Jeffrey Yasskin | 2010-01-27 | 1 | -6/+6 |
* | "In order to ease automatic bindings generation, it would be helpful if boole... | Chris Lattner | 2010-01-09 | 1 | -32/+36 |
* | I forgot to update the prototype for LLVMBuildIntCast when correcting | Duncan Sands | 2009-11-23 | 1 | -3/+3 |
* | BuildIntCast takes an additional parameter, isSigned. | Duncan Sands | 2009-11-16 | 1 | -2/+3 |
* | Fix MemoryBuffer::getSTDIN to *not* return null if stdin is empty, this is a ... | Daniel Dunbar | 2009-11-10 | 1 | -6/+8 |
* | Re-commit r86077 now that r86290 fixes the 179.art and 175.vpr ARM regressions. | Victor Hernandez | 2009-11-07 | 1 | -8/+14 |
* | Revert r86077 because it caused crashes in 179.art and 175.vpr on ARM | Victor Hernandez | 2009-11-06 | 1 | -14/+8 |
* | Update CreateMalloc so that its callers specify the size to allocate: | Victor Hernandez | 2009-11-05 | 1 | -8/+14 |
* | Remove FreeInst. | Victor Hernandez | 2009-10-26 | 1 | -1/+2 |
* | Rename msasm to alignstack per review. | Dale Johannesen | 2009-10-21 | 1 | -2/+2 |
* | Fix test/Bindings/Ocaml/vmcore.ml. When IRBuilder::CreateMalloc was removed, | Nick Lewycky | 2009-10-17 | 1 | -4/+6 |
* | Autoupgrade malloc insts to malloc calls. | Victor Hernandez | 2009-10-17 | 1 | -2/+6 |
* | Add an "msasm" flag to inline asm as suggested in PR 5125. | Dale Johannesen | 2009-10-13 | 1 | -2/+3 |