summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2006-08-21The new nightly tester should stop outputing a message stating thePatrick Jenkins1-22/+24
2006-08-18These changes reflect the changes in the database for how tests are storedPatrick Jenkins1-51/+26
2006-08-17Changing the format dejagnu tests are submitted. We used to only submit multi...Patrick Jenkins1-19/+23
2006-08-16My last commit added some experimental features I have been working on. This ...Patrick Jenkins1-18/+19
2006-08-16Changed the call to countloc.sh so that the correct topdirectory of the llvm ...Patrick Jenkins1-20/+19
2006-08-16SelectNodeTo() may return a SDOperand that is different from the input.Evan Cheng1-4/+1
2006-08-15The generated runloop shouldn't require Select to update 'Result'. In factChris Lattner1-3/+6
2006-08-15allow Select to return the node being selected if RAU isn't needed.Chris Lattner1-1/+1
2006-08-15Simplify this a little bit.Reid Spencer1-7/+5
2006-08-15This script takes arguments so remove the check for number of arguments,Reid Spencer1-7/+5
2006-08-14Make all tools that use llvmdo have a -topdir option that allows the topReid Spencer6-127/+186
2006-08-14Added some comments to clarify code around sub TestDirectoryPatrick Jenkins1-2/+1
2006-08-131. fix bug by ensuring we start at the llvm source root.Reid Spencer1-1/+6
2006-08-13Count the documentation. Otherwise we take a 30,000 hit in the LOC on theReid Spencer1-5/+5
2006-08-13Use the new -code-only option to llvmdo so that we only count things thatReid Spencer1-1/+1
2006-08-13Add a -code-only option which restricts llvmdo to visiting just thoseReid Spencer1-80/+116
2006-08-13Changes for LLVM coding standard compliance:Reid Spencer1-508/+491
2006-08-11Lexer.cpp is a generated file both in lib/AsmParser and projects/StackerReid Spencer1-0/+1
2006-08-11Weed out some cruft and add in some missing extensions.Reid Spencer1-18/+40
2006-08-11Weed out cruft that should not be counted and add in extensions weReid Spencer1-106/+50
2006-08-11Added two flags (-submit-server and -submit-script) which allow the user to s...Patrick Jenkins1-5/+18
2006-08-11Make this script not care where it is run from by getting the llvm srcReid Spencer1-1/+1
2006-08-11Make llvmdo and llvmgrep invulnerable to where they are run from by gettingReid Spencer2-5/+11
2006-08-11Clean up the HTML output. Add a -filedetails option to report the number ofReid Spencer1-50/+61
2006-08-11Remove blank line at end of file, removing test user "foo" from CVS history.Reid Spencer1-1/+0
2006-08-11Drop the -details option, it was broken. If you want to know about aReid Spencer1-54/+42
2006-08-11Use SmallVector instead.Evan Cheng1-1/+1
2006-08-11- Prevent some functions from being inlined to eliminate the code size bloatEvan Cheng1-67/+96
2006-08-09Fix a comment.Reid Spencer1-2/+1
2006-08-09Revert previous patchChris Lattner1-501/+396
2006-08-09Reverting back to original 1.8 version so I can manually merge in patch.Tanya Lattner1-396/+501
2006-08-09Merge some NightlyTest.pl changes.Evan Cheng1-1/+5
2006-08-08Start eliminating temporary vectors used to create DAG nodes. Instead, passChris Lattner1-2/+3
2006-08-08Removed unneccesary output from nightly testerPatrick Jenkins1-3/+3
2006-08-07Making TableGen'd instruction selection code non-recursive. This fixes PR805.Evan Cheng2-246/+123
2006-08-07Reinstated the sending of a list of all dejagnutests run. Also fixed a rather...Patrick Jenkins1-2/+2
2006-08-06no longer sending the list of all dejagnu tests because it is too big at the ...Patrick Jenkins1-1/+1
2006-08-04Changed a = to a .= so we now append tests we have performed to the master li...Patrick Jenkins1-3/+3
2006-08-04Made some more changes to the print statements in the nightly tester. The las...Patrick Jenkins1-10/+7
2006-08-04Encapsulated all of the print statements in "if( $VERBOSE) { }". The testing ...Patrick Jenkins1-6/+6
2006-08-04We should now send the correct list of dejagnu tests instead of the csv file ...Patrick Jenkins1-1/+5
2006-08-03Print an error message if the lib directory (first argument) is not aReid Spencer1-2/+3
2006-08-03One of the directories we were searching in for .o and .a files was wrong. We...Patrick Jenkins1-2/+2
2006-08-03Remove some extraneous newlines.Chris Lattner1-2/+2
2006-08-03Really add support for compilers without noinlineChris Lattner1-0/+2
2006-08-02We now only search the following directories for .o and .a files:Patrick Jenkins1-3/+22
2006-08-02Removed some dead code and hopefully fixed the issue where the total list of ...Patrick Jenkins1-132/+53
2006-08-01Fix a problem with use of undefined variables. Print an error message ifReid Spencer1-9/+39
2006-08-01Pass N by reference to select functions to prevent gcc from allocating more s...Evan Cheng1-3/+3
2006-07-31Remove an unneeded match condition: the type check for root node has beenEvan Cheng1-7/+22