[llvm-commits] CVS: llvm/include/llvm/CodeGen/SelectionDAGNodes.h

2005-11-11 Thread Andrew Lenharth
Changes in directory llvm/include/llvm/CodeGen: SelectionDAGNodes.h updated: 1.73 -> 1.74 --- Log message: Add support for a cycle counter intrinsic. As basically all processors have this and have it in about the same form, I think this makes sense. on X86, you do a RDTSC (64bit result, from a

[llvm-commits] CVS: llvm/include/llvm/Intrinsics.h

2005-11-11 Thread Andrew Lenharth
Changes in directory llvm/include/llvm: Intrinsics.h updated: 1.32 -> 1.33 --- Log message: Add support for a cycle counter intrinsic. As basically all processors have this and have it in about the same form, I think this makes sense. on X86, you do a RDTSC (64bit result, from any ring since t

[llvm-commits] CVS: llvm/lib/CodeGen/IntrinsicLowering.cpp

2005-11-11 Thread Andrew Lenharth
Changes in directory llvm/lib/CodeGen: IntrinsicLowering.cpp updated: 1.35 -> 1.36 --- Log message: continued readcyclecounter support --- Diffs of the changes: (+6 -0) IntrinsicLowering.cpp |6 ++ 1 files changed, 6 insertions(+) Index: llvm/lib/CodeGen/IntrinsicLowering.cpp diff

[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp SelectionDAG.cpp SelectionDAGISel.cpp

2005-11-11 Thread Andrew Lenharth
Changes in directory llvm/lib/CodeGen/SelectionDAG: LegalizeDAG.cpp updated: 1.206 -> 1.207 SelectionDAG.cpp updated: 1.211 -> 1.212 SelectionDAGISel.cpp updated: 1.97 -> 1.98 --- Log message: continued readcyclecounter support --- Diffs of the changes: (+9 -0) LegalizeDAG.cpp |5 +

[llvm-commits] CVS: llvm/lib/VMCore/Function.cpp Verifier.cpp

2005-11-11 Thread Andrew Lenharth
Changes in directory llvm/lib/VMCore: Function.cpp updated: 1.95 -> 1.96 Verifier.cpp updated: 1.134 -> 1.135 --- Log message: continued readcyclecounter support --- Diffs of the changes: (+12 -3) Function.cpp |7 --- Verifier.cpp |8 2 files changed, 12 insertions(+),

[llvm-commits] CVS: llvm/lib/Analysis/BasicAliasAnalysis.cpp

2005-11-11 Thread Andrew Lenharth
Changes in directory llvm/lib/Analysis: BasicAliasAnalysis.cpp updated: 1.73 -> 1.74 --- Log message: continued readcyclecounter support --- Diffs of the changes: (+1 -0) BasicAliasAnalysis.cpp |1 + 1 files changed, 1 insertion(+) Index: llvm/lib/Analysis/BasicAliasAnalysis.cpp diff

[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaISelPattern.cpp AlphaInstrFormats.td AlphaInstrInfo.td

2005-11-11 Thread Andrew Lenharth
Changes in directory llvm/lib/Target/Alpha: AlphaISelPattern.cpp updated: 1.179 -> 1.180 AlphaInstrFormats.td updated: 1.12 -> 1.13 AlphaInstrInfo.td updated: 1.71 -> 1.72 --- Log message: continued readcyclecounter support --- Diffs of the changes: (+16 -1) AlphaISelPattern.cpp |5

[llvm-commits] CVS: llvm/docs/LangRef.html

2005-11-11 Thread Andrew Lenharth
Changes in directory llvm/docs: LangRef.html updated: 1.116 -> 1.117 --- Log message: continued readcyclecounter support --- Diffs of the changes: (+35 -1) LangRef.html | 36 +++- 1 files changed, 35 insertions(+), 1 deletion(-) Index: llvm/docs/LangRef.h

[llvm-commits] CVS: llvm/test/Regression/CodeGen/Alpha/rpcc.ll

2005-11-11 Thread Andrew Lenharth
Changes in directory llvm/test/Regression/CodeGen/Alpha: rpcc.ll added (r1.1) --- Log message: continued readcyclecounter support --- Diffs of the changes: (+10 -0) rpcc.ll | 10 ++ 1 files changed, 10 insertions(+) Index: llvm/test/Regression/CodeGen/Alpha/rpcc.ll diff -c /dev/

[llvm-commits] CVS: llvm/lib/Analysis/BasicAliasAnalysis.cpp

2005-11-11 Thread Andrew Lenharth
Changes in directory llvm/lib/Analysis: BasicAliasAnalysis.cpp updated: 1.74 -> 1.75 --- Log message: prevent cse of readcyclecounter --- Diffs of the changes: (+0 -1) BasicAliasAnalysis.cpp |1 - 1 files changed, 1 deletion(-) Index: llvm/lib/Analysis/BasicAliasAnalysis.cpp diff -u l

[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaISelPattern.cpp

2005-11-11 Thread Andrew Lenharth
Changes in directory llvm/lib/Target/Alpha: AlphaISelPattern.cpp updated: 1.180 -> 1.181 --- Log message: Fix a bunch more alpha regressions --- Diffs of the changes: (+1 -1) AlphaISelPattern.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Target/Alpha/AlphaI

[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/2005-07-17-INT-To-FP.c

2005-11-11 Thread Andrew Lenharth
Changes in directory llvm-test/SingleSource/UnitTests: 2005-07-17-INT-To-FP.c updated: 1.3 -> 1.4 --- Log message: I can only assume the test case is suppose to be correct. Passing the wrong number of args to printf is bad :) --- Diffs of the changes: (+2 -1) 2005-07-17-INT-To-FP.c |

[llvm-commits] CVS: llvm/include/llvm/CodeGen/SelectionDAGNodes.h

2005-11-11 Thread Andrew Lenharth
Changes in directory llvm/include/llvm/CodeGen: SelectionDAGNodes.h updated: 1.74 -> 1.75 --- Log message: added a chain output --- Diffs of the changes: (+3 -0) SelectionDAGNodes.h |3 +++ 1 files changed, 3 insertions(+) Index: llvm/include/llvm/CodeGen/SelectionDAGNodes.h diff -u l

[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp

2005-11-11 Thread Andrew Lenharth
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAGISel.cpp updated: 1.98 -> 1.99 --- Log message: added a chain output --- Diffs of the changes: (+10 -2) SelectionDAGISel.cpp | 12 ++-- 1 files changed, 10 insertions(+), 2 deletions(-) Index: llvm/lib/CodeGen/Selec

[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaISelPattern.cpp

2005-11-11 Thread Andrew Lenharth
Changes in directory llvm/lib/Target/Alpha: AlphaISelPattern.cpp updated: 1.181 -> 1.182 --- Log message: generate chain result --- Diffs of the changes: (+5 -0) AlphaISelPattern.cpp |5 + 1 files changed, 5 insertions(+) Index: llvm/lib/Target/Alpha/AlphaISelPattern.cpp diff -u l

[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaISelPattern.cpp

2005-11-11 Thread Andrew Lenharth
Changes in directory llvm/lib/Target/Alpha: AlphaISelPattern.cpp updated: 1.182 -> 1.183 --- Log message: fix yet more regressions --- Diffs of the changes: (+1 -1) AlphaISelPattern.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Target/Alpha/AlphaISelPattern

[llvm-commits] CVS: llvm/include/llvm/GlobalValue.h

2005-11-11 Thread Chris Lattner
Changes in directory llvm/include/llvm: GlobalValue.h updated: 1.26 -> 1.27 --- Log message: Add support for putting globals in a particular section --- Diffs of the changes: (+9 -4) GlobalValue.h | 13 + 1 files changed, 9 insertions(+), 4 deletions(-) Index: llvm/include/

[llvm-commits] CVS: llvm/test/Feature/global_section.ll

2005-11-11 Thread Chris Lattner
Changes in directory llvm/test/Feature: global_section.ll added (r1.1) --- Log message: new testcase --- Diffs of the changes: (+10 -0) global_section.ll | 10 ++ 1 files changed, 10 insertions(+) Index: llvm/test/Feature/global_section.ll diff -c /dev/null llvm/test/Feature/gl

[llvm-commits] CVS: llvm/lib/VMCore/AsmWriter.cpp

2005-11-11 Thread Chris Lattner
Changes in directory llvm/lib/VMCore: AsmWriter.cpp updated: 1.184 -> 1.185 --- Log message: print section info --- Diffs of the changes: (+7 -4) AsmWriter.cpp | 11 +++ 1 files changed, 7 insertions(+), 4 deletions(-) Index: llvm/lib/VMCore/AsmWriter.cpp diff -u llvm/lib/VMCor

[llvm-commits] CVS: llvm/lib/AsmParser/llvmAsmParser.y

2005-11-11 Thread Chris Lattner
Changes in directory llvm/lib/AsmParser: llvmAsmParser.y updated: 1.237 -> 1.238 --- Log message: Parse section info --- Diffs of the changes: (+41 -9) llvmAsmParser.y | 50 +- 1 files changed, 41 insertions(+), 9 deletions(-) Index: llvm

[llvm-commits] CVS: llvm/lib/AsmParser/Lexer.l

2005-11-11 Thread Chris Lattner
Changes in directory llvm/lib/AsmParser: Lexer.l updated: 1.65 -> 1.66 --- Log message: add a token --- Diffs of the changes: (+2 -1) Lexer.l |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: llvm/lib/AsmParser/Lexer.l diff -u llvm/lib/AsmParser/Lexer.l:1.65 llvm/lib/Asm

[llvm-commits] CVS: llvm/docs/LangRef.html

2005-11-11 Thread Chris Lattner
Changes in directory llvm/docs: LangRef.html updated: 1.117 -> 1.118 --- Log message: document sections --- Diffs of the changes: (+11 -4) LangRef.html | 15 +++ 1 files changed, 11 insertions(+), 4 deletions(-) Index: llvm/docs/LangRef.html diff -u llvm/docs/LangRef.html:1

[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp

2005-11-11 Thread Jeff Cohen
Changes in directory llvm/lib/CodeGen/SelectionDAG: DAGCombiner.cpp updated: 1.61 -> 1.62 --- Log message: Fix operator precedence bug caught by VC++. --- Diffs of the changes: (+2 -2) DAGCombiner.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/lib/CodeGen/Se

[llvm-commits] CVS: llvm/lib/Bytecode/Writer/Writer.cpp

2005-11-11 Thread Jeff Cohen
Changes in directory llvm/lib/Bytecode/Writer: Writer.cpp updated: 1.112 -> 1.113 --- Log message: Fix VC++ warning that bools cannot be ORed. --- Diffs of the changes: (+1 -1) Writer.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Bytecode/Writer/Writer.cpp

[llvm-commits] CVS: llvm/lib/Bytecode/Writer/Writer.cpp

2005-11-11 Thread Jeff Cohen
Changes in directory llvm/lib/Bytecode/Writer: Writer.cpp updated: 1.113 -> 1.114 --- Log message: Wrap long line. --- Diffs of the changes: (+2 -1) Writer.cpp |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: llvm/lib/Bytecode/Writer/Writer.cpp diff -u llvm/lib/Bytecode/

[llvm-commits] CVS: llvm/lib/Bytecode/Reader/Reader.cpp

2005-11-11 Thread Chris Lattner
Changes in directory llvm/lib/Bytecode/Reader: Reader.cpp updated: 1.173 -> 1.174 --- Log message: Read and write section info from/to .bc files --- Diffs of the changes: (+42 -10) Reader.cpp | 52 ++-- 1 files changed, 42 insertions(+), 10

[llvm-commits] CVS: llvm/lib/Bytecode/Writer/Writer.cpp WriterInternals.h

2005-11-11 Thread Chris Lattner
Changes in directory llvm/lib/Bytecode/Writer: Writer.cpp updated: 1.114 -> 1.115 WriterInternals.h updated: 1.25 -> 1.26 --- Log message: Read and write section info from/to .bc files --- Diffs of the changes: (+38 -10) Writer.cpp| 44 ++--

[llvm-commits] CVS: llvm/docs/BytecodeFormat.html

2005-11-11 Thread Chris Lattner
Changes in directory llvm/docs: BytecodeFormat.html updated: 1.47 -> 1.48 --- Log message: Describe section name encoding --- Diffs of the changes: (+67 -14) BytecodeFormat.html | 81 +++- 1 files changed, 67 insertions(+), 14 deletions(-)