aboutsummaryrefslogtreecommitdiff
path: root/DiffOutput.sh
AgeCommit message (Expand)Author
2006-10-18Catch standard error output from the diff program into the diff file asReid Spencer
2004-04-13Use spiff to perform our diffs. This is nice for two reasons:Chris Lattner
2004-01-12Change output to include the actual program tested (lli, llc, llc-ls,Alkis Evlogimenos
2004-01-08Add more documentation.Brian Gaeke
2003-11-08Don't pick 'gdiff' to diff unless 'which' hands us back somethingBrian Gaeke
2003-06-22Well the --speed-large-files option did not fix the crafty test on the nightl...Chris Lattner
2003-06-22Use the "fast" method of diffing so we don't get out-of-memory errors when di...Chris Lattner
2003-06-04Really don't use something that doesn't work on the Sparcs.Vikram Adve
2003-06-01Really do use unified diffsChris Lattner
2003-05-25Replace -u with -C 2. -u is not supported by diff (on Solaris at least).Vikram Adve
2003-05-11Do not print out thousands of lines of useless output.Chris Lattner
2003-05-10Stop printing out the path to gdiffChris Lattner
2003-02-28Avoid garbage outputChris Lattner
2003-01-22Make this work on linux when /usr/dcs/... isn't in the pathChris Lattner
2002-04-04Change extensionChris Lattner
2002-02-18Use a unified diffChris Lattner
2002-01-23Initial checkinChris Lattner