summaryrefslogtreecommitdiff
path: root/lib/VMCore/Core.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-10-16Merge master branchtstellar1-11/+28
2012-09-21Encapsulate the "construct*AlignmentFromInt" functions.void1-2/+2
2012-09-19Add support for accessing an MDNode's operands via the C binding. Patch bybaldrick1-0/+13
2012-09-10c bindings: revert LLVMConstInlineAsm to always use the default asm dialect.Benjamin Kramer1-4/+2
2012-09-05[ms-inline asm] Enumerate the InlineAsm dialects and rename the nsdialect toChad Rosier1-1/+1
2012-09-04[ms-inline asm] Add the inline assembly dialect, AsmDialect, to the InlineAsmChad Rosier1-2/+4
2012-08-17Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' toBill Wendling1-5/+5
2012-06-23Extend the IL for selecting TLS models (PR9788)Hans Wennborg1-1/+1
2012-05-09Introduce llvm-c function LLVMPrintModuleToFile.Hans Wennborg1-0/+19
2012-03-22add load/store volatility control to the C API, patch by Yiannis Tsiouris!Chris Lattner1-0/+14
2012-02-05Convert assert(0) to llvm_unreachableCraig Topper1-4/+2
2012-02-05reapply the patches reverted in r149470 that reenable ConstantDataArray,Chris Lattner1-2/+2
2012-02-01Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes...Argyrios Kyrtzidis1-2/+2
2012-01-31eliminate the "string" form of ConstantArray::get, usingChris Lattner1-2/+2
2012-01-20More dead code removal (using -Wunreachable-code)David Blaikie1-2/+1
2012-01-20Extend Attributes to 64 bitsKostya Serebryany1-8/+9
2012-01-17Provide better messages in llvm_unreachable.David Blaikie1-1/+1
2012-01-17Remove unreachable code. (replace with llvm_unreachable to help GCC where nec...David Blaikie1-2/+1
2012-01-16Removing unused default switch cases in switches over enums that already acco...David Blaikie1-2/+1
2012-01-10Remove unnecessary default cases in switches that cover all enum values.David Blaikie1-4/+0
2011-12-20Add support to add named metadata operand.Devang Patel1-0/+11
2011-12-17The powers that be have decided that LLVM IR should now support 16-bitDan Gohman1-0/+8
2011-10-14ocaml bindings: add getopcode for constant and instruction, and int64_of_const.Torok Edwin1-0/+6
2011-10-14bindings: tab and indentation fixes of my previous commitsTorok Edwin1-25/+25
2011-10-07Move default to top of switchMatt Beaumont-Gay1-6/+4
2011-10-06Fix -asserts buildMatt Beaumont-Gay1-0/+2
2011-10-06Don't require C bindings opcode numbers to be kept in sync.Torok Edwin1-3/+28
2011-10-06ocaml/C bindings: type->isSized()Torok Edwin1-0/+5
2011-10-06add binding to read icmp predicateTorok Edwin1-0/+9
2011-10-06ocaml/C bindings: getmdstring, add num_op, get_op should work on metadata tooTorok Edwin1-2/+34
2011-10-06C/OCaml API to retrieve struct name.Torok Edwin1-0/+8
2011-10-03Add C api for Instruction->eraseFromParent().Devang Patel1-0/+4
2011-08-23Add some useful accessors to c++ api that appear to be missing from the c apiNate Begeman1-0/+14
2011-08-12Initial commit of the 'landingpad' instruction.Bill Wendling1-0/+17
2011-08-12switch to the new struct apis.Chris Lattner1-1/+1
2011-08-02Remove the LLVMBuildUnwind C API function.Bill Wendling1-4/+0
2011-07-31Add the 'resume' instruction for the new EH rewrite.Bill Wendling1-0/+4
2011-07-30Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338,Bill Wendling1-23/+0
2011-07-28The personality function should be a Function* and not just a Value*.Bill Wendling1-1/+2
2011-07-28Make sure that the landingpad instruction takes a Constant* as the clause's v...Bill Wendling1-1/+1
2011-07-27Merge the contents from exception-handling-rewrite to the mainline.Bill Wendling1-0/+22
2011-07-22Convert IRBuilder::CreateGEP and IRBuilder::CreateInBoundsGEP to useJay Foad1-4/+4
2011-07-21Convert ConstantExpr::getGetElementPtr andJay Foad1-5/+6
2011-07-18Add APInt(numBits, ArrayRef<uint64_t> bigVal) constructor to prevent future a...Jeffrey Yasskin1-1/+2
2011-07-18Migrate LLVM and Clang to use the new makeArrayRef(...) functions where previ...Frits van Bommel1-11/+8
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner1-3/+3
2011-07-15Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad1-3/+4
2011-07-14Add LLVMConstNamedStruct to the C api to let its users create constantsRafael Espindola1-0/+10
2011-07-14add a couple more missing C api, patch by Vitaly Lugovskiy!Chris Lattner1-0/+8
2011-07-14Simplify some functions in the C API by using an ArrayRef to directly referen...Frits van Bommel1-13/+3