fix some GCC 4 warnings
[oota-llvm.git] / lib / Target / SparcV9 / SparcV9PreSelection.cpp
2005-05-11 John CriswellAdded support for decomposing constant expressions...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-01-29 Chris Lattneradd namespace qualifier
2004-10-16 Chris LattnerAdd support for undef and unreachable
2004-08-04 Brian GaekeInclude SparcV9BurgISel.h, because PreSelection uses...
2004-07-29 Chris LattnerFix #includes of i*.h => Instructions.h as per PR403:
2004-07-27 Brian GaekeThis was the only user of TargetInstrInfo::ConstantType...
2004-07-27 Brian GaekeConvert many of the virtual TargetInstrInfo methods...
2004-07-18 Reid Spencerbug 122:
2004-06-23 Brian GaekeMake the most commonly preselected instructions add...
2004-06-02 Chris LattnerConvert to the new TargetMachine interface.
2004-04-25 Brian GaekeFix file header comments and include guards -- many...
2004-04-07 Brian GaekeFix insertion of SelectInsts.
2004-04-04 Chris LattnerIn the perhaps not-to-distant future, we might support...
2004-04-02 Brian GaekeAdd support for constant select expressions. Clarify...
2004-03-11 Brian GaekeGive pass a name
2004-02-25 Brian GaekeGreat renaming: Sparc --> SparcV9
2003-12-17 Misha BrukmanDoxygenified some comments, reduced extraneous space.
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-07 Misha Brukman* Stop making a global for each constant that cannot...
2003-10-22 Misha BrukmanNo, really, order the #includes correctly.
2003-10-22 Misha Brukman* Fix order of #includes to follow style guide
2003-10-21 Chris LattnerHrm, unbreak stuph :(
2003-10-21 Chris LattnerPull the PHI special case into it's own visit* method
2003-10-21 Chris LattnerThe lastOp operand is never used
2003-10-21 Chris LattnerPreselection is _not_ a basicblock pass, because it...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-01 Misha BrukmanThe comment seems irrelevant as the pass has become...
2003-09-01 Chris LattnerMove private interfaces into private .h file
2003-08-06 Vikram S. AdveRemove conversion of fp-to-uint cast into a multi-step...
2003-07-02 Vikram S. Adve(1) Major bug fix: DecomposeArrayRef() replaces its...
2003-06-05 Vikram S. AdveMinor tuning -- avoid a non-inlinable function call...
2003-06-04 Chris LattnerAvoid generating a getelementptr instruction of a function
2003-05-31 Vikram S. AdveSeveral bug fixes: globals in call operands were not...
2003-05-01 Chris LattnerEliminate use of NonCopyable so that doxygen documentat...
2003-04-24 Chris LattnerTrivial cleanup
2003-04-16 Chris LattnerAdd new linkage types to support a real frontend
2003-01-14 Chris LattnerRename MachineInstrInfo -> TargetInstrInfo
2003-01-14 Chris LattnerMinor cleanups
2002-10-27 Chris Lattnerchange ++ to +1 when using random access iterators
2002-10-13 Chris Lattner - Rename Instruction::First*Op to *OpsBegin, and...
2002-10-13 Vikram S. AdveMajor fix: extract ConstantExpr nodes and decompose...
2002-09-27 Vikram S. AdveDecompose FP-to-UInt casts into FP-to-ULong-toUInt.
2002-09-20 Vikram S. AdveMoving these files from Code/PreSelection to here.