Changes in directory llvm/lib/VMCore:
Dominators.cpp updated: 1.66 -> 1.67
---
Log message:
Bugfix for etforest updating. Contributed by Daniel Berlin.
---
Diffs of the changes: (+1 -1)
Dominators.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/VMCore/Domin
Changes in directory llvm/lib/Transforms/Utils:
LoopSimplify.cpp updated: 1.61 -> 1.62
---
Log message:
Teach loopsimplify to update et-forest. Patch contributed by Daniel Berlin!
---
Diffs of the changes: (+19 -0)
LoopSimplify.cpp | 19 +++
1 files changed, 19 insertion
Changes in directory llvm-gcc/gcc:
llvm-expand.c updated: 1.122 -> 1.123
---
Log message:
Include full source path for use by debug information.
---
Diffs of the changes: (+1 -1)
llvm-expand.c |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-gcc/gcc/llvm-expand.c
dif
Changes in directory llvm/utils/TableGen:
CodeGenInstruction.h updated: 1.18 -> 1.19
CodeGenTarget.cpp updated: 1.52 -> 1.53
DAGISelEmitter.cpp updated: 1.127 -> 1.128
DAGISelEmitter.h updated: 1.49 -> 1.50
---
Log message:
* Remove instruction fields hasInFlag / hasOutFlag and added SNDPInFlag
Changes in directory llvm/lib/Target/PowerPC:
PPCInstrInfo.td updated: 1.169 -> 1.170
PPCRegisterInfo.cpp updated: 1.38 -> 1.39
---
Log message:
New DAG node properties SNDPInFlag, SNDPOutFlag, and SNDPOptInFlag to replace
hasInFlag, hasOutFlag.
---
Diffs of the changes: (+6 -11)
PPCInstrI
Changes in directory llvm/include/llvm/CodeGen:
SelectionDAG.h updated: 1.83 -> 1.84
---
Log message:
New getNode() variants.
---
Diffs of the changes: (+61 -4)
SelectionDAG.h | 65 +
1 files changed, 61 insertions(+), 4 deletions(-
Changes in directory llvm/lib/Target:
Target.td updated: 1.67 -> 1.68
TargetSelectionDAG.td updated: 1.41 -> 1.42
---
Log message:
New DAG node properties SNDPInFlag, SNDPOutFlag, and SNDPOptInFlag to replace
hasInFlag, hasOutFlag.
---
Diffs of the changes: (+3 -2)
Target.td |
Changes in directory llvm/lib/Target/SparcV8:
SparcV8InstrInfo.td updated: 1.97 -> 1.98
SparcV8RegisterInfo.cpp updated: 1.32 -> 1.33
---
Log message:
New DAG node properties SNDPInFlag, SNDPOutFlag, and SNDPOptInFlag to replace
hasInFlag, hasOutFlag.
---
Diffs of the changes: (+7 -13)
Spa
Changes in directory llvm/lib/Target/X86:
X86ISelLowering.cpp updated: 1.22 -> 1.23
X86ISelLowering.h updated: 1.11 -> 1.12
X86InstrInfo.td updated: 1.190 -> 1.191
X86RegisterInfo.cpp updated: 1.116 -> 1.117
---
Log message:
Support for ADD_PARTS, SUB_PARTS, SHL_PARTS, SHR_PARTS, and SRA_PARTS.
Changes in directory llvm/lib/CodeGen/SelectionDAG:
SelectionDAG.cpp updated: 1.234 -> 1.235
---
Log message:
New getNode() variants.
---
Diffs of the changes: (+0 -14)
SelectionDAG.cpp | 14 --
1 files changed, 14 deletions(-)
Index: llvm/lib/CodeGen/SelectionDAG/Selection
Changes in directory llvm/lib/CodeGen/SelectionDAG:
LegalizeDAG.cpp updated: 1.255 -> 1.256
---
Log message:
* Allow custom lowering of ADD_PARTS, SUB_PARTS, SHL_PARTS, SRA_PARTS,
and SRL_PARTS.
* Fix a bug that caused *_PARTS to be custom lowered twice.
---
Diffs of the changes: (+46 -11)
Changes in directory llvm-gcc/gcc:
llvm-expand.c updated: 1.123 -> 1.124
---
Log message:
Using the recommended caching version.
---
Diffs of the changes: (+1 -1)
llvm-expand.c |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-gcc/gcc/llvm-expand.c
diff -u llvm-gcc/gc
Changes in directory llvm/lib/Target/Alpha:
AlphaInstrInfo.td updated: 1.98 -> 1.99
---
Log message:
proper branch not equal sequence
---
Diffs of the changes: (+4 -0)
AlphaInstrInfo.td |4
1 files changed, 4 insertions(+)
Index: llvm/lib/Target/Alpha/AlphaInstrInfo.td
diff -u ll
Changes in directory llvm/lib/Target/X86:
X86ISelLowering.cpp updated: 1.23 -> 1.24
---
Log message:
typo
---
Diffs of the changes: (+1 -1)
X86ISelLowering.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Target/X86/X86ISelLowering.cpp
diff -u llvm/lib/Target
Changes in directory llvm-test/MultiSource/Benchmarks/Prolangs-C:
Makefile updated: 1.4 -> 1.5
---
Log message:
temporary, will remove soon
---
Diffs of the changes: (+4 -1)
Makefile |5 -
1 files changed, 4 insertions(+), 1 deletion(-)
Index: llvm-test/MultiSource/Benchmarks/Prol
Changes in directory llvm/lib/Target/X86:
X86ISelLowering.cpp updated: 1.24 -> 1.25
---
Log message:
More typos
---
Diffs of the changes: (+2 -1)
X86ISelLowering.cpp |3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
Index: llvm/lib/Target/X86/X86ISelLowering.cpp
diff -u llvm/li
Changes in directory llvm/lib/Target/X86:
X86ISelDAGToDAG.cpp updated: 1.24 -> 1.25
X86InstrInfo.td updated: 1.191 -> 1.192
---
Log message:
* Added undef patterns.
* Some reorg.
---
Diffs of the changes: (+83 -68)
X86ISelDAGToDAG.cpp |9 ---
X86InstrInfo.td | 142
Changes in directory llvm/lib/CodeGen/SelectionDAG:
LegalizeDAG.cpp updated: 1.256 -> 1.257
---
Log message:
Fix an exponential function in libcall insertion to not be exponential. :)
---
Diffs of the changes: (+10 -6)
LegalizeDAG.cpp | 16 ++--
1 files changed, 10 insertions
Changes in directory llvm/lib/Target/PowerPC:
PPCInstrInfo.td updated: 1.170 -> 1.171
---
Log message:
add ret void support back
---
Diffs of the changes: (+4 -0)
PPCInstrInfo.td |4
1 files changed, 4 insertions(+)
Index: llvm/lib/Target/PowerPC/PPCInstrInfo.td
diff -u llvm/lib
Changes in directory llvm/lib/Target/PowerPC:
PPCISelLowering.cpp updated: 1.59 -> 1.60
PPCISelLowering.h updated: 1.13 -> 1.14
---
Log message:
Give PPCISD:: nodes legible names in dumps.
---
Diffs of the changes: (+23 -0)
PPCISelLowering.cpp | 19 +++
PPCISelLowering.h
Changes in directory llvm/lib/Target/PowerPC:
PPCInstrInfo.td updated: 1.171 -> 1.172
---
Log message:
Remove a comment that no longer applies.
---
Diffs of the changes: (+0 -1)
PPCInstrInfo.td |1 -
1 files changed, 1 deletion(-)
Index: llvm/lib/Target/PowerPC/PPCInstrInfo.td
diff -
Changes in directory llvm/lib/Linker:
Linker.cpp updated: 1.8 -> 1.9
---
Log message:
Be a little more explanatory in a comment.
---
Diffs of the changes: (+1 -1)
Linker.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Linker/Linker.cpp
diff -u llvm/lib/Linke
Changes in directory llvm/tools/llvm-ld:
llvm-ld.cpp updated: 1.28 -> 1.29
---
Log message:
For PR521: http://llvm.cs.uiuc.edu/PR521 :
With these patches we implement the ability for the Linker library to
keep track of which libraries were actually bytecode files (not archives)
and cause their
Changes in directory llvm/include/llvm:
Linker.h updated: 1.17 -> 1.18
---
Log message:
For PR521: http://llvm.cs.uiuc.edu/PR521 :
With these patches we implement the ability for the Linker library to
keep track of which libraries were actually bytecode files (not archives)
and cause their use
Changes in directory llvm/tools/gccld:
gccld.cpp updated: 1.107 -> 1.108
---
Log message:
For PR521: http://llvm.cs.uiuc.edu/PR521 :
With these patches we implement the ability for the Linker library to
keep track of which libraries were actually bytecode files (not archives)
and cause their u
Changes in directory llvm/lib/Linker:
LinkItems.cpp updated: 1.7 -> 1.8
---
Log message:
For PR521: http://llvm.cs.uiuc.edu/PR521 :
With these patches we implement the ability for the Linker library to
keep track of which libraries were actually bytecode files (not archives)
and cause their us
Changes in directory llvm/lib/Analysis/IPA:
FindUsedTypes.cpp updated: 1.33 -> 1.34
---
Log message:
Remove unused inclusion of SymbolTable.h
---
Diffs of the changes: (+0 -1)
FindUsedTypes.cpp |1 -
1 files changed, 1 deletion(-)
Index: llvm/lib/Analysis/IPA/FindUsedTypes.cpp
diff -
Changes in directory llvm/lib/Target/IA64:
IA64ISelLowering.cpp updated: 1.12 -> 1.13
---
Log message:
support functions that return bool (this "should" work but doesn't,
*maybe* due to a legalizer bug.)
---
Diffs of the changes: (+10 -10)
IA64ISelLowering.cpp | 20 ++--
Changes in directory llvm/lib/Target/IA64:
IA64ISelLowering.cpp updated: 1.13 -> 1.14
---
Log message:
heh, 'sif it'd be a legalizer bug.
---
Diffs of the changes: (+1 -1)
IA64ISelLowering.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Target/IA64/IA64ISel
Changes in directory llvm/lib/CodeGen:
LiveIntervalAnalysis.cpp updated: 1.152 -> 1.153
---
Log message:
Minor cleanup, no functionality change for current targets
---
Diffs of the changes: (+2 -1)
LiveIntervalAnalysis.cpp |3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
Index
30 matches
Mail list logo