summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2005-03-17spiff up the nightly tester output one more notchChris Lattner1-3/+3
2005-03-16Print out who commits and what files were modified at the bottom of the test ...Chris Lattner1-8/+14
2005-03-11Fix computation of compiled objects, contributed by Vladimir Merzliakov!Chris Lattner1-1/+1
2005-03-10Replace tabs with spaces, separate function arguments with a spaceMisha Brukman1-12/+12
2005-03-10Improve formatting of the sent mail for the dj test results.Chris Lattner1-4/+15
2005-02-13Include local time on the web page for start/end times.Chris Lattner2-4/+5
2005-01-23This method takes sys::Path objects now.Chris Lattner1-2/+2
2005-01-23Drop dead #includeChris Lattner1-2/+0
2005-01-23The meat of this utility has been moved to FileUtilities, where it can beChris Lattner1-153/+8
2005-01-22Minor fix.Chris Lattner1-1/+1
2005-01-22This is the final big of factoring. This shares cases in suboperandChris Lattner1-8/+34
2005-01-22Implement *even more* factoring. In particular, if all of the instructionChris Lattner1-20/+62
2005-01-22Refactor code for numbering instructions into CodeGenTarget.Chris Lattner3-10/+29
2005-01-22Fix VC++ compilation errorJeff Cohen1-0/+1
2005-01-22Implement factoring of instruction pattern strings. In particular, instead ofChris Lattner1-10/+97
2005-01-22Fix the ::: problemChris Lattner1-1/+1
2005-01-22Minor refactoring, no functionality change.Chris Lattner1-15/+20
2005-01-22Seperate asmstring parsing from emission. This allows the code to be simplerChris Lattner1-86/+153
2005-01-22make double-dollar properly escape asmstringsAndrew Lenharth1-0/+1
2005-01-14Fix the path from ../lib/Debug to ../Debug/lib per changes to Makefiles.Reid Spencer1-1/+1
2005-01-13Update the documentation about -enable-llcbeta vs. -enable-linscanReid Spencer1-1/+1
2005-01-12Use and print out BuildStatus, we don't always have build errors.Misha Brukman2-5/+6
2005-01-11No need to repeat the word `build' since it's under `Build status'Misha Brukman1-1/+1
2005-01-11We don't always have build errors, so call it `status', not `error'Misha Brukman1-1/+1
2005-01-08rename linscan -> LLCBETA as it should beChris Lattner1-1/+1
2005-01-051. Make sure that "dot" can be found in the pathReid Spencer1-3/+30
2005-01-02Expose isConvertibleToThreeAddress and isCommutable bits to the code generator.Chris Lattner3-0/+6
2004-12-30* Don't include weak definitions as a definitionReid Spencer1-4/+4
2004-12-30A Perl script to generate an HTML definition list containing the LLVMReid Spencer1-0/+101
2004-12-26Revert the last patch so that the LLVMGCCDIR environment variable isReid Spencer1-0/+5
2004-12-24Remove references to LLVMGCCDIR because it was only used to provide aReid Spencer1-5/+0
2004-12-17Always print out DejagnuTest results to stdout so that it gets emailed to the...Tanya Lattner1-0/+2
2004-12-16Portability fix, thanks to Markus F.X.J. Oberhumer.Chris Lattner1-4/+1
2004-12-14Use user time, not wall time, for optimizer time.Chris Lattner1-2/+2
2004-12-13For PR351:Reid Spencer1-59/+58
2004-12-13For PR351: libLLVMSupport now depends on libLLVMSystemReid Spencer1-1/+1
2004-12-09Test commitTest Commit1-0/+1
2004-12-06For PR387:Reid Spencer1-43/+174
2004-12-06Revert previous changes to remove -enable-linscan and the *BETA columns ofReid Spencer2-2/+5
2004-12-06Rather than break all the nightly test invocations, permit -enable-linscanReid Spencer1-1/+2
2004-12-06Remove LLC-BETA and linear scan options as they are no longer reported.Reid Spencer2-4/+0
2004-12-04Print out something useful instead of a blank table when the external testsReid Spencer1-0/+1
2004-12-04Move the dejagnu section to immediately before the 'trends' section.Chris Lattner1-11/+12
2004-12-04Remove last remnants of qmtest stuffChris Lattner1-21/+0
2004-12-04Run dejagnu by default.Tanya Lattner1-1/+1
2004-12-04Removed QMTest functions. The nightly tester no longer runs qmtest. It now ru...Tanya Lattner1-74/+5
2004-12-03Removed QMTests as I will be zapping them soon.John Criswell1-51/+0
2004-11-23Make sure the timing output is also sent to the log file for dejagnu, notReid Spencer1-1/+1
2004-11-23Change formats, as suggested by DuraidChris Lattner1-1/+1
2004-11-22Moved dejagnu log link to the template.Tanya Lattner2-3/+1