Changes in directory llvm/lib/CodeGen/SelectionDAG:
ScheduleDAGList.cpp updated: 1.18 -> 1.19
---
Log message:
update file comment
---
Diffs of the changes: (+8 -3)
ScheduleDAGList.cpp | 11 ---
1 files changed, 8 insertions(+), 3 deletions(-)
Index: llvm/lib/CodeGen/SelectionD
Changes in directory llvm-test/MultiSource/Applications/JM/ldecod:
Makefile updated: 1.1 -> 1.2
---
Log message:
fix objdir != srcdir testing
---
Diffs of the changes: (+1 -1)
Makefile |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-test/MultiSource/Applications/JM/
Changes in directory llvm-test/External/SPEC/CFP2000/177.mesa:
Makefile updated: 1.7 -> 1.8
---
Log message:
Increase default problem size to something reasonable.
---
Diffs of the changes: (+1 -1)
Makefile |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-test/Extern
Changes in directory llvm-test/External/SPEC/CFP2000/179.art:
Makefile updated: 1.5 -> 1.6
---
Log message:
Bump default problem size to something that takes ~3 sec range.
---
Diffs of the changes: (+1 -1)
Makefile |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-tes
Changes in directory llvm/lib/Transforms/Scalar:
InstructionCombining.cpp updated: 1.449 -> 1.450
---
Log message:
Teach instcombine to increase the alignment of memset/memcpy/memmove when
the pointer is known to come from either a global variable, alloca or
malloc. This allows us to compile
Changes in directory llvm-test/MultiSource/Applications/JM/ldecod:
global.h updated: 1.1 -> 1.2
---
Log message:
Don't overflow filename buffers. grr.
---
Diffs of the changes: (+4 -4)
global.h |8
1 files changed, 4 insertions(+), 4 deletions(-)
Index: llvm-test/MultiSourc
Changes in directory llvm/test/Regression/C++Frontend:
2006-03-06-C++RecurseCrash.cpp added (r1.1)
---
Log message:
new regression test
---
Diffs of the changes: (+24 -0)
2006-03-06-C++RecurseCrash.cpp | 24
1 files changed, 24 insertions(+)
Index: llvm/test/Re
Changes in directory llvm/lib/Transforms/Scalar:
InstructionCombining.cpp updated: 1.450 -> 1.451
---
Log message:
Teach the alignment handling code to look through constant expr casts and GEPs
---
Diffs of the changes: (+12 -4)
InstructionCombining.cpp | 16
1 files cha
Changes in directory llvm/lib/Target/X86:
X86ATTAsmPrinter.cpp updated: 1.28 -> 1.29
X86ATTAsmPrinter.h updated: 1.8 -> 1.9
X86AsmPrinter.cpp updated: 1.167 -> 1.168
X86AsmPrinter.h updated: 1.11 -> 1.12
X86ISelLowering.cpp updated: 1.102 -> 1.103
X86InstrInfo.td updated: 1.251 -> 1.252
X86Intel
Changes in directory llvm/lib/Target/X86:
X86ATTAsmPrinter.cpp updated: 1.29 -> 1.30
X86AsmPrinter.cpp updated: 1.168 -> 1.169
X86AsmPrinter.h updated: 1.12 -> 1.13
X86IntelAsmPrinter.cpp updated: 1.22 -> 1.23
---
Log message:
- Emit subsections_via_symbols for Darwin.
- Conditionalize Dwarf de
Changes in directory llvm/lib/Target:
README.txt updated: 1.13 -> 1.14
---
Log message:
add a note
---
Diffs of the changes: (+11 -0)
README.txt | 11 +++
1 files changed, 11 insertions(+)
Index: llvm/lib/Target/README.txt
diff -u llvm/lib/Target/README.txt:1.13 llvm/lib/Target
Changes in directory llvm/win32/Support:
Support.vcproj updated: 1.14 -> 1.15
---
Log message:
Keep VC++ building.
---
Diffs of the changes: (+6 -0)
Support.vcproj |6 ++
1 files changed, 6 insertions(+)
Index: llvm/win32/Support/Support.vcproj
diff -u llvm/win32/Support/Support.v
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.68 -> 1.69
---
Log message:
add a note
---
Diffs of the changes: (+14 -0)
README.txt | 14 ++
1 files changed, 14 insertions(+)
Index: llvm/lib/Target/PowerPC/README.txt
diff -u llvm/lib/Target/PowerPC/READ
Changes in directory llvm/lib/CodeGen/SelectionDAG:
ScheduleDAGList.cpp updated: 1.19 -> 1.20
---
Log message:
Fix some formatting, when looking for hazards, prefer target nodes over
things like copyfromreg.
---
Diffs of the changes: (+15 -7)
ScheduleDAGList.cpp | 22 +++
Changes in directory llvm/lib/Target/PowerPC:
PPCHazardRecognizers.cpp added (r1.1)
PPCHazardRecognizers.h added (r1.1)
PPCISelDAGToDAG.cpp updated: 1.161 -> 1.162
---
Log message:
Implement a very very simple hazard recognizer for LSU rejects and ctr set/read
flushes
---
Diffs of the changes
Changes in directory llvm/lib/Target/PowerPC:
PPCHazardRecognizers.cpp updated: 1.1 -> 1.2
---
Log message:
add some comments that describe what we model
---
Diffs of the changes: (+18 -3)
PPCHazardRecognizers.cpp | 21 ++---
1 files changed, 18 insertions(+), 3 deletions
Changes in directory llvm-test:
Makefile.programs updated: 1.195 -> 1.196
---
Log message:
Enable the td scheduler for llcbeta
---
Diffs of the changes: (+1 -1)
Makefile.programs |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-test/Makefile.programs
diff -u llvm-tes
Changes in directory llvm/lib/Target/PowerPC:
PPCHazardRecognizers.cpp updated: 1.2 -> 1.3
---
Log message:
add some new instructions to the classifier. With this, we correctly insert
a nop into Freebench/neural, which speeds it up from 136->129s (~5.4%).
---
Diffs of the changes: (+11 -0)
18 matches
Mail list logo