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