aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2005-04-22Eliminate tabs and trailing spacesJeff Cohen
2005-04-22Remove trailing whitespaceMisha Brukman
2005-04-19ignore generated filesChris Lattner
2005-04-19fix bogus warningChris Lattner
2005-04-19Major change to tblgen: instead of resolving values every time a class isChris Lattner
2005-04-19implementing shifting of literal integersChris Lattner
2005-04-19Add initial lexer and parser support for shifting values. Every use of thisChris Lattner
2005-03-17spiff up the nightly tester output one more notchChris Lattner
2005-03-16Print out who commits and what files were modified at the bottom of the test ...Chris Lattner
2005-03-11Fix computation of compiled objects, contributed by Vladimir Merzliakov!Chris Lattner
2005-03-10Replace tabs with spaces, separate function arguments with a spaceMisha Brukman
2005-03-10Improve formatting of the sent mail for the dj test results.Chris Lattner
2005-02-13Include local time on the web page for start/end times.Chris Lattner
2005-01-23This method takes sys::Path objects now.Chris Lattner
2005-01-23Drop dead #includeChris Lattner
2005-01-23The meat of this utility has been moved to FileUtilities, where it can beChris Lattner
2005-01-22Minor fix.Chris Lattner
2005-01-22This is the final big of factoring. This shares cases in suboperandChris Lattner
2005-01-22Implement *even more* factoring. In particular, if all of the instructionChris Lattner
2005-01-22Refactor code for numbering instructions into CodeGenTarget.Chris Lattner
2005-01-22Fix VC++ compilation errorJeff Cohen
2005-01-22Implement factoring of instruction pattern strings. In particular, instead ofChris Lattner
2005-01-22Fix the ::: problemChris Lattner
2005-01-22Minor refactoring, no functionality change.Chris Lattner
2005-01-22Seperate asmstring parsing from emission. This allows the code to be simplerChris Lattner
2005-01-22make double-dollar properly escape asmstringsAndrew Lenharth
2005-01-14Fix the path from ../lib/Debug to ../Debug/lib per changes to Makefiles.Reid Spencer
2005-01-13Update the documentation about -enable-llcbeta vs. -enable-linscanReid Spencer
2005-01-12Use and print out BuildStatus, we don't always have build errors.Misha Brukman
2005-01-11No need to repeat the word `build' since it's under `Build status'Misha Brukman
2005-01-11We don't always have build errors, so call it `status', not `error'Misha Brukman
2005-01-08rename linscan -> LLCBETA as it should beChris Lattner
2005-01-051. Make sure that "dot" can be found in the pathReid Spencer
2005-01-02Expose isConvertibleToThreeAddress and isCommutable bits to the code generator.Chris Lattner
2004-12-30* Don't include weak definitions as a definitionReid Spencer
2004-12-30A Perl script to generate an HTML definition list containing the LLVMReid Spencer
2004-12-26Revert the last patch so that the LLVMGCCDIR environment variable isReid Spencer
2004-12-24Remove references to LLVMGCCDIR because it was only used to provide aReid Spencer
2004-12-17Always print out DejagnuTest results to stdout so that it gets emailed to the...Tanya Lattner
2004-12-16Portability fix, thanks to Markus F.X.J. Oberhumer.Chris Lattner
2004-12-14Use user time, not wall time, for optimizer time.Chris Lattner
2004-12-13For PR351:Reid Spencer
2004-12-13For PR351: libLLVMSupport now depends on libLLVMSystemReid Spencer
2004-12-09Test commitTest Commit
2004-12-06For PR387:Reid Spencer
2004-12-06Revert previous changes to remove -enable-linscan and the *BETA columns ofReid Spencer
2004-12-06Rather than break all the nightly test invocations, permit -enable-linscanReid Spencer
2004-12-06Remove LLC-BETA and linear scan options as they are no longer reported.Reid Spencer
2004-12-04Print out something useful instead of a blank table when the external testsReid Spencer
2004-12-04Move the dejagnu section to immediately before the 'trends' section.Chris Lattner