Changes in directory llvm/lib/Target/IA64:
IA64RegisterInfo.cpp updated: 1.8 -> 1.9
---
Log message:
remove dead stuff
---
Diffs of the changes: (+0 -14)
IA64RegisterInfo.cpp | 14 --
1 files changed, 14 deletions(-)
Index: llvm/lib/Target/IA64/IA64RegisterInfo.cpp
diff -u
Changes in directory llvm/lib/Target/IA64:
IA64RegisterInfo.cpp updated: 1.7 -> 1.8
---
Log message:
Eliminate getClass, it is not needed
---
Diffs of the changes: (+6 -7)
IA64RegisterInfo.cpp | 13 ++---
1 files changed, 6 insertions(+), 7 deletions(-)
Index: llvm/lib/Target/I
Changes in directory llvm/utils/TableGen:
SubtargetEmitter.cpp updated: 1.7 -> 1.8
---
Log message:
Keep Visual Studio happy.
---
Diffs of the changes: (+1 -0)
SubtargetEmitter.cpp |1 +
1 files changed, 1 insertion(+)
Index: llvm/utils/TableGen/SubtargetEmitter.cpp
diff -u llvm/utils
Changes in directory llvm/win32/Analysis:
Analysis.vcproj updated: 1.13 -> 1.14
---
Log message:
Keep Visual Studio happy.
---
Diffs of the changes: (+6 -0)
Analysis.vcproj |6 ++
1 files changed, 6 insertions(+)
Index: llvm/win32/Analysis/Analysis.vcproj
diff -u llvm/win32/Analys
Changes in directory llvm/win32/Target:
Target.vcproj updated: 1.10 -> 1.11
---
Log message:
Keep Visual Studio happy.
---
Diffs of the changes: (+3 -0)
Target.vcproj |3 +++
1 files changed, 3 insertions(+)
Index: llvm/win32/Target/Target.vcproj
diff -u llvm/win32/Target/Target.vcpro
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.34 -> 1.35
---
Log message:
a bad case for bitfield insert
---
Diffs of the changes: (+34 -0)
README.txt | 34 ++
1 files changed, 34 insertions(+)
Index: llvm/lib/Target/PowerPC/README.
Changes in directory llvm/utils/TableGen:
SubtargetEmitter.h updated: 1.3 -> 1.4
SubtargetEmitter.cpp updated: 1.6 -> 1.7
---
Log message:
Now generating instruction itineraries for scheduling. Not my best work, but...
---
Diffs of the changes: (+211 -32)
SubtargetEmitter.cpp | 221
Changes in directory llvm/include/llvm/Target:
TargetInstrItineraries.h added (r1.1)
---
Log message:
Structures used to hold scheduling information.
---
Diffs of the changes: (+46 -0)
TargetInstrItineraries.h | 46 ++
1 files changed, 46 inser
Changes in directory llvm/Xcode/LLVM.xcodeproj:
project.pbxproj updated: 1.10 -> 1.11
---
Log message:
update project file
---
Diffs of the changes: (+72 -106)
project.pbxproj | 178 ++--
1 files changed, 72 insertions(+), 106 deletions(
Changes in directory llvm-test/SingleSource/Regression/C:
PR640.c added (r1.1)
---
Log message:
New testcase
---
Diffs of the changes: (+56 -0)
PR640.c | 56
1 files changed, 56 insertions(+)
Index: llvm-test/SingleSource/Regress
Changes in directory llvm/lib/Transforms/Scalar:
InstructionCombining.cpp updated: 1.397 -> 1.398
---
Log message:
Do not sink any instruction with side effects, including vaarg. This fixes
PR640: http://llvm.cs.uiuc.edu/PR640
---
Diffs of the changes: (+2 -4)
InstructionCombining.cpp |
Changes in directory llvm-test/SingleSource/Regression/C:
PR491.c added (r1.1)
---
Log message:
new testcase, from... PR491: http://llvm.cs.uiuc.edu/PR491 .
---
Diffs of the changes: (+31 -0)
PR491.c | 31 +++
1 files changed, 31 insertions(+)
Index: llvm-te
Changes in directory llvm/lib/Transforms/Utils:
Local.cpp updated: 1.45 -> 1.46
---
Log message:
Fix #include order
---
Diffs of the changes: (+1 -1)
Local.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Transforms/Utils/Local.cpp
diff -u llvm/lib/Transforms
Changes in directory llvm/projects/Stacker/tools/stkrc:
Makefile updated: 1.9 -> 1.10
---
Log message:
unbreak the build again
---
Diffs of the changes: (+1 -1)
Makefile |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/projects/Stacker/tools/stkrc/Makefile
diff -u ll
Changes in directory llvm/include/llvm/Transforms/Utils:
Local.h updated: 1.21 -> 1.22
---
Log message:
Move some constant folding functions into LLVMAnalysis since they are used
by Analysis and Transformation passes.
---
Diffs of the changes: (+1 -8)
Local.h |9 +
1 files cha
Changes in directory llvm/include/llvm/Analysis:
ConstantFolding.h added (r1.1)
---
Log message:
Move some constant folding functions into LLVMAnalysis since they are used
by Analysis and Transformation passes.
---
Diffs of the changes: (+36 -0)
ConstantFolding.h | 36 +++
Changes in directory llvm/lib/Analysis:
ConstantFolding.cpp added (r1.1)
---
Log message:
Move some constant folding functions into LLVMAnalysis since they are used
by Analysis and Transformation passes.
---
Diffs of the changes: (+172 -0)
ConstantFolding.cpp | 172 +
Changes in directory llvm/tools/llvm-ld:
Makefile updated: 1.6 -> 1.7
---
Log message:
Move some constant folding code shared by Analysis and Transform passes
into the LLVMAnalysis library.
This allows LLVMTranform and LLVMTransformUtils to be archives and linked
with LLVMAnalysis.a, which prov
Changes in directory llvm/tools/gccas:
Makefile updated: 1.23 -> 1.24
---
Log message:
Move some constant folding code shared by Analysis and Transform passes
into the LLVMAnalysis library.
This allows LLVMTranform and LLVMTransformUtils to be archives and linked
with LLVMAnalysis.a, which prov
Changes in directory llvm/tools/analyze:
Makefile updated: 1.29 -> 1.30
---
Log message:
Move some constant folding code shared by Analysis and Transform passes
into the LLVMAnalysis library.
This allows LLVMTranform and LLVMTransformUtils to be archives and linked
with LLVMAnalysis.a, which pr
Changes in directory llvm/tools/bugpoint:
Makefile updated: 1.15 -> 1.16
---
Log message:
Move some constant folding code shared by Analysis and Transform passes
into the LLVMAnalysis library.
This allows LLVMTranform and LLVMTransformUtils to be archives and linked
with LLVMAnalysis.a, which p
Changes in directory llvm/lib/Transforms/Utils:
Local.cpp updated: 1.44 -> 1.45
Makefile updated: 1.7 -> 1.8
---
Log message:
Move some constant folding code shared by Analysis and Transform passes
into the LLVMAnalysis library.
This allows LLVMTranform and LLVMTransformUtils to be archives and
Changes in directory llvm/tools/llc:
Makefile updated: 1.76 -> 1.77
---
Log message:
Move some constant folding code shared by Analysis and Transform passes
into the LLVMAnalysis library.
This allows LLVMTranform and LLVMTransformUtils to be archives and linked
with LLVMAnalysis.a, which provid
Changes in directory llvm/lib/Analysis:
ScalarEvolution.cpp updated: 1.43 -> 1.44
---
Log message:
Move some constant folding code shared by Analysis and Transform passes
into the LLVMAnalysis library.
This allows LLVMTranform and LLVMTransformUtils to be archives and linked
with LLVMAnalysis.a
Changes in directory llvm/tools/llvm-extract:
Makefile updated: 1.2 -> 1.3
---
Log message:
Move some constant folding code shared by Analysis and Transform passes
into the LLVMAnalysis library.
This allows LLVMTranform and LLVMTransformUtils to be archives and linked
with LLVMAnalysis.a, which
Changes in directory llvm/tools/gccld:
Makefile updated: 1.13 -> 1.14
---
Log message:
Move some constant folding code shared by Analysis and Transform passes
into the LLVMAnalysis library.
This allows LLVMTranform and LLVMTransformUtils to be archives and linked
with LLVMAnalysis.a, which prov
Changes in directory llvm/tools/opt:
Makefile updated: 1.52 -> 1.53
---
Log message:
Move some constant folding code shared by Analysis and Transform passes
into the LLVMAnalysis library.
This allows LLVMTranform and LLVMTransformUtils to be archives and linked
with LLVMAnalysis.a, which provid
Changes in directory llvm:
Makefile.rules updated: 1.334 -> 1.335
---
Log message:
Move some constant folding code shared by Analysis and Transform passes
into the LLVMAnalysis library.
This allows LLVMTranform and LLVMTransformUtils to be archives and linked
with LLVMAnalysis.a, which provides
Changes in directory llvm-java/tools/class2llvm:
Makefile updated: 1.9 -> 1.10
---
Log message:
Unbreak the build after build system changes
---
Diffs of the changes: (+1 -1)
Makefile |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-java/tools/class2llvm/Makefile
diff
Changes in directory llvm-java/tools/classdump:
Makefile updated: 1.8 -> 1.9
---
Log message:
Unbreak the build after build system changes
---
Diffs of the changes: (+1 -1)
Makefile |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-java/tools/classdump/Makefile
diff -u
Changes in directory llvm/lib/CodeGen/SelectionDAG:
DAGCombiner.cpp updated: 1.56 -> 1.57
---
Log message:
Fix DSE to not nuke dead stores unless they redundant store is the same
VT as the killing one. Fix fixes PR491: http://llvm.cs.uiuc.edu/PR491
---
Diffs of the changes: (+4 -1)
DAGCo
31 matches
Mail list logo