Sort a few more #include lines in tools/... unittests/... and utils/...
[oota-llvm.git] / include / llvm / Instruction.h
2012-12-09 Michael IlsemanReorganize FastMathFlags to be a wrapper around unsigne...
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-11-29 Michael IlsemancopyFastMathFlags utility and test case
2012-11-29 Shuxin YangInstruction::isAssociative() returns true for fmul...
2012-11-27 Michael IlsemanFast-math interfaces for Instructions
2012-11-15 Michael IlsemanRemove trailing whitespace
2012-10-11 Sean SilvaRemove unnecessary classof()'s
2012-09-16 Craig TopperUse LLVM_DELETED_FUNCTION for copy constructors and...
2012-06-28 Hal FinkelRefactor operation equivalence checking in BBVectorize...
2012-06-12 Duncan SandsNow that Reassociate's LinearizeExprTree can look throu...
2011-12-14 Dan GohmanMove Instruction::isSafeToSpeculativelyExecute out...
2011-12-06 Benjamin KramerPush StringRefs through the metadata interface.
2011-07-27 Eli FriedmanFix AliasSetTracker so that it doesn't make any assumpt...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2010-12-20 Duncan SandsThere is no need for isAssociative to take the type...
2010-07-20 Dan GohmanRename removeAllMetadata to clearMetadataHashEntries...
2010-07-20 Dan GohmanRemove setDbgMetadata and getDbgMetadata; their users...
2010-04-02 Chris Lattnerrename NewDebugLoc -> DebugLoc, prune #includes in...
2010-04-01 Chris LattnerSwitch the representation of the location in instructio...
2010-03-31 Chris Lattneradd new apis for getting/setting !dbg metadata on
2010-03-30 Chris LattnerFix a major source of compile-time slowness at -O0...
2010-02-10 Dan GohmanFix "the the" and similar typos.
2009-12-29 Chris LattnerFinal step in the metadata API restructuring: move the
2009-12-29 Chris Lattnerremove some unneeded Metadata interfaces.
2009-12-29 Chris Lattnersink the Instruction::HasMetadata bit into SubclassData.
2009-12-28 Chris LattnerThis is a major cleanup of the instruction metadata...
2009-12-28 Chris Lattnerrearrange some code.
2009-10-27 Devang PatelFactor out redundancy from clone() implementations.
2009-09-27 Nick LewyckyInstruction::clone does not need to take an LLVMContext...
2009-08-25 Dan GohmanRename Instruction::isIdenticalTo to Instruction::isIde...
2009-08-11 Benjamin KramerMake LLVMContext and LLVMContextImpl classes instead...
2009-08-04 Owen AndersonFactor some of the constants+context related code out...
2009-07-17 Eli FriedmanDocumentation clarifications for isSafeToSpeculativelyE...
2009-07-17 Eli FriedmanReplace isTrapping with a new, similar method called
2009-07-09 Owen AndersonThis started as a small change, I swear. Unfortunately...
2009-05-06 Duncan SandsAllow readonly functions to unwind exceptions. Teach
2009-03-29 Misha BrukmanUpdated the comment for isArithmeticShift() to match...
2009-03-29 Chris LattnerReplace the PointerLikeTypeTraits::getNumLowBitsAvailable
2009-01-13 Chris Lattneradd a new insertAfter method, patch by Tom Jablin!
2008-11-27 Chris Lattnerimprove const correctness.
2008-10-15 Dan GohmanCorrect the name of isTrapping in comments.
2008-08-23 Chris LattnerSwitch the asmprinter (.ll) and all the stuff it requir...
2008-07-28 Dan GohmanFold the useful features of alist and alist_node into...
2008-06-17 Owen AndersonAdd an insertBefore method for attaching previously...
2008-05-10 Gabor Greifmerge of use-diet branch to trunk
2008-05-08 Chris Lattneradd a new Instruction::mayReadFromMemory predicate...
2008-04-20 Chris Lattneradd a handy helper method to instruction, useful for...
2008-04-09 Dan GohmanAdd const qualifiers.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-10 Chris Lattnersplit isBinaryOp into a static and member version.
2007-12-10 Gordon HenriksenReverting dtor devirtualization patch.
2007-12-09 Gordon HenriksenDevirtualizing Value destructor (PR889). Patch by Pawel...
2007-04-17 Chris LattnerInstruction:: Next/Prev accessors are now private
2007-04-17 Chris LattnerRefactor SymbolTableListTraits to only have a single...
2007-04-13 Dan GohmanRename Value::getValueType to getValueID, to avoid...
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-13 Chris LattnerSwitch UnaryOperators to default to passing names up...
2007-02-02 Reid SpencerChanges to support making the shift instructions be...
2007-01-04 Chris LattnerNow that setcondinst has been eliminated, we can mark...
2006-12-23 Reid SpencerFor PR950:
2006-12-17 Bill WendlingAdded an automatic cast to "std::ostream*" etc. from...
2006-11-27 Reid SpencerFor PR950:
2006-09-30 Chris LattnerOverride use_back in instruction/basicblock to provide...
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-09 Chris LattnerThis method doesn't need to be virtual, thanks to Reid...
2005-12-17 Jeff CohenFix VC++ level 4 warnings. Because a base class has...
2005-10-25 Chris LattnerRemove some dead argument names which irritates GCC...
2005-08-08 Chris Lattneradd a new helper method
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-07 Chris LattnerFix problems compiling with G++ 4.x.x with -pedantic...
2005-03-05 Chris Lattnerremove all of the various setName implementations,...
2005-03-05 Chris LattnerRemove the second argument to Value::setName, it is...
2005-01-29 Chris LattnerAdjust to changes in the User class.
2004-11-30 Chris LattnerAdd method
2004-10-11 Chris LattnerAdd long overdue methods
2004-06-27 Chris LattnerNow that the SparcV9 specific MachineCodeForInstruction...
2004-06-27 Chris LattnerEliminate the Instruction::iType field, folding it...
2004-06-26 Chris LattnerConsider anything with a ValueType that is >= Instructi...
2004-06-11 Reid SpencerRevert an unneeded interface change to Instruction.h
2004-06-10 Reid SpencerAdded an isPhiNode(unsigned) static method to determine...
2004-06-08 Chris LattnerApparently a particular vendor compiler uses the struct...
2004-06-07 Reid SpencerCommit For New Tool: llvm-abcd (Analysis of ByteCode...
2004-05-26 Alkis EvlogimenosRefactor common initialization code in private init...
2004-04-16 Misha BrukmanAssert if Instruction is being deleted before being...
2004-02-29 Chris LattnerUgh, the old sparc backend attaches MachineCodeForInstr...
2004-01-12 Chris LattnerAdd new method
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-30 Chris LattnerExpose new print methods
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-10-06 Chris LattnerRemove unneeded dtors
2003-07-31 Tanya LattnerRenamed trapping instruction function to be more consis...
2003-07-31 Tanya LattnerAdded function to determine if an Instruction may trap.
2003-07-28 Misha BrukmanRemoved extra parenthesis and fixed spelling.
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-06-22 Chris LattnerRemove a ton of extraneous #includes
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
2003-04-16 Chris LattnerRevert modulo scheduling change that should be part...
2003-04-06 Guochun Shiadded some memory for clone function
next