aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* This method takes sys::Path objects now.Chris Lattner2005-01-231-2/+2
* Drop dead #includeChris Lattner2005-01-231-2/+0
* The meat of this utility has been moved to FileUtilities, where it can beChris Lattner2005-01-231-153/+8
* Minor fix.Chris Lattner2005-01-221-1/+1
* This is the final big of factoring. This shares cases in suboperandChris Lattner2005-01-221-8/+34
* Implement *even more* factoring. In particular, if all of the instructionChris Lattner2005-01-221-20/+62
* Refactor code for numbering instructions into CodeGenTarget.Chris Lattner2005-01-223-10/+29
* Fix VC++ compilation errorJeff Cohen2005-01-221-0/+1
* Implement factoring of instruction pattern strings. In particular, instead ofChris Lattner2005-01-221-10/+97
* Fix the ::: problemChris Lattner2005-01-221-1/+1
* Minor refactoring, no functionality change.Chris Lattner2005-01-221-15/+20
* Seperate asmstring parsing from emission. This allows the code to be simplerChris Lattner2005-01-221-86/+153
* make double-dollar properly escape asmstringsAndrew Lenharth2005-01-221-0/+1
* Fix the path from ../lib/Debug to ../Debug/lib per changes to Makefiles.Reid Spencer2005-01-141-1/+1
* Update the documentation about -enable-llcbeta vs. -enable-linscanReid Spencer2005-01-131-1/+1
* Use and print out BuildStatus, we don't always have build errors.Misha Brukman2005-01-122-5/+6
* No need to repeat the word `build' since it's under `Build status'Misha Brukman2005-01-111-1/+1
* We don't always have build errors, so call it `status', not `error'Misha Brukman2005-01-111-1/+1
* rename linscan -> LLCBETA as it should beChris Lattner2005-01-081-1/+1
* 1. Make sure that "dot" can be found in the pathReid Spencer2005-01-051-3/+30
* Expose isConvertibleToThreeAddress and isCommutable bits to the code generator.Chris Lattner2005-01-023-0/+6
* * Don't include weak definitions as a definitionReid Spencer2004-12-301-4/+4
* A Perl script to generate an HTML definition list containing the LLVMReid Spencer2004-12-301-0/+101
* Revert the last patch so that the LLVMGCCDIR environment variable isReid Spencer2004-12-261-0/+5
* Remove references to LLVMGCCDIR because it was only used to provide aReid Spencer2004-12-241-5/+0
* Always print out DejagnuTest results to stdout so that it gets emailed to the...Tanya Lattner2004-12-171-0/+2
* Portability fix, thanks to Markus F.X.J. Oberhumer.Chris Lattner2004-12-161-4/+1
* Use user time, not wall time, for optimizer time.Chris Lattner2004-12-141-2/+2
* For PR351:Reid Spencer2004-12-131-59/+58
* For PR351: libLLVMSupport now depends on libLLVMSystemReid Spencer2004-12-131-1/+1
* Test commitTest Commit2004-12-091-0/+1
* For PR387:Reid Spencer2004-12-061-43/+174
* Revert previous changes to remove -enable-linscan and the *BETA columns ofReid Spencer2004-12-062-2/+5
* Rather than break all the nightly test invocations, permit -enable-linscanReid Spencer2004-12-061-1/+2
* Remove LLC-BETA and linear scan options as they are no longer reported.Reid Spencer2004-12-062-4/+0
* Print out something useful instead of a blank table when the external testsReid Spencer2004-12-041-0/+1
* Move the dejagnu section to immediately before the 'trends' section.Chris Lattner2004-12-041-11/+12
* Remove last remnants of qmtest stuffChris Lattner2004-12-041-21/+0
* Run dejagnu by default.Tanya Lattner2004-12-041-1/+1
* Removed QMTest functions. The nightly tester no longer runs qmtest. It now ru...Tanya Lattner2004-12-041-74/+5
* Removed QMTests as I will be zapping them soon.John Criswell2004-12-031-51/+0
* Make sure the timing output is also sent to the log file for dejagnu, notReid Spencer2004-11-231-1/+1
* Change formats, as suggested by DuraidChris Lattner2004-11-231-1/+1
* Moved dejagnu log link to the template.Tanya Lattner2004-11-222-3/+1
* Changed to catch stderror of dejagnu and fixed missing quote.Tanya Lattner2004-11-221-1/+1
* Made dejagnu option lower case.Tanya Lattner2004-11-211-1/+1
* Added the ability to run Dejagnu tests.Tanya Lattner2004-11-212-1/+100
* Fix usage of changed function prototypeReid Spencer2004-11-141-1/+1
* * Add support for f2c and the -f2c switch to enable Fortran benchmarksMisha Brukman2004-11-081-12/+18
* Adjust to printing user+system times instead of wall times. Run the oldenChris Lattner2004-11-061-6/+7