summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* Make all tools that use llvmdo have a -topdir option that allows the topReid Spencer2006-08-14
* Added some comments to clarify code around sub TestDirectoryPatrick Jenkins2006-08-14
* 1. fix bug by ensuring we start at the llvm source root.Reid Spencer2006-08-13
* Count the documentation. Otherwise we take a 30,000 hit in the LOC on theReid Spencer2006-08-13
* Use the new -code-only option to llvmdo so that we only count things thatReid Spencer2006-08-13
* Add a -code-only option which restricts llvmdo to visiting just thoseReid Spencer2006-08-13
* Changes for LLVM coding standard compliance:Reid Spencer2006-08-13
* Lexer.cpp is a generated file both in lib/AsmParser and projects/StackerReid Spencer2006-08-11
* Weed out some cruft and add in some missing extensions.Reid Spencer2006-08-11
* Weed out cruft that should not be counted and add in extensions weReid Spencer2006-08-11
* Added two flags (-submit-server and -submit-script) which allow the user to s...Patrick Jenkins2006-08-11
* Make this script not care where it is run from by getting the llvm srcReid Spencer2006-08-11
* Make llvmdo and llvmgrep invulnerable to where they are run from by gettingReid Spencer2006-08-11
* Clean up the HTML output. Add a -filedetails option to report the number ofReid Spencer2006-08-11
* Remove blank line at end of file, removing test user "foo" from CVS history.Reid Spencer2006-08-11
* Drop the -details option, it was broken. If you want to know about aReid Spencer2006-08-11
* Use SmallVector instead.Evan Cheng2006-08-11
* - Prevent some functions from being inlined to eliminate the code size bloatEvan Cheng2006-08-11
* Fix a comment.Reid Spencer2006-08-09
* Revert previous patchChris Lattner2006-08-09
* Reverting back to original 1.8 version so I can manually merge in patch.Tanya Lattner2006-08-09
* Merge some NightlyTest.pl changes.Evan Cheng2006-08-09
* Start eliminating temporary vectors used to create DAG nodes. Instead, passChris Lattner2006-08-08
* Removed unneccesary output from nightly testerPatrick Jenkins2006-08-08
* Making TableGen'd instruction selection code non-recursive. This fixes PR805.Evan Cheng2006-08-07
* Reinstated the sending of a list of all dejagnutests run. Also fixed a rather...Patrick Jenkins2006-08-07
* no longer sending the list of all dejagnu tests because it is too big at the ...Patrick Jenkins2006-08-06
* Changed a = to a .= so we now append tests we have performed to the master li...Patrick Jenkins2006-08-04
* Made some more changes to the print statements in the nightly tester. The las...Patrick Jenkins2006-08-04
* Encapsulated all of the print statements in "if( $VERBOSE) { }". The testing ...Patrick Jenkins2006-08-04
* We should now send the correct list of dejagnu tests instead of the csv file ...Patrick Jenkins2006-08-04
* Print an error message if the lib directory (first argument) is not aReid Spencer2006-08-03
* One of the directories we were searching in for .o and .a files was wrong. We...Patrick Jenkins2006-08-03
* Remove some extraneous newlines.Chris Lattner2006-08-03
* Really add support for compilers without noinlineChris Lattner2006-08-03
* We now only search the following directories for .o and .a files:Patrick Jenkins2006-08-02
* Removed some dead code and hopefully fixed the issue where the total list of ...Patrick Jenkins2006-08-02
* Fix a problem with use of undefined variables. Print an error message ifReid Spencer2006-08-01
* Pass N by reference to select functions to prevent gcc from allocating more s...Evan Cheng2006-08-01
* Remove an unneeded match condition: the type check for root node has beenEvan Cheng2006-07-31
* fix externalsAndrew Lenharth2006-07-29
* Split each select function for a particular opcode into multiple ones. OneEvan Cheng2006-07-28
* Clean up.Evan Cheng2006-07-28
* Removed some unneccesary printing from the nightly tester.Patrick Jenkins2006-07-28
* Rename IsFoldableBy to CanBeFoldedleByEvan Cheng2006-07-28
* Remove InFlightSet hack. No longer needed.Evan Cheng2006-07-28
* Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs toReid Spencer2006-07-27
* Removed some unneccesary print statemntsPatrick Jenkins2006-07-27
* ChangeDir now returns the correct valuePatrick Jenkins2006-07-27
* Remove dead code.Evan Cheng2006-07-27