[llvm-commits] CVS: llvm-test/TEST.nightly.report

Patrick Jenkins pjenkins at apple.com
Wed Aug 16 15:25:21 PDT 2006



Changes in directory llvm-test:

TEST.nightly.report updated: 1.40 -> 1.41
---
Log message:

Reinstating the comparisons to GCC for the nightly test reports.


---
Diffs of the changes:  (+7 -7)

 TEST.nightly.report |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)


Index: llvm-test/TEST.nightly.report
diff -u llvm-test/TEST.nightly.report:1.40 llvm-test/TEST.nightly.report:1.41
--- llvm-test/TEST.nightly.report:1.40	Wed Aug 16 12:16:15 2006
+++ llvm-test/TEST.nightly.report	Wed Aug 16 17:25:07 2006
@@ -68,22 +68,22 @@
 (
 # Name
  ["Program"  , '\'([^\']+)\' Program'],
-# [],
+ [],
 # Times
  ["GCCAS"    , "TEST-RESULT-compile: .*$WallTimeRE"],
  ["Bytecode" , 'TEST-RESULT-compile: *([0-9]+)'],
  ["LLC compile" , "TEST-RESULT-llc: .*$WallTimeRE"],
  ["LLC-BETA compile" , "TEST-RESULT-llc-beta: .*$WallTimeRE"],
  ["JIT codegen" , "TEST-RESULT-jit-comptime: .*$WallTimeRE"],
-# [],
+ [],
  ["GCC"      , 'TEST-RESULT-nat-time: program\s*([.0-9m:]+)', \&FormatTime],
  ["CBE"      , 'TEST-RESULT-cbe-time: program\s*([.0-9m:]+)', \&FormatTime],
  ["LLC"      , 'TEST-RESULT-llc-time: program\s*([.0-9m:]+)', \&FormatTime],
  ["LLC-BETA" , 'TEST-RESULT-llc-beta-time: program\s*([.0-9m:]+)',\&FormatTime],
  ["JIT"      , 'TEST-RESULT-jit-time: program\s*([.0-9m:]+)', \&FormatTime],
-# [],
-# ["GCC/CBE"  , \&GCCCBERatio],
-# ["GCC/LLC"  , \&GCCLLCRatio],
-# ["GCC/LLC-BETA"  , \&GCCLLC_BETARatio],
-# ["LLC/LLC-BETA"  , \&LLCLLC_BETARatio]
+ [],
+ ["GCC/CBE"  , \&GCCCBERatio],
+ ["GCC/LLC"  , \&GCCLLCRatio],
+ ["GCC/LLC-BETA"  , \&GCCLLC_BETARatio],
+ ["LLC/LLC-BETA"  , \&LLCLLC_BETARatio]
 );






More information about the llvm-commits mailing list