Changes in directory llvm/tools/llvm2cpp:
CppWriter.cpp updated: 1.1 -> 1.2
Makefile updated: 1.1 -> 1.2
---
Log message:
Fix two bugs in the CppWriter.cpp:
1. Return the module from the MakeModule function so it can be verified.
2. Make sure types get generated with their names
---
Diffs of
Changes in directory llvm/tools/llvm2cpp:
llvm2cpp.cpp updated: 1.1 -> 1.2
---
Log message:
Fix the file's comment block.
---
Diffs of the changes: (+7 -6)
llvm2cpp.cpp | 13 +++--
1 files changed, 7 insertions(+), 6 deletions(-)
Index: llvm/tools/llvm2cpp/llvm2cpp.cpp
diff -u
Changes in directory llvm/lib/VMCore:
Type.cpp updated: 1.139 -> 1.140
---
Log message:
Fix grammar in a comment.
---
Diffs of the changes: (+1 -1)
Type.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/VMCore/Type.cpp
diff -u llvm/lib/VMCore/Type.cpp:1.139 ll
Changes in directory llvm/lib/AsmParser:
llvmAsmParser.y updated: 1.254 -> 1.255
---
Log message:
Fix grammar in a comment.
---
Diffs of the changes: (+1 -1)
llvmAsmParser.y |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/AsmParser/llvmAsmParser.y
diff -u llvm/l
Changes in directory llvm/include/llvm/Assembly:
PrintModulePass.h updated: 1.18 -> 1.19
---
Log message:
Replace an old C-style cast with a C++ cast (squelch warning)
---
Diffs of the changes: (+1 -1)
PrintModulePass.h |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llv
Changes in directory llvm/examples/ModuleMaker:
README.txt updated: 1.1 -> 1.2
---
Log message:
Correct some grammar and describe current reality.
---
Diffs of the changes: (+4 -5)
README.txt |9 -
1 files changed, 4 insertions(+), 5 deletions(-)
Index: llvm/examples/ModuleMa
Changes in directory llvm/test/Regression/Transforms/LCSSA:
basictest.ll updated: 1.2 -> 1.3
---
Log message:
Require both tests to pass.
---
Diffs of the changes: (+1 -1)
basictest.ll |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/Regression/Transforms/LCSSA/
Changes in directory llvm/test/Regression/Transforms/LCSSA:
basictest.ll updated: 1.1 -> 1.2
---
Log message:
Update the testcase to check the full extent of LCSSA.
---
Diffs of the changes: (+1 -0)
basictest.ll |1 +
1 files changed, 1 insertion(+)
Index: llvm/test/Regression/Transf
Changes in directory llvm/lib/Transforms/Scalar:
LCSSA.cpp updated: 1.6 -> 1.7
---
Log message:
Add Use replacement. Assuming there is nothing horribly wrong with this, LCSSA
is now theoretically feature-complete. It has not, however, been thoroughly
test, and is still considered experimental
Changes in directory llvm/tools/llvm2cpp:
---
Log message:
Directory /var/cvs/llvm/llvm/tools/llvm2cpp added to the repository
---
Diffs of the changes: (+0 -0)
0 files changed
___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://list
Changes in directory llvm/lib/Transforms/Scalar:
LCSSA.cpp updated: 1.5 -> 1.6
---
Log message:
Major think-o. Iterate over all live out-of-loop values, and perform the
other calculations on each individually, rather than trying to delay it and do
them all at the end.
---
Diffs of the change
Changes in directory llvm/test:
Makefile updated: 1.88 -> 1.89
---
Log message:
Fix a problem where dejagnu won't accept the value of global tcl variable
"libdir" for some reason. Changing to llvmlibsdir instead fixes it.
---
Diffs of the changes: (+2 -2)
Makefile |4 ++--
1 files chan
Changes in directory llvm/test/lib:
llvm2cpp.exp updated: 1.1 -> 1.2
---
Log message:
Fix a problem where dejagnu won't accept the value of global tcl variable
"libdir" for some reason. Changing to llvmlibsdir instead fixes it.
---
Diffs of the changes: (+5 -6)
llvm2cpp.exp | 11 +---
Changes in directory llvm/test/Feature:
dg.exp updated: 1.4 -> 1.5
---
Log message:
Fix a problem where dejagnu won't accept the value of global tcl variable
"libdir" for some reason. Changing to llvmlibsdir instead fixes it.
---
Diffs of the changes: (+0 -1)
dg.exp |1 -
1 files chang
14 matches
Mail list logo