aboutsummaryrefslogtreecommitdiff
path: root/lib/Support
AgeCommit message (Expand)Author
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
2005-07-08Add support for assembling .s files on mac os x for intelNate Begeman
2005-07-07For PR495:Reid Spencer
2005-07-07For PR495:Reid Spencer
2005-05-16HP-UX system headers make a mess of isinf(), so much so that gcc fixincludesDuraid Madina
2005-05-13CapitalizeChris Lattner
2005-05-13Make sure that decompression checks for the case that bzip2 returnsReid Spencer
2005-05-10Do not use "" as a sentinal for a missing argument! This fixes PR560.Chris Lattner
2005-05-10Why output multiple strings, let the compiler concatenate them for us for freeMisha Brukman
2005-04-22* Order #includes as per style guideMisha Brukman
2005-04-22Convert tabs to spacesMisha Brukman
2005-04-21Remove trailing whitespaceMisha Brukman
2005-04-21Remove trailing whitespaceMisha Brukman
2005-03-22Timers SHOULD NOT record the time taken to count the bytes allocated in the h...Chris Lattner
2005-03-17Fix a bug where we would consider " .99" and "1.0" different because of theChris Lattner