Make the GraphWriter be more consistent about the string
[oota-llvm.git] / include / llvm / Instructions.h
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...
2007-11-27 Duncan SandsFix PR1146: parameter attributes are longer part of
2007-11-22 Chris Lattneradd some static icmpinst predicates.
2007-10-17 Hartmut KaiserUpdated VC++ build system.
2007-09-24 Dan GohmanRemove an unnecessary static_cast.
2007-09-15 Chris LattnerFix PR1666, SPASS with the CBE and 254.gap with the...
2007-09-04 David GreeneUpdate GEP constructors to use an iterator interface...
2007-08-29 Chris LattnerSilence implicit 64->32-bit conversion warnings.
2007-08-27 David GreeneUpdate InvokeInst to work like CallInst
2007-08-24 Chris Lattnersink clone() down the class hierarchy from CmpInst...
2007-08-06 Chris Lattnerremove #if 0 code.
2007-08-01 David GreeneNew CallInst interface to address GLIBCXX_DEBUG errors...
2007-07-20 Dan GohmanSimplify the logic for setVolatile.
2007-07-18 Dan GohmanAdd constructor overloads for LoadInst and StoreInst...
2007-07-06 Owen AndersonAdd some accessors to improve consistency.
2007-05-11 Dan GohmanSimplify BranchInst::getSuccessor, avoiding a condition...
2007-04-27 Chris Lattneradd a GEP helper function
2007-04-22 Christopher LambPR400 phase 1 implementation feedback.
2007-04-22 Christopher LambPR400 work phase 1. Add attributed load/store instructi...
2007-04-22 Reid SpencerFor PR1136:
2007-04-21 Reid SpencerRevert Christopher Lamb's load/store alignment changes.
2007-04-21 Jeff CohenThe expression "SubclassData = (SubclassData & ~1)...
2007-04-21 Christopher Lambadd support for alignment attributes on load/store...
2007-04-14 Chris Lattneradd GetElementPtrInst::hasAllZeroIndices, a long-overdu...
2007-04-09 Reid SpencerFor PR1146:
2007-04-09 Reid SpencerFor PR1146:
2007-02-28 Reid SpencerProvide an ICmpInst::makeConstantRange to generate...
2007-02-24 Chris LattnerRefactor the setName stuff, moving it down the inherita...
2007-02-15 Chris Lattnermake mayWriteToMemory a non-virtual function
2007-02-15 Reid SpencerFor PR1195:
next