aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* It would help if the headings were sorted properly.Reid Spencer2005-05-161-1/+1
* Fix a brain blunder in the HTML output.Reid Spencer2005-05-161-3/+4
* Sometimes tab completion is *not* your friend. Added the wrong file, byReid Spencer2005-05-162-21/+257
* Add a script to generate information about the number of lines of code aReid Spencer2005-05-161-0/+21
* add support for fastcc and friendsChris Lattner2005-05-132-2/+2
* * Fix wording of the warningMisha Brukman2005-05-121-2/+8
* Hilight tailChris Lattner2005-05-062-2/+2
* import fix and plot multiple lines at onceAndrew Lenharth2005-04-272-15/+29
* Generate a gnuplot script for any program and any test (like llc or gcc)Andrew Lenharth2005-04-271-0/+39
* So you want to import nightly tester data into a data base? Have we got the ...Andrew Lenharth2005-04-271-7/+67
* fix for parse, and a start at db import. Using CVS as scp :)Andrew Lenharth2005-04-272-3/+31
* A first step towards being able to do more interesting things with the nightl...Andrew Lenharth2005-04-271-0/+32
* elisp code to help with LLVM code standards complianceMisha Brukman2005-04-241-0/+12
* .vimrc file to aid in LLVM coding standards conformanceMisha Brukman2005-04-241-0/+34
* Eliminate tabs and trailing spacesJeff Cohen2005-04-2226-3702/+3702
* Remove trailing whitespaceMisha Brukman2005-04-2220-136/+136
* ignore generated filesChris Lattner2005-04-191-0/+4
* fix bogus warningChris Lattner2005-04-191-0/+1
* Major change to tblgen: instead of resolving values every time a class isChris Lattner2005-04-193-73/+119
* implementing shifting of literal integersChris Lattner2005-04-192-0/+16
* Add initial lexer and parser support for shifting values. Every use of thisChris Lattner2005-04-193-0/+29
* spiff up the nightly tester output one more notchChris Lattner2005-03-171-3/+3
* Print out who commits and what files were modified at the bottom of the test ...Chris Lattner2005-03-161-8/+14
* Fix computation of compiled objects, contributed by Vladimir Merzliakov!Chris Lattner2005-03-111-1/+1
* Replace tabs with spaces, separate function arguments with a spaceMisha Brukman2005-03-101-12/+12
* Improve formatting of the sent mail for the dj test results.Chris Lattner2005-03-101-4/+15
* Include local time on the web page for start/end times.Chris Lattner2005-02-132-4/+5
* 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