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