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