| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add the -Xlinker option to bugpoint which allows an option to be passed | Reid Spencer | 2006-06-06 | 1 | -9/+31 |
| * | Make it possible to override the standard version printer. Not all tools | Reid Spencer | 2006-06-05 | 1 | -18/+29 |
| * | Use archive libraries instead of object files for VMCore, BCReader, | Reid Spencer | 2006-06-01 | 1 | -0/+1 |
| * | Squelch this warning: | Reid Spencer | 2006-05-31 | 1 | -0/+4 |
| * | Patches to make the LLVM sources more -pedantic clean. Patch provided | Chris Lattner | 2006-05-24 | 3 | -3/+3 |
| * | For PR777: | Reid Spencer | 2006-05-15 | 1 | -0/+3 |
| * | Fix PR743: emit -help output of a tool to cout, not cerr. | Chris Lattner | 2006-04-28 | 1 | -20/+20 |
| * | Qualify dwarf namespace inside llvm namespace. | Jim Laskey | 2006-02-27 | 1 | -1/+4 |
| * | Re-orging file. | Jim Laskey | 2006-02-27 | 1 | -0/+572 |
| * | Let bugpoint work on sparc with v9 instructions enabled. | Chris Lattner | 2006-02-04 | 1 | -0/+6 |
| * | dynamically allocate plugin space as needed | Andrew Lenharth | 2006-01-26 | 1 | -5/+12 |
| * | Remember plugins should someone like bugpoint want to know them. | Andrew Lenharth | 2006-01-26 | 1 | -0/+15 |
| * | Add explicit #includes of <iostream> | Chris Lattner | 2006-01-22 | 1 | -0/+1 |
| * | Revert this, I didn't mean to commit it | Chris Lattner | 2006-01-17 | 1 | -8/+0 |
| * | Add support for programs with a null argv[0] | Chris Lattner | 2006-01-17 | 2 | -10/+32 |
| * | HP aCC chokes on this, but it's not required anyway: according to | Duraid Madina | 2005-12-26 | 1 | -2/+0 |
| * | MERRY CHRISTMAS EVERYONE!!! (what better way to spend christmas than | Duraid Madina | 2005-12-26 | 1 | -0/+1 |
| * | For PR351: | Reid Spencer | 2005-12-22 | 1 | -43/+6 |
| * | indicate when a tool is a debug build. | Chris Lattner | 2005-11-16 | 1 | -1/+6 |
| * | DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now | Chris Lattner | 2005-10-24 | 1 | -1/+1 |
| * | Only build .a file versions of these libraries, instead of .a and .o versions. | Chris Lattner | 2005-10-24 | 1 | -0/+1 |
| * | Allow bugpoint+PPC codegen to use fsqrt | Chris Lattner | 2005-08-29 | 1 | -0/+3 |
| * | Allow tools with "consume after" options (like lli) to take more positional | Chris Lattner | 2005-08-08 | 1 | -4/+1 |
| * | Reject command lines that have too many positional arguments passed (e.g., | Chris Lattner | 2005-08-08 | 1 | -1/+15 |
| * | 200.sixtrack prints FP numbers with a very strange notation that uses D | Chris Lattner | 2005-08-02 | 1 | -3/+21 |
| * | Eliminate all remaining tabs and trailing spaces. | Jeff Cohen | 2005-07-27 | 1 | -1/+1 |
| * | Final Changes For PR495: | Reid Spencer | 2005-07-08 | 1 | -3/+3 |
| * | Add support for assembling .s files on mac os x for intel | Nate Begeman | 2005-07-08 | 1 | -1/+1 |
| * | For PR495: | Reid Spencer | 2005-07-07 | 2 | -5/+5 |
| * | For PR495: | Reid Spencer | 2005-07-07 | 1 | -1/+1 |
| * | HP-UX system headers make a mess of isinf(), so much so that gcc fixincludes | Duraid Madina | 2005-05-16 | 1 | -0/+4 |
| * | Capitalize | Chris Lattner | 2005-05-13 | 1 | -3/+3 |
| * | Make sure that decompression checks for the case that bzip2 returns | Reid Spencer | 2005-05-13 | 1 | -4/+6 |
| * | Do not use "" as a sentinal for a missing argument! This fixes PR560. | Chris Lattner | 2005-05-10 | 1 | -11/+12 |
| * | Why output multiple strings, let the compiler concatenate them for us for free | Misha Brukman | 2005-05-10 | 1 | -3/+3 |
| * | * Order #includes as per style guide | Misha Brukman | 2005-04-22 | 1 | -6/+5 |
| * | Convert tabs to spaces | Misha Brukman | 2005-04-22 | 5 | -9/+10 |
| * | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 16 | -228/+228 |
| * | Timers SHOULD NOT record the time taken to count the bytes allocated in the h... | Chris Lattner | 2005-03-22 | 1 | -2/+2 |
| * | Fix a bug where we would consider " .99" and "1.0" different because of the | Chris Lattner | 2005-03-17 | 1 | -0/+9 |
| * | yay for camel_cvs diff | Andrew Lenharth | 2005-03-10 | 1 | -1/+1 |
| * | get bugpoint working on ia64, by building .so's with -fpic. :) | Chris Lattner | 2005-03-09 | 1 | -0/+4 |
| * | Remove some stuff I checked in accidentally | Chris Lattner | 2005-02-27 | 1 | -6/+0 |
| * | Instead of doing a manual comparison loop, just use memcmp, thanks to JohnC | Chris Lattner | 2005-02-15 | 1 | -9/+6 |
| * | Make this more efficient now that we know both files are the same length. | Chris Lattner | 2005-02-15 | 1 | -2/+2 |
| * | Fix spelling | Misha Brukman | 2005-02-15 | 1 | -1/+1 |
| * | Adjust DiffFilesWithTolerance to help poor cygwin's mmap facility by | Reid Spencer | 2005-02-15 | 1 | -8/+24 |
| * | Work around GCC PR19958, which causes programs to sometimes crash after | Chris Lattner | 2005-02-14 | 1 | -0/+2 |
| * | Move helper function here. | Chris Lattner | 2005-02-13 | 1 | -0/+28 |
| * | Don't print a 'Total Execution Time' line for the 'Miscellaneous Ungrouped | Chris Lattner | 2005-02-09 | 1 | -6/+14 |