aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/ConstantsScanner.h
AgeCommit message (Expand)Author
2009-08-27eliminate all 80-col violations that I have introduced in my recent checkins ...Gabor Greif
2009-08-27the buildbots revealed one more breakage. fix. (why didn't I see this?)Gabor Greif
2009-08-27Clean up the minor mess I caused with removing iterator.h. I shall take care ...Gabor Greif
2009-01-05Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman
2008-05-29For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h"Anton Korobeynikov
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-07-05Here is the bulk of the sanitizing.Gabor Greif
2005-04-22Convert tabs to spacesMisha Brukman
2005-04-21Remove trailing whitespaceMisha Brukman
2004-09-01Changes For Bug 352Reid Spencer
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-09-30Standardize header file commentsChris Lattner
2003-06-22Remove a ton of extraneous #includesChris Lattner
2003-06-11Included assert.h so that the code compiles under newer versions of GCC.John Criswell
2002-10-28Don't #include <Support/*>, #include "Support/*"Chris Lattner
2002-07-24*** empty log message ***Chris Lattner
2002-03-23Rename Method to FunctionChris Lattner
2002-02-12Method.h no longer includes BasicBlock.hChris Lattner
2001-12-04Renamed inst_const_iterator -> const_inst_iteratorChris Lattner
2001-12-03Rename ConstPoolVal -> ConstantChris Lattner
2001-10-01Convert more code to use new style castsChris Lattner
2001-10-01Add more support for new style castsChris Lattner
2001-09-07NEw fileChris Lattner