| Commit message (Expand) | Author | Age | Files | Lines |
* | s/AttrListPtr/AttributeSet/g to better label what this class is going to be i... | Bill Wendling | 2012-12-07 | 1 | -7/+7 |
* | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -2/+2 |
* | Move the Attributes::Builder outside of the Attributes class and into its own... | Bill Wendling | 2012-10-15 | 1 | -8/+8 |
* | Add an enum for the return and function indexes into the AttrListPtr object. ... | Bill Wendling | 2012-10-15 | 1 | -2/+2 |
* | Attributes Rewrite | Bill Wendling | 2012-10-15 | 1 | -10/+23 |
* | Remove the bitwise assignment OR operator from the Attributes class. Replace ... | Bill Wendling | 2012-10-14 | 1 | -3/+5 |
* | Remove the bitwise NOT operator from the Attributes class. Replace it with th... | Bill Wendling | 2012-10-14 | 1 | -2/+3 |
* | Use builder to create alignment attributes. Remove dead function. | Bill Wendling | 2012-10-14 | 1 | -5/+6 |
* | Encapsulate the "construct*AlignmentFromInt" functions. | Bill Wendling | 2012-09-21 | 1 | -2/+2 |
* | Add support for accessing an MDNode's operands via the C binding. Patch by | Duncan Sands | 2012-09-19 | 1 | -0/+13 |
* | c bindings: revert LLVMConstInlineAsm to always use the default asm dialect. | Benjamin Kramer | 2012-09-10 | 1 | -4/+2 |
* | [ms-inline asm] Enumerate the InlineAsm dialects and rename the nsdialect to | Chad Rosier | 2012-09-05 | 1 | -1/+1 |
* | [ms-inline asm] Add the inline assembly dialect, AsmDialect, to the InlineAsm | Chad Rosier | 2012-09-04 | 1 | -2/+4 |
* | Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' to | Bill Wendling | 2012-08-17 | 1 | -5/+5 |
* | Extend the IL for selecting TLS models (PR9788) | Hans Wennborg | 2012-06-23 | 1 | -1/+1 |
* | Introduce llvm-c function LLVMPrintModuleToFile. | Hans Wennborg | 2012-05-09 | 1 | -0/+19 |
* | add load/store volatility control to the C API, patch by Yiannis Tsiouris! | Chris Lattner | 2012-03-22 | 1 | -0/+14 |
* | Convert assert(0) to llvm_unreachable | Craig Topper | 2012-02-05 | 1 | -4/+2 |
* | reapply the patches reverted in r149470 that reenable ConstantDataArray, | Chris Lattner | 2012-02-05 | 1 | -2/+2 |
* | Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes... | Argyrios Kyrtzidis | 2012-02-01 | 1 | -2/+2 |
* | eliminate the "string" form of ConstantArray::get, using | Chris Lattner | 2012-01-31 | 1 | -2/+2 |
* | More dead code removal (using -Wunreachable-code) | David Blaikie | 2012-01-20 | 1 | -2/+1 |
* | Extend Attributes to 64 bits | Kostya Serebryany | 2012-01-20 | 1 | -8/+9 |
* | Provide better messages in llvm_unreachable. | David Blaikie | 2012-01-17 | 1 | -1/+1 |
* | Remove unreachable code. (replace with llvm_unreachable to help GCC where nec... | David Blaikie | 2012-01-17 | 1 | -2/+1 |
* | Removing unused default switch cases in switches over enums that already acco... | David Blaikie | 2012-01-16 | 1 | -2/+1 |
* | Remove unnecessary default cases in switches that cover all enum values. | David Blaikie | 2012-01-10 | 1 | -4/+0 |
* | Add support to add named metadata operand. | Devang Patel | 2011-12-20 | 1 | -0/+11 |
* | The powers that be have decided that LLVM IR should now support 16-bit | Dan Gohman | 2011-12-17 | 1 | -0/+8 |
* | ocaml bindings: add getopcode for constant and instruction, and int64_of_const. | Torok Edwin | 2011-10-14 | 1 | -0/+6 |
* | bindings: tab and indentation fixes of my previous commits | Torok Edwin | 2011-10-14 | 1 | -25/+25 |
* | Move default to top of switch | Matt Beaumont-Gay | 2011-10-07 | 1 | -6/+4 |
* | Fix -asserts build | Matt Beaumont-Gay | 2011-10-06 | 1 | -0/+2 |
* | Don't require C bindings opcode numbers to be kept in sync. | Torok Edwin | 2011-10-06 | 1 | -3/+28 |
* | ocaml/C bindings: type->isSized() | Torok Edwin | 2011-10-06 | 1 | -0/+5 |
* | add binding to read icmp predicate | Torok Edwin | 2011-10-06 | 1 | -0/+9 |
* | ocaml/C bindings: getmdstring, add num_op, get_op should work on metadata too | Torok Edwin | 2011-10-06 | 1 | -2/+34 |
* | C/OCaml API to retrieve struct name. | Torok Edwin | 2011-10-06 | 1 | -0/+8 |
* | Add C api for Instruction->eraseFromParent(). | Devang Patel | 2011-10-03 | 1 | -0/+4 |
* | 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 |