Age | Commit message (Expand) | Author |
2012-02-05 | Convert assert(0) to llvm_unreachable | Craig Topper |
2012-02-05 | reapply the patches reverted in r149470 that reenable ConstantDataArray, | Chris Lattner |
2012-02-01 | Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes... | Argyrios Kyrtzidis |
2012-01-31 | eliminate the "string" form of ConstantArray::get, using | Chris Lattner |
2012-01-20 | More dead code removal (using -Wunreachable-code) | David Blaikie |
2012-01-20 | Extend Attributes to 64 bits | Kostya Serebryany |
2012-01-17 | Provide better messages in llvm_unreachable. | David Blaikie |
2012-01-17 | Remove unreachable code. (replace with llvm_unreachable to help GCC where nec... | David Blaikie |
2012-01-16 | Removing unused default switch cases in switches over enums that already acco... | David Blaikie |
2012-01-10 | Remove unnecessary default cases in switches that cover all enum values. | David Blaikie |
2011-12-20 | Add support to add named metadata operand. | Devang Patel |
2011-12-17 | The powers that be have decided that LLVM IR should now support 16-bit | Dan Gohman |
2011-10-14 | ocaml bindings: add getopcode for constant and instruction, and int64_of_const. | Torok Edwin |
2011-10-14 | bindings: tab and indentation fixes of my previous commits | Torok Edwin |
2011-10-07 | Move default to top of switch | Matt Beaumont-Gay |
2011-10-06 | Fix -asserts build | Matt Beaumont-Gay |
2011-10-06 | Don't require C bindings opcode numbers to be kept in sync. | Torok Edwin |
2011-10-06 | ocaml/C bindings: type->isSized() | Torok Edwin |
2011-10-06 | add binding to read icmp predicate | Torok Edwin |
2011-10-06 | ocaml/C bindings: getmdstring, add num_op, get_op should work on metadata too | Torok Edwin |
2011-10-06 | C/OCaml API to retrieve struct name. | Torok Edwin |
2011-10-03 | Add C api for Instruction->eraseFromParent(). | Devang Patel |
2011-08-23 | Add some useful accessors to c++ api that appear to be missing from the c api | Nate Begeman |
2011-08-12 | Initial commit of the 'landingpad' instruction. | Bill Wendling |
2011-08-12 | switch to the new struct apis. | Chris Lattner |
2011-08-02 | Remove the LLVMBuildUnwind C API function. | Bill Wendling |
2011-07-31 | Add the 'resume' instruction for the new EH rewrite. | Bill Wendling |
2011-07-30 | Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338, | Bill Wendling |
2011-07-28 | The personality function should be a Function* and not just a Value*. | Bill Wendling |
2011-07-28 | Make sure that the landingpad instruction takes a Constant* as the clause's v... | Bill Wendling |
2011-07-27 | Merge the contents from exception-handling-rewrite to the mainline. | Bill Wendling |
2011-07-22 | Convert IRBuilder::CreateGEP and IRBuilder::CreateInBoundsGEP to use | Jay Foad |
2011-07-21 | Convert ConstantExpr::getGetElementPtr and | Jay Foad |
2011-07-18 | Add APInt(numBits, ArrayRef<uint64_t> bigVal) constructor to prevent future a... | Jeffrey Yasskin |
2011-07-18 | Migrate LLVM and Clang to use the new makeArrayRef(...) functions where previ... | Frits van Bommel |
2011-07-18 | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner |
2011-07-15 | Convert CallInst and InvokeInst APIs to use ArrayRef. | Jay Foad |
2011-07-14 | Add LLVMConstNamedStruct to the C api to let its users create constants | Rafael Espindola |
2011-07-14 | add a couple more missing C api, patch by Vitaly Lugovskiy! | Chris Lattner |
2011-07-14 | Simplify some functions in the C API by using an ArrayRef to directly referen... | Frits van Bommel |
2011-07-14 | add C api for hte new type system rewrite API. Patch by Vitaly Lugovskiy! | Chris Lattner |
2011-07-13 | Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef. | Jay Foad |
2011-07-12 | Second attempt at de-constifying LLVM Types in FunctionType::get(), | Jay Foad |
2011-07-12 | Revert r134893 and r134888 (and related patches in other trees). It was causing | Bill Wendling |
2011-07-11 | De-constify Types in StructType::get() and TargetData::getIntPtrType(). | Jay Foad |
2011-07-11 | De-constify Types in FunctionType::get(). | Jay Foad |
2011-07-09 | Land the long talked about "type system rewrite" patch. This | Chris Lattner |
2011-06-22 | Replace the existing forms of ConstantArray::get() with a single form | Jay Foad |
2011-06-20 | Revamp the "ConstantStruct::get" methods. Previously, these were scattered | Chris Lattner |
2011-04-21 | PR9214: Convert Metadata API to use ArrayRef. | Jay Foad |