aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* Include Config/config.h for SHLIBEXT.Alkis Evlogimenos2004-02-231-0/+1
* If bugpoint can't match the reference output, at LEAST provide the outputChris Lattner2004-02-201-3/+7
* Wild and passionate uncontrolled goose chases are amusing to watch, but notChris Lattner2004-02-201-1/+8
* Format a bit more nicelyChris Lattner2004-02-201-0/+1
* Make sure to print a stack trace whenever an error signal is deliveredChris Lattner2004-02-192-0/+4
* Make sure to print a stack trace whenever an error signal is delivered toChris Lattner2004-02-196-1/+10
* Make sure to print a stack trace whenever an error signal is delivered to theChris Lattner2004-02-198-2/+15
* Be a bit more robust. Explicitly check for a code generator crash.Chris Lattner2004-02-191-1/+16
* Make ToolExecutionError inherit std::exception and implement itsAlkis Evlogimenos2004-02-194-6/+10
* Fix the "horribly N^2'd" problem when deleting individual instructions.Chris Lattner2004-02-181-18/+29
* * Predicate the optimizer crash debugger on a function.Chris Lattner2004-02-181-64/+90
* Add a new method for use by the code generator crash debugger.Chris Lattner2004-02-182-0/+26
* Don't crash if there are no passes in the PassesToRun listChris Lattner2004-02-181-1/+1
* Add support for just running the code generatorChris Lattner2004-02-181-0/+12
* Add support for just compiling a programChris Lattner2004-02-181-0/+19
* Make the executeProgram method exception safe, not leaving around bytecodeChris Lattner2004-02-181-3/+3
* Make more stuff public. Make the instruction argument toChris Lattner2004-02-182-30/+31
* make a bunch of methods publicChris Lattner2004-02-181-26/+25
* A couple of minor cleanups: don't forward declare private classes, put privateChris Lattner2004-02-183-6/+4
* Cleanup and simplify manipulation of the program, eliminate the need for soChris Lattner2004-02-183-40/+57
* Add a stub for debugging code generator crashesChris Lattner2004-02-184-18/+49
* indent correctlyChris Lattner2004-02-181-1/+1
* Don't yell. BUGPOINT should yell, not the tool runner :)Chris Lattner2004-02-181-1/+1
* Update comments, if we are running with the CBE, make sure the InterpreterChris Lattner2004-02-182-7/+13
* Byebye methodChris Lattner2004-02-181-3/+0
* If there is an error running a tool, include the error message (e.g. assertio...Chris Lattner2004-02-181-30/+32
* ctor arguments changed orderChris Lattner2004-02-181-1/+1
* Catch exception and print message as appropriateChris Lattner2004-02-181-0/+4
* When an error occurs executing a tool, we now throw an exception insteadChris Lattner2004-02-182-48/+42
* Bugpoint will be throwing exceptions soon, perpare for the worst.Chris Lattner2004-02-181-2/+7
* This class got moved to FileUtilities.hChris Lattner2004-02-181-8/+1
* Give extract -o and -f options, just like every other tool!Chris Lattner2004-02-182-8/+56
* The CBE is now in llc, not llvm-disChris Lattner2004-02-171-1/+1
* The C backend is no longer in llvm-dis, it's in llcChris Lattner2004-02-171-11/+11
* The CBE is no longer in llvm-disChris Lattner2004-02-171-2/+2
* When the user runs 'llc foo.bc -march=c', write the output to "foo.cbe.c", notChris Lattner2004-02-151-1/+5
* Break a line that's over 80cols into two.Misha Brukman2004-02-131-1/+2
* Do not advertise our -c option anymoreChris Lattner2004-02-131-1/+2
* Mercilessly rip the cbackend out of llvm-dis. Leave a helpful error messageChris Lattner2004-02-132-18/+9
* Add support for -march=cChris Lattner2004-02-132-7/+14
* Change how we create the cwriter, and add a buttload of libraries that it nowChris Lattner2004-02-132-2/+2
* Add check-exit-code option, defaulting to true.Brian Gaeke2004-02-112-9/+36
* Factor profile information loading OUT of llvm-prof into libanalysisChris Lattner2004-02-114-246/+3
* Fix indentation of selectiondag.Brian Gaeke2004-02-081-1/+1
* Minor change to breakpoint (lack of) supportChris Lattner2004-02-081-1/+5
* Add a -march=powerpc option. Automatically select it if this looks like aBrian Gaeke2004-02-021-1/+10
* Link in the PowerPC back-end.Brian Gaeke2004-02-021-0/+1
* Now that tailduplication does not bork SSA form, run mem2reg earlier in gccas.Chris Lattner2004-02-011-2/+4
* Fixed PR#197. The libcrtend library is removed from the library linking listJohn Criswell2004-01-261-2/+4
* Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so intoJohn Criswell2004-01-263-4/+4