aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug in an assert that would never trigger.Reid Spencer2007-01-081-1/+1
* Convert uses of getPrimitiveSize that should be getPrimitiveSizeInBits.Reid Spencer2007-01-081-9/+8
* wow, the link was already broken :)Chris Lattner2007-01-062-2/+2
* add a noteChris Lattner2007-01-062-2/+8
* The previous implementation of LLVM Streams wasn't removing symbols. ThisBill Wendling2007-01-032-2/+2
* For PR950:Reid Spencer2006-12-231-96/+101
* eliminate constructor from Statistic class. It is now impossible to get aChris Lattner2006-12-191-4/+4
* Refactor statistic a big and introduce a horrible-but-necessary macroChris Lattner2006-12-191-4/+4
* Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling2006-12-172-3/+3
* Replace inferred getCast(V,Ty) calls with more strict variants.Reid Spencer2006-12-121-4/+4
* Change the implementation of statistic to not need destructors at all.Chris Lattner2006-12-081-61/+76
* Don't use <sstream> in Streams.h but <iosfwd> instead.Bill Wendling2006-12-075-0/+5
* Removed more <iostream> includesBill Wendling2006-12-073-12/+11
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-079-74/+75
* Adjust to new ConstantIntegral interface for Max/Min tests.Reid Spencer2006-12-061-10/+56
* merge the Statistic and StatisticBase classes, eliminating virtual methodsChris Lattner2006-12-061-10/+5
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-062-4/+2
* Change inferred casts to explicit casts.Reid Spencer2006-12-041-9/+5
* WTF? These weird newlines got in there...Bill Wendling2006-11-291-26/+0
* Removed some of the iostream #includes. Moved towards converting to usingBill Wendling2006-11-281-3/+29
* Add a helper functionChris Lattner2006-11-281-0/+15
* Removed #include <iostream> and replace with llvm_* streams.Bill Wendling2006-11-266-56/+57
* Make the absolute/relative tolerance information easier to read/understand.Reid Spencer2006-11-251-2/+3
* Moved definition of llvm_ostream wrappers to the Streams.cpp file.Bill Wendling2006-11-171-4/+3
* Added wrappers for the std::cerr/std::cout objects. The wrappers willBill Wendling2006-11-171-0/+21
* Added "DOUT" macro. This is used as a replacement for the std::cerrBill Wendling2006-11-171-0/+12
* Remove redundant <cmath>.Jim Laskey2006-11-081-1/+0
* Include llvm/Support/DataTypes.h to define intptr_t.John Criswell2006-11-081-0/+1
* assert.h -> cassertRafael Espindola2006-11-031-1/+1
* #include <assert.h>Rafael Espindola2006-11-021-0/+1
* Allow FoldingSet clients to pump up the initial hash size.Jim Laskey2006-11-021-2/+4
* add a highly efficient hash table that is specialized for mapping C stringsChris Lattner2006-10-292-0/+268
* Add a new llvm::Allocator abstraction, which will be used by a containerChris Lattner2006-10-291-0/+106
* Try again.Jim Laskey2006-10-291-1/+4
* Not handling zero length strings.Jim Laskey2006-10-291-2/+2
* SmallVector append not insert.Jim Laskey2006-10-271-5/+1
* Grrr.Jim Laskey2006-10-271-1/+1
* Temp patch for missing functionality.Jim Laskey2006-10-271-0/+4
* MathExtras isn't in the llvm/ADT directory but in the llvm/Support directory.Bill Wendling2006-10-271-1/+1
* Apply editorials.Jim Laskey2006-10-271-43/+55
* Breakout folding hash set from SelectionDAGCSEMap.Jim Laskey2006-10-271-0/+282
* For PR950:Reid Spencer2006-10-201-2/+2
* Beef up the output from DiffFilesWithTolerance by setting the error codeReid Spencer2006-10-181-3/+16
* avoid a ctor/dtor issue with the ProgramName global.Chris Lattner2006-10-131-3/+9
* shrink anon-ns and mark stuff static. No functionality changesChris Lattner2006-10-121-10/+11
* Fix a static dtor issueChris Lattner2006-10-041-5/+6
* Fix more static dtor issuesChris Lattner2006-10-042-73/+62
* Define this in the correct n/sChris Lattner2006-09-291-1/+1
* Simplify some codeChris Lattner2006-09-281-2/+2
* new helper class to provide more explicit management of static ctor/dtors.Chris Lattner2006-09-281-0/+53