summaryrefslogtreecommitdiff
path: root/lib/Support
Commit message (Expand)AuthorAge
* 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
* Finegrainify namespacification, minor cleanupsChris Lattner2006-07-28
* Change Path::getStatusInfo to return a boolean and error string on an errorChris Lattner2006-07-28
* libsupport still throws.Chris Lattner2006-07-28
* For PR780:Reid Spencer2006-07-26
* Add an out-of-line virtual method to provide a home for the cl::option class.Chris Lattner2006-07-18
* Add two helpers for escaping and unescaping strings.Chris Lattner2006-07-14
* LoadLibraryPermanently no longer throws an exception, so this code doesn't haveChris Lattner2006-07-07
* This patch (written by Reid) changes compressor to never throw an exception.Chris Lattner2006-07-07
* Modify the SlowOperationInformer interface to not throw exceptions.Chris Lattner2006-07-06
* Print LLVM version info like this:Chris Lattner2006-07-06
* For PR801:Reid Spencer2006-06-27
* Add some out-of-line virtual dtors so that the class has a "home", preventingChris Lattner2006-06-21
* 1. Support standard dwarf format (was bootstrapping in Apple format.)Jim Laskey2006-06-15
* For PR780:Reid Spencer2006-06-07
* Move toolrunner out of libsupport into the bugpoint toolChris Lattner2006-06-06
* Add the -Xlinker option to bugpoint which allows an option to be passedReid Spencer2006-06-06
* Make it possible to override the standard version printer. Not all toolsReid Spencer2006-06-05
* Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer2006-06-01
* Squelch this warning:Reid Spencer2006-05-31
* Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner2006-05-24
* For PR777:Reid Spencer2006-05-15
* Fix PR743: emit -help output of a tool to cout, not cerr.Chris Lattner2006-04-28
* Qualify dwarf namespace inside llvm namespace.Jim Laskey2006-02-27
* Re-orging file.Jim Laskey2006-02-27
* Let bugpoint work on sparc with v9 instructions enabled.Chris Lattner2006-02-04
* dynamically allocate plugin space as neededAndrew Lenharth2006-01-26
* Remember plugins should someone like bugpoint want to know them.Andrew Lenharth2006-01-26
* Add explicit #includes of <iostream>Chris Lattner2006-01-22
* Revert this, I didn't mean to commit itChris Lattner2006-01-17
* Add support for programs with a null argv[0]Chris Lattner2006-01-17
* HP aCC chokes on this, but it's not required anyway: according toDuraid Madina2005-12-26
* MERRY CHRISTMAS EVERYONE!!! (what better way to spend christmas thanDuraid Madina2005-12-26
* For PR351:Reid Spencer2005-12-22
* indicate when a tool is a debug build.Chris Lattner2005-11-16
* DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE nowChris Lattner2005-10-24
* Only build .a file versions of these libraries, instead of .a and .o versions.Chris Lattner2005-10-24
* Allow bugpoint+PPC codegen to use fsqrtChris Lattner2005-08-29