Changes in directory llvm/include/llvm/Target:
TargetInstrInfo.h updated: 1.89 -> 1.90
---
Log message:
Clean up
---
Diffs of the changes: (+1 -2)
TargetInstrInfo.h |3 +--
1 files changed, 1 insertion(+), 2 deletions(-)
Index: llvm/include/llvm/Target/TargetInstrInfo.h
diff -u llvm/i
Changes in directory llvm/lib/Transforms/Scalar:
IndVarSimplify.cpp updated: 1.82 -> 1.83
---
Log message:
Fix IndVarsSimplify/2006-06-16-Indvar-LCSSA-Crash.ll, a case where a
"LCSSA" phi node causes indvars to break dominance properties. This fixes
causes indvars to avoid inserting aggressiv
Changes in directory llvm/test/Regression/Transforms/IndVarsSimplify:
2006-06-16-Indvar-LCSSA-Crash.ll added (r1.1)
---
Log message:
new testcase that crashes indvars
---
Diffs of the changes: (+21 -0)
2006-06-16-Indvar-LCSSA-Crash.ll | 21 +
1 files changed, 21 inser
Changes in directory llvm/lib/Target/X86:
README.txt updated: 1.117 -> 1.118
---
Log message:
A new entry.
---
Diffs of the changes: (+2 -0)
README.txt |2 ++
1 files changed, 2 insertions(+)
Index: llvm/lib/Target/X86/README.txt
diff -u llvm/lib/Target/X86/README.txt:1.117
llvm/lib/
Changes in directory llvm/lib/Target/PowerPC:
PPCInstrInfo.cpp updated: 1.20 -> 1.21
PPCInstrInfo.h updated: 1.15 -> 1.16
PPCTargetMachine.cpp updated: 1.94 -> 1.95
---
Log message:
Implement the getPointerRegClass method, which is required for the ptr_rc
magic to work.
---
Diffs of the chang
Changes in directory llvm/lib/VMCore:
IntrinsicInst.cpp updated: 1.6 -> 1.7
---
Log message:
Forgot operands were hard coded for compile unit.
---
Diffs of the changes: (+2 -2)
IntrinsicInst.cpp |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/lib/VMCore/Intrinsi
Changes in directory llvm/docs:
CFEBuildInstrs.html updated: 1.56 -> 1.57
---
Log message:
Include information of svn repository for llvm-gcc4.
---
Diffs of the changes: (+17 -1)
CFEBuildInstrs.html | 18 +-
1 files changed, 17 insertions(+), 1 deletion(-)
Index: llvm/d
Changes in directory llvm/docs:
GettingStarted.html updated: 1.134 -> 1.135
---
Log message:
Include information about svn repository for llvm-gcc4.
---
Diffs of the changes: (+5 -1)
GettingStarted.html |6 +-
1 files changed, 5 insertions(+), 1 deletion(-)
Index: llvm/docs/Getti
Changes in directory llvm/lib/Target/X86:
X86Subtarget.cpp updated: 1.27 -> 1.28
---
Log message:
Later models likely to have Yonah like attributes.
---
Diffs of the changes: (+2 -1)
X86Subtarget.cpp |3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
Index: llvm/lib/Target/X86/X
Changes in directory llvm:
Makefile.rules updated: 1.379 -> 1.380
---
Log message:
Do not hardcode random paths into the makefile. Make the user specify the
SDK to use when building "universal" on Mac OS/X, if they want to use a
specific one.
---
Diffs of the changes: (+11 -5)
Makefile.ru
Changes in directory llvm/lib/Target/PowerPC:
PPCInstr64Bit.td updated: 1.2 -> 1.3
---
Log message:
Upgrade some load/store instructions to use the proper addressing mode stuff.
---
Diffs of the changes: (+10 -10)
PPCInstr64Bit.td | 20 ++--
1 files changed, 10 insertions
Changes in directory llvm/lib/Target/PowerPC:
PPCInstrInfo.td updated: 1.224 -> 1.225
---
Log message:
In 64-bit mode, addr mode operands use G8RC instead of GPRC.
---
Diffs of the changes: (+3 -3)
PPCInstrInfo.td |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Index: llv
Changes in directory llvm/lib/Target/PowerPC:
PPCISelLowering.cpp updated: 1.189 -> 1.190
PPCInstr64Bit.td updated: 1.1 -> 1.2
PPCInstrInfo.td updated: 1.223 -> 1.224
---
Log message:
fix some assumptions that pointers can only be 32-bits. With this, we can
now compile:
static unsigned long X
Changes in directory llvm/lib/Target/PowerPC:
PPCInstr64Bit.td added (r1.1)
PPCInstrInfo.td updated: 1.222 -> 1.223
---
Log message:
Split 64-bit instructions out into a separate .td file
---
Diffs of the changes: (+185 -130)
PPCInstr64Bit.td | 183
Changes in directory llvm/lib/Target/PowerPC:
PPCSubtarget.cpp updated: 1.23 -> 1.24
---
Log message:
Force 64-bit register availability in 64-bit mode. For real.
---
Diffs of the changes: (+2 -2)
PPCSubtarget.cpp |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm
Changes in directory llvm/docs:
GettingStarted.html updated: 1.133 -> 1.134
---
Log message:
Document known xcode 2.3 issue
---
Diffs of the changes: (+4 -1)
GettingStarted.html |5 -
1 files changed, 4 insertions(+), 1 deletion(-)
Index: llvm/docs/GettingStarted.html
diff -u llv
Changes in directory llvm/lib/Target/PowerPC:
PPC.h updated: 1.28 -> 1.29
PPCRegisterInfo.td updated: 1.36 -> 1.37
PPCSubtarget.cpp updated: 1.22 -> 1.23
PPCTargetMachine.cpp updated: 1.93 -> 1.94
---
Log message:
Remove the -darwin and -aix llc options, inferring darwinism and aixism from
the
Changes in directory llvm/lib/Transforms/IPO:
SimplifyLibCalls.cpp updated: 1.66 -> 1.67
---
Log message:
Add missing casts. This fixed some regressions.
---
Diffs of the changes: (+2 -2)
SimplifyLibCalls.cpp |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/lib/Tr
Changes in directory llvm/tools/opt:
opt.cpp updated: 1.109 -> 1.110
---
Log message:
Don't pass target name into TargetData anymore, it is never used or needed.
---
Diffs of the changes: (+1 -1)
opt.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/tools/opt/opt
Changes in directory llvm/tools/bugpoint:
ExtractFunction.cpp updated: 1.47 -> 1.48
OptimizerDriver.cpp updated: 1.39 -> 1.40
---
Log message:
Don't pass target name into TargetData anymore, it is never used or needed.
---
Diffs of the changes: (+2 -2)
ExtractFunction.cpp |2 +-
Optim
Changes in directory llvm/lib/Target/IA64:
IA64TargetMachine.cpp updated: 1.16 -> 1.17
---
Log message:
Don't pass target name into TargetData anymore, it is never used or needed.
Remove explicit casts to std::string now that there is no overload resolution
issues in the TargetData ctors.
---
Changes in directory llvm/tools/llvm-ld:
Optimize.cpp updated: 1.8 -> 1.9
---
Log message:
Don't pass target name into TargetData anymore, it is never used or needed.
---
Diffs of the changes: (+1 -1)
Optimize.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/too
Changes in directory llvm/lib/Target/X86:
X86TargetMachine.cpp updated: 1.116 -> 1.117
---
Log message:
Don't pass target name into TargetData anymore, it is never used or needed.
Remove explicit casts to std::string now that there is no overload resolution
issues in the TargetData ctors.
---
Changes in directory llvm/projects/Stacker/lib/compiler:
StackerCompiler.cpp updated: 1.16 -> 1.17
---
Log message:
Don't pass target name into TargetData anymore, it is never used or needed.
---
Diffs of the changes: (+1 -1)
StackerCompiler.cpp |2 +-
1 files changed, 1 insertion(+),
Changes in directory llvm/lib/ExecutionEngine/Interpreter:
Interpreter.cpp updated: 1.31 -> 1.32
---
Log message:
Simplify TargetData ctor call
---
Diffs of the changes: (+1 -1)
Interpreter.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/ExecutionEngine/Inte
Changes in directory llvm/utils/TableGen:
DAGISelEmitter.cpp updated: 1.212 -> 1.213
---
Log message:
Improve a comment.
---
Diffs of the changes: (+1 -1)
DAGISelEmitter.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/utils/TableGen/DAGISelEmitter.cpp
diff -u ll
Changes in directory llvm/lib/Target/ARM:
ARMTargetMachine.cpp updated: 1.2 -> 1.3
---
Log message:
Don't pass target name into TargetData anymore, it is never used or needed.
Remove explicit casts to std::string now that there is no overload resolution
issues in the TargetData ctors.
---
Dif
Changes in directory llvm/tools/gccas:
gccas.cpp updated: 1.115 -> 1.116
---
Log message:
Don't pass target name into TargetData anymore, it is never used or needed.
---
Diffs of the changes: (+1 -1)
gccas.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/tools/g
Changes in directory llvm/tools/llvm-extract:
llvm-extract.cpp updated: 1.29 -> 1.30
---
Log message:
Don't pass target name into TargetData anymore, it is never used or needed.
---
Diffs of the changes: (+1 -1)
llvm-extract.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Changes in directory llvm/tools/gccld:
GenerateCode.cpp updated: 1.57 -> 1.58
---
Log message:
Don't pass target name into TargetData anymore, it is never used or needed.
---
Diffs of the changes: (+1 -1)
GenerateCode.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index:
Changes in directory llvm/tools/analyze:
analyze.cpp updated: 1.67 -> 1.68
---
Log message:
Don't pass target name into TargetData anymore, it is never used or needed.
---
Diffs of the changes: (+1 -1)
analyze.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/too
Changes in directory llvm/lib/Target/PowerPC:
PPCTargetMachine.cpp updated: 1.92 -> 1.93
---
Log message:
Don't pass target name into TargetData anymore, it is never used or needed.
Remove explicit casts to std::string now that there is no overload resolution
issues in the TargetData ctors.
-
Changes in directory llvm/lib/Target:
TargetData.cpp updated: 1.69 -> 1.70
---
Log message:
Don't pass target name into TargetData anymore, it is never used or needed.
Remove explicit casts to std::string now that there is no overload resolution
issues in the TargetData ctors.
---
Diffs of th
Changes in directory llvm/lib/Target/Alpha:
AlphaTargetMachine.cpp updated: 1.25 -> 1.26
---
Log message:
Don't pass target name into TargetData anymore, it is never used or needed.
Remove explicit casts to std::string now that there is no overload resolution
issues in the TargetData ctors.
-
Changes in directory llvm/lib/Target/Sparc:
SparcTargetMachine.cpp updated: 1.47 -> 1.48
---
Log message:
Don't pass target name into TargetData anymore, it is never used or needed.
Remove explicit casts to std::string now that there is no overload resolution
issues in the TargetData ctors.
-
Changes in directory llvm/lib/Target/CBackend:
CTargetMachine.h updated: 1.13 -> 1.14
---
Log message:
Don't pass target name into TargetData anymore, it is never used or needed.
Remove explicit casts to std::string now that there is no overload resolution
issues in the TargetData ctors.
---
Changes in directory llvm/include/llvm/Target:
TargetData.h updated: 1.39 -> 1.40
---
Log message:
Simplify the targetdata ctor by not passing in a "targetname" which is always
ignored.
---
Diffs of the changes: (+14 -8)
TargetData.h | 22 ++
1 files changed, 14 inser
Changes in directory llvm/lib/Target:
TargetData.cpp updated: 1.68 -> 1.69
---
Log message:
Remove ctor with each piece specifyable (which causes overload ambiguities),
add a new init method.
---
Diffs of the changes: (+1 -32)
TargetData.cpp | 33 +
1 file
Changes in directory llvm/include/llvm/Target:
TargetData.h updated: 1.38 -> 1.39
---
Log message:
Remove ctor with each piece specifyable (which causes overload ambiguities),
add a new init method.
---
Diffs of the changes: (+11 -10)
TargetData.h | 21 +++--
1 files chan
Changes in directory llvm/lib/ExecutionEngine/JIT:
JITEmitter.cpp updated: 1.103 -> 1.104
---
Log message:
Only count instructions as code size, not constant pools and other per-function
stuff.
---
Diffs of the changes: (+10 -6)
JITEmitter.cpp | 16 ++--
1 files changed, 10
Changes in directory llvm/lib/ExecutionEngine/Interpreter:
Interpreter.cpp updated: 1.30 -> 1.31
Interpreter.h updated: 1.74 -> 1.75
---
Log message:
Simplify interpreter construction.
---
Diffs of the changes: (+11 -21)
Interpreter.cpp | 30 ++
Interpreter.h
Changes in directory llvm/lib/Target/PowerPC:
PPCSubtarget.cpp updated: 1.21 -> 1.22
PPCSubtarget.h updated: 1.15 -> 1.16
---
Log message:
Document the subtarget features better, make sure that 64-bit mode, 64-bit
support, and 64-bit register use are all consistent with each other.
Add a new "
Changes in directory llvm/lib/Target/PowerPC:
PPC.td updated: 1.17 -> 1.18
PPCISelLowering.cpp updated: 1.188 -> 1.189
PPCSubtarget.cpp updated: 1.20 -> 1.21
PPCSubtarget.h updated: 1.14 -> 1.15
---
Log message:
Rename some subtarget features. A CPU now can *have* 64-bit instructions,
can in 3
Changes in directory llvm/docs:
GettingStarted.html updated: 1.132 -> 1.133
---
Log message:
apple's compiler works too
---
Diffs of the changes: (+4 -4)
GettingStarted.html |8
1 files changed, 4 insertions(+), 4 deletions(-)
Index: llvm/docs/GettingStarted.html
diff -u llv
Changes in directory llvm/test/Regression/CFrontend:
2006-01-13-Includes.c updated: 1.4 -> 1.5
---
Log message:
PR# not associated with XFAIL
---
Diffs of the changes: (+1 -0)
2006-01-13-Includes.c |1 +
1 files changed, 1 insertion(+)
Index: llvm/test/Regression/CFrontend/2006-01-13-
Changes in directory llvm/test/Regression/CFrontend:
2005-12-04-DeclarationLineNumbers.c updated: 1.3 -> 1.4
2006-01-13-Includes.c updated: 1.3 -> 1.4
---
Log message:
debug info is alive again
---
Diffs of the changes: (+0 -4)
2005-12-04-DeclarationLineNumbers.c |2 --
2006-01-13-Inclu
Changes in directory llvm/test/Regression/CodeGen/ARM:
ret_arg5.ll updated: 1.1 -> 1.2
---
Log message:
This test isn't implemented yet
---
Diffs of the changes: (+1 -0)
ret_arg5.ll |1 +
1 files changed, 1 insertion(+)
Index: llvm/test/Regression/CodeGen/ARM/ret_arg5.ll
diff -u llvm
Changes in directory llvm/lib/Analysis/DataStructure:
CompleteBottomUp.cpp updated: 1.34 -> 1.35
---
Log message:
Add a error message to cbu to match bu
---
Diffs of the changes: (+7 -1)
CompleteBottomUp.cpp |8 +++-
1 files changed, 7 insertions(+), 1 deletion(-)
Index: llvm/lib/
Changes in directory llvm/include/llvm/Analysis/DataStructure:
CallTargets.h added (r1.1)
---
Log message:
move header
---
Diffs of the changes: (+54 -0)
CallTargets.h | 54 ++
1 files changed, 54 insertions(+)
Index: llvm/include/llvm
Changes in directory llvm/lib/Analysis/DataStructure:
CallTargets.cpp updated: 1.1 -> 1.2
---
Log message:
move header
---
Diffs of the changes: (+1 -1)
CallTargets.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Analysis/DataStructure/CallTargets.cpp
diff -u
Changes in directory llvm/include/llvm/Analysis:
LinkAllAnalyses.h updated: 1.5 -> 1.6
CallTargets.h (r1.1) removed
---
Log message:
move header
---
Diffs of the changes: (+1 -1)
LinkAllAnalyses.h |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/include/llvm/Analysis/
Changes in directory llvm/docs:
SourceLevelDebugging.html updated: 1.20 -> 1.21
---
Log message:
add decimal form of LLVMDebugVersion
---
Diffs of the changes: (+2 -2)
SourceLevelDebugging.html |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/docs/SourceLevelDebug
Changes in directory llvm/include/llvm/Support:
Dwarf.h updated: 1.7 -> 1.8
---
Log message:
1. Revise vector debug support.
2. Update docs for vector debug support and new version control.
3. Simplify serialization of DebugDescInfo subclasses.
---
Diffs of the changes: (+2 -0)
Dwarf.h |
Changes in directory llvm/lib/CodeGen:
DwarfWriter.cpp updated: 1.62 -> 1.63
MachineDebugInfo.cpp updated: 1.41 -> 1.42
---
Log message:
1. Revise vector debug support.
2. Update docs for vector debug support and new version control.
3. Simplify serialization of DebugDescInfo subclasses.
--
Changes in directory llvm/include/llvm/CodeGen:
MachineDebugInfo.h updated: 1.35 -> 1.36
---
Log message:
1. Revise vector debug support.
2. Update docs for vector debug support and new version control.
3. Simplify serialization of DebugDescInfo subclasses.
---
Diffs of the changes: (+51 -
Changes in directory llvm/docs:
SourceLevelDebugging.html updated: 1.19 -> 1.20
---
Log message:
1. Revise vector debug support.
2. Update docs for vector debug support and new version control.
3. Simplify serialization of DebugDescInfo subclasses.
---
Diffs of the changes: (+56 -56)
Sou
Changes in directory llvm/lib/Transforms/IPO:
SimplifyLibCalls.cpp updated: 1.65 -> 1.66
---
Log message:
More libcall transformations:
printf("%s\n", str) -> puts(str)
printf("%c", c) -> putchar(c)
Also fixed fprintf(file, "%c", c) -> fputc(c, file)
---
Diffs of the changes: (+110 -8)
Sim
57 matches
Mail list logo