Age | Commit message (Expand) | Author |
2013-01-02 | Rename VMCore directory to IR. | Chandler Carruth |
2012-12-30 | Use the predicate methods off of AttributeSet instead of Attribute. | Bill Wendling |
2012-12-30 | Remove the Function::getFnAttributes method in favor of using the AttributeSet | Bill Wendling |
2012-12-30 | s/Raw/getBitMask/g to be more in line with current naming conventions. This m... | Bill Wendling |
2012-12-19 | Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl... | Bill Wendling |
2012-12-07 | s/AttrListPtr/AttributeSet/g to better label what this class is going to be i... | Bill Wendling |
2012-12-03 | Use the new script to sort the includes of every file under lib. | Chandler Carruth |
2012-10-15 | Move the Attributes::Builder outside of the Attributes class and into its own... | Bill Wendling |
2012-10-15 | Add an enum for the return and function indexes into the AttrListPtr object. ... | Bill Wendling |
2012-10-15 | Attributes Rewrite | Bill Wendling |
2012-10-14 | Remove the bitwise assignment OR operator from the Attributes class. Replace ... | Bill Wendling |
2012-10-14 | Remove the bitwise NOT operator from the Attributes class. Replace it with th... | Bill Wendling |
2012-10-14 | Use builder to create alignment attributes. Remove dead function. | Bill Wendling |
2012-09-21 | Encapsulate the "construct*AlignmentFromInt" functions. | Bill Wendling |
2012-09-19 | Add support for accessing an MDNode's operands via the C binding. Patch by | Duncan Sands |
2012-09-10 | c bindings: revert LLVMConstInlineAsm to always use the default asm dialect. | Benjamin Kramer |
2012-09-05 | [ms-inline asm] Enumerate the InlineAsm dialects and rename the nsdialect to | Chad Rosier |
2012-09-04 | [ms-inline asm] Add the inline assembly dialect, AsmDialect, to the InlineAsm | Chad Rosier |
2012-08-17 | Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' to | Bill Wendling |
2012-06-23 | Extend the IL for selecting TLS models (PR9788) | Hans Wennborg |
2012-05-09 | Introduce llvm-c function LLVMPrintModuleToFile. | Hans Wennborg |
2012-03-22 | add load/store volatility control to the C API, patch by Yiannis Tsiouris! | Chris Lattner |
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 |