Age | Commit message (Expand) | Author | Files | Lines |
2012-10-16 | Merge master branch | tstellar | 1 | -11/+28 |
2012-09-21 | Encapsulate the "construct*AlignmentFromInt" functions. | void | 1 | -2/+2 |
2012-09-19 | Add support for accessing an MDNode's operands via the C binding. Patch by | baldrick | 1 | -0/+13 |
2012-09-10 | c bindings: revert LLVMConstInlineAsm to always use the default asm dialect. | Benjamin Kramer | 1 | -4/+2 |
2012-09-05 | [ms-inline asm] Enumerate the InlineAsm dialects and rename the nsdialect to | Chad Rosier | 1 | -1/+1 |
2012-09-04 | [ms-inline asm] Add the inline assembly dialect, AsmDialect, to the InlineAsm | Chad Rosier | 1 | -2/+4 |
2012-08-17 | Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' to | Bill Wendling | 1 | -5/+5 |
2012-06-23 | Extend the IL for selecting TLS models (PR9788) | Hans Wennborg | 1 | -1/+1 |
2012-05-09 | Introduce llvm-c function LLVMPrintModuleToFile. | Hans Wennborg | 1 | -0/+19 |
2012-03-22 | add load/store volatility control to the C API, patch by Yiannis Tsiouris! | Chris Lattner | 1 | -0/+14 |
2012-02-05 | Convert assert(0) to llvm_unreachable | Craig Topper | 1 | -4/+2 |
2012-02-05 | reapply the patches reverted in r149470 that reenable ConstantDataArray, | Chris Lattner | 1 | -2/+2 |
2012-02-01 | Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes... | Argyrios Kyrtzidis | 1 | -2/+2 |
2012-01-31 | eliminate the "string" form of ConstantArray::get, using | Chris Lattner | 1 | -2/+2 |
2012-01-20 | More dead code removal (using -Wunreachable-code) | David Blaikie | 1 | -2/+1 |
2012-01-20 | Extend Attributes to 64 bits | Kostya Serebryany | 1 | -8/+9 |
2012-01-17 | Provide better messages in llvm_unreachable. | David Blaikie | 1 | -1/+1 |
2012-01-17 | Remove unreachable code. (replace with llvm_unreachable to help GCC where nec... | David Blaikie | 1 | -2/+1 |
2012-01-16 | Removing unused default switch cases in switches over enums that already acco... | David Blaikie | 1 | -2/+1 |
2012-01-10 | Remove unnecessary default cases in switches that cover all enum values. | David Blaikie | 1 | -4/+0 |
2011-12-20 | Add support to add named metadata operand. | Devang Patel | 1 | -0/+11 |
2011-12-17 | The powers that be have decided that LLVM IR should now support 16-bit | Dan Gohman | 1 | -0/+8 |
2011-10-14 | ocaml bindings: add getopcode for constant and instruction, and int64_of_const. | Torok Edwin | 1 | -0/+6 |
2011-10-14 | bindings: tab and indentation fixes of my previous commits | Torok Edwin | 1 | -25/+25 |
2011-10-07 | Move default to top of switch | Matt Beaumont-Gay | 1 | -6/+4 |
2011-10-06 | Fix -asserts build | Matt Beaumont-Gay | 1 | -0/+2 |
2011-10-06 | Don't require C bindings opcode numbers to be kept in sync. | Torok Edwin | 1 | -3/+28 |
2011-10-06 | ocaml/C bindings: type->isSized() | Torok Edwin | 1 | -0/+5 |
2011-10-06 | add binding to read icmp predicate | Torok Edwin | 1 | -0/+9 |
2011-10-06 | ocaml/C bindings: getmdstring, add num_op, get_op should work on metadata too | Torok Edwin | 1 | -2/+34 |
2011-10-06 | C/OCaml API to retrieve struct name. | Torok Edwin | 1 | -0/+8 |
2011-10-03 | Add C api for Instruction->eraseFromParent(). | Devang Patel | 1 | -0/+4 |
2011-08-23 | Add some useful accessors to c++ api that appear to be missing from the c api | Nate Begeman | 1 | -0/+14 |
2011-08-12 | Initial commit of the 'landingpad' instruction. | Bill Wendling | 1 | -0/+17 |
2011-08-12 | switch to the new struct apis. | Chris Lattner | 1 | -1/+1 |
2011-08-02 | Remove the LLVMBuildUnwind C API function. | Bill Wendling | 1 | -4/+0 |
2011-07-31 | Add the 'resume' instruction for the new EH rewrite. | Bill Wendling | 1 | -0/+4 |
2011-07-30 | Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338, | Bill Wendling | 1 | -23/+0 |
2011-07-28 | The personality function should be a Function* and not just a Value*. | Bill Wendling | 1 | -1/+2 |
2011-07-28 | Make sure that the landingpad instruction takes a Constant* as the clause's v... | Bill Wendling | 1 | -1/+1 |
2011-07-27 | Merge the contents from exception-handling-rewrite to the mainline. | Bill Wendling | 1 | -0/+22 |
2011-07-22 | Convert IRBuilder::CreateGEP and IRBuilder::CreateInBoundsGEP to use | Jay Foad | 1 | -4/+4 |
2011-07-21 | Convert ConstantExpr::getGetElementPtr and | Jay Foad | 1 | -5/+6 |
2011-07-18 | Add APInt(numBits, ArrayRef<uint64_t> bigVal) constructor to prevent future a... | Jeffrey Yasskin | 1 | -1/+2 |
2011-07-18 | Migrate LLVM and Clang to use the new makeArrayRef(...) functions where previ... | Frits van Bommel | 1 | -11/+8 |
2011-07-18 | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 1 | -3/+3 |
2011-07-15 | Convert CallInst and InvokeInst APIs to use ArrayRef. | Jay Foad | 1 | -3/+4 |
2011-07-14 | Add LLVMConstNamedStruct to the C api to let its users create constants | Rafael Espindola | 1 | -0/+10 |
2011-07-14 | add a couple more missing C api, patch by Vitaly Lugovskiy! | Chris Lattner | 1 | -0/+8 |
2011-07-14 | Simplify some functions in the C API by using an ArrayRef to directly referen... | Frits van Bommel | 1 | -13/+3 |