summaryrefslogtreecommitdiff
path: root/lib/VMCore/Core.cpp
Commit message (Expand)AuthorAge
* Add some useful accessors to c++ api that appear to be missing from the c apiNate Begeman2011-08-23
* Initial commit of the 'landingpad' instruction.Bill Wendling2011-08-12
* switch to the new struct apis.Chris Lattner2011-08-12
* Remove the LLVMBuildUnwind C API function.Bill Wendling2011-08-02
* Add the 'resume' instruction for the new EH rewrite.Bill Wendling2011-07-31
* Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338,Bill Wendling2011-07-30
* The personality function should be a Function* and not just a Value*.Bill Wendling2011-07-28
* Make sure that the landingpad instruction takes a Constant* as the clause's v...Bill Wendling2011-07-28
* Merge the contents from exception-handling-rewrite to the mainline.Bill Wendling2011-07-27
* Convert IRBuilder::CreateGEP and IRBuilder::CreateInBoundsGEP to useJay Foad2011-07-22
* Convert ConstantExpr::getGetElementPtr andJay Foad2011-07-21
* Add APInt(numBits, ArrayRef<uint64_t> bigVal) constructor to prevent future a...Jeffrey Yasskin2011-07-18
* Migrate LLVM and Clang to use the new makeArrayRef(...) functions where previ...Frits van Bommel2011-07-18
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad2011-07-15
* Add LLVMConstNamedStruct to the C api to let its users create constantsRafael Espindola2011-07-14
* add a couple more missing C api, patch by Vitaly Lugovskiy!Chris Lattner2011-07-14
* Simplify some functions in the C API by using an ArrayRef to directly referen...Frits van Bommel2011-07-14
* add C api for hte new type system rewrite API. Patch by Vitaly Lugovskiy!Chris Lattner2011-07-14
* Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef.Jay Foad2011-07-13
* Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad2011-07-12
* Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling2011-07-12
* De-constify Types in StructType::get() and TargetData::getIntPtrType().Jay Foad2011-07-11
* De-constify Types in FunctionType::get().Jay Foad2011-07-11
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-09
* Replace the existing forms of ConstantArray::get() with a single formJay Foad2011-06-22
* Revamp the "ConstantStruct::get" methods. Previously, these were scatteredChris Lattner2011-06-20
* PR9214: Convert Metadata API to use ArrayRef.Jay Foad2011-04-21
* Structs have elements not parameters. I'm surprised this ever compiled...Nick Lewycky2011-04-20
* Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad2011-03-30
* Expose getTypeName to the C API. Patch by Patrick Walton.Rafael Espindola2011-02-18
* convert ConstantVector::get to use ArrayRef.Chris Lattner2011-02-15
* revert my ConstantVector patch, it seems to have made the llvm-gccChris Lattner2011-02-14
* Switch ConstantVector::get to use ArrayRef instead of a pointer+sizeChris Lattner2011-02-14
* Move DominanceFrontier from VMCore to Analysis.Cameron Zwarich2011-01-18
* MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...Michael J. Spencer2010-12-16
* Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...Michael J. Spencer2010-12-09
* add a function to the C api to get the context out of a module, patchChris Lattner2010-11-28
* add a 'LLVMConstIntOfArbitraryPrecision' api to the C api,Chris Lattner2010-11-23
* std::string cleanup.Benjamin Kramer2010-10-17
* Add initialization routines for VMCore.Owen Anderson2010-10-07
* Next step on the getting-rid-of-static-ctors train: begin adding per-libraryOwen Anderson2010-10-07
* Add X86 MMX type to bitcode and Type.Dale Johannesen2010-09-10
* remove unions from LLVM IR. They are severely buggy and notChris Lattner2010-08-28
* Create the new linker type "linker_private_weak_def_auto".Bill Wendling2010-08-20
* Expose LLVMSetOperand and LLVMGetNumOperands to llvm-c and ocaml.Erick Tryzelaar2010-08-20
* Tidy some #includes and forward-declarations, and move the C binding codeDan Gohman2010-08-07
* 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