Changes in directory llvm/runtime/GCCLibraries/libc:
remove.c added (r1.1)
---
Log message:
Add the remove() function from the C library.
---
Diffs of the changes: (+46 -0)
remove.c | 46 ++
1 files changed, 46 insertions(+)
Index: llvm/runti
Changes in directory llvm/include/llvm/Transforms:
RSProfiling.h added (r1.1)
LinkAllPasses.h updated: 1.26 -> 1.27
Instrumentation.h updated: 1.9 -> 1.10
---
Log message:
Added documented rsprofiler interface. Also remove new profiler passes, the
old ones have been updated to implement the in
Changes in directory llvm/lib/Transforms/Instrumentation:
RSProfiling.h updated: 1.1 -> 1.2
RSProfiling.cpp updated: 1.2 -> 1.3
BlockProfiling.cpp updated: 1.13 -> 1.14
---
Log message:
Added documented rsprofiler interface. Also remove new profiler passes, the
old ones have been updated to im
Changes in directory llvm/lib/Transforms/Instrumentation:
RSProfiling.cpp updated: 1.3 -> 1.4
---
Log message:
a few more comments on the interfaces and functions
---
Diffs of the changes: (+20 -3)
RSProfiling.cpp | 23 ---
1 files changed, 20 insertions(+), 3 deletion
Changes in directory llvm-www/releases:
download.html updated: 1.24 -> 1.25
index.html updated: 1.25 -> 1.26
---
Log message:
eliminate the LLVM registration page.
---
Diffs of the changes: (+27 -37)
download.html | 23 ---
index.html| 41 +++
Changes in directory llvm-www/releases:
checkreg.cgi (r1.4) removed
quickreg.cgi (r1.1) removed
register.cgi (r1.22) removed
testregister.cgi (r1.23) removed
testregister.html (r1.2) removed
---
Log message:
good bye registration CGI scripts, you have served us well.
---
Diffs of the changes:
Changes in directory llvm-www/releases:
register.html (r1.9) removed
---
Log message:
this page is also dead
---
Diffs of the changes: (+0 -0)
0 files changed
___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mail
Changes in directory llvm/lib/Target:
Target.td updated: 1.58 -> 1.59
---
Log message:
fix a typo :)
---
Diffs of the changes: (+1 -1)
Target.td |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Target/Target.td
diff -u llvm/lib/Target/Target.td:1.58 llvm/lib/Targ
Changes in directory llvm/docs:
WritingAnLLVMPass.html updated: 1.41 -> 1.42
---
Log message:
Fixed a punctuation error.
---
Diffs of the changes: (+2 -2)
WritingAnLLVMPass.html |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/docs/WritingAnLLVMPass.html
diff -u
Changes in directory llvm/lib/Target:
Target.td updated: 1.59 -> 1.60
---
Log message:
revert my change for the time being, which broke the build
---
Diffs of the changes: (+1 -1)
Target.td |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Target/Target.td
diff -u
Changes in directory llvm/lib/Target/PowerPC:
PPCRegisterInfo.td updated: 1.22 -> 1.23
---
Log message:
don't say this is i128, because it isn't yet. Hopefully nate will change
this to be something sane, but in the mean time it is unused, so safe to
make something bogus.
---
Diffs of the ch
Changes in directory llvm/lib/Target:
Target.td updated: 1.60 -> 1.61
---
Log message:
refix typo
---
Diffs of the changes: (+1 -1)
Target.td |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Target/Target.td
diff -u llvm/lib/Target/Target.td:1.60 llvm/lib/Target/
Changes in directory llvm:
CREDITS.TXT updated: 1.42 -> 1.43
---
Log message:
add Evan and Jim. Please edit your entries as desired.
---
Diffs of the changes: (+8 -0)
CREDITS.TXT |8
1 files changed, 8 insertions(+)
Index: llvm/CREDITS.TXT
diff -u llvm/CREDITS.TXT:1.42 llvm/
Changes in directory llvm/test/Regression/Transforms/Mem2Reg:
2005-11-28-Crash.ll added (r1.1)
---
Log message:
new testcase for pr670: http://llvm.cs.uiuc.edu/PR670
---
Diffs of the changes: (+88 -0)
2005-11-28-Crash.ll | 88
1 files
Changes in directory llvm/include/llvm/Analysis:
Dominators.h updated: 1.50 -> 1.51
---
Log message:
Fix PR670: http://llvm.cs.uiuc.edu/PR670 and
test/Regression/Transforms/Mem2Reg/2005-11-28-Crash.ll
---
Diffs of the changes: (+1 -0)
Dominators.h |1 +
1 files changed, 1 insertion(+
Changes in directory llvm/docs:
Lexicon.html updated: 1.11 -> 1.12
---
Log message:
Add "SCC" to the lexicon. Patch provided by Marco Matthies, thanks!
---
Diffs of the changes: (+5 -2)
Lexicon.html |7 +--
1 files changed, 5 insertions(+), 2 deletions(-)
Index: llvm/docs/Lexico
Changes in directory llvm/lib/Target/PowerPC:
PPCISelPattern.cpp updated: 1.192 -> 1.193
---
Log message:
Fixed a comment bug:
createPPCPatternInstructionSelector -> createPPCISelPattern
---
Diffs of the changes: (+1 -1)
PPCISelPattern.cpp |2 +-
1 files changed, 1 insertion(+), 1 dele
Changes in directory llvm/include/llvm/CodeGen:
ValueTypes.h updated: 1.13 -> 1.14
---
Log message:
Add the majority of the vector machien value types we expect to support,
and make a few changes to the legalization machinery to support more than
16 types.
---
Diffs of the changes: (+21 -3)
Changes in directory llvm/lib/Target:
Target.td updated: 1.61 -> 1.62
TargetLowering.cpp updated: 1.14 -> 1.15
---
Log message:
Add the majority of the vector machien value types we expect to support,
and make a few changes to the legalization machinery to support more than
16 types.
---
Diff
Changes in directory llvm/include/llvm/Target:
TargetLowering.h updated: 1.28 -> 1.29
---
Log message:
Add the majority of the vector machien value types we expect to support,
and make a few changes to the legalization machinery to support more than
16 types.
---
Diffs of the changes: (+2 -2
Changes in directory llvm/lib/Target/PowerPC:
PPCRegisterInfo.td updated: 1.23 -> 1.24
---
Log message:
Add the majority of the vector machien value types we expect to support,
and make a few changes to the legalization machinery to support more than
16 types.
---
Diffs of the changes: (+1 -
Changes in directory llvm/lib/CodeGen/SelectionDAG:
LegalizeDAG.cpp updated: 1.215 -> 1.216
---
Log message:
Add the majority of the vector machien value types we expect to support,
and make a few changes to the legalization machinery to support more than
16 types.
---
Diffs of the changes:
Changes in directory llvm/lib/CodeGen:
ValueTypes.cpp updated: 1.5 -> 1.6
---
Log message:
Add the majority of the vector machien value types we expect to support,
and make a few changes to the legalization machinery to support more than
16 types.
---
Diffs of the changes: (+6 -0)
ValueTyp
Changes in directory llvm/include/llvm/CodeGen:
SelectionDAG.h updated: 1.70 -> 1.71
SelectionDAGNodes.h updated: 1.78 -> 1.79
---
Log message:
Add support for a new STRING and LOCATION node for line number support, patch
contributed by Daniel Berlin, with a few cleanups here and there by me.
Changes in directory llvm/lib/Target/Alpha:
AlphaISelLowering.cpp updated: 1.8 -> 1.9
---
Log message:
No targets support line number info yet.
---
Diffs of the changes: (+3 -0)
AlphaISelLowering.cpp |3 +++
1 files changed, 3 insertions(+)
Index: llvm/lib/Target/Alpha/AlphaISelLowe
Changes in directory llvm/lib/Target/PowerPC:
PPCISelLowering.cpp updated: 1.45 -> 1.46
---
Log message:
No targets support line number info yet.
---
Diffs of the changes: (+3 -0)
PPCISelLowering.cpp |3 +++
1 files changed, 3 insertions(+)
Index: llvm/lib/Target/PowerPC/PPCISelLowe
Changes in directory llvm/lib/Target/IA64:
IA64ISelLowering.cpp updated: 1.3 -> 1.4
---
Log message:
No targets support line number info yet.
---
Diffs of the changes: (+3 -0)
IA64ISelLowering.cpp |3 +++
1 files changed, 3 insertions(+)
Index: llvm/lib/Target/IA64/IA64ISelLowering.
Changes in directory llvm/lib/Target/X86:
X86ISelLowering.cpp updated: 1.4 -> 1.5
---
Log message:
No targets support line number info yet.
---
Diffs of the changes: (+3 -0)
X86ISelLowering.cpp |3 +++
1 files changed, 3 insertions(+)
Index: llvm/lib/Target/X86/X86ISelLowering.cpp
d
Changes in directory llvm/utils/TableGen:
CodeGenTarget.cpp updated: 1.43 -> 1.44
---
Log message:
Add the new vector types to tablegen
---
Diffs of the changes: (+12 -0)
CodeGenTarget.cpp | 12
1 files changed, 12 insertions(+)
Index: llvm/utils/TableGen/CodeGenTarget.cpp
Changes in directory llvm/lib/CodeGen/SelectionDAG:
LegalizeDAG.cpp updated: 1.216 -> 1.217
SelectionDAG.cpp updated: 1.215 -> 1.216
SelectionDAGISel.cpp updated: 1.105 -> 1.106
SelectionDAGPrinter.cpp updated: 1.28 -> 1.29
---
Log message:
Add support for a new STRING and LOCATION node for lin
30 matches
Mail list logo