Changes in directory llvm/lib/CodeGen:
DwarfWriter.cpp updated: 1.35 -> 1.36
MachineDebugInfo.cpp updated: 1.19 -> 1.20
---
Log message:
Basic array support.
---
Diffs of the changes: (+197 -10)
DwarfWriter.cpp | 73 +--
MachineDebugInfo.cpp | 134 ++
Changes in directory llvm/include/llvm/CodeGen:
MachineDebugInfo.h updated: 1.22 -> 1.23
---
Log message:
Basic array support.
---
Diffs of the changes: (+114 -6)
MachineDebugInfo.h | 120 ++---
1 files changed, 114 insertions(+), 6 deletion
Changes in directory llvm/lib/CodeGen:
DwarfWriter.cpp updated: 1.37 -> 1.38
---
Log message:
Use context and not compile unit.
---
Diffs of the changes: (+13 -11)
DwarfWriter.cpp | 24 +---
1 files changed, 13 insertions(+), 11 deletions(-)
Index: llvm/lib/CodeGen/
Changes in directory llvm/include/llvm/CodeGen:
DwarfWriter.h updated: 1.27 -> 1.28
---
Log message:
Use context and not compile unit.
---
Diffs of the changes: (+2 -2)
DwarfWriter.h |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/include/llvm/CodeGen/DwarfWrite
Changes in directory llvm/lib/CodeGen:
DwarfWriter.cpp updated: 1.36 -> 1.37
---
Log message:
I guess I can handle large type sizes.
---
Diffs of the changes: (+1 -2)
DwarfWriter.cpp |3 +--
1 files changed, 1 insertion(+), 2 deletions(-)
Index: llvm/lib/CodeGen/DwarfWriter.cpp
diff
Changes in directory llvm/lib/CodeGen/SelectionDAG:
DAGCombiner.cpp updated: 1.117 -> 1.118
---
Log message:
Fix a typo evan noticed
---
Diffs of the changes: (+1 -1)
DAGCombiner.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/CodeGen/SelectionDAG/DAGCombine
Changes in directory llvm/include/llvm/Support:
Dwarf.h updated: 1.3 -> 1.4
---
Log message:
Switch back to using actual dwarf tags. Simplifies code without loss to other
debug forms.
---
Diffs of the changes: (+10 -0)
Dwarf.h | 10 ++
1 files changed, 10 insertions(+)
Index:
Changes in directory llvm/lib/CodeGen:
DwarfWriter.cpp updated: 1.38 -> 1.39
MachineDebugInfo.cpp updated: 1.20 -> 1.21
---
Log message:
Switch back to using actual dwarf tags. Simplifies code without loss to other
debug forms.
---
Diffs of the changes: (+103 -55)
DwarfWriter.cpp |
Changes in directory llvm/include/llvm/CodeGen:
MachineDebugInfo.h updated: 1.23 -> 1.24
---
Log message:
Switch back to using actual dwarf tags. Simplifies code without loss to other
debug forms.
---
Diffs of the changes: (+16 -72)
MachineDebugInfo.h | 88 +-
Changes in directory llvm/include/llvm/Support:
Dwarf.h updated: 1.4 -> 1.5
---
Log message:
Remove comma from enum list.
---
Diffs of the changes: (+1 -1)
Dwarf.h |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/include/llvm/Support/Dwarf.h
diff -u llvm/include/llvm
Changes in directory llvm/include/llvm/CodeGen:
MachineDebugInfo.h updated: 1.24 -> 1.25
---
Log message:
Remove extra comma from enum list.
---
Diffs of the changes: (+1 -1)
MachineDebugInfo.h |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/include/llvm/CodeGen/Mac
Changes in directory llvm/test/Regression/CodeGen/Generic:
2006-03-01-dagcombineinfloop.ll added (r1.1)
---
Log message:
new testcase
---
Diffs of the changes: (+98 -0)
2006-03-01-dagcombineinfloop.ll | 98
1 files changed, 98 insertions(+)
Inde
Changes in directory llvm/lib/CodeGen/SelectionDAG:
DAGCombiner.cpp updated: 1.118 -> 1.119
---
Log message:
Fix CodeGen/Generic/2006-03-01-dagcombineinfloop.ll, an infinite loop
in the dag combiner on 176.gcc on x86.
---
Diffs of the changes: (+9 -4)
DAGCombiner.cpp | 13 +
Changes in directory llvm-test/MultiSource/Benchmarks/Ptrdist/yacr2:
channel.c updated: 1.1 -> 1.2
---
Log message:
u matches unsigned int not unsigned long, so fix this broken program
---
Diffs of the changes: (+6 -2)
channel.c |8 ++--
1 files changed, 6 insertions(+), 2 deletions
Changes in directory llvm/lib/VMCore:
AsmWriter.cpp updated: 1.194 -> 1.195
---
Log message:
AsmWriter should not print LLVM constant in comment. Assembler won't like
multi-line comments.
---
Diffs of the changes: (+0 -4)
AsmWriter.cpp |4
1 files changed, 4 deletions(-)
Index:
Changes in directory llvm/lib/VMCore:
AsmWriter.cpp updated: 1.195 -> 1.196
---
Log message:
Back out my last check-in. Wrong place to fix it.
---
Diffs of the changes: (+3 -0)
AsmWriter.cpp |3 +++
1 files changed, 3 insertions(+)
Index: llvm/lib/VMCore/AsmWriter.cpp
diff -u llvm/li
Changes in directory llvm/lib/CodeGen:
AsmPrinter.cpp updated: 1.55 -> 1.56
---
Log message:
Don't print llvm constant in assmebly file. Assembler won't like comments that
span multiple lines.
---
Diffs of the changes: (+3 -1)
AsmPrinter.cpp |4 +++-
1 files changed, 3 insertions(+), 1
Changes in directory llvm-test/MultiSource/Benchmarks/Ptrdist/anagram:
anagram.c updated: 1.2 -> 1.3
---
Log message:
you would almost think this was what sizeof was for, wouldn't you
---
Diffs of the changes: (+1 -1)
anagram.c |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Ind
Changes in directory llvm/test/Regression/C++Frontend:
2006-03-01-GimplifyCrash.cpp added (r1.1)
---
Log message:
testcase that crashed the new CFE
---
Diffs of the changes: (+14 -0)
2006-03-01-GimplifyCrash.cpp | 14 ++
1 files changed, 14 insertions(+)
Index: llvm/test/Re
Changes in directory llvm/include/llvm/CodeGen:
MachineDebugInfo.h updated: 1.25 -> 1.26
---
Log message:
Support for enumerations.
---
Diffs of the changes: (+38 -0)
MachineDebugInfo.h | 38 ++
1 files changed, 38 insertions(+)
Index: llvm/include/l
Changes in directory llvm/lib/CodeGen:
DwarfWriter.cpp updated: 1.39 -> 1.40
MachineDebugInfo.cpp updated: 1.21 -> 1.22
---
Log message:
Support for enumerations.
---
Diffs of the changes: (+57 -2)
DwarfWriter.cpp | 15 +--
MachineDebugInfo.cpp | 44 +++
Changes in directory llvm/include/llvm/CodeGen:
DwarfWriter.h updated: 1.28 -> 1.29
---
Log message:
Fix a compilation error with GCC 4.1. Thanks to Vladimir Merzliakov for
pointing this out.
---
Diffs of the changes: (+1 -1)
DwarfWriter.h |2 +-
1 files changed, 1 insertion(+), 1 del
Changes in directory llvm/test/Regression/Transforms/InstCombine:
rem.ll updated: 1.11 -> 1.12
---
Log message:
add a couple more cases
---
Diffs of the changes: (+17 -0)
rem.ll | 17 +
1 files changed, 17 insertions(+)
Index: llvm/test/Regression/Transforms/InstCombine
Changes in directory llvm/lib/Transforms/Scalar:
InstructionCombining.cpp updated: 1.445 -> 1.446
---
Log message:
Generalize the REM folding code to handle another case Nick Lewycky
pointed out: realize the AND can provide factors and look through Casts.
---
Diffs of the changes: (+43 -13)
24 matches
Mail list logo