| Commit message (Expand) | Author | Age | Files | Lines |
* | This method takes sys::Path objects now. | Chris Lattner | 2005-01-23 | 1 | -2/+2 |
* | Drop dead #include | Chris Lattner | 2005-01-23 | 1 | -2/+0 |
* | The meat of this utility has been moved to FileUtilities, where it can be | Chris Lattner | 2005-01-23 | 1 | -153/+8 |
* | Minor fix. | Chris Lattner | 2005-01-22 | 1 | -1/+1 |
* | This is the final big of factoring. This shares cases in suboperand | Chris Lattner | 2005-01-22 | 1 | -8/+34 |
* | Implement *even more* factoring. In particular, if all of the instruction | Chris Lattner | 2005-01-22 | 1 | -20/+62 |
* | Refactor code for numbering instructions into CodeGenTarget. | Chris Lattner | 2005-01-22 | 3 | -10/+29 |
* | Fix VC++ compilation error | Jeff Cohen | 2005-01-22 | 1 | -0/+1 |
* | Implement factoring of instruction pattern strings. In particular, instead of | Chris Lattner | 2005-01-22 | 1 | -10/+97 |
* | Fix the ::: problem | Chris Lattner | 2005-01-22 | 1 | -1/+1 |
* | Minor refactoring, no functionality change. | Chris Lattner | 2005-01-22 | 1 | -15/+20 |
* | Seperate asmstring parsing from emission. This allows the code to be simpler | Chris Lattner | 2005-01-22 | 1 | -86/+153 |
* | make double-dollar properly escape asmstrings | Andrew Lenharth | 2005-01-22 | 1 | -0/+1 |
* | Fix the path from ../lib/Debug to ../Debug/lib per changes to Makefiles. | Reid Spencer | 2005-01-14 | 1 | -1/+1 |
* | Update the documentation about -enable-llcbeta vs. -enable-linscan | Reid Spencer | 2005-01-13 | 1 | -1/+1 |
* | Use and print out BuildStatus, we don't always have build errors. | Misha Brukman | 2005-01-12 | 2 | -5/+6 |
* | No need to repeat the word `build' since it's under `Build status' | Misha Brukman | 2005-01-11 | 1 | -1/+1 |
* | We don't always have build errors, so call it `status', not `error' | Misha Brukman | 2005-01-11 | 1 | -1/+1 |
* | rename linscan -> LLCBETA as it should be | Chris Lattner | 2005-01-08 | 1 | -1/+1 |
* | 1. Make sure that "dot" can be found in the path | Reid Spencer | 2005-01-05 | 1 | -3/+30 |
* | Expose isConvertibleToThreeAddress and isCommutable bits to the code generator. | Chris Lattner | 2005-01-02 | 3 | -0/+6 |
* | * Don't include weak definitions as a definition | Reid Spencer | 2004-12-30 | 1 | -4/+4 |
* | A Perl script to generate an HTML definition list containing the LLVM | Reid Spencer | 2004-12-30 | 1 | -0/+101 |
* | Revert the last patch so that the LLVMGCCDIR environment variable is | Reid Spencer | 2004-12-26 | 1 | -0/+5 |
* | Remove references to LLVMGCCDIR because it was only used to provide a | Reid Spencer | 2004-12-24 | 1 | -5/+0 |
* | Always print out DejagnuTest results to stdout so that it gets emailed to the... | Tanya Lattner | 2004-12-17 | 1 | -0/+2 |
* | Portability fix, thanks to Markus F.X.J. Oberhumer. | Chris Lattner | 2004-12-16 | 1 | -4/+1 |
* | Use user time, not wall time, for optimizer time. | Chris Lattner | 2004-12-14 | 1 | -2/+2 |
* | For PR351: | Reid Spencer | 2004-12-13 | 1 | -59/+58 |
* | For PR351: libLLVMSupport now depends on libLLVMSystem | Reid Spencer | 2004-12-13 | 1 | -1/+1 |
* | Test commit | Test Commit | 2004-12-09 | 1 | -0/+1 |
* | For PR387: | Reid Spencer | 2004-12-06 | 1 | -43/+174 |
* | Revert previous changes to remove -enable-linscan and the *BETA columns of | Reid Spencer | 2004-12-06 | 2 | -2/+5 |
* | Rather than break all the nightly test invocations, permit -enable-linscan | Reid Spencer | 2004-12-06 | 1 | -1/+2 |
* | Remove LLC-BETA and linear scan options as they are no longer reported. | Reid Spencer | 2004-12-06 | 2 | -4/+0 |
* | Print out something useful instead of a blank table when the external tests | Reid Spencer | 2004-12-04 | 1 | -0/+1 |
* | Move the dejagnu section to immediately before the 'trends' section. | Chris Lattner | 2004-12-04 | 1 | -11/+12 |
* | Remove last remnants of qmtest stuff | Chris Lattner | 2004-12-04 | 1 | -21/+0 |
* | Run dejagnu by default. | Tanya Lattner | 2004-12-04 | 1 | -1/+1 |
* | Removed QMTest functions. The nightly tester no longer runs qmtest. It now ru... | Tanya Lattner | 2004-12-04 | 1 | -74/+5 |
* | Removed QMTests as I will be zapping them soon. | John Criswell | 2004-12-03 | 1 | -51/+0 |
* | Make sure the timing output is also sent to the log file for dejagnu, not | Reid Spencer | 2004-11-23 | 1 | -1/+1 |
* | Change formats, as suggested by Duraid | Chris Lattner | 2004-11-23 | 1 | -1/+1 |
* | Moved dejagnu log link to the template. | Tanya Lattner | 2004-11-22 | 2 | -3/+1 |
* | Changed to catch stderror of dejagnu and fixed missing quote. | Tanya Lattner | 2004-11-22 | 1 | -1/+1 |
* | Made dejagnu option lower case. | Tanya Lattner | 2004-11-21 | 1 | -1/+1 |
* | Added the ability to run Dejagnu tests. | Tanya Lattner | 2004-11-21 | 2 | -1/+100 |
* | Fix usage of changed function prototype | Reid Spencer | 2004-11-14 | 1 | -1/+1 |
* | * Add support for f2c and the -f2c switch to enable Fortran benchmarks | Misha Brukman | 2004-11-08 | 1 | -12/+18 |
* | Adjust to printing user+system times instead of wall times. Run the olden | Chris Lattner | 2004-11-06 | 1 | -6/+7 |