Anton,
Part of this patch is incorrect, please see below ..
On Fri, 2006-08-04 at 16:52 -0500, Anton Korobeynikov wrote:
>
> $(LibDeps): $(GenLibDeps) $(LibDir) $(wildcard $(LibDir)/*.a $(LibDir)/*.o)
> $(Echo) "Regenerating LibDeps.txt"
> - $(Verb) $(GenLibDeps) -flat $(LibDir) $(NM
Changes in directory llvm/tools/llvm-config:
Makefile updated: 1.15 -> 1.16
---
Log message:
Fixed typo. Thanks, Reid.
---
Diffs of the changes: (+1 -1)
Makefile |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/tools/llvm-config/Makefile
diff -u llvm/tools/llvm-confi
Changes in directory llvm/tools/llvm-config:
Makefile updated: 1.14 -> 1.15
find-cycles.pl updated: 1.5 -> 1.6
llvm-config.in.in updated: 1.20 -> 1.21
---
Log message:
Removed usage of "sort", which can lead to undeterministic behavior on mingw &
cygwin platforms.
---
Diffs of the changes:
Changes in directory llvm/utils:
NewNightlyTest.pl updated: 1.42 -> 1.43
---
Log message:
Changed a = to a .= so we now append tests we have performed to the master list
of all tests instead of assigning it as the master list.
---
Diffs of the changes: (+3 -3)
NewNightlyTest.pl |6 +++
Changes in directory llvm/tools/lto:
lto.cpp updated: 1.2 -> 1.3
---
Log message:
Collect references from globals.
---
Diffs of the changes: (+11 -5)
lto.cpp | 16 +++-
1 files changed, 11 insertions(+), 5 deletions(-)
Index: llvm/tools/lto/lto.cpp
diff -u llvm/tools/lto/lt
Changes in directory llvm/include/llvm/Config:
config.h.in updated: 1.67 -> 1.68
---
Log message:
Update the auto* tools: autoconf 2.60, libtool 1.5.22, automake 1.9.6.
Update ltld.[ch] to version 1.5.22.
Correct the notes about updating these tools (autoconf/README.TXT)
Add configure options f
Changes in directory llvm/lib/System:
ltdl.c updated: 1.3 -> 1.4
ltdl.h updated: 1.2 -> 1.3
---
Log message:
Update the auto* tools: autoconf 2.60, libtool 1.5.22, automake 1.9.6.
Update ltld.[ch] to version 1.5.22.
Correct the notes about updating these tools (autoconf/README.TXT)
Add configur
Changes in directory llvm/docs:
WritingAnLLVMPass.html updated: 1.44 -> 1.45
---
Log message:
Added how to add machine passes to command line options.
---
Diffs of the changes: (+217 -78)
WritingAnLLVMPass.html | 295 -
1 files changed, 217
Changes in directory llvm/test/Regression/CFrontend:
2006-07-31-PR854.c updated: 1.2 -> 1.3
---
Log message:
converge on the right number of %'s :)
---
Diffs of the changes: (+1 -1)
2006-07-31-PR854.c |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/Regression/C
Changes in directory llvm/utils:
NewNightlyTest.pl updated: 1.41 -> 1.42
---
Log message:
Made some more changes to the print statements in the nightly tester. The last
commit was a preemptive strike.
---
Diffs of the changes: (+7 -10)
NewNightlyTest.pl | 17 +++--
1 files c
Changes in directory llvm/utils:
NewNightlyTest.pl updated: 1.40 -> 1.41
---
Log message:
Encapsulated all of the print statements in "if( $VERBOSE) { }". The testing
script will be absoutely silent now except for errors, which will still be
printed to the annoyance of the user.
---
Diffs o
Changes in directory llvm/lib/CodeGen/SelectionDAG:
LegalizeDAG.cpp updated: 1.383 -> 1.384
SelectionDAG.cpp updated: 1.316 -> 1.317
---
Log message:
Make SelectionDAG::RemoveDeadNodes iterative instead of recursive, which
also make it simpler.
---
Diffs of the changes: (+33 -51)
LegalizeD
Changes in directory llvm/include/llvm/CodeGen:
SelectionDAG.h updated: 1.107 -> 1.108
---
Log message:
Make SelectionDAG::RemoveDeadNodes iterative instead of recursive, which
also make it simpler.
---
Diffs of the changes: (+2 -5)
SelectionDAG.h |7 ++-
1 files changed, 2 inserti
Changes in directory llvm/utils:
NewNightlyTest.pl updated: 1.39 -> 1.40
---
Log message:
We should now send the correct list of dejagnu tests instead of the csv file of
test results when we submit results back to the nightly tester.
---
Diffs of the changes: (+5 -1)
NewNightlyTest.pl |
Changes in directory llvm/test/Regression/CFrontend:
2006-07-31-PR854.c updated: 1.1 -> 1.2
---
Log message:
Use the %llvm-gcc% variable to find llvm-gcc for those of us that don't
have it in our path and to ensure it uses the configured llvm-gcc not just
any one randomly placed in the path.
Changes in directory nightlytest-serverside:
NightlyTestAccept.cgi updated: 1.40 -> 1.41
---
Log message:
The link sent in the email to the llvm-testresults mailing list now directs the
user to the night's test page the email is for rather than to the machine page.
---
Diffs of the changes:
Changes in directory llvm/lib/Target/ARM:
ARMISelDAGToDAG.cpp updated: 1.21 -> 1.22
---
Log message:
use a 'register pressure reducing' scheduler
make sure only one move is used in a hello world
---
Diffs of the changes: (+2 -0)
ARMISelDAGToDAG.cpp |2 ++
1 files changed, 2 insertions
Changes in directory llvm/test/Regression/CodeGen/ARM:
hello.ll added (r1.1)
---
Log message:
use a 'register pressure reducing' scheduler
make sure only one move is used in a hello world
---
Diffs of the changes: (+13 -0)
hello.ll | 13 +
1 files changed, 13 insertions(+)
18 matches
Mail list logo