Fix include guards so they exactly match file names.
[oota-llvm.git] / include / llvm / Analysis / IntervalIterator.h
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2010-07-08 Duncan SandsUse std::vector rather than SmallVector here because...
2010-07-08 Duncan SandsDo not use std::stack because it causes obscure failure...
2010-06-16 Douglas GregorRevert r106117, which was the result of me misreading...
2010-06-16 Douglas GregorEliminate a redundant "typename" keyword
2009-08-27 Gabor Greifeliminate all 80-col violations that I have introduced...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-10-14 Chris LattnerRemove unneeded typedef, patch by Morten Ofstad
2004-10-12 Chris LattnerAdd std:: prefix for compilers without correct koenig...
2004-09-03 Alkis EvlogimenosFixes to make LLVM compile with vc7.1.
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-10-01 Chris LattnerUse graph traits to perform generic interval construction
2003-09-30 Chris LattnerStandardize header file comments
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2003-06-22 Chris LattnerRemove a ton of extraneous #includes
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-04-28 Chris LattnerRemove all contents of the cfg namespace to the global...
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-02-12 Chris Lattner* Pull BasicBlock::pred_* and BasicBlock::succ_* out...
2002-02-12 Chris LattnerMethod.h no longer includes BasicBlock.h
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-10-01 Chris LattnerPull predecessor and successor iterators out of the...
2001-06-27 Chris LattnergetBasicBlocks() is not needed anymore for reading...
2001-06-25 Chris LattnerBig changes. Interval*.h is now more or less finalized...
2001-06-24 Chris LattnerNew files due to the Intervals.h splitup