summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* Make sure to print a stack trace whenever an error signal is delivered to theChris Lattner2004-02-19
* Be a bit more robust. Explicitly check for a code generator crash.Chris Lattner2004-02-19
* Make ToolExecutionError inherit std::exception and implement itsAlkis Evlogimenos2004-02-19
* Fix the "horribly N^2'd" problem when deleting individual instructions.Chris Lattner2004-02-18
* * Predicate the optimizer crash debugger on a function.Chris Lattner2004-02-18
* Add a new method for use by the code generator crash debugger.Chris Lattner2004-02-18
* Don't crash if there are no passes in the PassesToRun listChris Lattner2004-02-18
* Add support for just running the code generatorChris Lattner2004-02-18
* Add support for just compiling a programChris Lattner2004-02-18
* Make the executeProgram method exception safe, not leaving around bytecodeChris Lattner2004-02-18
* Make more stuff public. Make the instruction argument toChris Lattner2004-02-18
* make a bunch of methods publicChris Lattner2004-02-18
* A couple of minor cleanups: don't forward declare private classes, put privateChris Lattner2004-02-18
* Cleanup and simplify manipulation of the program, eliminate the need for soChris Lattner2004-02-18
* Add a stub for debugging code generator crashesChris Lattner2004-02-18
* indent correctlyChris Lattner2004-02-18
* Don't yell. BUGPOINT should yell, not the tool runner :)Chris Lattner2004-02-18
* Update comments, if we are running with the CBE, make sure the InterpreterChris Lattner2004-02-18
* Byebye methodChris Lattner2004-02-18
* If there is an error running a tool, include the error message (e.g. assertio...Chris Lattner2004-02-18
* ctor arguments changed orderChris Lattner2004-02-18
* Catch exception and print message as appropriateChris Lattner2004-02-18
* When an error occurs executing a tool, we now throw an exception insteadChris Lattner2004-02-18
* Bugpoint will be throwing exceptions soon, perpare for the worst.Chris Lattner2004-02-18
* This class got moved to FileUtilities.hChris Lattner2004-02-18
* Give extract -o and -f options, just like every other tool!Chris Lattner2004-02-18
* The CBE is now in llc, not llvm-disChris Lattner2004-02-17
* The C backend is no longer in llvm-dis, it's in llcChris Lattner2004-02-17
* The CBE is no longer in llvm-disChris Lattner2004-02-17
* When the user runs 'llc foo.bc -march=c', write the output to "foo.cbe.c", notChris Lattner2004-02-15
* Break a line that's over 80cols into two.Misha Brukman2004-02-13
* Do not advertise our -c option anymoreChris Lattner2004-02-13
* Mercilessly rip the cbackend out of llvm-dis. Leave a helpful error messageChris Lattner2004-02-13
* Add support for -march=cChris Lattner2004-02-13
* Change how we create the cwriter, and add a buttload of libraries that it nowChris Lattner2004-02-13
* Add check-exit-code option, defaulting to true.Brian Gaeke2004-02-11
* Factor profile information loading OUT of llvm-prof into libanalysisChris Lattner2004-02-11
* Fix indentation of selectiondag.Brian Gaeke2004-02-08
* Minor change to breakpoint (lack of) supportChris Lattner2004-02-08
* Add a -march=powerpc option. Automatically select it if this looks like aBrian Gaeke2004-02-02
* Link in the PowerPC back-end.Brian Gaeke2004-02-02
* Now that tailduplication does not bork SSA form, run mem2reg earlier in gccas.Chris Lattner2004-02-01
* Fixed PR#197. The libcrtend library is removed from the library linking listJohn Criswell2004-01-26
* Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so intoJohn Criswell2004-01-26
* Make sure to verify the result before writing out the bytecode file. Not doingChris Lattner2004-01-14
* finegrainify namespacificationChris Lattner2004-01-14
* Remove standard C header wrappersChris Lattner2004-01-10
* Remove wrappers around std c filesChris Lattner2004-01-10
* Ugh, fix some copy and pasted code that somehow never got compiled or somethingChris Lattner2004-01-06
* * Implement set/show argsChris Lattner2004-01-06