summaryrefslogtreecommitdiff
path: root/utils/NightlyTestTemplate.html
Commit message (Collapse)AuthorAge
* 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