aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* 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
* For PR780:Reid Spencer2006-07-265-20/+13
* Add an out-of-line virtual method to provide a home for the cl::option class.Chris Lattner2006-07-181-0/+4
* Add two helpers for escaping and unescaping strings.Chris Lattner2006-07-141-0/+50
* LoadLibraryPermanently no longer throws an exception, so this code doesn't haveChris Lattner2006-07-071-28/+14
* This patch (written by Reid) changes compressor to never throw an exception.Chris Lattner2006-07-071-38/+107
* Modify the SlowOperationInformer interface to not throw exceptions.Chris Lattner2006-07-061-3/+4
* Print LLVM version info like this:Chris Lattner2006-07-061-5/+13
* For PR801:Reid Spencer2006-06-271-0/+89
* Add some out-of-line virtual dtors so that the class has a "home", preventingChris Lattner2006-06-211-0/+4
* 1. Support standard dwarf format (was bootstrapping in Apple format.)Jim Laskey2006-06-151-0/+7
* For PR780:Reid Spencer2006-06-071-0/+20
* Move toolrunner out of libsupport into the bugpoint toolChris Lattner2006-06-061-514/+0
* Add the -Xlinker option to bugpoint which allows an option to be passedReid Spencer2006-06-061-9/+31
* Make it possible to override the standard version printer. Not all toolsReid Spencer2006-06-051-18/+29
* Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer2006-06-011-0/+1
* Squelch this warning:Reid Spencer2006-05-311-0/+4
* Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner2006-05-243-3/+3
* For PR777:Reid Spencer2006-05-151-0/+3
* Fix PR743: emit -help output of a tool to cout, not cerr.Chris Lattner2006-04-281-20/+20
* Qualify dwarf namespace inside llvm namespace.Jim Laskey2006-02-271-1/+4
* Re-orging file.Jim Laskey2006-02-271-0/+572
* Let bugpoint work on sparc with v9 instructions enabled.Chris Lattner2006-02-041-0/+6
* dynamically allocate plugin space as neededAndrew Lenharth2006-01-261-5/+12
* Remember plugins should someone like bugpoint want to know them.Andrew Lenharth2006-01-261-0/+15