Changes in directory llvm/docs:
GettingStarted.html updated: 1.136.2.4 -> 1.136.2.5
---
Log message:
Remove another merge conflict marker.
---
Diffs of the changes: (+1 -5)
GettingStarted.html |6 +-
1 files changed, 1 insertion(+), 5 deletions(-)
Index: llvm/docs/GettingStarted.
Changes in directory llvm/lib/CodeGen/SelectionDAG:
SelectionDAG.cpp updated: 1.312 -> 1.313
---
Log message:
AssignNodeIds should return unsigned.
---
Diffs of the changes: (+2 -2)
SelectionDAG.cpp |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/lib/CodeGen/Sele
Changes in directory llvm/include/llvm/CodeGen:
SelectionDAG.h updated: 1.103 -> 1.104
---
Log message:
AssignNodeIds should return unsigned.
---
Diffs of the changes: (+1 -1)
SelectionDAG.h |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/include/llvm/CodeGen/Selecti
Changes in directory llvm/lib/Target/ARM:
ARMAsmPrinter.cpp updated: 1.6 -> 1.7
---
Log message:
emit global constants
---
Diffs of the changes: (+29 -0)
ARMAsmPrinter.cpp | 29 +
1 files changed, 29 insertions(+)
Index: llvm/lib/Target/ARM/ARMAsmPrinter.cpp
Changes in directory llvm/lib/ExecutionEngine/JIT:
JITEmitter.cpp updated: 1.108 -> 1.109
---
Log message:
Fixed a typo in Evan's submisson.
---
Diffs of the changes: (+1 -1)
JITEmitter.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/ExecutionEngine/JIT/JITE
Changes in directory llvm/lib/Target/X86:
X86ISelDAGToDAG.cpp updated: 1.75 -> 1.76
---
Log message:
Use reachbility information to determine whether a node can be folded into
another during isel.
---
Diffs of the changes: (+118 -3)
X86ISelDAGToDAG.cpp | 121 ++
Changes in directory llvm/lib/CodeGen:
AsmPrinter.cpp updated: 1.85 -> 1.86
---
Log message:
Code cleanups, per review
---
Diffs of the changes: (+7 -3)
AsmPrinter.cpp | 10 +++---
1 files changed, 7 insertions(+), 3 deletions(-)
Index: llvm/lib/CodeGen/AsmPrinter.cpp
diff -u llvm/
Changes in directory llvm/lib/CodeGen/SelectionDAG:
SelectionDAGISel.cpp updated: 1.260 -> 1.261
---
Log message:
Code cleanups, per review
---
Diffs of the changes: (+0 -2)
SelectionDAGISel.cpp |2 --
1 files changed, 2 deletions(-)
Index: llvm/lib/CodeGen/SelectionDAG/SelectionDAGI
Changes in directory llvm/lib/Target/PowerPC:
PPCJITInfo.cpp updated: 1.25 -> 1.26
PPCJITInfo.h updated: 1.10 -> 1.11
---
Log message:
synchronizeICache removeed from TargetJITInfo.
---
Diffs of the changes: (+0 -11)
PPCJITInfo.cpp | 10 --
PPCJITInfo.h |1 -
2 files changed
Changes in directory llvm/include/llvm/CodeGen:
MachineRelocation.h updated: 1.10 -> 1.11
---
Log message:
Add basic block machine relocation.
---
Diffs of the changes: (+35 -5)
MachineRelocation.h | 40 +++-
1 files changed, 35 insertions(+), 5 deletio
Changes in directory llvm/include/llvm/Target:
TargetJITInfo.h updated: 1.9 -> 1.10
---
Log message:
Resolve BB references with relocation.
---
Diffs of the changes: (+0 -14)
TargetJITInfo.h | 14 --
1 files changed, 14 deletions(-)
Index: llvm/include/llvm/Target/TargetJITI
Changes in directory llvm/lib/ExecutionEngine/JIT:
JITEmitter.cpp updated: 1.109 -> 1.110
---
Log message:
Resolve BB references with relocation.
---
Diffs of the changes: (+2 -5)
JITEmitter.cpp |7 ++-
1 files changed, 2 insertions(+), 5 deletions(-)
Index: llvm/lib/ExecutionEngi
Changes in directory llvm:
Makefile.rules updated: 1.391 -> 1.392
---
Log message:
Pass -fstrict-aliasing to the compiler when building a release build on darwin.
Darwin doesn't default to it being on.
---
Diffs of the changes: (+8 -3)
Makefile.rules | 11 ---
1 files changed, 8
Changes in directory llvm/lib/Target/Alpha:
AlphaCodeEmitter.cpp updated: 1.16 -> 1.17
AlphaJITInfo.cpp updated: 1.10 -> 1.11
AlphaJITInfo.h updated: 1.2 -> 1.3
---
Log message:
Resolve BB references with relocation.
---
Diffs of the changes: (+3 -20)
AlphaCodeEmitter.cpp |5 +++--
Alph
Changes in directory llvm/lib/Target/PowerPC:
PPCCodeEmitter.cpp updated: 1.64 -> 1.65
PPCJITInfo.cpp updated: 1.26 -> 1.27
PPCJITInfo.h updated: 1.11 -> 1.12
PPCRelocations.h updated: 1.8 -> 1.9
---
Log message:
Resolve BB references with relocation.
---
Diffs of the changes: (+22 -27)
PPC
Changes in directory llvm/lib/Target/X86:
X86CodeEmitter.cpp updated: 1.111 -> 1.112
X86JITInfo.cpp updated: 1.24 -> 1.25
X86JITInfo.h updated: 1.9 -> 1.10
---
Log message:
Resolve BB references with relocation.
---
Diffs of the changes: (+2 -13)
X86CodeEmitter.cpp |3 ++-
X86JITInfo.cp
Changes in directory llvm/utils:
NewNightlyTest.pl updated: 1.29 -> 1.30
---
Log message:
Removed some clutter that was left over from development.
Changed how changedir worked. Hopefully now when it fails it will tell us why.
---
Diffs of the changes: (+39 -48)
NewNightlyTest.pl | 87
Changes in directory llvm/utils:
NewNightlyTest.pl updated: 1.30 -> 1.31
---
Log message:
Added more descriptive output to singlesource,multisource tests.
---
Diffs of the changes: (+30 -24)
NewNightlyTest.pl | 54 ++
1 files changed, 3
Changes in directory nightlytest-serverside:
test.php updated: 1.9 -> 1.10
---
Log message:
Added some comments to clear up ambiguous code
---
Diffs of the changes: (+6 -1)
test.php |7 ++-
1 files changed, 6 insertions(+), 1 deletion(-)
Index: nightlytest-serverside/test.php
dif
Changes in directory nightlytest-serverside:
fulltest.php updated: 1.4 -> 1.5
---
Log message:
Added link to build log
---
Diffs of the changes: (+24 -0)
fulltest.php | 24
1 files changed, 24 insertions(+)
Index: nightlytest-serverside/fulltest.php
diff -u nig
Changes in directory nightlytest-serverside:
machine.php updated: 1.3 -> 1.4
---
Log message:
Tweaked the coloring scheme so that we dont consider test submissions with
failed builds
---
Diffs of the changes: (+6 -1)
machine.php |7 ++-
1 files changed, 6 insertions(+), 1 deletion
Changes in directory llvm/utils:
NewNightlyTest.pl updated: 1.31 -> 1.32
---
Log message:
Fixed a stupid error where changedir returned false upon success.
---
Diffs of the changes: (+1 -2)
NewNightlyTest.pl |3 +--
1 files changed, 1 insertion(+), 2 deletions(-)
Index: llvm/utils/Ne
Changes in directory nightlytest-serverside:
machine.php updated: 1.4 -> 1.5
---
Log message:
My last commit tried to fix the issue where the coloring of the machine's test
table could be bsaed on a comparison to a failed test, and thus bogus data.
However that fix didnt work. This one fixes
Changes in directory llvm/utils/TableGen:
DAGISelEmitter.cpp updated: 1.227 -> 1.228
---
Log message:
Remove dead code.
---
Diffs of the changes: (+0 -29)
DAGISelEmitter.cpp | 29 -
1 files changed, 29 deletions(-)
Index: llvm/utils/TableGen/DAGISelEmitter.cp
Changes in directory llvm/include/llvm:
PassSupport.h updated: 1.24 -> 1.25
---
Log message:
Working toward registration of register allocators.
---
Diffs of the changes: (+70 -0)
PassSupport.h | 70 ++
1 files changed, 70 insertion
Changes in directory llvm/lib/CodeGen:
Passes.cpp updated: 1.17 -> 1.18
---
Log message:
Working toward registration of register allocators.
---
Diffs of the changes: (+47 -11)
Passes.cpp | 58 +++---
1 files changed, 47 insertions(+),
Changes in directory llvm/utils:
NewNightlyTest.pl updated: 1.32 -> 1.33
---
Log message:
ChangeDir now returns the correct value
---
Diffs of the changes: (+2 -1)
NewNightlyTest.pl |3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
Index: llvm/utils/NewNightlyTest.pl
diff -u ll
Changes in directory llvm/utils:
NewNightlyTest.pl updated: 1.33 -> 1.34
---
Log message:
Removed some unneccesary print statemnts
---
Diffs of the changes: (+0 -1)
NewNightlyTest.pl |1 -
1 files changed, 1 deletion(-)
Index: llvm/utils/NewNightlyTest.pl
diff -u llvm/utils/NewNightl
Changes in directory nightlytest-serverside:
index.php updated: 1.7 -> 1.8
---
Log message:
Changed date added column to read time submitted
---
Diffs of the changes: (+1 -1)
index.php |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: nightlytest-serverside/index.php
diff
Changes in directory nightlytest-serverside:
NightlyTestAccept.cgi updated: 1.34 -> 1.35
---
Log message:
the file size information shoudl be submitted to the database successfully
---
Diffs of the changes: (+3 -7)
NightlyTestAccept.cgi | 10 +++---
1 files changed, 3 insertions(+),
Changes in directory llvm/lib/Target/X86:
X86ISelDAGToDAG.cpp updated: 1.76 -> 1.77
---
Log message:
isNonImmUse is replaced by IsFoldableBy
---
Diffs of the changes: (+1 -1)
X86ISelDAGToDAG.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Target/X86/X86ISelDA
Changes in directory llvm/lib/Target/X86:
X86ISelDAGToDAG.cpp updated: 1.77 -> 1.78
---
Log message:
Calculate the portion of reachbility matrix on demand.
---
Diffs of the changes: (+42 -11)
X86ISelDAGToDAG.cpp | 53 +---
1 files changed, 4
Changes in directory llvm/lib/Target/X86:
X86ISelDAGToDAG.cpp updated: 1.78 -> 1.79
---
Log message:
Allocating too large an array for ReachibilityMatrix.
---
Diffs of the changes: (+5 -2)
X86ISelDAGToDAG.cpp |7 +--
1 files changed, 5 insertions(+), 2 deletions(-)
Index: llvm/lib
Changes in directory llvm/utils:
GenLibDeps.pl updated: 1.9 -> 1.10
---
Log message:
Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs to
have a compile-host version of "nm", not build-host. In order to effect this
we must use autoconf to determine the correct "nm" to use
Changes in directory llvm/tools/llvm-config:
Makefile updated: 1.12 -> 1.13
llvm-config.in.in updated: 1.18 -> 1.19
---
Log message:
Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs to
have a compile-host version of "nm", not build-host. In order to effect this
we must us
Changes in directory llvm/tools/analyze:
Makefile updated: 1.32 -> 1.33
---
Log message:
Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs to
have a compile-host version of "nm", not build-host. In order to effect this
we must use autoconf to determine the correct "nm" to
Changes in directory llvm/autoconf:
configure.ac updated: 1.239 -> 1.240
---
Log message:
Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs to
have a compile-host version of "nm", not build-host. In order to effect this
we must use autoconf to determine the correct "nm" to
Changes in directory llvm:
Makefile.config.in updated: 1.60 -> 1.61
configure updated: 1.241 -> 1.242
---
Log message:
Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs to
have a compile-host version of "nm", not build-host. In order to effect this
we must use autoconf to
Changes in directory llvm/tools/analyze:
Makefile updated: 1.33 -> 1.34
---
Log message:
Undo last commit, which was committed accidentally.
---
Diffs of the changes: (+0 -2)
Makefile |2 --
1 files changed, 2 deletions(-)
Index: llvm/tools/analyze/Makefile
diff -u llvm/tools/analyze
Changes in directory llvm/lib/Target/X86:
X86ISelDAGToDAG.cpp updated: 1.79 -> 1.80
---
Log message:
Brain cramp..
---
Diffs of the changes: (+1 -3)
X86ISelDAGToDAG.cpp |4 +---
1 files changed, 1 insertion(+), 3 deletions(-)
Index: llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
diff -u llvm
Changes in directory llvm/lib/Target/X86:
X86ISelDAGToDAG.cpp updated: 1.80 -> 1.81
---
Log message:
Another duh. Determine topological order before any target node is added.
---
Diffs of the changes: (+13 -13)
X86ISelDAGToDAG.cpp | 26 +-
1 files changed, 13 inser
Changes in directory llvm/lib/CodeGen:
AsmPrinter.cpp updated: 1.86 -> 1.87
---
Log message:
Print empty inline asms as a blank line instead of:
# InlineAsm Start
# InlineAsm End
---
Diffs of the changes: (+8 -1)
AsmPrinter.cpp |9 -
1 files changed, 8 insert
Changes in directory llvm/utils/TableGen:
DAGISelEmitter.cpp updated: 1.228 -> 1.229
---
Log message:
Remove InFlightSet hack. No longer needed.
---
Diffs of the changes: (+0 -46)
DAGISelEmitter.cpp | 46 --
1 files changed, 46 deletions(-)
In
Changes in directory llvm/include/llvm/CodeGen:
SelectionDAG.h updated: 1.104 -> 1.105
---
Log message:
Remove InFlightSet hack. No longer needed.
---
Diffs of the changes: (+0 -10)
SelectionDAG.h | 10 --
1 files changed, 10 deletions(-)
Index: llvm/include/llvm/CodeGen/Selecti
Changes in directory llvm/lib/CodeGen/SelectionDAG:
SelectionDAG.cpp updated: 1.313 -> 1.314
---
Log message:
Remove InFlightSet hack. No longer needed.
---
Diffs of the changes: (+0 -14)
SelectionDAG.cpp | 14 --
1 files changed, 14 deletions(-)
Index: llvm/lib/CodeGen/Sele
Changes in directory llvm/lib/Target/ARM:
ARMISelDAGToDAG.cpp updated: 1.17 -> 1.18
---
Log message:
Remove InFlightSet hack. No longer needed.
---
Diffs of the changes: (+0 -1)
ARMISelDAGToDAG.cpp |1 -
1 files changed, 1 deletion(-)
Index: llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp
dif
Changes in directory llvm/lib/Target/Alpha:
AlphaISelDAGToDAG.cpp updated: 1.47 -> 1.48
---
Log message:
Remove InFlightSet hack. No longer needed.
---
Diffs of the changes: (+0 -1)
AlphaISelDAGToDAG.cpp |1 -
1 files changed, 1 deletion(-)
Index: llvm/lib/Target/Alpha/AlphaISelDAGToD
Changes in directory llvm/lib/Target/IA64:
IA64ISelDAGToDAG.cpp updated: 1.45 -> 1.46
---
Log message:
Remove InFlightSet hack. No longer needed.
---
Diffs of the changes: (+0 -1)
IA64ISelDAGToDAG.cpp |1 -
1 files changed, 1 deletion(-)
Index: llvm/lib/Target/IA64/IA64ISelDAGToDAG.cp
Changes in directory llvm/lib/Target/PowerPC:
PPCISelDAGToDAG.cpp updated: 1.198 -> 1.199
---
Log message:
Remove InFlightSet hack. No longer needed.
---
Diffs of the changes: (+0 -1)
PPCISelDAGToDAG.cpp |1 -
1 files changed, 1 deletion(-)
Index: llvm/lib/Target/PowerPC/PPCISelDAGToD
Changes in directory llvm/lib/Target/Sparc:
SparcISelDAGToDAG.cpp updated: 1.99 -> 1.100
---
Log message:
Remove InFlightSet hack. No longer needed.
---
Diffs of the changes: (+0 -1)
SparcISelDAGToDAG.cpp |1 -
1 files changed, 1 deletion(-)
Index: llvm/lib/Target/Sparc/SparcISelDAGTo
Changes in directory llvm/lib/Target/X86:
X86ISelDAGToDAG.cpp updated: 1.81 -> 1.82
---
Log message:
Node selected into address mode cannot be folded.
---
Diffs of the changes: (+39 -0)
X86ISelDAGToDAG.cpp | 39 +++
1 files changed, 39 insertions(+)
I
Changes in directory nightlytest-serverside:
NightlyTestAccept.cgi updated: 1.35 -> 1.36
---
Log message:
Modified the search through the dejagnu logs for the number of unexpected
failures
---
Diffs of the changes: (+13 -8)
NightlyTestAccept.cgi | 21 +
1 files chang
Changes in directory llvm/include/llvm/CodeGen:
SelectionDAGISel.h updated: 1.19 -> 1.20
---
Log message:
Rename IsFoldableBy to CanBeFoldedleBy
---
Diffs of the changes: (+2 -2)
SelectionDAGISel.h |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/include/llvm/Code
Changes in directory llvm/lib/Target/X86:
X86ISelDAGToDAG.cpp updated: 1.82 -> 1.83
---
Log message:
Rename IsFoldableBy to CanBeFoldedleBy
---
Diffs of the changes: (+3 -3)
X86ISelDAGToDAG.cpp |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Index: llvm/lib/Target/X86/X86I
Changes in directory llvm/utils/TableGen:
DAGISelEmitter.cpp updated: 1.229 -> 1.230
---
Log message:
Rename IsFoldableBy to CanBeFoldedleBy
---
Diffs of the changes: (+1 -1)
DAGISelEmitter.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/utils/TableGen/DAGISelEmi
Changes in directory llvm/utils:
NewNightlyTest.pl updated: 1.34 -> 1.35
---
Log message:
Removed some unneccesary printing from the nightly tester.
---
Diffs of the changes: (+0 -6)
NewNightlyTest.pl |6 --
1 files changed, 6 deletions(-)
Index: llvm/utils/NewNightlyTest.pl
diff
Changes in directory llvm/tools/bugpoint:
ExtractFunction.cpp updated: 1.48 -> 1.49
---
Log message:
This commit improves bugpoints speed. On my G4 this changed caused kimwitu++ to
run through bugpoint in 1091.15 seconds (user + system time). The time it took
to run this on my G4 before I mad
Changes in directory llvm/utils/TableGen:
DAGISelEmitter.cpp updated: 1.230 -> 1.231
---
Log message:
Clean up.
---
Diffs of the changes: (+2 -3)
DAGISelEmitter.cpp |5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
Index: llvm/utils/TableGen/DAGISelEmitter.cpp
diff -u llvm/ut
Changes in directory llvm/include/llvm/ADT:
SmallVector.h updated: 1.2 -> 1.3
---
Log message:
The smallvector dtor should destroy the elements.
Implement pop_back.
Chage some code to use 'iterator' instead of T*. This unbreaks operators=.
---
Diffs of the changes: (+12 -2)
SmallVector.h
Changes in directory llvm:
Makefile.config.in updated: 1.61 -> 1.62
configure updated: 1.242 -> 1.243
---
Log message:
For PR848: http://llvm.org/PR848 :
1. Get the path to the pwd binary (/bin/pwd usually) from configure.
2. Use that path to run pwd in all path variables set in Makefile.config
Changes in directory llvm/autoconf:
configure.ac updated: 1.240 -> 1.241
---
Log message:
For PR848: http://llvm.org/PR848 :
1. Get the path to the pwd binary (/bin/pwd usually) from configure.
2. Use that path to run pwd in all path variables set in Makefile.config.in
The hope is that these ch
Changes in directory llvm/lib/Target/X86:
X86ISelDAGToDAG.cpp updated: 1.83 -> 1.84
---
Log message:
Some clean up.
---
Diffs of the changes: (+8 -6)
X86ISelDAGToDAG.cpp | 14 --
1 files changed, 8 insertions(+), 6 deletions(-)
Index: llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
On Fri, 2006-07-28 at 01:05 -0500, Evan Cheng wrote:
> +void DetermineReachibility(SDNode *f, SDNode *t);
Hate to be pedantic about this, but its "Reachability" (a between h and
b)
Reid.
___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http:/
Changes in directory llvm/lib/Target/X86:
X86ISelDAGToDAG.cpp updated: 1.84 -> 1.85
---
Log message:
Can't spell.
---
Diffs of the changes: (+15 -15)
X86ISelDAGToDAG.cpp | 30 +++---
1 files changed, 15 insertions(+), 15 deletions(-)
Index: llvm/lib/Target/X86/X8
64 matches
Mail list logo