Changes in directory llvm/lib/Target/X86:
X86InstrInfo.td updated: 1.178 -> 1.179
---
Log message:
This was meant to go in
---
Diffs of the changes: (+1 -1)
X86InstrInfo.td |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Target/X86/X86InstrInfo.td
diff -u llvm/l
Changes in directory llvm/lib/Target/X86:
X86FloatingPoint.cpp updated: 1.44 -> 1.45
X86ISelPattern.cpp updated: 1.189 -> 1.190
X86InstrInfo.td updated: 1.177 -> 1.178
X86RegisterInfo.cpp updated: 1.112 -> 1.113
---
Log message:
Rewrite FP stackifier support in the X86InstrInfo.td file, splitti
Changes in directory llvm/lib/Target/X86:
X86InstrInfo.td updated: 1.176 -> 1.177
---
Log message:
Wrap some long lines: no functionality change
---
Diffs of the changes: (+56 -28)
X86InstrInfo.td | 84 +---
1 files changed, 56 insertio
Changes in directory llvm/utils/TableGen:
DAGISelEmitter.cpp updated: 1.109 -> 1.110
---
Log message:
Eliminate some GCC warnings from the generated code
---
Diffs of the changes: (+17 -9)
DAGISelEmitter.cpp | 26 +-
1 files changed, 17 insertions(+), 9 deletions(
Changes in directory llvm/lib/Target/SparcV8:
SparcV8ISelDAGToDAG.cpp updated: 1.29 -> 1.30
---
Log message:
remove dead code
---
Diffs of the changes: (+0 -4)
SparcV8ISelDAGToDAG.cpp |4
1 files changed, 4 deletions(-)
Index: llvm/lib/Target/SparcV8/SparcV8ISelDAGToDAG.cpp
diff
Changes in directory llvm/docs/CommandGuide:
llvm-ld.pod updated: 1.2 -> 1.3
---
Log message:
Document the new -post-link-opts option.
---
Diffs of the changes: (+15 -0)
llvm-ld.pod | 15 +++
1 files changed, 15 insertions(+)
Index: llvm/docs/CommandGuide/llvm-ld.pod
diff -
Changes in directory llvm/test/Regression/CodeGen/Generic:
DebugStuff.ll added (r1.1)
---
Log message:
new testcase, fails on X86 and probably others
---
Diffs of the changes: (+125 -0)
DebugStuff.ll | 125 ++
1 files changed, 125 in
Changes in directory llvm/tools/llvm-ld:
llvm-ld.cpp updated: 1.27 -> 1.28
---
Log message:
Implement PR512: http://llvm.cs.uiuc.edu/PR512 :
This patch adds a -post-link-opts option to llvm-ld which allows an arbitrary
program to optimize bytecode after linking. The program is passed two file
n
Changes in directory llvm/docs:
GettingStarted.html updated: 1.123 -> 1.124
---
Log message:
Document the new --enable-debug-runtime configure option.
---
Diffs of the changes: (+6 -1)
GettingStarted.html |7 ++-
1 files changed, 6 insertions(+), 1 deletion(-)
Index: llvm/docs/Ge
Changes in directory llvm:
Makefile.config.in updated: 1.51 -> 1.52
Makefile.rules updated: 1.335 -> 1.336
configure updated: 1.204 -> 1.205
---
Log message:
Implement fix for PR471: http://llvm.cs.uiuc.edu/PR471 :
* Add --enable-debug-runtime option, defaults to disabled
* Pass the new config
Changes in directory llvm/autoconf:
configure.ac updated: 1.201 -> 1.202
---
Log message:
Implement fix for PR471: http://llvm.cs.uiuc.edu/PR471 :
* Add --enable-debug-runtime option, defaults to disabled
* Pass the new config var, DEBUG_RUNTIME, to Makefiles
* Don't use -Wa,-strip-debug if deb
Changes in directory llvm/lib/CodeGen/SelectionDAG:
SelectionDAGISel.cpp updated: 1.117 -> 1.118
---
Log message:
Lower ConstantAggregateZero into zeros
---
Diffs of the changes: (+20 -7)
SelectionDAGISel.cpp | 27 ---
1 files changed, 20 insertions(+), 7 deletion
Changes in directory llvm/lib/Target/X86:
X86ISelDAGToDAG.cpp updated: 1.17 -> 1.18
---
Log message:
Remove ISD::RET select code. Now tblgen'd.
---
Diffs of the changes: (+0 -41)
X86ISelDAGToDAG.cpp | 41 -
1 files changed, 41 deletions(-)
Index:
Changes in directory llvm/lib/Target/X86:
X86ISelDAGToDAG.cpp updated: 1.16 -> 1.17
X86ISelLowering.cpp updated: 1.11 -> 1.12
X86ISelLowering.h updated: 1.5 -> 1.6
X86InstrInfo.td updated: 1.175 -> 1.176
X86RegisterInfo.td updated: 1.25 -> 1.26
---
Log message:
* Added lowering hook for externa
Changes in directory llvm/lib/CodeGen:
AsmPrinter.cpp updated: 1.32 -> 1.33
---
Log message:
Don't emit a null terminator, nor anything after it, to the ctor/dtor list
---
Diffs of the changes: (+4 -1)
AsmPrinter.cpp |5 -
1 files changed, 4 insertions(+), 1 deletion(-)
Index: ll
Changes in directory llvm/lib/Target/X86:
X86InstrInfo.td updated: 1.174 -> 1.175
X86RegisterInfo.td updated: 1.24 -> 1.25
X86TargetMachine.cpp updated: 1.91 -> 1.92
---
Log message:
SSE2 floating point load / store patterns. SSE2 fp to int conversion patterns.
---
Diffs of the changes: (+18
Changes in directory llvm-poolalloc/runtime:
README.txt updated: 1.3 -> 1.4
---
Log message:
Fixed minor typo.
---
Diffs of the changes: (+1 -1)
README.txt |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-poolalloc/runtime/README.txt
diff -u llvm-poolalloc/runtime/RE
Changes in directory llvm/lib/Target/PowerPC:
PPCInstrInfo.td updated: 1.163 -> 1.164
---
Log message:
Flip the meaning of FPContractions to reflect Requires<[]> change.
---
Diffs of the changes: (+1 -1)
PPCInstrInfo.td |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llv
Changes in directory llvm/utils/TableGen:
DAGISelEmitter.cpp updated: 1.108 -> 1.109
---
Log message:
Fix the semantic of Requires<[cond]> to mean if (!cond) goto PXXFail;
---
Diffs of the changes: (+1 -1)
DAGISelEmitter.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index
Changes in directory llvm/utils/TableGen:
DAGISelEmitter.cpp updated: 1.107 -> 1.108
---
Log message:
This ugly patch works around a GCC bug where it is compiling SelectCode to
use too much stack space, overflowing the stack for large functions. Instead
of emitting new SDOperands in each match
Changes in directory llvm/lib/Target/SparcV8:
SparcV8TargetMachine.cpp updated: 1.33 -> 1.34
---
Log message:
Run lower-switch after lower-invoke.
Only run lower-allocations and lower-select for the simple isel
---
Diffs of the changes: (+10 -12)
SparcV8TargetMachine.cpp | 22 +
Changes in directory llvm/lib/Target/SparcV8:
SparcV8RegisterInfo.cpp updated: 1.30 -> 1.31
SparcV8RegisterInfo.td updated: 1.26 -> 1.27
---
Log message:
Reserve G1 for frame offset stuff and use it to handle large stack frames.
For example, instead of emitting this:
test:
save -40112,
22 matches
Mail list logo