summaryrefslogtreecommitdiff
path: root/lib/VMCore/Core.cpp
Commit message (Expand)AuthorAge
* Rename VMCore directory to IR.Chandler Carruth2013-01-02
* Use the predicate methods off of AttributeSet instead of Attribute.Bill Wendling2012-12-30
* Remove the Function::getFnAttributes method in favor of using the AttributeSetBill Wendling2012-12-30
* s/Raw/getBitMask/g to be more in line with current naming conventions. This m...Bill Wendling2012-12-30
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-19
* s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling2012-12-07
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Move the Attributes::Builder outside of the Attributes class and into its own...Bill Wendling2012-10-15
* Add an enum for the return and function indexes into the AttrListPtr object. ...Bill Wendling2012-10-15
* Attributes RewriteBill Wendling2012-10-15
* Remove the bitwise assignment OR operator from the Attributes class. Replace ...Bill Wendling2012-10-14
* Remove the bitwise NOT operator from the Attributes class. Replace it with th...Bill Wendling2012-10-14
* Use builder to create alignment attributes. Remove dead function.Bill Wendling2012-10-14
* Encapsulate the "construct*AlignmentFromInt" functions.Bill Wendling2012-09-21
* Add support for accessing an MDNode's operands via the C binding. Patch byDuncan Sands2012-09-19
* c bindings: revert LLVMConstInlineAsm to always use the default asm dialect.Benjamin Kramer2012-09-10
* [ms-inline asm] Enumerate the InlineAsm dialects and rename the nsdialect toChad Rosier2012-09-05
* [ms-inline asm] Add the inline assembly dialect, AsmDialect, to the InlineAsmChad Rosier2012-09-04
* Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' toBill Wendling2012-08-17
* Extend the IL for selecting TLS models (PR9788)Hans Wennborg2012-06-23
* Introduce llvm-c function LLVMPrintModuleToFile.Hans Wennborg2012-05-09
* add load/store volatility control to the C API, patch by Yiannis Tsiouris!Chris Lattner2012-03-22
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-05
* reapply the patches reverted in r149470 that reenable ConstantDataArray,Chris Lattner2012-02-05
* Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes...Argyrios Kyrtzidis2012-02-01
* eliminate the "string" form of ConstantArray::get, usingChris Lattner2012-01-31
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* Extend Attributes to 64 bitsKostya Serebryany2012-01-20
* Provide better messages in llvm_unreachable.David Blaikie2012-01-17
* Remove unreachable code. (replace with llvm_unreachable to help GCC where nec...David Blaikie2012-01-17
* Removing unused default switch cases in switches over enums that already acco...David Blaikie2012-01-16
* Remove unnecessary default cases in switches that cover all enum values.David Blaikie2012-01-10
* Add support to add named metadata operand.Devang Patel2011-12-20
* The powers that be have decided that LLVM IR should now support 16-bitDan Gohman2011-12-17
* ocaml bindings: add getopcode for constant and instruction, and int64_of_const.Torok Edwin2011-10-14
* bindings: tab and indentation fixes of my previous commitsTorok Edwin2011-10-14
* Move default to top of switchMatt Beaumont-Gay2011-10-07
* Fix -asserts buildMatt Beaumont-Gay2011-10-06
* Don't require C bindings opcode numbers to be kept in sync.Torok Edwin2011-10-06
* ocaml/C bindings: type->isSized()Torok Edwin2011-10-06
* add binding to read icmp predicateTorok Edwin2011-10-06
* ocaml/C bindings: getmdstring, add num_op, get_op should work on metadata tooTorok Edwin2011-10-06
* C/OCaml API to retrieve struct name.Torok Edwin2011-10-06
* Add C api for Instruction->eraseFromParent().Devang Patel2011-10-03
* Add some useful accessors to c++ api that appear to be missing from the c apiNate Begeman2011-08-23
* Initial commit of the 'landingpad' instruction.Bill Wendling2011-08-12
* switch to the new struct apis.Chris Lattner2011-08-12
* Remove the LLVMBuildUnwind C API function.Bill Wendling2011-08-02
* Add the 'resume' instruction for the new EH rewrite.Bill Wendling2011-07-31
* Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338,Bill Wendling2011-07-30