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