This started as a small change, I swear. Unfortunately, lots of things call the...
[oota-llvm.git] / include / llvm / Instructions.h
2009-07-09 Owen AndersonThis started as a small change, I swear. Unfortunately...
2009-07-08 Nick LewyckyRemove the vicmp and vfcmp instructions. Because we...
2009-07-07 Dan GohmanFix a typo and a grammaro in a comment.
2009-05-18 Eric ChristopherRemove getType() overrides for ExtractValueInst and...
2009-03-23 Dan GohmanMake getOperandNumForIncomingValue and getOperandNumFor...
2009-03-13 Bill WendlingRevert r66920. It was causing failures in the self...
2009-03-13 Gabor GreifSecond installment of "BasicBlock operands to the back"
2009-03-12 Gabor Greifcosmetic change, in preparation of future change
2009-03-12 Gabor GreifRearrange operands of the BranchInst, to be able to
2009-02-15 Mikhail Glushenkov80-column violation.
2009-02-09 Gabor Greifincorporate review feedback
2009-02-09 Mikhail Glushenkov80-column violations.
2009-02-09 Gabor Greifmake sure that BranchInst::getSuccessor() does not...
2009-01-23 Gabor GreifSimplify the logic of getting hold of a PHI predecessor...
2009-01-09 Chris Lattneradd a helper method.
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2008-12-29 Chris Lattnermove select validation logic into a shared place where...
2008-11-26 Chris Lattneradd a long-overdue AllocaInst::isStaticAlloca method.
2008-10-29 David GreeneDon't force things to be Value * when they're not.
2008-09-26 Devang PatelNow Attributes are divided in three groups
2008-09-26 Dan GohmanMake some minor reorganizations and comment changes...
2008-09-25 Devang Patel Large mechanical patch.
2008-09-23 Devang Patels/ParameterAttributes/Attributes/g
2008-09-16 Dan GohmanFCmpInst predicates UNO, ORD, FALSE, and TRUE are commu...
2008-09-09 Dan GohmanExtend the vcmp/fcmp LLVM IR instructions to take vecto...
2008-07-29 Matthijs KooijmanAdd a GetElementPtrInst::getIndexedType that accepts...
2008-07-24 Evan ChengRename instance variables, parameter argument names...
2008-07-23 Dan GohmanEnable first-class aggregates support.
2008-07-22 Bill WendlingRemoving tabs.
2008-07-08 Duncan SandsAdd some convenience methods for manipulating
2008-06-23 Dan GohmanRemove two convenience constructors because they're...
2008-06-23 Dan GohmanRemove an unnecessary cast.
2008-06-19 Owen AndersonAdd an idx_iterator to the insertvalue and extractvalue...
2008-06-06 Gabor Greifget rid of ExtractValueInst::init's Value argument...
2008-06-06 Gabor Greifmake ExtractValueInst derived from UnaryInstruction
2008-06-05 Bill WendlingCast because I think I know what I'm doing. There are...
2008-06-05 Matthijs KooijmanFix 80 column violations.
2008-06-04 Matthijs KooijmanAdd a Name parameter to two of the init methods of...
2008-06-04 Matthijs KooijmanImplement the two constructors in InsertValueInst and...
2008-05-31 Dan GohmanFix a copy+paste error in a comment.
2008-05-31 Dan GohmanFix some bugs with the handling of indices in insertval...
2008-05-31 Dan GohmanFactor several methods, including getInversePredicate and
2008-05-31 Dan GohmanIR, bitcode reader, bitcode writer, and asmparser chang...
2008-05-26 Gabor Greifeliminate calls to deprecated Use::init() interface
2008-05-23 Dan GohmanAdd more IR support for the new extractvalue and insert...
2008-05-17 Nick LewyckyMove isTrueWhenEqual to ICmpInst.
2008-05-16 Eric ChristopherAdd functions to enable adding a single attribute to...
2008-05-15 Dan GohmanUpdate comments based on Duncan's feedback.
2008-05-15 Dan GohmanIR support for extractvalue and insertvalue instruction...
2008-05-14 Nate BegemanDon't generate unused variables in a no-assert build
2008-05-13 Gabor GreifMerge of r51073-51074 from use-diet branch.
2008-05-13 Gabor GreifDerive GetResultInst from UnaryInstruction, this simpli...
2008-05-12 Nate BegemanAdd two new instructions to the llvm IR, vicmp and...
2008-05-10 Bill WendlingRemove warnings when using -Wshorten-64-to-32.
2008-05-10 Bill WendlingPrevent -W64-to-32-shortened warnings.
2008-05-10 Bill WendlingPrevent warnings from the -Wshorten-64-to-32 flag.
2008-05-10 Gabor Greifmerge of use-diet branch to trunk
2008-05-05 Evan ChengFix more -Wshorten-64-to-32 warnings.
2008-05-05 Evan ChengFix 80 column violations.
2008-04-06 Gabor GreifAPI changes for class Use size reduction, wave 1.
2008-03-24 Dan GohmanRemove an unnecessary #include.
2008-03-24 Dan GohmanShrink the size of AllocationInst by using its SubclassData
2008-03-13 Chris Lattnermove a bunch of trivial methods to be inline.
2008-03-13 Chris LattnerVarious improvements suggested by Duncan
2008-03-12 Chris LattnerReimplement the parameter attributes support, phase...
2008-03-11 Devang PatelFix getOperand() for ReturnInst.
2008-03-07 Devang PatelRetVal is not used when there are more then one return...
2008-03-03 Devang Patels/isReturnStruct()/hasStructRetAttr()/g
2008-03-02 Chris Lattnermake operand accessors const-correct
2008-03-02 Chris LattnerAdd a new ShuffleVectorInst::getMaskValue method.
2008-02-27 Anton KorobeynikovAssert on invalid PHINode::addIncoming() arguments...
2008-02-27 Devang PatelAdd comment.
2008-02-26 Devang PatelRemove unncessary ReturnInst constructors.
2008-02-26 Devang PatelUse SmallVector while constructing ReturnInst.
2008-02-26 Devang PatelAvoid const_casts
2008-02-26 Devang PatelRemove unnecessary getOperand/setOperand overriders.
2008-02-26 Devang PatelUnify to ReturnInst::init() member functions.
2008-02-26 Devang PatelOptimize most common case by using single RetVal in...
2008-02-26 Devang PatelPass const vectors by reference.
2008-02-23 Devang PatelRemove unnecessary "inline" keywords.
2008-02-23 Devang PatelUse dyn_cast instead of isa + cast.
2008-02-23 Devang PatelTo support multiple return values, now ret instruction...
2008-02-22 Dale JohannesenPass alignment on ByVal parameters, from FE, all
2008-02-20 Devang Patelgetresult type is the type of indexed aggregate element
2008-02-20 Devang PatelSpecify GetResultInst index as an unsigned.
2008-02-20 Devang PatelFix typo. Add const version of getAggregateValue()...
2008-02-19 Devang PatelAdd GetResultInst. First step for multiple return value...
2008-02-19 Dale JohannesenExpand ParameterAttributes to 32 bits (in preparation
2008-01-28 Nick LewyckyHandle some more combinations of extend and icmp. Fixes...
2008-01-12 Evan ChengAdd hasByValArgument() to test if a call instruction...
2008-01-02 Chris LattnerSplit param attr implementation out from Function.cpp...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-19 Duncan SandsWhen inlining through an 'nounwind' call, mark inlined
2007-12-18 Duncan SandsRename isNoReturn to doesNotReturn, and isNoUnwind to
2007-12-11 Christopher LambImplement address space attribute for LLVM pointer...
2007-12-10 Duncan SandsMake PruneEH update the nounwind/noreturn attributes
2007-12-10 Gordon HenriksenReverting dtor devirtualization patch.
2007-12-09 Gordon HenriksenDevirtualizing Value destructor (PR889). Patch by Pawel...
2007-12-03 Duncan SandsRather than having special rules like "intrinsics cannot
2007-11-28 Duncan SandsAdd some convenience methods for querying attributes...
next