aboutsummaryrefslogtreecommitdiff
path: root/lib/Support
AgeCommit message (Expand)Author
2006-12-07Don't use <sstream> in Streams.h but <iosfwd> instead.Bill Wendling
2006-12-07Removed more <iostream> includesBill Wendling
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling
2006-12-06Adjust to new ConstantIntegral interface for Max/Min tests.Reid Spencer
2006-12-06merge the Statistic and StatisticBase classes, eliminating virtual methodsChris Lattner
2006-12-06Detemplatize the Statistic class. The only type it is instantiated withChris Lattner
2006-12-04Change inferred casts to explicit casts.Reid Spencer
2006-11-29WTF? These weird newlines got in there...Bill Wendling
2006-11-28Removed some of the iostream #includes. Moved towards converting to usingBill Wendling
2006-11-28Add a helper functionChris Lattner
2006-11-26Removed #include <iostream> and replace with llvm_* streams.Bill Wendling
2006-11-25Make the absolute/relative tolerance information easier to read/understand.Reid Spencer
2006-11-17Moved definition of llvm_ostream wrappers to the Streams.cpp file.Bill Wendling
2006-11-17Added wrappers for the std::cerr/std::cout objects. The wrappers willBill Wendling
2006-11-17Added "DOUT" macro. This is used as a replacement for the std::cerrBill Wendling
2006-11-08Remove redundant <cmath>.Jim Laskey
2006-11-08Include llvm/Support/DataTypes.h to define intptr_t.John Criswell
2006-11-03assert.h -> cassertRafael Espindola
2006-11-02#include <assert.h>Rafael Espindola
2006-11-02Allow FoldingSet clients to pump up the initial hash size.Jim Laskey
2006-10-29add a highly efficient hash table that is specialized for mapping C stringsChris Lattner
2006-10-29Add a new llvm::Allocator abstraction, which will be used by a containerChris Lattner
2006-10-29Try again.Jim Laskey
2006-10-29Not handling zero length strings.Jim Laskey
2006-10-27SmallVector append not insert.Jim Laskey
2006-10-27Grrr.Jim Laskey
2006-10-27Temp patch for missing functionality.Jim Laskey
2006-10-27MathExtras isn't in the llvm/ADT directory but in the llvm/Support directory.Bill Wendling
2006-10-27Apply editorials.Jim Laskey
2006-10-27Breakout folding hash set from SelectionDAGCSEMap.Jim Laskey
2006-10-20For PR950:Reid Spencer
2006-10-18Beef up the output from DiffFilesWithTolerance by setting the error codeReid Spencer
2006-10-13avoid a ctor/dtor issue with the ProgramName global.Chris Lattner
2006-10-12shrink anon-ns and mark stuff static. No functionality changesChris Lattner
2006-10-04Fix a static dtor issueChris Lattner
2006-10-04Fix more static dtor issuesChris Lattner
2006-09-29Define this in the correct n/sChris Lattner
2006-09-28Simplify some codeChris Lattner
2006-09-28new helper class to provide more explicit management of static ctor/dtors.Chris Lattner
2006-08-30Instantiate Statistic<> in one place, not in every .o file that uses it.Chris Lattner
2006-08-27Minor code cleanupsChris Lattner
2006-08-27Add external definitions for commonly-used template specializations and addChris Lattner
2006-08-24Remove a character to avoid line exceeding 80 cols.Reid Spencer
2006-08-23For PR797:Reid Spencer
2006-08-23For PR797:Reid Spencer
2006-08-23Make the ProgramName variable a std::string so we can eliminate the pathReid Spencer
2006-08-22For PR797:Reid Spencer
2006-08-21Adding new Dwarf constants.Jim Laskey
2006-08-21For PR797:Reid Spencer
2006-08-21For PR797:Reid Spencer