Build with newer compiler, with same bug
[oota-llvm.git] / include /
2002-02-24 Chris LattnerMake it compile with GCC 3.0.4
2002-02-24 Chris LattnerGenericize the ReversePostOrderIterator.
2002-02-20 Chris LattnerModernize verifier interface
2002-02-19 Chris LattnerFix isArrayAllocation() to be correct
2002-02-19 Chris LattnerMinor cleanups I missed
2002-02-19 Chris LattnerThese constructors are for internal use only. These...
2002-02-12 Chris Lattner* Pull BasicBlock::pred_* and BasicBlock::succ_* out...
2002-02-12 Chris Lattner* Pull BasicBlock::pred_* and BasicBlock::succ_* out...
2002-02-12 Chris LattnerPull BasicBlock::pred_* and BasicBlock::succ_* out...
2002-02-12 Chris LattnerMethod.h no longer includes BasicBlock.h
2002-02-12 Chris Lattner* Move BasicBlock and Method graph stuff to new "llvm...
2002-02-12 Chris Lattner* Move BasicBlock and Method graph stuff to new "llvm...
2002-02-12 Chris LattnerInitial checkin of new memory -> register promotion...
2002-02-05 Chris LattnerConvert BBLiveVar to be a BasicBlock annotation, this...
2002-02-05 Chris LattnerConvert operand iterator over to work like an STL iterator
2002-02-05 Chris LattnerMinor change: Methods that return ValueSet's that are...
2002-02-05 Chris LattnerRemove generic routines to Support/SetOperations.h
2002-02-05 Chris LattnerNew Support file for operations on set like objects
2002-02-05 Chris LattnerRemove empty files
2002-02-05 Chris Lattner* Eliminate the LiveVarSet class, making applyTranferFu...
2002-02-05 Chris Lattner* Code Cleanups
2002-02-05 Chris LattnerRemove empty file
2002-02-05 Chris Lattner* Big cleanups.
2002-02-04 Chris LattnerClean up MethodLiveVarInfo
2002-02-04 Chris LattnerTurn live variable analysis into a real MethodPass.
2002-02-04 Chris LattnerInstruction scheduling is a real pass now.
2002-02-04 Chris LattnerRemove Obsolete LoopDepthCalculator. All users should...
2002-02-04 Chris LattnerRemvoe big hack that was used by the register allocator
2002-02-04 Chris Lattnereliminate the add and remove methods, clients must...
2002-02-04 Chris LattnerRemove tons of include pollution
2002-02-04 Chris LattnerUse generic pointer hashes instead of custom ones.
2002-02-04 Chris LattnerPostOrderIterator really does depend on Method and...
2002-02-04 Chris LattnerConvert RegisterAllocator interface to opaque pass...
2002-02-04 Chris LattnerEliminate ModuleAnalyzer. It's old code that is not...
2002-02-04 Chris Lattner* Minor cleanups
2002-02-04 Chris Lattner* Minor cleanups
2002-02-04 Chris Lattner* Move command line parsing debug stuff to InstrSchedul...
2002-02-04 Chris LattnerSplit RegisterAllocation stuff OUT of Sparc.cpp into...
2002-02-03 Chris LattnerRevamp compilation to be pass based instead of being...
2002-02-03 Chris LattnerCode pulled out of MAchineInstr.(h|cpp)
2002-02-03 Chris LattnerAdd methods to TargetMachine to:
2002-02-03 Chris Lattner* Trim #includes
2002-02-03 Chris LattnerRemove #include
2002-02-03 Chris LattnerRemove extranous #include
2002-02-03 Chris Lattner* Prune many #includes
2002-02-03 Chris Lattner* Remove TMP_INSTRUCTION_OPCODE silliness
2002-02-03 Chris LattnerRemove extraneous #includes
2002-02-03 Chris Lattner* Inline destructor
2002-02-03 Chris LattnerRemove extraneous #include
2002-02-01 Chris LattnerAdd constructor for addition to opt program
2002-01-31 Chris LattnerFree memory when not in use
2002-01-31 Chris Lattner* Make debugging output nicer
2002-01-31 Chris LattnerEliminate SimplifyCFG.h file, pull everything into...
2002-01-31 Chris LattnerRemove this file. Folded into UnifyMethodExitNodes...
2002-01-31 Chris LattnerImplement LoopDepth calculation in terms of dominators...
2002-01-30 Chris LattnerConvert xforms over to use new pass structure
2002-01-30 Chris LattnerConvert analyses over to new Pass framework
2002-01-30 Chris LattnerCheckin new pass framework. This one is more useful...
2002-01-30 Chris LattnerDon't die on call instructions, which reference methods
2002-01-30 Chris LattnerCheck in GCC 3.02 compatiblity headers for GCC 2.95.3
2002-01-26 Chris LattnerRemove opt namespace
2002-01-23 Chris Lattner* Expose new pass DeadInstElimination
2002-01-23 Chris LattnerPull run() into Pass.cpp
2002-01-22 Chris LattnerPull RaiseAllocations stuff out of the CleanGCC pass...
2002-01-21 Chris LattnerLowerAllocations is really a BasicBlock pass. Make...
2002-01-21 Chris LattnerMove stuff out of the Optimizations directories into...
2002-01-21 Chris LattnerFix for problem that caused both HUGE and INVALID laten...
2002-01-21 Chris LattnerInclude all header files individually instead of this one
2002-01-21 Chris LattnerPull stuff out of opt namespace
2002-01-21 Chris LattnerMoved header
2002-01-21 Chris LattnerImplement a more powerful, simpler, pass system. This...
2002-01-21 Chris LattnerImplement a more powerful, simpler, pass system. This...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2002-01-07 Ruchira SasankaAdded more comments
2002-01-07 Ruchira SasankaMachineRegInfo: Added a method to get the size of a...
2002-01-07 Ruchira SasankaAdded comments, destructors where necessary.
2001-12-15 Vikram S. AdveEliminate function getIndicesBROKEN().
2001-12-15 Vikram S. AdveEliminate all uses of memInst->getIndicesBROKEN().
2001-12-15 Vikram S. AdvegetIndexedOffset() shd take vector of Values, not of...
2001-12-14 Chris LattnerInitial checkin of instcombine
2001-12-14 Chris LattnerRefactor trace values to work as a proper pass. Before...
2001-12-14 Chris Lattner* Remove support for unsized arrays.
2001-12-14 Chris LattnerPointerType and ArrayType now subclass Sequential type...
2001-12-13 Chris LattnerSwap operands now preserves the semantics of the binary...
2001-12-13 Chris LattnerImplement some nice functions useful for looking at...
2001-12-13 Chris LattnerImplement proper iterator tags
2001-12-13 Chris LattnerSubclasses can change the opcode of an instruction
2001-12-13 Chris LattnerConstants KNOW they are of a derived type
2001-12-08 Ruchira SasankaAdded comments are more documentation info
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-12-03 Chris LattnerSimplify induction variables pass
2001-12-03 Chris LattnerSplit the PHINode class out from the iOther.h file...
2001-12-03 Chris LattnerInduction variables must be phi nodes
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-26 Chris LattnerMove DataTypes.h from llvm/Support to just Support
2001-11-26 Chris LattnerRemove unused method
2001-11-26 Chris LattnerExpose constant prop of an instruction
2001-11-26 Chris LattnerFix field initialization order problem
2001-11-26 Chris LattnerAllow output of manipulators for GCC 2.96 compatibility
next