summaryrefslogtreecommitdiff
path: root/utils/NightlyTestTemplate.html
Commit message (Collapse)AuthorAge
* Cause the various warnings list to be generated via a <ul> list withReid Spencer2006-03-21
| | | | | | | | | | | text enclosed in <tt>. This ensures that (a) the text is in a fixed width font (to indicated generated text) and (b) the text wraps without causing the page width to be extended. The main result of this is that the report will wrap to conform to the window size in which it is displayed instead of having a very wide length if a warning message is long. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26916 91177308-0d34-0410-b5e6-96231b3b80d8
* Convert llvm.cs.uiuc.edu -> llvm.orgReid Spencer2006-03-14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26748 91177308-0d34-0410-b5e6-96231b3b80d8
* Make long warnings wrap and have less indent so other portions of the pageReid Spencer2006-01-28
| | | | | | | are not skewed out of view. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25753 91177308-0d34-0410-b5e6-96231b3b80d8
* The nightly tester report doesn't report JIT code size anymore, remove itChris Lattner2005-10-28
| | | | | | | from the olden graph. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24057 91177308-0d34-0410-b5e6-96231b3b80d8
* Include local time on the web page for start/end times.Chris Lattner2005-02-13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20150 91177308-0d34-0410-b5e6-96231b3b80d8
* Use and print out BuildStatus, we don't always have build errors.Misha Brukman2005-01-12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19497 91177308-0d34-0410-b5e6-96231b3b80d8
* We don't always have build errors, so call it `status', not `error'Misha Brukman2005-01-11
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19479 91177308-0d34-0410-b5e6-96231b3b80d8
* Revert previous changes to remove -enable-linscan and the *BETA columns ofReid Spencer2004-12-06
| | | | | | | the nightly test. These are still needed for iterative linear scan testing. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18577 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove LLC-BETA and linear scan options as they are no longer reported.Reid Spencer2004-12-06
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18574 91177308-0d34-0410-b5e6-96231b3b80d8
* Move the dejagnu section to immediately before the 'trends' section.Chris Lattner2004-12-04
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18497 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove last remnants of qmtest stuffChris Lattner2004-12-04
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18496 91177308-0d34-0410-b5e6-96231b3b80d8
* Moved dejagnu log link to the template.Tanya Lattner2004-11-22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18111 91177308-0d34-0410-b5e6-96231b3b80d8
* Added the ability to run Dejagnu tests.Tanya Lattner2004-11-21
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18074 91177308-0d34-0410-b5e6-96231b3b80d8
* Change column nameChris Lattner2004-07-23
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15129 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix relative links for nightly testers not hosted on llvm.cs.Chris Lattner2004-06-25
| | | | | | | Patch contributed by Vladimir Merzliakov! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14419 91177308-0d34-0410-b5e6-96231b3b80d8
* Added start time, finish time, and platform (uname -a output) informationReid Spencer2004-06-22
| | | | | | | to the top of the template for identification purposes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14318 91177308-0d34-0410-b5e6-96231b3b80d8
* Removed extra href close tagTanya Lattner2004-06-22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14315 91177308-0d34-0410-b5e6-96231b3b80d8
* Columnized the compilation statistics for easier reading.Reid Spencer2004-06-09
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14099 91177308-0d34-0410-b5e6-96231b3b80d8
* Regularize title of Regression Test section. Clean up some blank space.Reid Spencer2004-06-09
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14080 91177308-0d34-0410-b5e6-96231b3b80d8
* Align the lower portion of the page with the left margin so that the pageReid Spencer2004-05-31
| | | | | | | | width is not made excessive by the large table of results. Improves readability of the page. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13913 91177308-0d34-0410-b5e6-96231b3b80d8
* Changes to make the nightly tester run the regression tests at night, yaay!Chris Lattner2004-05-28
| | | | | | | Change contributed by Reid Spencer. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13882 91177308-0d34-0410-b5e6-96231b3b80d8
* Update templateChris Lattner2003-12-19
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10525 91177308-0d34-0410-b5e6-96231b3b80d8
* * Add units to the yaxis of each chartChris Lattner2003-11-08
| | | | | | | * Add charts to the nightly test report git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9808 91177308-0d34-0410-b5e6-96231b3b80d8
* Properly close anchor tags in column descriptionsAlkis Evlogimenos2003-10-08
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8959 91177308-0d34-0410-b5e6-96231b3b80d8
* I wanted to make the top of the page less verbose. Hope this helps.Brian Gaeke2003-10-06
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8891 91177308-0d34-0410-b5e6-96231b3b80d8
* Document new columnChris Lattner2003-09-17
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8589 91177308-0d34-0410-b5e6-96231b3b80d8
* Start testing SPEC as well as singlesource/multisourceChris Lattner2003-08-21
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8005 91177308-0d34-0410-b5e6-96231b3b80d8
* Since we broke up SingleSource and MultiSource testing, the logs are nowMisha Brukman2003-08-19
| | | | | | | separate as well. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7970 91177308-0d34-0410-b5e6-96231b3b80d8
* Increase the size of the LOC chartChris Lattner2003-08-19
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7968 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove fixmeChris Lattner2003-08-18
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7958 91177308-0d34-0410-b5e6-96231b3b80d8
* Add in the running LOC chartChris Lattner2003-08-18
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7956 91177308-0d34-0410-b5e6-96231b3b80d8
* * Split the programs table into MultiSource and SingleSource componentsChris Lattner2003-08-18
| | | | | | | | * Instead of printing the time to configure as the build time, print the time to configure AND the build time, explicitly git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7942 91177308-0d34-0410-b5e6-96231b3b80d8
* The CBE output is compiled at -O2Chris Lattner2003-08-18
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7938 91177308-0d34-0410-b5e6-96231b3b80d8
* Add docs for new column, native tests now run with -O2Chris Lattner2003-08-18
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7935 91177308-0d34-0410-b5e6-96231b3b80d8
* * Match the column names in the reportMisha Brukman2003-08-15
| | | | | | | | * Describe and clarify meanings of columns * Fix up HTML: close <a> and <li> tags git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7900 91177308-0d34-0410-b5e6-96231b3b80d8
* Document new column, remove X86 specific stuffChris Lattner2003-08-15
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7886 91177308-0d34-0410-b5e6-96231b3b80d8
* update documentation about columnsChris Lattner2003-06-21
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6833 91177308-0d34-0410-b5e6-96231b3b80d8
* Update column infoChris Lattner2003-05-10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6079 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix broken linksChris Lattner2003-02-28
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5678 91177308-0d34-0410-b5e6-96231b3b80d8
* Indent for uniformityChris Lattner2003-02-02
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5470 91177308-0d34-0410-b5e6-96231b3b80d8
* Implement "new/removed/broken/fixed" testsChris Lattner2003-01-22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5399 91177308-0d34-0410-b5e6-96231b3b80d8
* Add support for program testsChris Lattner2003-01-22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5395 91177308-0d34-0410-b5e6-96231b3b80d8
* Add information about new warnings and warning changesChris Lattner2003-01-20
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5378 91177308-0d34-0410-b5e6-96231b3b80d8
* Initial checkin of the nightly build scriptsChris Lattner2003-01-20
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5376 91177308-0d34-0410-b5e6-96231b3b80d8