2012-10-15 |
Bill Wendling | Move the Attributes::Builder outside of the Attributes... |
blob | commitdiff | raw |
2012-10-15 |
Bill Wendling | Add an enum for the return and function indexes into... |
blob | commitdiff | raw | diff to current |
2012-10-15 |
Bill Wendling | Attributes Rewrite |
blob | commitdiff | raw | diff to current |
2012-10-14 |
Bill Wendling | Remove the bitwise assignment OR operator from the... |
blob | commitdiff | raw | diff to current |
2012-10-14 |
Bill Wendling | Remove the bitwise NOT operator from the Attributes... |
blob | commitdiff | raw | diff to current |
2012-10-14 |
Bill Wendling | Use builder to create alignment attributes. Remove... |
blob | commitdiff | raw | diff to current |
2012-09-21 |
Bill Wendling | Encapsulate the "construct*AlignmentFromInt" functions. |
blob | commitdiff | raw | diff to current |
2012-09-19 |
Duncan Sands | Add support for accessing an MDNode's operands via... |
blob | commitdiff | raw | diff to current |
2012-09-10 |
Benjamin Kramer | c bindings: revert LLVMConstInlineAsm to always use... |
blob | commitdiff | raw | diff to current |
2012-09-05 |
Chad Rosier | [ms-inline asm] Enumerate the InlineAsm dialects and... |
blob | commitdiff | raw | diff to current |
2012-09-04 |
Chad Rosier | [ms-inline asm] Add the inline assembly dialect, AsmDia... |
blob | commitdiff | raw | diff to current |
2012-08-17 |
Bill Wendling | Change the `linker_private_weak_def_auto' linkage to... |
blob | commitdiff | raw | diff to current |
2012-06-23 |
Hans Wennborg | Extend the IL for selecting TLS models (PR9788) |
blob | commitdiff | raw | diff to current |
2012-05-09 |
Hans Wennborg | Introduce llvm-c function LLVMPrintModuleToFile. |
blob | commitdiff | raw | diff to current |
2012-03-22 |
Chris Lattner | add load/store volatility control to the C API, patch... |
blob | commitdiff | raw | diff to current |
2012-02-05 |
Craig Topper | Convert assert(0) to llvm_unreachable |
blob | commitdiff | raw | diff to current |
2012-02-05 |
Chris Lattner | reapply the patches reverted in r149470 that reenable... |
blob | commitdiff | raw | diff to current |
2012-02-01 |
Argyrios Kyrtzidis | Revert Chris' commits up to r149348 that started causin... |
blob | commitdiff | raw | diff to current |
2012-01-31 |
Chris Lattner | eliminate the "string" form of ConstantArray::get,... |
blob | commitdiff | raw | diff to current |
2012-01-20 |
David Blaikie | More dead code removal (using -Wunreachable-code) |
blob | commitdiff | raw | diff to current |
2012-01-20 |
Kostya Serebryany | Extend Attributes to 64 bits |
blob | commitdiff | raw | diff to current |
2012-01-17 |
David Blaikie | Provide better messages in llvm_unreachable. |
blob | commitdiff | raw | diff to current |
2012-01-17 |
David Blaikie | Remove unreachable code. (replace with llvm_unreachable... |
blob | commitdiff | raw | diff to current |
2012-01-16 |
David Blaikie | Removing unused default switch cases in switches over... |
blob | commitdiff | raw | diff to current |
2012-01-10 |
David Blaikie | Remove unnecessary default cases in switches that cover... |
blob | commitdiff | raw | diff to current |
2011-12-20 |
Devang Patel | Add support to add named metadata operand. |
blob | commitdiff | raw | diff to current |
2011-12-17 |
Dan Gohman | The powers that be have decided that LLVM IR should... |
blob | commitdiff | raw | diff to current |
2011-10-14 |
Torok Edwin | ocaml bindings: add getopcode for constant and instruct... |
blob | commitdiff | raw | diff to current |
2011-10-14 |
Torok Edwin | bindings: tab and indentation fixes of my previous... |
blob | commitdiff | raw | diff to current |
2011-10-07 |
Matt Beaumont-Gay | Move default to top of switch |
blob | commitdiff | raw | diff to current |
2011-10-06 |
Matt Beaumont-Gay | Fix -asserts build |
blob | commitdiff | raw | diff to current |
2011-10-06 |
Torok Edwin | Don't require C bindings opcode numbers to be kept... |
blob | commitdiff | raw | diff to current |
2011-10-06 |
Torok Edwin | ocaml/C bindings: type->isSized() |
blob | commitdiff | raw | diff to current |
2011-10-06 |
Torok Edwin | add binding to read icmp predicate |
blob | commitdiff | raw | diff to current |
2011-10-06 |
Torok Edwin | ocaml/C bindings: getmdstring, add num_op, get_op shoul... |
blob | commitdiff | raw | diff to current |
2011-10-06 |
Torok Edwin | C/OCaml API to retrieve struct name. |
blob | commitdiff | raw | diff to current |
2011-10-03 |
Devang Patel | Add C api for Instruction->eraseFromParent(). |
blob | commitdiff | raw | diff to current |
2011-08-23 |
Nate Begeman | Add some useful accessors to c++ api that appear to... |
blob | commitdiff | raw | diff to current |
2011-08-12 |
Bill Wendling | Initial commit of the 'landingpad' instruction. |
blob | commitdiff | raw | diff to current |
2011-08-12 |
Chris Lattner | switch to the new struct apis. |
blob | commitdiff | raw | diff to current |
2011-08-02 |
Bill Wendling | Remove the LLVMBuildUnwind C API function. |
blob | commitdiff | raw | diff to current |
2011-07-31 |
Bill Wendling | Add the 'resume' instruction for the new EH rewrite. |
blob | commitdiff | raw | diff to current |
2011-07-30 |
Bill Wendling | Revert r136253, r136263, r136269, r136313, r136325... |
blob | commitdiff | raw | diff to current |
2011-07-28 |
Bill Wendling | The personality function should be a Function* and... |
blob | commitdiff | raw | diff to current |
2011-07-28 |
Bill Wendling | Make sure that the landingpad instruction takes a Const... |
blob | commitdiff | raw | diff to current |
2011-07-27 |
Bill Wendling | Merge the contents from exception-handling-rewrite... |
blob | commitdiff | raw | diff to current |
2011-07-22 |
Jay Foad | Convert IRBuilder::CreateGEP and IRBuilder::CreateInBou... |
blob | commitdiff | raw | diff to current |
2011-07-21 |
Jay Foad | Convert ConstantExpr::getGetElementPtr and |
blob | commitdiff | raw | diff to current |
2011-07-18 |
Jeffrey Yasskin | Add APInt(numBits, ArrayRef<uint64_t> bigVal) construct... |
blob | commitdiff | raw | diff to current |
2011-07-18 |
Frits van Bommel | Migrate LLVM and Clang to use the new makeArrayRef... |
blob | commitdiff | raw | diff to current |
2011-07-18 |
Chris Lattner | land David Blaikie's patch to de-constify Type, with... |
blob | commitdiff | raw | diff to current |
2011-07-15 |
Jay Foad | Convert CallInst and InvokeInst APIs to use ArrayRef. |
blob | commitdiff | raw | diff to current |
2011-07-14 |
Rafael Espindola | Add LLVMConstNamedStruct to the C api to let its users... |
blob | commitdiff | raw | diff to current |
2011-07-14 |
Chris Lattner | add a couple more missing C api, patch by Vitaly Lugovskiy! |
blob | commitdiff | raw | diff to current |
2011-07-14 |
Frits van Bommel | Simplify some functions in the C API by using an ArrayR... |
blob | commitdiff | raw | diff to current |
2011-07-14 |
Chris Lattner | add C api for hte new type system rewrite API. Patch... |
blob | commitdiff | raw | diff to current |
2011-07-13 |
Jay Foad | Convert InsertValueInst and ExtractValueInst APIs to... |
blob | commitdiff | raw | diff to current |
2011-07-12 |
Jay Foad | Second attempt at de-constifying LLVM Types in Function... |
blob | commitdiff | raw | diff to current |
2011-07-12 |
Bill Wendling | Revert r134893 and r134888 (and related patches in... |
blob | commitdiff | raw | diff to current |
2011-07-11 |
Jay Foad | De-constify Types in StructType::get() and TargetData... |
blob | commitdiff | raw | diff to current |
2011-07-11 |
Jay Foad | De-constify Types in FunctionType::get(). |
blob | commitdiff | raw | diff to current |
2011-07-09 |
Chris Lattner | Land the long talked about "type system rewrite" patch... |
blob | commitdiff | raw | diff to current |
2011-06-22 |
Jay Foad | Replace the existing forms of ConstantArray::get()... |
blob | commitdiff | raw | diff to current |
2011-06-20 |
Chris Lattner | Revamp the "ConstantStruct::get" methods. Previously... |
blob | commitdiff | raw | diff to current |
2011-04-21 |
Jay Foad | PR9214: Convert Metadata API to use ArrayRef. |
blob | commitdiff | raw | diff to current |
2011-04-20 |
Nick Lewycky | Structs have elements not parameters. I'm surprised... |
blob | commitdiff | raw | diff to current |
2011-03-30 |
Jay Foad | Remove PHINode::reserveOperandSpace(). Instead, add... |
blob | commitdiff | raw | diff to current |
2011-02-18 |
Rafael Espindola | Expose getTypeName to the C API. Patch by Patrick Walton. |
blob | commitdiff | raw | diff to current |
2011-02-15 |
Chris Lattner | convert ConstantVector::get to use ArrayRef. |
blob | commitdiff | raw | diff to current |
2011-02-14 |
Chris Lattner | revert my ConstantVector patch, it seems to have made... |
blob | commitdiff | raw | diff to current |
2011-02-14 |
Chris Lattner | Switch ConstantVector::get to use ArrayRef instead... |
blob | commitdiff | raw | diff to current |
2011-01-18 |
Cameron Zwarich | Move DominanceFrontier from VMCore to Analysis. |
blob | commitdiff | raw | diff to current |
2010-12-16 |
Michael J. Spencer | MemoryBuffer now return an error_code and returns a... |
blob | commitdiff | raw | diff to current |
2010-12-09 |
Michael J. Spencer | Support/MemoryBuffer: Replace all uses of std::string... |
blob | commitdiff | raw | diff to current |
2010-11-28 |
Chris Lattner | add a function to the C api to get the context out... |
blob | commitdiff | raw | diff to current |
2010-11-23 |
Chris Lattner | add a 'LLVMConstIntOfArbitraryPrecision' api to the... |
blob | commitdiff | raw | diff to current |
2010-10-17 |
Benjamin Kramer | std::string cleanup. |
blob | commitdiff | raw | diff to current |
2010-10-07 |
Owen Anderson | Add initialization routines for VMCore. |
blob | commitdiff | raw | diff to current |
2010-10-07 |
Owen Anderson | Next step on the getting-rid-of-static-ctors train... |
blob | commitdiff | raw | diff to current |
2010-09-10 |
Dale Johannesen | Add X86 MMX type to bitcode and Type. |
blob | commitdiff | raw | diff to current |
2010-08-28 |
Chris Lattner | remove unions from LLVM IR. They are severely buggy... |
blob | commitdiff | raw | diff to current |
2010-08-20 |
Bill Wendling | Create the new linker type "linker_private_weak_def_auto". |
blob | commitdiff | raw | diff to current |
2010-08-20 |
Erick Tryzelaar | Expose LLVMSetOperand and LLVMGetNumOperands to llvm... |
blob | commitdiff | raw | diff to current |
2010-08-07 |
Dan Gohman | Tidy some #includes and forward-declarations, and move... |
blob | commitdiff | raw | diff to current |
2010-07-19 |
Duncan Sands | Expose BasicBlock::moveBefore and moveAfter in C API... |
blob | commitdiff | raw | diff to current |
2010-07-01 |
Bill Wendling | Implement the "linker_private_weak" linkage type. This... |
blob | commitdiff | raw | diff to current |
2010-06-29 |
Bill Wendling | Revert r107205 and r107207. |
blob | commitdiff | raw | diff to current |
2010-06-29 |
Bill Wendling | Introducing the "linker_weak" linkage type. This will... |
blob | commitdiff | raw | diff to current |
2010-05-27 |
Dan Gohman | Add basic error checking to MemoryBuffer::getSTDIN. |
blob | commitdiff | raw | diff to current |
2010-05-03 |
Nick Lewycky | Fix function prototype mismatch in LLVMUnionType()... |
blob | commitdiff | raw | diff to current |
2010-04-10 |
Chris Lattner | add attributes and module level asm to the ocaml bindings, |
blob | commitdiff | raw | diff to current |
2010-04-02 |
Chris Lattner | rename NewDebugLoc -> DebugLoc, prune #includes in... |
blob | commitdiff | raw | diff to current |
2010-04-01 |
Chris Lattner | switch IRBuilder to use NewDebugLoc for locations instead |
blob | commitdiff | raw | diff to current |
2010-03-02 |
Erick Tryzelaar | Rename LLVMUseIteratorRef to LLVMUseRef since we don... |
blob | commitdiff | raw | diff to current |
2010-03-02 |
Duncan Sands | Rather than passing "false" for InsertBefore, AddressSp... |
blob | commitdiff | raw | diff to current |
2010-02-28 |
Erick Tryzelaar | Add support for global variables in an address space... |
blob | commitdiff | raw | diff to current |
2010-02-28 |
Erick Tryzelaar | Add indirect br support to llvm-c and ocaml. |
blob | commitdiff | raw | diff to current |
2010-02-28 |
Erick Tryzelaar | Add metadata functions to llvm-c and ocaml. |
blob | commitdiff | raw | diff to current |
2010-02-28 |
Erick Tryzelaar | Add the new builder arthmetic instructions to llvm... |
blob | commitdiff | raw | diff to current |
2010-02-28 |
Erick Tryzelaar | Add the new union arthmetic instructions to llvm-c... |
blob | commitdiff | raw | diff to current |
next |