Update GEP constructors to use an iterator interface to fix
[oota-llvm.git] / include / llvm / Instructions.h
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...
2005-11-05 Chris Lattneradd an accessor
2005-11-05 Nate BegemanAdd support alignment of allocation instructions.
2005-08-05 Chris LattnerMark hasConstantValue as a const method
2005-08-04 Nate BegemanAdd an extra parameter that Chris requested
2005-08-04 Nate BegemanFix a fixme in CondPropagate.cpp by moving a PhiNode...
2005-06-19 Andrew Lenharthfix DCE + va_arg problem
2005-06-18 Andrew Lenharthheader file changes for varargs
2005-05-15 Reid SpencerSome cleanups for compilation with GCC 4.0.0 to remove...
2005-05-07 Jeff CohenSilence VC++ warnings about unsafe mixing of ints and...
2005-05-06 Chris LattnerAdd support for explicit calling conventions
2005-05-06 Chris Lattneradd a default arg
2005-05-06 Chris LattnerAdd a 'tail' marker for call instructions, patch contri...
2005-05-03 Chris Lattneradd direct support for making GEP instrs with one index
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-16 Misha BrukmanConvert tabs to spaces
2005-02-24 Chris Lattnerswitch instructions only allow constantints for their...
2005-02-05 Chris LattnerEliminate the explicit volatile fields in LoadInst...
2005-01-29 Chris LattnerMany changes to cope with the User.h changes. Instruct...
2004-12-10 Chris LattnerAdd missing accessor.
2004-12-02 Chris LattnerRemove dead field
2004-11-18 Chris LattnerUpdate comments, now that CPR's are gone, inline the...
2004-11-17 Alkis EvlogimenosMake ReturnInst accept a value of type void as the...
2004-11-15 Chris LattnerWarning fixes for VC++, contributed by Morten Ofstad!
2004-10-27 Chris LattnerConvert 'struct' to 'class' in various places to adhere...
2004-10-16 Chris LattnerAdd new UnreachableInst class
2004-10-15 Chris LattnerMove the implementation of the clone method for these...
2004-07-29 Alkis EvlogimenosMerge i*.h headers into Instructions.h as part of bug403.
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-01-27 Chris LattnerNew helper header