[llvm-commits] CVS: llvm/utils/NightlyTestTemplate.html

Chris Lattner lattner at cs.uiuc.edu
Fri Aug 15 11:30:01 PDT 2003


Changes in directory llvm/utils:

NightlyTestTemplate.html updated: 1.8 -> 1.9

---
Log message:

Document new column, remove X86 specific stuff


---
Diffs of the changes:

Index: llvm/utils/NightlyTestTemplate.html
diff -u llvm/utils/NightlyTestTemplate.html:1.8 llvm/utils/NightlyTestTemplate.html:1.9
--- llvm/utils/NightlyTestTemplate.html:1.8	Sat Jun 21 15:09:01 2003
+++ llvm/utils/NightlyTestTemplate.html	Fri Aug 15 11:29:06 2003
@@ -126,11 +126,12 @@
 <li><a name="Bytecode">Bytecode - The size of the bytecode for the program
 <li><a name="Instrs">Instrs - The number of LLVM instructions in the
     compiled bytecode
-<li><a name="LLC">LLC - The time taken compile with LLC (the static X86 backend)
+<li><a name="LLC">LLC - The time taken compile with LLC (the static backend)
 <li><a name="NAT">NAT - The time taken to execute the program when compiled
     with GCC -O3.
 <li><a name="CBE">CBE - The time taken to execute the program after compilation
     through the C Backend.  If the diff fails, this a *.
+<li><a name="LLC">LLC - The time taken to run LLC compiled program
 <li><a name="JIT">JIT - How long does the program take to execute in the
     Just-In-Time compiler.
 <li><a name="MachCode">MachCode - The number of bytes of machine code





More information about the llvm-commits mailing list