aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* new testcaseChris Lattner2004-02-201-0/+34
* Added the POVRAY_ROOT to locate Povray.John Criswell2004-02-201-0/+4
* Added an option for configuring Povray. By default, it should find my localJohn Criswell2004-02-202-29/+89
* Build an archive for use with Povray.John Criswell2004-02-202-0/+2
* Some more statistics improvements.Alkis Evlogimenos2004-02-201-11/+17
* Disambiguate statistic descriptions.Alkis Evlogimenos2004-02-201-1/+1
* Rename statistic and add another one.Alkis Evlogimenos2004-02-201-3/+6
* Add support for some string functions, the scanf family, and sprintfChris Lattner2004-02-201-4/+66
* Add a simple implementation of strncpyChris Lattner2004-02-201-0/+6
* New testcase, do not emit a call to __builtin_sqrt, emit a call to sqrt instead!Chris Lattner2004-02-201-0/+6
* Bug fixedChris Lattner2004-02-201-0/+1
* PR244: [llvm-gcc] miscompilation when a function is re-declared as staticChris Lattner2004-02-201-0/+9
* Add checks for <execinfo.h> and backtrace().Brian Gaeke2004-02-201-2/+2
* Fix crash in debug output.Alkis Evlogimenos2004-02-201-1/+1
* Use backtrace() and include execinfo.h, if they were detected by autoconf.Brian Gaeke2004-02-201-5/+10
* Regenerated using autoheader-2.57.Brian Gaeke2004-02-202-0/+12
* Regenerated using autoconf-2.57.Brian Gaeke2004-02-201-2/+4
* Fix instruction numbering in debug output.Alkis Evlogimenos2004-02-201-1/+2
* Too many changes in one commit:Alkis Evlogimenos2004-02-205-170/+324
* 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
* It is totally unacceptable to print out (literally) millions of zeros whenChris Lattner2004-02-202-4/+26
* Add strndupChris Lattner2004-02-191-3/+10
* Add a method useful for updating DSAChris Lattner2004-02-192-0/+18
* Disable the stack trace thing until we can get an autoconf test for it. ThisChris Lattner2004-02-191-3/+3
* 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
* Implement new functionChris Lattner2004-02-191-0/+6
* Add a new functionChris Lattner2004-02-192-0/+6
* Fix RA::verifyAssignment()Alkis Evlogimenos2004-02-191-4/+8
* Fix problem fusing spill code into instructions: we didn't update the liveChris Lattner2004-02-191-0/+3
* Fix an iterator invalidation problem. :(Chris Lattner2004-02-191-2/+11
* ADd a method for when an instruction movesChris Lattner2004-02-191-0/+6
* Add method to update livevar when an instruction movesChris Lattner2004-02-191-0/+34
* Be a bit more robust. Explicitly check for a code generator crash.Chris Lattner2004-02-191-1/+16
* Fix a __LONG__ term annoyance of mine: symbolic registers weren't being printedChris Lattner2004-02-191-6/+16
* Add a MachineBasicBlock::getParent() methodChris Lattner2004-02-192-6/+14
* Make ToolExecutionError inherit std::exception and implement itsAlkis Evlogimenos2004-02-196-9/+17
* Print stacktrace in STDERR before dying on a fatal signal. CurrentlyAlkis Evlogimenos2004-02-191-1/+7
* Rename reloads/spills to loads/stores.Alkis Evlogimenos2004-02-193-14/+14
* This is needed by assignment verification in linear-scan.Alkis Evlogimenos2004-02-191-0/+8
* Fix the "horribly N^2'd" problem when deleting individual instructions.Chris Lattner2004-02-181-18/+29
* Document the code generator debugger.Chris Lattner2004-02-181-25/+25
* document the -march=c optionChris Lattner2004-02-181-0/+3
* * 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-182-0/+24