aboutsummaryrefslogtreecommitdiff
path: root/lib/Support
AgeCommit message (Expand)Author
2006-08-23Make the ProgramName variable a std::string so we can eliminate the pathReid Spencer
2006-08-22For PR797:Reid Spencer
2006-08-21Adding new Dwarf constants.Jim Laskey
2006-08-21For PR797:Reid Spencer
2006-08-21For PR797:Reid Spencer
2006-08-11remove IncludeFile turds in MathExtras.h, which bloats every .o file thatChris Lattner
2006-08-07Remove the use of "IncludeFile" from this support facility. The mechanismReid Spencer
2006-08-02If the Program name was NULL then all further output sent to std::cerr wasJim Laskey
2006-07-28Finegrainify namespacification, minor cleanupsChris Lattner
2006-07-28Change Path::getStatusInfo to return a boolean and error string on an errorChris Lattner
2006-07-28libsupport still throws.Chris Lattner
2006-07-26For PR780:Reid Spencer
2006-07-18Add an out-of-line virtual method to provide a home for the cl::option class.Chris Lattner
2006-07-14Add two helpers for escaping and unescaping strings.Chris Lattner
2006-07-07LoadLibraryPermanently no longer throws an exception, so this code doesn't haveChris Lattner
2006-07-07This patch (written by Reid) changes compressor to never throw an exception.Chris Lattner
2006-07-06Modify the SlowOperationInformer interface to not throw exceptions.Chris Lattner
2006-07-06Print LLVM version info like this:Chris Lattner
2006-06-27For PR801:Reid Spencer
2006-06-21Add some out-of-line virtual dtors so that the class has a "home", preventingChris Lattner
2006-06-151. Support standard dwarf format (was bootstrapping in Apple format.)Jim Laskey
2006-06-07For PR780:Reid Spencer
2006-06-06Move toolrunner out of libsupport into the bugpoint toolChris Lattner
2006-06-06Add the -Xlinker option to bugpoint which allows an option to be passedReid Spencer
2006-06-05Make it possible to override the standard version printer. Not all toolsReid Spencer
2006-06-01Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer
2006-05-31Squelch this warning:Reid Spencer
2006-05-24Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner
2006-05-15For PR777:Reid Spencer
2006-04-28Fix PR743: emit -help output of a tool to cout, not cerr.Chris Lattner
2006-02-27Qualify dwarf namespace inside llvm namespace.Jim Laskey
2006-02-27Re-orging file.Jim Laskey
2006-02-04Let bugpoint work on sparc with v9 instructions enabled.Chris Lattner
2006-01-26dynamically allocate plugin space as neededAndrew Lenharth
2006-01-26Remember plugins should someone like bugpoint want to know them.Andrew Lenharth
2006-01-22Add explicit #includes of <iostream>Chris Lattner
2006-01-17Revert this, I didn't mean to commit itChris Lattner
2006-01-17Add support for programs with a null argv[0]Chris Lattner
2005-12-26HP aCC chokes on this, but it's not required anyway: according toDuraid Madina
2005-12-26MERRY CHRISTMAS EVERYONE!!! (what better way to spend christmas thanDuraid Madina
2005-12-22For PR351:Reid Spencer
2005-11-16indicate when a tool is a debug build.Chris Lattner
2005-10-24DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE nowChris Lattner
2005-10-24Only build .a file versions of these libraries, instead of .a and .o versions.Chris Lattner
2005-08-29Allow bugpoint+PPC codegen to use fsqrtChris Lattner
2005-08-08Allow tools with "consume after" options (like lli) to take more positionalChris Lattner
2005-08-08Reject command lines that have too many positional arguments passed (e.g.,Chris Lattner
2005-08-02200.sixtrack prints FP numbers with a very strange notation that uses DChris Lattner
2005-07-27Eliminate all remaining tabs and trailing spaces.Jeff Cohen
2005-07-08Final Changes For PR495:Reid Spencer