API changes for class Use size reduction, wave 1.
[oota-llvm.git] / include / llvm / Instructions.h
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:
2007-02-15 Reid SpencerFor PR1195:
2007-02-13 Chris LattnerSwitch UnaryOperators to default to passing names up...
2007-02-13 Chris Lattnereliminate instruction ctors that take vectors.
2007-02-13 Chris LattnerAdd invokeinst and callinst ctors that don't take vectors.
2007-02-13 Chris Lattnerremove some dead methods.
2007-02-12 Chris Lattneradd #include
2007-02-02 Reid SpencerChanges to support making the shift instructions be...
2007-01-31 Chris Lattnerimplement the new GEP instruction ctors.
2007-01-31 Chris LattnerRevise APIs for creating constantexpr GEPs to not requi...
2007-01-14 Chris Lattneradd accessors
2006-12-29 Reid SpencerDoxygenify a comment.
2006-12-23 Reid SpencerFor PR950:
2006-11-27 Reid SpencerFor PR950:
2006-11-20 Reid SpencerFor PR950:
2006-11-08 Reid SpencerFor PR950:
2006-10-05 Chris LattnerAdd insertelement/extractelement helper ctors.
2006-10-03 Chris Lattnerclean up use of 'explicit'. This is PR934.
2006-09-18 Nick LewyckyFix findCaseDest to return null when BB is both the...
2006-09-18 Nick LewyckyAdd a new helper method to SwitchInst. Useful when...
2006-09-18 Chris Lattneradd a helper method
2006-09-17 Chris LattnerAdd ShiftInst::isLogical/ArithmeticShift methods.
2006-09-17 Chris LattnerAdd new SetCondInst::isRelational/isEquality methods...
2006-06-21 Chris LattnerAdd some out-of-line virtual dtors so that the class...
2006-05-19 Reid SpencerFix some doxygen usage in these headers.
2006-05-10 Chris LattnerAdd alloca/malloc ctors that don't take array sizes.
2006-04-14 Chris LattnerThese instructions always return a packed vector. ...
2006-04-08 Chris LattnerAdd methods to check insert/extract element instruction...
2006-04-08 Chris LattnerAdd a new shufflevector instruction
2006-01-17 Robert BocchinoInstruction and constant expression definitions for...
2006-01-10 Robert BocchinoAdded an instruction and constant expression for the...
next