aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add explicit #includes of <iostream>Chris Lattner2006-01-221-0/+1
* Revert this, I didn't mean to commit itChris Lattner2006-01-171-8/+0
* Add support for programs with a null argv[0]Chris Lattner2006-01-172-10/+32
* HP aCC chokes on this, but it's not required anyway: according toDuraid Madina2005-12-261-2/+0
* MERRY CHRISTMAS EVERYONE!!! (what better way to spend christmas thanDuraid Madina2005-12-261-0/+1
* For PR351:Reid Spencer2005-12-221-43/+6
* indicate when a tool is a debug build.Chris Lattner2005-11-161-1/+6
* DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE nowChris Lattner2005-10-241-1/+1
* Only build .a file versions of these libraries, instead of .a and .o versions.Chris Lattner2005-10-241-0/+1
* Allow bugpoint+PPC codegen to use fsqrtChris Lattner2005-08-291-0/+3
* Allow tools with "consume after" options (like lli) to take more positionalChris Lattner2005-08-081-4/+1
* Reject command lines that have too many positional arguments passed (e.g.,Chris Lattner2005-08-081-1/+15
* 200.sixtrack prints FP numbers with a very strange notation that uses DChris Lattner2005-08-021-3/+21
* Eliminate all remaining tabs and trailing spaces.Jeff Cohen2005-07-271-1/+1
* Final Changes For PR495:Reid Spencer2005-07-081-3/+3
* Add support for assembling .s files on mac os x for intelNate Begeman2005-07-081-1/+1
* For PR495:Reid Spencer2005-07-072-5/+5
* For PR495:Reid Spencer2005-07-071-1/+1
* HP-UX system headers make a mess of isinf(), so much so that gcc fixincludesDuraid Madina2005-05-161-0/+4
* CapitalizeChris Lattner2005-05-131-3/+3
* Make sure that decompression checks for the case that bzip2 returnsReid Spencer2005-05-131-4/+6
* Do not use "" as a sentinal for a missing argument! This fixes PR560.Chris Lattner2005-05-101-11/+12
* Why output multiple strings, let the compiler concatenate them for us for freeMisha Brukman2005-05-101-3/+3
* * Order #includes as per style guideMisha Brukman2005-04-221-6/+5
* Convert tabs to spacesMisha Brukman2005-04-225-9/+10
* Remove trailing whitespaceMisha Brukman2005-04-211-7/+7
* Remove trailing whitespaceMisha Brukman2005-04-2116-228/+228