| Commit message (Expand) | Author | Age | Files | Lines |
* | Add some useful accessors to c++ api that appear to be missing from the c api | Nate Begeman | 2011-08-23 | 1 | -0/+14 |
* | Initial commit of the 'landingpad' instruction. | Bill Wendling | 2011-08-12 | 1 | -0/+17 |
* | switch to the new struct apis. | Chris Lattner | 2011-08-12 | 1 | -1/+1 |
* | Remove the LLVMBuildUnwind C API function. | Bill Wendling | 2011-08-02 | 1 | -4/+0 |
* | Add the 'resume' instruction for the new EH rewrite. | Bill Wendling | 2011-07-31 | 1 | -0/+4 |
* | Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338, | Bill Wendling | 2011-07-30 | 1 | -23/+0 |
* | The personality function should be a Function* and not just a Value*. | Bill Wendling | 2011-07-28 | 1 | -1/+2 |
* | Make sure that the landingpad instruction takes a Constant* as the clause's v... | Bill Wendling | 2011-07-28 | 1 | -1/+1 |
* | Merge the contents from exception-handling-rewrite to the mainline. | Bill Wendling | 2011-07-27 | 1 | -0/+22 |
* | Convert IRBuilder::CreateGEP and IRBuilder::CreateInBoundsGEP to use | Jay Foad | 2011-07-22 | 1 | -4/+4 |
* | Convert ConstantExpr::getGetElementPtr and | Jay Foad | 2011-07-21 | 1 | -5/+6 |
* | Add APInt(numBits, ArrayRef<uint64_t> bigVal) constructor to prevent future a... | Jeffrey Yasskin | 2011-07-18 | 1 | -1/+2 |
* | Migrate LLVM and Clang to use the new makeArrayRef(...) functions where previ... | Frits van Bommel | 2011-07-18 | 1 | -11/+8 |
* | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 1 | -3/+3 |
* | Convert CallInst and InvokeInst APIs to use ArrayRef. | Jay Foad | 2011-07-15 | 1 | -3/+4 |
* | Add LLVMConstNamedStruct to the C api to let its users create constants | Rafael Espindola | 2011-07-14 | 1 | -0/+10 |
* | add a couple more missing C api, patch by Vitaly Lugovskiy! | Chris Lattner | 2011-07-14 | 1 | -0/+8 |
* | Simplify some functions in the C API by using an ArrayRef to directly referen... | Frits van Bommel | 2011-07-14 | 1 | -13/+3 |
* | add C api for hte new type system rewrite API. Patch by Vitaly Lugovskiy! | Chris Lattner | 2011-07-14 | 1 | -0/+13 |
* | Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef. | Jay Foad | 2011-07-13 | 1 | -2/+4 |
* | Second attempt at de-constifying LLVM Types in FunctionType::get(), | Jay Foad | 2011-07-12 | 1 | -2/+2 |
* | Revert r134893 and r134888 (and related patches in other trees). It was causing | Bill Wendling | 2011-07-12 | 1 | -2/+2 |
* | De-constify Types in StructType::get() and TargetData::getIntPtrType(). | Jay Foad | 2011-07-11 | 1 | -1/+1 |
* | De-constify Types in FunctionType::get(). | Jay Foad | 2011-07-11 | 1 | -1/+1 |
* | Land the long talked about "type system rewrite" patch. This | Chris Lattner | 2011-07-09 | 1 | -49/+0 |
* | Replace the existing forms of ConstantArray::get() with a single form | Jay Foad | 2011-06-22 | 1 | -3/+2 |
* | Revamp the "ConstantStruct::get" methods. Previously, these were scattered | Chris Lattner | 2011-06-20 | 1 | -3/+4 |
* | PR9214: Convert Metadata API to use ArrayRef. | Jay Foad | 2011-04-21 | 1 | -1/+2 |
* | Structs have elements not parameters. I'm surprised this ever compiled... | Nick Lewycky | 2011-04-20 | 1 | -1/+1 |
* | 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 |