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
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
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
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 +
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(+),
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
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
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
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/
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
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
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 |
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
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
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
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
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/
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
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
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
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
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
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
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
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/
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
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 ++--
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(-)
28 matches
Mail list logo