| Commit message (Expand) | Author | Age | Files | Lines |
* | indent correctly | Chris Lattner | 2004-02-18 | 1 | -1/+1 |
* | Don't yell. BUGPOINT should yell, not the tool runner :) | Chris Lattner | 2004-02-18 | 1 | -1/+1 |
* | Update comments, if we are running with the CBE, make sure the Interpreter | Chris Lattner | 2004-02-18 | 2 | -7/+13 |
* | Byebye method | Chris Lattner | 2004-02-18 | 1 | -3/+0 |
* | If there is an error running a tool, include the error message (e.g. assertio... | Chris Lattner | 2004-02-18 | 1 | -30/+32 |
* | ctor arguments changed order | Chris Lattner | 2004-02-18 | 1 | -1/+1 |
* | Catch exception and print message as appropriate | Chris Lattner | 2004-02-18 | 1 | -0/+4 |
* | When an error occurs executing a tool, we now throw an exception instead | Chris Lattner | 2004-02-18 | 2 | -48/+42 |
* | Bugpoint will be throwing exceptions soon, perpare for the worst. | Chris Lattner | 2004-02-18 | 1 | -2/+7 |
* | This class got moved to FileUtilities.h | Chris Lattner | 2004-02-18 | 1 | -8/+1 |
* | Give extract -o and -f options, just like every other tool! | Chris Lattner | 2004-02-18 | 2 | -8/+56 |
* | The CBE is now in llc, not llvm-dis | Chris Lattner | 2004-02-17 | 1 | -1/+1 |
* | The C backend is no longer in llvm-dis, it's in llc | Chris Lattner | 2004-02-17 | 1 | -11/+11 |
* | The CBE is no longer in llvm-dis | Chris Lattner | 2004-02-17 | 1 | -2/+2 |
* | When the user runs 'llc foo.bc -march=c', write the output to "foo.cbe.c", not | Chris Lattner | 2004-02-15 | 1 | -1/+5 |
* | Break a line that's over 80cols into two. | Misha Brukman | 2004-02-13 | 1 | -1/+2 |
* | Do not advertise our -c option anymore | Chris Lattner | 2004-02-13 | 1 | -1/+2 |
* | Mercilessly rip the cbackend out of llvm-dis. Leave a helpful error message | Chris Lattner | 2004-02-13 | 2 | -18/+9 |
* | Add support for -march=c | Chris Lattner | 2004-02-13 | 2 | -7/+14 |
* | Change how we create the cwriter, and add a buttload of libraries that it now | Chris Lattner | 2004-02-13 | 2 | -2/+2 |
* | Add check-exit-code option, defaulting to true. | Brian Gaeke | 2004-02-11 | 2 | -9/+36 |
* | Factor profile information loading OUT of llvm-prof into libanalysis | Chris Lattner | 2004-02-11 | 4 | -246/+3 |
* | Fix indentation of selectiondag. | Brian Gaeke | 2004-02-08 | 1 | -1/+1 |
* | Minor change to breakpoint (lack of) support | Chris Lattner | 2004-02-08 | 1 | -1/+5 |
* | Add a -march=powerpc option. Automatically select it if this looks like a | Brian Gaeke | 2004-02-02 | 1 | -1/+10 |
* | Link in the PowerPC back-end. | Brian Gaeke | 2004-02-02 | 1 | -0/+1 |
* | Now that tailduplication does not bork SSA form, run mem2reg earlier in gccas. | Chris Lattner | 2004-02-01 | 1 | -2/+4 |
* | Fixed PR#197. The libcrtend library is removed from the library linking list | John Criswell | 2004-01-26 | 1 | -2/+4 |
* | Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so into | John Criswell | 2004-01-26 | 3 | -4/+4 |
* | Make sure to verify the result before writing out the bytecode file. Not doing | Chris Lattner | 2004-01-14 | 2 | -0/+6 |
* | finegrainify namespacification | Chris Lattner | 2004-01-14 | 6 | -114/+111 |
* | Remove standard C header wrappers | Chris Lattner | 2004-01-10 | 1 | -1/+1 |
* | Remove wrappers around std c files | Chris Lattner | 2004-01-10 | 2 | -3/+3 |
* | Ugh, fix some copy and pasted code that somehow never got compiled or something | Chris Lattner | 2004-01-06 | 1 | -1/+1 |
* | * Implement set/show args | Chris Lattner | 2004-01-06 | 2 | -11/+64 |
* | implement the "null command" which repeats the last command | Chris Lattner | 2004-01-06 | 1 | -5/+25 |
* | /me slaps head | Chris Lattner | 2004-01-05 | 1 | -0/+1 |
* | Add new directory | Chris Lattner | 2004-01-05 | 1 | -2/+3 |
* | Initial checkin of the LLVM Source-Level Debugger. This is incomplete, but | Chris Lattner | 2004-01-05 | 6 | -0/+1546 |
* | Remove some pointless #includes | Chris Lattner | 2003-12-30 | 1 | -6/+1 |
* | Use getFileSize() instead of sys/stat.h directly | Chris Lattner | 2003-12-30 | 1 | -9/+2 |
* | Use new getFileSize function. Eliminate some using directives. Reorder #inc... | Chris Lattner | 2003-12-30 | 1 | -27/+20 |
* | Add a -disable-opt flag to gccas, so that we can use -Wa,-disable-opt just | Chris Lattner | 2003-12-30 | 1 | -0/+7 |
* | Pass extra arguments around n stuph | Chris Lattner | 2003-12-28 | 2 | -4/+4 |
* | Factor out code to ExecutionEngine | Chris Lattner | 2003-12-26 | 1 | -50/+10 |
* | Simplify code | Chris Lattner | 2003-12-26 | 1 | -42/+24 |
* | * eliminate the -f argument to lli, as it was silly and never useful anyway | Chris Lattner | 2003-12-26 | 1 | -36/+32 |
* | update comment | Chris Lattner | 2003-12-26 | 1 | -6/+3 |
* | Modified the logic so that library objects with main() are only linked in | John Criswell | 2003-12-23 | 1 | -6/+7 |
* | Modified the linker so that it always links in an object from an archive | John Criswell | 2003-12-23 | 1 | -11/+21 |