Changes in directory llvm/include/llvm/ADT:
UniqueVector.h updated: 1.2 -> 1.3
---
Log message:
Reduce memory consumption and force (somewhat) access to entries via ID.
---
Diffs of the changes: (+11 -11)
UniqueVector.h | 22 +++---
1 files changed, 11 insertions(+), 11 d
Changes in directory llvm/Xcode/LLVM.xcodeproj:
project.pbxproj updated: 1.16 -> 1.17
---
Log message:
Adding UniqueVector.
---
Diffs of the changes: (+2 -0)
project.pbxproj |2 ++
1 files changed, 2 insertions(+)
Index: llvm/Xcode/LLVM.xcodeproj/project.pbxproj
diff -u llvm/Xcode/LL
Changes in directory llvm/lib/CodeGen/SelectionDAG:
LegalizeDAG.cpp updated: 1.267 -> 1.268
---
Log message:
Adding basic support for Dwarf line number debug information.
I promise to keep future commits smaller.
---
Diffs of the changes: (+1 -1)
LegalizeDAG.cpp |2 +-
1 files change
Changes in directory llvm/include/llvm/CodeGen:
DwarfWriter.h updated: 1.6 -> 1.7
MachineDebugInfo.h updated: 1.5 -> 1.6
---
Log message:
Adding basic support for Dwarf line number debug information.
I promise to keep future commits smaller.
---
Diffs of the changes: (+506 -84)
DwarfWrit
Changes in directory llvm/lib/Target/PowerPC:
PPCAsmPrinter.cpp updated: 1.136 -> 1.137
---
Log message:
Adding basic support for Dwarf line number debug information.
I promise to keep future commits smaller.
---
Diffs of the changes: (+8 -6)
PPCAsmPrinter.cpp | 14 --
1 fi
Changes in directory llvm-test/SingleSource/Regression/C:
2004-08-12-InlinerAndAllocas.c updated: 1.2 -> 1.3
---
Log message:
The old f-e doesn't insert the required llvm.stacksave/stackrestore intrinsics.
---
Diffs of the changes: (+1 -0)
2004-08-12-InlinerAndAllocas.c |1 +
1 files c
Changes in directory llvm/lib/Transforms/IPO:
SimplifyLibCalls.cpp updated: 1.55 -> 1.56
---
Log message:
Clean up the FFS optimization code, and make it correctly create the appropriate
unsigned llvm.cttz.* intrinsic, fixing the 2005-05-11-Popcount-ffs-fls
regression
last night.
---
Diffs o
Changes in directory llvm/include/llvm/CodeGen:
DwarfWriter.h updated: 1.7 -> 1.8
---
Log message:
Misc. errors.
---
Diffs of the changes: (+12 -7)
DwarfWriter.h | 19 ---
1 files changed, 12 insertions(+), 7 deletions(-)
Index: llvm/include/llvm/CodeGen/DwarfWriter.h
d
Changes in directory llvm/include/llvm/ADT:
UniqueVector.h updated: 1.3 -> 1.4
---
Log message:
Suppress "no newline at end of file" warnings.
---
Diffs of the changes: (+1 -1)
UniqueVector.h |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/include/llvm/ADT/UniqueVec
Changes in directory llvm/lib/CodeGen/SelectionDAG:
LegalizeDAG.cpp updated: 1.268 -> 1.269
---
Log message:
Bug fix: missing LegalizeOp() on newly created nodes.
---
Diffs of the changes: (+6 -1)
LegalizeDAG.cpp |7 ++-
1 files changed, 6 insertions(+), 1 deletion(-)
Index: llvm
Changes in directory llvm/lib/VMCore:
ConstantFolding.cpp updated: 1.82 -> 1.83
ConstantFolding.h updated: 1.46 -> 1.47
Constants.cpp updated: 1.144 -> 1.145
Instruction.cpp updated: 1.49 -> 1.50
Instructions.cpp updated: 1.30 -> 1.31
Verifier.cpp updated: 1.143 -> 1.144
---
Log message:
VMCore
Changes in directory llvm/lib/Transforms/Scalar:
LowerPacked.cpp updated: 1.7 -> 1.8
SCCP.cpp updated: 1.126 -> 1.127
---
Log message:
Lowerpacked and SCCP support for the insertelement operation.
---
Diffs of the changes: (+66 -8)
LowerPacked.cpp | 53 ++
Changes in directory llvm/test/Feature:
instructions.ll updated: 1.1 -> 1.2
---
Log message:
Test case for the insertelement operation.
---
Diffs of the changes: (+7 -2)
instructions.ll |9 +++--
1 files changed, 7 insertions(+), 2 deletions(-)
Index: llvm/test/Feature/instructi
Changes in directory llvm/lib/Transforms/Utils:
Local.cpp updated: 1.50 -> 1.51
---
Log message:
Constant folding support for the insertelement operation.
---
Diffs of the changes: (+3 -0)
Local.cpp |3 +++
1 files changed, 3 insertions(+)
Index: llvm/lib/Transforms/Utils/Local.cpp
Changes in directory llvm/lib/Target/PowerPC:
PPCAsmPrinter.cpp updated: 1.137 -> 1.138
---
Log message:
Add frame work for additional dwarf sections. Comments will improve as code
is added.
---
Diffs of the changes: (+11 -3)
PPCAsmPrinter.cpp | 14 +++---
1 files changed, 11 in
Changes in directory llvm/include/llvm/CodeGen:
DwarfWriter.h updated: 1.8 -> 1.9
---
Log message:
Add frame work for additional dwarf sections. Comments will improve as code
is added.
---
Diffs of the changes: (+64 -0)
DwarfWriter.h | 64
Changes in directory llvm/lib/CodeGen:
DwarfWriter.cpp updated: 1.6 -> 1.7
---
Log message:
Add frame work for additional dwarf sections. Comments will improve as code
is added.
---
Diffs of the changes: (+72 -0)
DwarfWriter.cpp | 72 +
Changes in directory llvm/utils/TableGen:
DAGISelEmitter.h updated: 1.50 -> 1.51
---
Log message:
fix a broken comment
---
Diffs of the changes: (+1 -1)
DAGISelEmitter.h |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/utils/TableGen/DAGISelEmitter.h
diff -u llvm/uti
Changes in directory llvm/include/llvm/CodeGen:
DwarfWriter.h updated: 1.9 -> 1.10
---
Log message:
Pastos.
---
Diffs of the changes: (+9 -9)
DwarfWriter.h | 18 +-
1 files changed, 9 insertions(+), 9 deletions(-)
Index: llvm/include/llvm/CodeGen/DwarfWriter.h
diff -u l
Changes in directory llvm/lib/Target/X86:
X86ISelLowering.cpp updated: 1.46 -> 1.47
---
Log message:
Fix lowering of calls which return f32 values.
---
Diffs of the changes: (+12 -0)
X86ISelLowering.cpp | 12
1 files changed, 12 insertions(+)
Index: llvm/lib/Target/X86/X86
Changes in directory llvm/lib/Linker:
Linker.cpp updated: 1.9 -> 1.10
---
Log message:
Fixed style of curly brace. No functionality changes.
---
Diffs of the changes: (+1 -2)
Linker.cpp |3 +--
1 files changed, 1 insertion(+), 2 deletions(-)
Index: llvm/lib/Linker/Linker.cpp
diff -u
21 matches
Mail list logo