Changes in directory llvm/test/Regression/CodeGen/X86:
lea.ll updated: 1.3 -> 1.4
---
Log message:
Add a lea instruction selection test case.
---
Diffs of the changes: (+7 -0)
lea.ll |7 +++
1 files changed, 7 insertions(+)
Index: llvm/test/Regression/CodeGen/X86/lea.ll
diff -u /d
Changes in directory llvm/lib/Target/X86:
README.txt updated: 1.113 -> 1.114
---
Log message:
Some new entries about truncate / anyext
---
Diffs of the changes: (+16 -0)
README.txt | 16
1 files changed, 16 insertions(+)
Index: llvm/lib/Target/X86/README.txt
diff -u llv
Changes in directory llvm/tools/llvm2cpp:
CppWriter.cpp updated: 1.3 -> 1.4
---
Log message:
First complete version of llvm2cpp that doesn't crash on any of the Feature
tests. The output in a few cases still doesn't compile, however.
---
Diffs of the changes: (+310 -276)
CppWriter.cpp | 5
Changes in directory llvm/lib/Analysis/DataStructure:
CallTargets.cpp added (r1.1)
---
Log message:
move calltarget to dsa
---
Diffs of the changes: (+125 -0)
CallTargets.cpp | 125
1 files changed, 125 insertions(+)
Index: llvm/li
Changes in directory llvm/lib/Analysis/IPA:
CallTargets.cpp (r1.1) removed
---
Log message:
move calltarget to dsa
---
Diffs of the changes: (+0 -0)
0 files changed
___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu
Changes in directory llvm/include/llvm/Analysis:
CallTargets.h added (r1.1)
LinkAllAnalyses.h updated: 1.4 -> 1.5
---
Log message:
Since there was interest on the mailing list, this is a utility pass that
uses DSA to make find targets of calls. It provides a very convinient
interface to DSA re
Changes in directory llvm/lib/Analysis/IPA:
CallTargets.cpp added (r1.1)
---
Log message:
Since there was interest on the mailing list, this is a utility pass that
uses DSA to make find targets of calls. It provides a very convinient
interface to DSA results to do things with indirect calls, s
Changes in directory llvm/tools/llvm-as:
llvm-as.cpp updated: 1.44 -> 1.45
---
Log message:
Silly cleanup
---
Diffs of the changes: (+1 -1)
llvm-as.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/tools/llvm-as/llvm-as.cpp
diff -u llvm/tools/llvm-as/llvm-as.cpp:1
Changes in directory llvm/tools/llvmc:
CompilerDriver.cpp updated: 1.35 -> 1.36
CompilerDriver.h updated: 1.19 -> 1.20
ConfigLexer.cpp.cvs updated: 1.1 -> 1.2
ConfigLexer.h updated: 1.14 -> 1.15
Configuration.cpp updated: 1.23 -> 1.24
Configuration.h updated: 1.7 -> 1.8
llvmc.cpp updated: 1.28 -
Changes in directory llvm/tools/llvm2cpp:
Makefile updated: 1.2 -> 1.3
---
Log message:
Remove temporary testing rules.
---
Diffs of the changes: (+0 -14)
Makefile | 14 --
1 files changed, 14 deletions(-)
Index: llvm/tools/llvm2cpp/Makefile
diff -u llvm/tools/llvm2cpp/Make
Changes in directory llvm/test/lib:
llvm2cpp.exp updated: 1.2 -> 1.3
---
Log message:
Fix a bug with diffing the wrong files. Make output more readable.
---
Diffs of the changes: (+7 -7)
llvm2cpp.exp | 14 +++---
1 files changed, 7 insertions(+), 7 deletions(-)
Index: llvm/test
Changes in directory llvm/tools/llvm2cpp:
CppWriter.cpp updated: 1.2 -> 1.3
---
Log message:
Next batch of implementation:
1. Get rid of old AsmWriter cruft that's not needed.
2. Implement several instructions. Enough to get by globalvars.ll and
alignment.ll in the Feature test suite.
3. Han
Changes in directory llvm/tools/llvm2cpp:
llvm2cpp.cpp updated: 1.2 -> 1.3
---
Log message:
Fix file header comment.
---
Diffs of the changes: (+2 -2)
llvm2cpp.cpp |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/tools/llvm2cpp/llvm2cpp.cpp
diff -u llvm/tools/llv
Changes in directory llvm/lib/VMCore:
SymbolTable.cpp updated: 1.61 -> 1.62
---
Log message:
Reset DEBUG_SYMBOL_TABLE back to 0.
---
Diffs of the changes: (+1 -1)
SymbolTable.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/VMCore/SymbolTable.cpp
diff -u llvm
Changes in directory llvm/lib/VMCore:
SymbolTable.cpp updated: 1.60 -> 1.61
---
Log message:
Fix compile error when DEBUG_SYMBOL_TABLE is defined.
---
Diffs of the changes: (+2 -2)
SymbolTable.cpp |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/lib/VMCore/Symbol
15 matches
Mail list logo