aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* 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
* Instantiate Statistic<> in one place, not in every .o file that uses it.Chris Lattner2006-08-301-0/+2
* Minor code cleanupsChris Lattner2006-08-271-11/+10
* Add external definitions for commonly-used template specializations and addChris Lattner2006-08-271-7/+28
* Remove a character to avoid line exceeding 80 cols.Reid Spencer2006-08-241-1/+1
* For PR797:Reid Spencer2006-08-231-1/+0
* For PR797:Reid Spencer2006-08-231-83/+75
* Make the ProgramName variable a std::string so we can eliminate the pathReid Spencer2006-08-231-26/+14
* For PR797:Reid Spencer2006-08-221-6/+14
* Adding new Dwarf constants.Jim Laskey2006-08-211-0/+1
* For PR797:Reid Spencer2006-08-211-8/+10
* For PR797:Reid Spencer2006-08-212-2/+4
* remove IncludeFile turds in MathExtras.h, which bloats every .o file thatChris Lattner2006-08-112-13/+9
* Remove the use of "IncludeFile" from this support facility. The mechanismReid Spencer2006-08-071-3/+0
* If the Program name was NULL then all further output sent to std::cerr wasJim Laskey2006-08-021-1/+3
* Finegrainify namespacification, minor cleanupsChris Lattner2006-07-281-8/+2
* Change Path::getStatusInfo to return a boolean and error string on an errorChris Lattner2006-07-281-12/+16
* libsupport still throws.Chris Lattner2006-07-281-0/+1