Unbreak build with gcc 4.3: provide missed includes and silence most annoying warnings.
[oota-llvm.git] / lib / VMCore / Instructions.cpp
2008-02-20 Anton KorobeynikovUnbreak build with gcc 4.3: provide missed includes...
2008-02-19 Devang PatelAdd GetResultInst. First step for multiple return value...
2008-02-19 Dale JohannesenExpand ParameterAttributes to 32 bits (in preparation
2008-02-18 Duncan SandsSimplify caller updating using a CallSite, as
2008-01-28 Nick LewyckyHandle some more combinations of extend and icmp. Fixes...
2008-01-21 Duncan SandsBe consistent with other attribute methods, and
2008-01-14 Duncan SandsSimplify CallInst::hasByValArgument using a new method.
2008-01-14 Evan ChengSimplify code.
2008-01-12 Evan ChengAdd hasByValArgument() to test if a call instruction...
2008-01-06 Duncan SandsWhen transforming a call to a bitcast function into
2008-01-02 Chris LattnerSplit param attr implementation out from Function.cpp...
2008-01-02 Chris Lattnerremove blob of #if'd out code.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
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-17 Christopher LambChange the PointerType api for creating pointer types...
2007-12-16 Duncan SandsMake instcombine promote inline asm calls to 'nounwind'
2007-12-11 Christopher LambImplement address space attribute for LLVM pointer...
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-29 Duncan SandsSmall parameter attributes cleanup.
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-17 Nate BegemanAdd support for vectors to int <-> float casts.
2007-10-18 Chris Lattnerfix typo
2007-09-04 David GreeneUpdate GEP constructors to use an iterator interface...
2007-08-27 David GreeneUpdate InvokeInst to work like CallInst
2007-08-24 Chris Lattnersink clone() down the class hierarchy from CmpInst...
2007-08-01 David GreeneNew CallInst interface to address GLIBCXX_DEBUG errors...
2007-07-18 Dan GohmanAdd constructor overloads for LoadInst and StoreInst...
2007-06-15 Chris LattnerEnhance BinaryOperator::isNot to support vector not.
2007-05-11 Dan GohmanUpdate comments to say "vector" instead of "packed".
2007-04-27 Chris Lattneradd a GEP helper function
2007-04-22 Christopher LambPR400 work phase 1. Add attributed load/store instructi...
2007-04-22 Reid SpencerFor PR1136:
2007-04-22 Reid SpencerFor PR1146:
2007-04-21 Reid SpencerRevert Christopher Lamb's load/store alignment changes.
2007-04-21 Christopher Lambadd support for alignment attributes on load/store...
2007-04-14 Chris Lattneradd GetElementPtrInst::hasAllZeroIndices, a long-overdu...
2007-04-11 Reid SpencerFix a bug where ICmpInst objects instantiated directly...
2007-04-09 Reid SpencerFor PR1146:
2007-04-09 Reid SpencerFor PR1146:
2007-03-22 Dan GohmanChange uses of Function::front to Function::getEntryBlo...
2007-03-01 Reid SpencerUse modern variable name. ConstantUnsignedInt is long...
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 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-02 Reid SpencerChanges to support making the shift instructions be...
2007-02-01 Chris Lattnersilence some warnings when assertions are disabled.
2007-01-31 Reid SpencerFix build breakage by using correct arguments to getInd...
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-26 Reid SpencerFix an assertion message.
2007-01-21 Reid SpencerFor PR970:
2007-01-17 Reid SpencerFor PR1117:
2007-01-15 Chris Lattnerrename Type::isIntegral to Type::isInteger, eliminating...
2007-01-15 Chris Lattnerteach VMCore to accept i1 add's and shifts
2007-01-12 Reid SpencerFor PR1064:
2007-01-11 Reid SpencerRename BoolTy as Int1Ty. Patch by Sheng Zhou.
2007-01-11 Zhou ShengFor PR1043:
2006-12-31 Reid SpencerFor PR950:
2006-12-23 Reid SpencerFor PR950:
2006-12-18 Reid SpencerRemove the createInferredCast methods now that their...
2006-12-12 Reid SpencerImplement createIntegerCast and createFPCast factory...
2006-12-07 Reid SpencerProvide a getOpcode() method on CmpInst to ensure the...
2006-12-05 Chris LattnerFix Transforms/InstCombine/2006-12-05-fp-to-int-ext...
2006-12-05 Reid SpencerImplement createPointerCast.
2006-12-04 Reid SpencerImplement new cast creation functions for both instruct...
2006-12-04 Reid SpencerTake a baby step towards getting rid of inferred casts...
2006-12-02 Jeff CohenUnbreak VC++ build.
2006-11-27 Reid SpencerFor PR950:
2006-11-20 Reid SpencerFor PR950:
2006-11-08 Reid SpencerFor PR950:
2006-11-02 Reid SpencerFor PR950:
2006-10-26 Reid SpencerFor PR950:
2006-10-20 Reid SpencerFor PR950:
2006-10-05 Chris LattnerAdd insertelement/extractelement helper ctors.
2006-09-18 Chris Lattneradd a helper method
2006-09-17 Chris LattnerAdd ShiftInst::isLogical/ArithmeticShift methods.
2006-06-21 Chris LattnerAdd some out-of-line virtual dtors so that the class...
2006-05-14 Chris Lattnerremove dead var
2006-05-10 Chris LattnerAdd an assertion for a common error
2006-05-03 Chris LattnerAdd assertions that verify that the actual arguments...
2006-04-14 Chris LattnerMove these ctors out of line
2006-04-08 Chris LattnerAdd methods to check insertelement/extractelement instr...
2006-04-08 Chris LattnerAdd shufflevector support, todo, implement better const...
2006-03-25 Chris LattnerTeach BinaryOperator::createNot to work with packed...
2006-01-17 Robert BocchinoVMCore support for the insertelement operation.
2006-01-10 Robert BocchinoAdded support for the extractelement operation.
2005-12-21 Chris LattnerGet logical operations to like packed types, allow...
2005-11-05 Chris Lattnerverify that alignments are always a power of 2
2005-11-05 Nate BegemanAdd support alignment of allocation instructions.
2005-08-05 Chris LattnerPHINode::hasConstantValue should never return the PHI...
2005-08-05 Chris LattnerInvoke instructions do not dominate all successors
next