[llvm-commits] CVS: llvm/lib/Target/SparcV8/SparcV8CodeEmitter.cpp

2005-10-23 Thread Chris Lattner
Changes in directory llvm/lib/Target/SparcV8: SparcV8CodeEmitter.cpp updated: 1.5 -> 1.6 --- Log message: do not wrap this whole file in namespace llvm --- Diffs of the changes: (+1 -4) SparcV8CodeEmitter.cpp |5 + 1 files changed, 1 insertion(+), 4 deletions(-) Index: llvm/lib/T

[llvm-commits] CVS: llvm/lib/Transforms/Scalar/InstructionCombining.cpp

2005-10-23 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Scalar: InstructionCombining.cpp updated: 1.391 -> 1.392 --- Log message: Handle allocations that, even after removing dead uses, still have more than one use (but one is a cast). This handles the very common case of: X = alloc [n x byte] Y = cast X

[llvm-commits] CVS: llvm/lib/Transforms/Scalar/InstructionCombining.cpp

2005-10-23 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Scalar: InstructionCombining.cpp updated: 1.390 -> 1.391 --- Log message: Fix a bug where we would 'promote' an allocation from one type to another where the second has less alignment required. If we had explicit alignment support in the IR, we could ha

[llvm-commits] CVS: llvm/lib/Transforms/Scalar/InstructionCombining.cpp

2005-10-23 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Scalar: InstructionCombining.cpp updated: 1.389 -> 1.390 --- Log message: Before promoting a malloc type, remove dead uses. This makes instcombine more effective at promoting these allocations, catching them earlier in the compile process. --- Diffs o

[llvm-commits] CVS: llvm/lib/Transforms/Scalar/InstructionCombining.cpp

2005-10-23 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Scalar: InstructionCombining.cpp updated: 1.388 -> 1.389 --- Log message: Pull some code out into a function, no functionality change --- Diffs of the changes: (+36 -25) InstructionCombining.cpp | 61 +++

Re: [llvm-commits] CVS: llvm/include/llvm/Support/CommandLine.h

2005-10-23 Thread Vladimir A. Merzliakov
Move the END_WITH_NULL marker. Vladimir suggests that this works better with GCC 4.1. I tried it with 4.0 and 3.3 and it seems fine. Just for note: this suggested by Jeff Cohen in http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20051017/028884.html I only check for 4.1.0 and post

[llvm-commits] CVS: llvm/include/llvm/Support/CommandLine.h

2005-10-23 Thread Chris Lattner
Changes in directory llvm/include/llvm/Support: CommandLine.h updated: 1.51 -> 1.52 --- Log message: Move the END_WITH_NULL marker. Vladimir suggests that this works better with GCC 4.1. I tried it with 4.0 and 3.3 and it seems fine. --- Diffs of the changes: (+2 -7) CommandLine.h |9

[llvm-commits] CVS: llvm/lib/Target/SparcV8/SparcV8CodeEmitter.cpp

2005-10-23 Thread Chris Lattner
Changes in directory llvm/lib/Target/SparcV8: SparcV8CodeEmitter.cpp updated: 1.4 -> 1.5 --- Log message: Make this build with GCC 4.1, patch contributed by Vladimir A. Merzliakov! --- Diffs of the changes: (+2 -2) SparcV8CodeEmitter.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 del

[llvm-commits] CVS: llvm/test/Regression/Transforms/BranchCombine/2004-06-01-Simple.ll dg.exp

2005-10-23 Thread Chris Lattner
Changes in directory llvm/test/Regression/Transforms/BranchCombine: 2004-06-01-Simple.ll (r1.1) removed dg.exp (r1.2) removed --- Log message: This pass is gone --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits mailing list ll

[llvm-commits] CVS: llvm/test/Regression/Transforms/ProfilePaths/2002-05-22-CastCrash.ll dg.exp

2005-10-23 Thread Chris Lattner
Changes in directory llvm/test/Regression/Transforms/ProfilePaths: 2002-05-22-CastCrash.ll (r1.2) removed dg.exp (r1.2) removed --- Log message: this pass is gone --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits mailing list

[llvm-commits] CVS: llvm/docs/ReleaseNotes.html

2005-10-23 Thread Chris Lattner
Changes in directory llvm/docs: ReleaseNotes.html updated: 1.334 -> 1.335 --- Log message: This RA no longer exists --- Diffs of the changes: (+1 -3) ReleaseNotes.html |4 +--- 1 files changed, 1 insertion(+), 3 deletions(-) Index: llvm/docs/ReleaseNotes.html diff -u llvm/docs/Releas

[llvm-commits] CVS: llvm/lib/CodeGen/Passes.cpp RegAllocIterativeScan.cpp

2005-10-23 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen: Passes.cpp updated: 1.15 -> 1.16 RegAllocIterativeScan.cpp (r1.22) removed --- Log message: Alkis agrees that that iterative scan allocator isn't going to be worked on in the future, remove it. --- Diffs of the changes: (+1 -4) Passes.cpp |5 +

[llvm-commits] CVS: llvm/include/llvm/CodeGen/Passes.h

2005-10-23 Thread Chris Lattner
Changes in directory llvm/include/llvm/CodeGen: Passes.h updated: 1.20 -> 1.21 --- Log message: Remove a prototype --- Diffs of the changes: (+0 -5) Passes.h |5 - 1 files changed, 5 deletions(-) Index: llvm/include/llvm/CodeGen/Passes.h diff -u llvm/include/llvm/CodeGen/Passes.h

[llvm-commits] CVS: llvm/win32/Transforms/Transforms.vcproj

2005-10-23 Thread Jeff Cohen
Changes in directory llvm/win32/Transforms: Transforms.vcproj updated: 1.13 -> 1.14 --- Log message: Update Visual Studio projects to account for recent changes. --- Diffs of the changes: (+0 -28) Transforms.vcproj | 28 1 files changed, 28 deletions(-) Inde

[llvm-commits] CVS: llvm/win32/Analysis/Analysis.vcproj

2005-10-23 Thread Jeff Cohen
Changes in directory llvm/win32/Analysis: Analysis.vcproj updated: 1.12 -> 1.13 --- Log message: Update Visual Studio projects to account for recent changes. --- Diffs of the changes: (+0 -9) Analysis.vcproj |9 - 1 files changed, 9 deletions(-) Index: llvm/win32/Analysis/Anal

[llvm-commits] CVS: llvm/win32/analyze/analyze.vcproj

2005-10-23 Thread Jeff Cohen
Changes in directory llvm/win32/analyze: analyze.vcproj updated: 1.4 -> 1.5 --- Log message: Update Visual Studio projects to account for recent changes. --- Diffs of the changes: (+0 -2) analyze.vcproj |2 -- 1 files changed, 2 deletions(-) Index: llvm/win32/analyze/analyze.vcproj di

[llvm-commits] CVS: llvm/lib/Analysis/IPA/FindUnsafePointerTypes.cpp

2005-10-23 Thread Chris Lattner
Changes in directory llvm/lib/Analysis/IPA: FindUnsafePointerTypes.cpp (r1.28) removed --- Log message: Remove this pass, it is not useful --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits mailing list llvm-commits@cs.uiuc.edu

[llvm-commits] CVS: llvm/include/llvm/Analysis/LinkAllAnalyses.h FindUnsafePointerTypes.h

2005-10-23 Thread Chris Lattner
Changes in directory llvm/include/llvm/Analysis: LinkAllAnalyses.h updated: 1.1 -> 1.2 FindUnsafePointerTypes.h (r1.18) removed --- Log message: This pass is very old and quite useless, remove it. --- Diffs of the changes: (+0 -2) LinkAllAnalyses.h |2 -- 1 files changed, 2 deletions(-

[llvm-commits] CVS: llvm/docs/ReleaseNotes.html

2005-10-23 Thread Chris Lattner
Changes in directory llvm/docs: ReleaseNotes.html updated: 1.333 -> 1.334 --- Log message: Three of these have been removed, as warned --- Diffs of the changes: (+2 -2) ReleaseNotes.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/docs/ReleaseNotes.html diff

[llvm-commits] CVS: llvm/lib/Transforms/Instrumentation/ProfilePaths/CombineBranch.cpp EdgeCode.cpp Graph.cpp Graph.h GraphAuxiliary.cpp InstLoops.cpp Makefile ProfilePaths.cpp RetracePath.cpp

2005-10-23 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Instrumentation/ProfilePaths: CombineBranch.cpp (r1.15) removed EdgeCode.cpp (r1.31) removed Graph.cpp (r1.21) removed Graph.h (r1.14) removed GraphAuxiliary.cpp (r1.28) removed InstLoops.cpp (r1.22) removed Makefile (r1.6) removed ProfilePaths.cpp (r1.44

[llvm-commits] CVS: llvm/lib/Transforms/Instrumentation/Makefile

2005-10-23 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Instrumentation: Makefile updated: 1.8 -> 1.9 --- Log message: Do not build the ProfilePaths directory anymore --- Diffs of the changes: (+0 -1) Makefile |1 - 1 files changed, 1 deletion(-) Index: llvm/lib/Transforms/Instrumentation/Makefile

[llvm-commits] CVS: llvm/tools/bugpoint/Makefile

2005-10-23 Thread Chris Lattner
Changes in directory llvm/tools/bugpoint: Makefile updated: 1.13 -> 1.14 --- Log message: Remove a now-unneeded library --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/tools/bugpoint/Makefile diff -u llvm/tools/bugpoint/Mak

[llvm-commits] CVS: llvm/tools/opt/Makefile

2005-10-23 Thread Chris Lattner
Changes in directory llvm/tools/opt: Makefile updated: 1.50 -> 1.51 --- Log message: Remove a now-unneeded library --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/tools/opt/Makefile diff -u llvm/tools/opt/Makefile:1.50 llvm

[llvm-commits] CVS: llvm/include/llvm/Transforms/LinkAllPasses.h

2005-10-23 Thread Chris Lattner
Changes in directory llvm/include/llvm/Transforms: LinkAllPasses.h updated: 1.22 -> 1.23 --- Log message: Don't link these three passes in anymore --- Diffs of the changes: (+0 -3) LinkAllPasses.h |3 --- 1 files changed, 3 deletions(-) Index: llvm/include/llvm/Transforms/LinkAllPass

[llvm-commits] CVS: llvm/lib/Support/Makefile

2005-10-23 Thread Chris Lattner
Changes in directory llvm/lib/Support: Makefile updated: 1.9 -> 1.10 --- Log message: DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Support/Makefile diff -

[llvm-commits] CVS: llvm/lib/Transforms/Utils/Makefile

2005-10-23 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Utils: Makefile updated: 1.5 -> 1.6 --- Log message: DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now --- Diffs of the changes: (+0 -1) Makefile |1 - 1 files changed, 1 deletion(-) Index: llvm/lib/Transforms/Utils/Makefile diff -u

[llvm-commits] CVS: llvm/lib/System/Makefile

2005-10-23 Thread Chris Lattner
Changes in directory llvm/lib/System: Makefile updated: 1.8 -> 1.9 --- Log message: DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/System/Makefile diff -u l

[llvm-commits] CVS: llvm/lib/Transforms/Scalar/Makefile

2005-10-23 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Scalar: Makefile updated: 1.5 -> 1.6 --- Log message: DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Transforms/Sca

[llvm-commits] CVS: llvm/lib/Linker/Makefile

2005-10-23 Thread Chris Lattner
Changes in directory llvm/lib/Linker: Makefile updated: 1.2 -> 1.3 --- Log message: DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Linker/Makefile diff -u l

[llvm-commits] CVS: llvm/lib/Transforms/Instrumentation/Makefile

2005-10-23 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Instrumentation: Makefile updated: 1.7 -> 1.8 --- Log message: DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Trans

[llvm-commits] CVS: llvm/lib/Transforms/Makefile

2005-10-23 Thread Chris Lattner
Changes in directory llvm/lib/Transforms: Makefile updated: 1.10 -> 1.11 --- Log message: DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Transforms/Makefile

[llvm-commits] CVS: llvm/lib/Target/Makefile

2005-10-23 Thread Chris Lattner
Changes in directory llvm/lib/Target: Makefile updated: 1.25 -> 1.26 --- Log message: DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Target/Makefile diff -u

[llvm-commits] CVS: llvm/lib/Transforms/IPO/Makefile

2005-10-23 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/IPO: Makefile updated: 1.5 -> 1.6 --- Log message: DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Transforms/IPO/Ma

[llvm-commits] CVS: llvm/lib/Analysis/IPA/Makefile

2005-10-23 Thread Chris Lattner
Changes in directory llvm/lib/Analysis/IPA: Makefile updated: 1.5 -> 1.6 --- Log message: DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now --- Diffs of the changes: (+1 -2) Makefile |3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) Index: llvm/lib/Analysis/IPA/Makef

[llvm-commits] CVS: llvm/lib/Analysis/Makefile

2005-10-23 Thread Chris Lattner
Changes in directory llvm/lib/Analysis: Makefile updated: 1.10 -> 1.11 --- Log message: DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now --- Diffs of the changes: (+0 -1) Makefile |1 - 1 files changed, 1 deletion(-) Index: llvm/lib/Analysis/Makefile diff -u llvm/lib/Anal

[llvm-commits] CVS: llvm/lib/Bytecode/Archive/Makefile

2005-10-23 Thread Chris Lattner
Changes in directory llvm/lib/Bytecode/Archive: Makefile updated: 1.1 -> 1.2 --- Log message: DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now --- Diffs of the changes: (+0 -1) Makefile |1 - 1 files changed, 1 deletion(-) Index: llvm/lib/Bytecode/Archive/Makefile diff -u

[llvm-commits] CVS: llvm/Makefile.rules

2005-10-23 Thread Chris Lattner
Changes in directory llvm: Makefile.rules updated: 1.331 -> 1.332 --- Log message: Now that all libraries are built in either .o or .a form, make BUILD_ARCHIVE default to turning off building of relinked objects. --- Diffs of the changes: (+10 -2) Makefile.rules | 12 ++-- 1 file

[llvm-commits] CVS: llvm/lib/Target/Makefile

2005-10-23 Thread Chris Lattner
Changes in directory llvm/lib/Target: Makefile updated: 1.24 -> 1.25 --- Log message: only build .a version of this library --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+) Index: llvm/lib/Target/Makefile diff -u llvm/lib/Target/Makefile:1.24 llvm/lib/

[llvm-commits] CVS: llvm/lib/System/Makefile

2005-10-23 Thread Chris Lattner
Changes in directory llvm/lib/System: Makefile updated: 1.7 -> 1.8 --- Log message: Only build .a file versions of these libraries, instead of .a and .o versions. This should speed up build times. --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+) Index

[llvm-commits] CVS: llvm/lib/Target/SparcV9/RegAlloc/Makefile

2005-10-23 Thread Chris Lattner
Changes in directory llvm/lib/Target/SparcV9/RegAlloc: Makefile updated: 1.7 -> 1.8 --- Log message: There is no need to build an archive version of this library --- Diffs of the changes: (+0 -1) Makefile |1 - 1 files changed, 1 deletion(-) Index: llvm/lib/Target/SparcV9/RegAlloc/Ma

[llvm-commits] CVS: llvm/lib/Target/SparcV9/RegAlloc/Notes.txt

2005-10-23 Thread Chris Lattner
Changes in directory llvm/lib/Target/SparcV9/RegAlloc: Notes.txt (r1.2) removed --- Log message: This file is hopelessly out of date --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits mailing list llvm-commits@cs.uiuc.edu http:

[llvm-commits] CVS: llvm/lib/Support/Makefile

2005-10-23 Thread Chris Lattner
Changes in directory llvm/lib/Support: Makefile updated: 1.8 -> 1.9 --- Log message: Only build .a file versions of these libraries, instead of .a and .o versions. This should speed up build times. --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+) Index

[llvm-commits] CVS: llvm/lib/Analysis/IPA/Makefile

2005-10-23 Thread Chris Lattner
Changes in directory llvm/lib/Analysis/IPA: Makefile updated: 1.4 -> 1.5 --- Log message: Only build .a file versions of these libraries, instead of .a and .o versions. This should speed up build times. --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+)

[llvm-commits] CVS: llvm/lib/Analysis/Makefile

2005-10-23 Thread Chris Lattner
Changes in directory llvm/lib/Analysis: Makefile updated: 1.9 -> 1.10 --- Log message: Only build .a file versions of these libraries, instead of .a and .o versions. This should speed up build times. --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+) Ind

[llvm-commits] CVS: llvm/lib/Transforms/Utils/Makefile

2005-10-23 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Utils: Makefile updated: 1.4 -> 1.5 --- Log message: Only build .a file versions of these libraries, instead of .a and .o versions. This should speed up build times. --- Diffs of the changes: (+2 -0) Makefile |2 ++ 1 files changed, 2 insertions

[llvm-commits] CVS: llvm/lib/Transforms/Instrumentation/Makefile

2005-10-23 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Instrumentation: Makefile updated: 1.6 -> 1.7 --- Log message: Only build .a file versions of these libraries, instead of .a and .o versions. This should speed up build times. --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 i

[llvm-commits] CVS: llvm/lib/Transforms/IPO/Makefile

2005-10-23 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/IPO: Makefile updated: 1.4 -> 1.5 --- Log message: Only build .a file versions of these libraries, instead of .a and .o versions. This should speed up build times. --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+)

[llvm-commits] CVS: llvm/lib/Transforms/Scalar/Makefile

2005-10-23 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Scalar: Makefile updated: 1.4 -> 1.5 --- Log message: Only build .a file versions of these libraries, instead of .a and .o versions. This should speed up build times. --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(

[llvm-commits] CVS: llvm/lib/Transforms/Makefile

2005-10-23 Thread Chris Lattner
Changes in directory llvm/lib/Transforms: Makefile updated: 1.9 -> 1.10 --- Log message: Only build .a file versions of these libraries, instead of .a and .o versions. This should speed up build times. --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+) I

[llvm-commits] CVS: llvm/projects/Stacker/tools/stkrc/Makefile

2005-10-23 Thread Chris Lattner
Changes in directory llvm/projects/Stacker/tools/stkrc: Makefile updated: 1.7 -> 1.8 --- Log message: use archives when possible --- Diffs of the changes: (+2 -2) Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/projects/Stacker/tools/stkrc/Makefile diff

[llvm-commits] CVS: llvm/lib/Transforms/Scalar/ADCE.cpp

2005-10-23 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Scalar: ADCE.cpp updated: 1.93 -> 1.94 --- Log message: Make sure that anything using the ADCE pass pulls in the UnifyFunctionExitNodes code --- Diffs of the changes: (+2 -0) ADCE.cpp |2 ++ 1 files changed, 2 insertions(+) Index: llvm/lib/Tra

[llvm-commits] CVS: llvm/Makefile.rules

2005-10-23 Thread Chris Lattner
Changes in directory llvm: Makefile.rules updated: 1.330 -> 1.331 --- Log message: pull in the .a version of scalaropts lib to reduce the size of programs using the JIT --- Diffs of the changes: (+1 -1) Makefile.rules |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/

[llvm-commits] CVS: llvm/tools/llc/Makefile

2005-10-23 Thread Chris Lattner
Changes in directory llvm/tools/llc: Makefile updated: 1.73 -> 1.74 --- Log message: pull in the archive version of this lib to reduce exe size --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/tools/llc/Makefile diff -u llvm

[llvm-commits] CVS: llvm/tools/gccas/Makefile

2005-10-23 Thread Chris Lattner
Changes in directory llvm/tools/gccas: Makefile updated: 1.21 -> 1.22 --- Log message: Pull in the archive versions of these libs to reduce executable size --- Diffs of the changes: (+2 -2) Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/tools/gccas/Mak

[llvm-commits] CVS: llvm/lib/Analysis/DataStructure/Makefile

2005-10-23 Thread Chris Lattner
Changes in directory llvm/lib/Analysis/DataStructure: Makefile updated: 1.4 -> 1.5 --- Log message: don't bother building the archive version of this library --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Analysis/Data

[llvm-commits] CVS: llvm/tools/analyze/Makefile

2005-10-23 Thread Chris Lattner
Changes in directory llvm/tools/analyze: Makefile updated: 1.27 -> 1.28 --- Log message: Link in datastructure as a relinked o file --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/tools/analyze/Makefile diff -u llvm/tools/a

[llvm-commits] CVS: llvm/tools/bugpoint/Makefile bugpoint.cpp

2005-10-23 Thread Chris Lattner
Changes in directory llvm/tools/bugpoint: Makefile updated: 1.12 -> 1.13 bugpoint.cpp updated: 1.25 -> 1.26 --- Log message: Link to archive versions of libraries instead of the relinked ones --- Diffs of the changes: (+6 -4) Makefile |8 bugpoint.cpp |2 ++ 2 files ch

[llvm-commits] CVS: llvm/lib/Analysis/InstCount.cpp

2005-10-23 Thread Chris Lattner
Changes in directory llvm/lib/Analysis: InstCount.cpp updated: 1.12 -> 1.13 --- Log message: expose a ctor --- Diffs of the changes: (+3 -0) InstCount.cpp |3 +++ 1 files changed, 3 insertions(+) Index: llvm/lib/Analysis/InstCount.cpp diff -u llvm/lib/Analysis/InstCount.cpp:1.12 llv

[llvm-commits] CVS: llvm/include/llvm/Analysis/Passes.h

2005-10-23 Thread Chris Lattner
Changes in directory llvm/include/llvm/Analysis: Passes.h updated: 1.6 -> 1.7 --- Log message: add a proto --- Diffs of the changes: (+4 -0) Passes.h |4 1 files changed, 4 insertions(+) Index: llvm/include/llvm/Analysis/Passes.h diff -u llvm/include/llvm/Analysis/Passes.h:1.6

[llvm-commits] CVS: llvm/tools/analyze/Makefile analyze.cpp

2005-10-23 Thread Chris Lattner
Changes in directory llvm/tools/analyze: Makefile updated: 1.26 -> 1.27 analyze.cpp updated: 1.64 -> 1.65 --- Log message: Use the new LinkAllAnalyses.h header instead of forcing passes to be in relinked object files --- Diffs of the changes: (+3 -1) Makefile|3 ++- analyze.cpp |

[llvm-commits] CVS: llvm/include/llvm/Analysis/LinkAllAnalyses.h

2005-10-23 Thread Chris Lattner
Changes in directory llvm/include/llvm/Analysis: LinkAllAnalyses.h added (r1.1) --- Log message: new header --- Diffs of the changes: (+64 -0) LinkAllAnalyses.h | 64 ++ 1 files changed, 64 insertions(+) Index: llvm/include/llvm/Analy

[llvm-commits] CVS: llvm/lib/Analysis/DataStructure/DataStructureStats.cpp GraphChecker.cpp

2005-10-23 Thread Chris Lattner
Changes in directory llvm/lib/Analysis/DataStructure: DataStructureStats.cpp updated: 1.18 -> 1.19 GraphChecker.cpp updated: 1.18 -> 1.19 --- Log message: implement some prototypes --- Diffs of the changes: (+10 -0) DataStructureStats.cpp |5 + GraphChecker.cpp |5 +

[llvm-commits] CVS: llvm/include/llvm/Analysis/DataStructure/DataStructure.h

2005-10-23 Thread Chris Lattner
Changes in directory llvm/include/llvm/Analysis/DataStructure: DataStructure.h updated: 1.94 -> 1.95 --- Log message: add some prototypes --- Diffs of the changes: (+4 -0) DataStructure.h |4 1 files changed, 4 insertions(+) Index: llvm/include/llvm/Analysis/DataStructure/DataSt

[llvm-commits] CVS: llvm/lib/Analysis/IPA/PrintSCC.cpp

2005-10-23 Thread Chris Lattner
Changes in directory llvm/lib/Analysis/IPA: PrintSCC.cpp (r1.14) removed --- Log message: move this to the analyze tool --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.ui

[llvm-commits] CVS: llvm/include/llvm/Transforms/LinkAllPasses.h

2005-10-23 Thread Chris Lattner
Changes in directory llvm/include/llvm/Transforms: LinkAllPasses.h updated: 1.21 -> 1.22 --- Log message: Don't invade the system namespace --- Diffs of the changes: (+1 -1) LinkAllPasses.h |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/include/llvm/Transforms/Link

[llvm-commits] CVS: llvm/tools/opt/Makefile

2005-10-23 Thread Chris Lattner
Changes in directory llvm/tools/opt: Makefile updated: 1.49 -> 1.50 --- Log message: Use archive versions of these libraries, using the LinkAllPasses header. --- Diffs of the changes: (+3 -3) Makefile |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: llvm/tools/opt/M

[llvm-commits] CVS: llvm/include/llvm/Transforms/LinkAllPasses.h

2005-10-23 Thread Chris Lattner
Changes in directory llvm/include/llvm/Transforms: LinkAllPasses.h updated: 1.20 -> 1.21 --- Log message: There is no need for this to be VC++ only --- Diffs of the changes: (+6 -15) LinkAllPasses.h | 21 ++--- 1 files changed, 6 insertions(+), 15 deletions(-) Index: ll

[llvm-commits] CVS: llvm-www/pubs/index.html

2005-10-23 Thread Chris Lattner
Changes in directory llvm-www/pubs: index.html updated: 1.30 -> 1.31 --- Log message: add a missing --- Diffs of the changes: (+8 -8) index.html | 16 1 files changed, 8 insertions(+), 8 deletions(-) Index: llvm-www/pubs/index.html diff -u llvm-www/pubs/index.html:1.3

[llvm-commits] CVS: llvm/lib/ExecutionEngine/ExecutionEngine.cpp

2005-10-23 Thread Chris Lattner
Changes in directory llvm/lib/ExecutionEngine: ExecutionEngine.cpp updated: 1.71 -> 1.72 --- Log message: Fix a nasty bug that was causing miscompilation of global variables on big endian 32-bit targets in some cases (e.g. PPC). This fixes several PPC JIT failures. --- Diffs of the changes:

[llvm-commits] CVS: llvm-www/pubs/2005-03-14-ACP4IS-AspectsKernel.html 2005-03-14-ACP4IS-AspectsKernel.pdf index.html

2005-10-23 Thread Chris Lattner
Changes in directory llvm-www/pubs: 2005-03-14-ACP4IS-AspectsKernel.html added (r1.1) 2005-03-14-ACP4IS-AspectsKernel.pdf added (r1.1) index.html updated: 1.29 -> 1.30 --- Log message: Add another paper --- Diffs of the changes: (+57 -0) 2005-03-14-ACP4IS-AspectsKernel.html | 50

[llvm-commits] [vector_llvm] CVS: llvm/examples/SIMD/RGB2YUV/Makefile main.c rgb2yuv.altivec.handwritten.c rgb2yuv.sse.handwritten.c rgb2yuv.vectorc.c

2005-10-23 Thread Robert L. Bocchino Jr.
Changes in directory llvm/examples/SIMD/RGB2YUV: Makefile added (r1.1.2.1) main.c added (r1.1.2.1) rgb2yuv.altivec.handwritten.c added (r1.1.2.1) rgb2yuv.sse.handwritten.c added (r1.1.2.1) rgb2yuv.vectorc.c added (r1.1.2.1) --- Log message: Examples to illustrate Vector LLVM's SIMD support. -

[llvm-commits] [vector_llvm] CVS: llvm/examples/SIMD/DCT/Makefile dct.altivec.handwritten.c dct.sse.handwritten.c dct.vectorc.c main.c

2005-10-23 Thread Robert L. Bocchino Jr.
Changes in directory llvm/examples/SIMD/DCT: Makefile added (r1.1.2.1) dct.altivec.handwritten.c added (r1.1.2.1) dct.sse.handwritten.c added (r1.1.2.1) dct.vectorc.c added (r1.1.2.1) main.c added (r1.1.2.1) --- Log message: Examples to illustrate Vector LLVM's SIMD support. --- Diffs of the

[llvm-commits] [vector_llvm] CVS: llvm/examples/SIMD/Transpose/Makefile main.c transpose.altivec.handwritten.c transpose.sse.handwritten.c transpose.vectorc.c

2005-10-23 Thread Robert L. Bocchino Jr.
Changes in directory llvm/examples/SIMD/Transpose: Makefile added (r1.1.2.1) main.c added (r1.1.2.1) transpose.altivec.handwritten.c added (r1.1.2.1) transpose.sse.handwritten.c added (r1.1.2.1) transpose.vectorc.c added (r1.1.2.1) --- Log message: Examples to illustrate Vector LLVM's SIMD supp

[llvm-commits] [vector_llvm] CVS: llvm/examples/SIMD/MADFilter/Makefile mad.h mad_filter.altivec.handwritten.c mad_filter.sse.handwritten.c mad_filter.vectorc.c main.c

2005-10-23 Thread Robert L. Bocchino Jr.
Changes in directory llvm/examples/SIMD/MADFilter: Makefile added (r1.1.2.1) mad.h added (r1.1.2.1) mad_filter.altivec.handwritten.c added (r1.1.2.1) mad_filter.sse.handwritten.c added (r1.1.2.1) mad_filter.vectorc.c added (r1.1.2.1) main.c added (r1.1.2.1) --- Log message: Examples to illustra

[llvm-commits] [vector_llvm] CVS: llvm/examples/SIMD/Saxpy/Makefile main.c saxpy.altivec.handwritten.c saxpy.h saxpy.sse.handwritten.c saxpy.vectorc.c

2005-10-23 Thread Robert L. Bocchino Jr.
Changes in directory llvm/examples/SIMD/Saxpy: Makefile added (r1.1.2.1) main.c added (r1.1.2.1) saxpy.altivec.handwritten.c added (r1.1.2.1) saxpy.h added (r1.1.2.1) saxpy.sse.handwritten.c added (r1.1.2.1) saxpy.vectorc.c added (r1.1.2.1) --- Log message: Examples to illustrate Vector LLVM's

[llvm-commits] [vector_llvm] CVS: llvm/examples/SIMD/InterQuant/Makefile interquant.altivec.handwritten.c interquant.sse.handwritten.c interquant.vectorc.c main.c

2005-10-23 Thread Robert L. Bocchino Jr.
Changes in directory llvm/examples/SIMD/InterQuant: Makefile added (r1.1.2.1) interquant.altivec.handwritten.c added (r1.1.2.1) interquant.sse.handwritten.c added (r1.1.2.1) interquant.vectorc.c added (r1.1.2.1) main.c added (r1.1.2.1) --- Log message: Examples to illustrate Vector LLVM's SIMD

[llvm-commits] CVS: llvm/lib/ExecutionEngine/JIT/TargetSelect.cpp

2005-10-23 Thread Chris Lattner
Changes in directory llvm/lib/ExecutionEngine/JIT: TargetSelect.cpp updated: 1.9 -> 1.10 --- Log message: Shrinkify to match llc --- Diffs of the changes: (+3 -3) TargetSelect.cpp |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: llvm/lib/ExecutionEngine/JIT/TargetSe

[llvm-commits] CVS: llvm/tools/llc/llc.cpp

2005-10-23 Thread Chris Lattner
Changes in directory llvm/tools/llc: llc.cpp updated: 1.115 -> 1.116 --- Log message: Shrinkify to make --help output look better --- Diffs of the changes: (+1 -1) llc.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/tools/llc/llc.cpp diff -u llvm/tools/llc/llc.c

[llvm-commits] CVS: llvm/examples/SIMD/Transpose/

2005-10-23 Thread Robert Bocchino
Changes in directory llvm/examples/SIMD/Transpose: --- Log message: Directory /home/vadve/shared/PublicCVS/llvm/examples/SIMD/Transpose added to the repository --> Using per-directory sticky tag `vector_llvm' --- Diffs of the changes: (+0 -0) 0 files changed ___

[llvm-commits] CVS: llvm/examples/SIMD/RGB2YUV/

2005-10-23 Thread Robert Bocchino
Changes in directory llvm/examples/SIMD/RGB2YUV: --- Log message: Directory /home/vadve/shared/PublicCVS/llvm/examples/SIMD/RGB2YUV added to the repository --> Using per-directory sticky tag `vector_llvm' --- Diffs of the changes: (+0 -0) 0 files changed ___

[llvm-commits] CVS: llvm/examples/SIMD/DCT/

2005-10-23 Thread Robert Bocchino
Changes in directory llvm/examples/SIMD/DCT: --- Log message: Directory /home/vadve/shared/PublicCVS/llvm/examples/SIMD/DCT added to the repository --> Using per-directory sticky tag `vector_llvm' --- Diffs of the changes: (+0 -0) 0 files changed ___

[llvm-commits] CVS: llvm/examples/SIMD/Saxpy/

2005-10-23 Thread Robert Bocchino
Changes in directory llvm/examples/SIMD/Saxpy: --- Log message: Directory /home/vadve/shared/PublicCVS/llvm/examples/SIMD/Saxpy added to the repository --> Using per-directory sticky tag `vector_llvm' --- Diffs of the changes: (+0 -0) 0 files changed ___

[llvm-commits] CVS: llvm/examples/SIMD/

2005-10-23 Thread Robert Bocchino
Changes in directory llvm/examples/SIMD: --- Log message: Directory /home/vadve/shared/PublicCVS/llvm/examples/SIMD added to the repository --> Using per-directory sticky tag `vector_llvm' --- Diffs of the changes: (+0 -0) 0 files changed ___

[llvm-commits] CVS: llvm/examples/SIMD/InterQuant/

2005-10-23 Thread Robert Bocchino
Changes in directory llvm/examples/SIMD/InterQuant: --- Log message: Directory /home/vadve/shared/PublicCVS/llvm/examples/SIMD/InterQuant added to the repository --> Using per-directory sticky tag `vector_llvm' --- Diffs of the changes: (+0 -0) 0 files changed _

[llvm-commits] CVS: llvm/examples/SIMD/MADFilter/

2005-10-23 Thread Robert Bocchino
Changes in directory llvm/examples/SIMD/MADFilter: --- Log message: Directory /home/vadve/shared/PublicCVS/llvm/examples/SIMD/MADFilter added to the repository --> Using per-directory sticky tag `vector_llvm' --- Diffs of the changes: (+0 -0) 0 files changed ___

[llvm-commits] CVS: llvm/tools/llc/llc.cpp

2005-10-23 Thread Chris Lattner
Changes in directory llvm/tools/llc: llc.cpp updated: 1.114 -> 1.115 --- Log message: shrinkify the option name a bit --- Diffs of the changes: (+2 -2) llc.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/tools/llc/llc.cpp diff -u llvm/tools/llc/llc.cpp:1.114

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCSubtarget.cpp

2005-10-23 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCSubtarget.cpp updated: 1.11 -> 1.12 --- Log message: Simplify this, matching changes in the tblgen emitter --- Diffs of the changes: (+0 -9) PPCSubtarget.cpp |9 - 1 files changed, 9 deletions(-) Index: llvm/lib/Target/PowerPC/

[llvm-commits] CVS: llvm/utils/TableGen/SubtargetEmitter.cpp

2005-10-23 Thread Chris Lattner
Changes in directory llvm/utils/TableGen: SubtargetEmitter.cpp updated: 1.2 -> 1.3 --- Log message: Add the needed #include, emit enums with the sizes of tables, remove definitions from the LLVM namespace, since they are all static. --- Diffs of the changes: (+12 -9) SubtargetEmitter.cpp |

[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaSubtarget.cpp

2005-10-23 Thread Chris Lattner
Changes in directory llvm/lib/Target/Alpha: AlphaSubtarget.cpp updated: 1.4 -> 1.5 --- Log message: Simplify this due to changes in the tblgen side --- Diffs of the changes: (+0 -9) AlphaSubtarget.cpp |9 - 1 files changed, 9 deletions(-) Index: llvm/lib/Target/Alpha/AlphaSub

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPC.td

2005-10-23 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPC.td updated: 1.8 -> 1.9 --- Log message: mark this as beta --- Diffs of the changes: (+1 -1) PPC.td |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Target/PowerPC/PPC.td diff -u llvm/lib/Target/PowerPC/PPC.td:1.8

[llvm-commits] CVS: llvm/lib/Target/SubtargetFeature.cpp

2005-10-23 Thread Chris Lattner
Changes in directory llvm/lib/Target: SubtargetFeature.cpp updated: 1.6 -> 1.7 --- Log message: If a user requests help, give them help on both features and processors --- Diffs of the changes: (+41 -25) SubtargetFeature.cpp | 66 +++ 1 fil

[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaSubtarget.cpp Makefile

2005-10-23 Thread Chris Lattner
Changes in directory llvm/lib/Target/Alpha: AlphaSubtarget.cpp updated: 1.3 -> 1.4 Makefile updated: 1.3 -> 1.4 --- Log message: Autogen subtarget information from .td files. --- Diffs of the changes: (+12 -35) AlphaSubtarget.cpp | 44 ++-- Makefil

[llvm-commits] CVS: llvm/lib/Target/Alpha/Alpha.td

2005-10-23 Thread Chris Lattner
Changes in directory llvm/lib/Target/Alpha: Alpha.td updated: 1.4 -> 1.5 --- Log message: Add subtarget feature/processor defns to the .td file --- Diffs of the changes: (+22 -0) Alpha.td | 22 ++ 1 files changed, 22 insertions(+) Index: llvm/lib/Target/Alpha/Alpha.

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPC.td

2005-10-23 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPC.td updated: 1.7 -> 1.8 --- Log message: rearrange things a bit so that instructions can use subtarget features in the future. --- Diffs of the changes: (+9 -11) PPC.td | 20 +--- 1 files changed, 9 insertions(+), 11 deleti

[llvm-commits] CVS: llvm/lib/Target/TargetSchedule.td

2005-10-23 Thread Chris Lattner
Changes in directory llvm/lib/Target: TargetSchedule.td updated: 1.3 -> 1.4 --- Log message: add a marker --- Diffs of the changes: (+5 -0) TargetSchedule.td |5 + 1 files changed, 5 insertions(+) Index: llvm/lib/Target/TargetSchedule.td diff -u llvm/lib/Target/TargetSchedule.td:

[llvm-commits] CVS: llvm/lib/Target/X86/README.txt

2005-10-23 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: README.txt updated: 1.15 -> 1.16 --- Log message: add a note that Nate mentioned last week --- Diffs of the changes: (+5 -0) README.txt |5 + 1 files changed, 5 insertions(+) Index: llvm/lib/Target/X86/README.txt diff -u llvm/lib/Target/X

[llvm-commits] CVS: llvm/lib/Target/X86/README.txt

2005-10-23 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: README.txt updated: 1.14 -> 1.15 --- Log message: Put some of my random notes somewhere public --- Diffs of the changes: (+70 -0) README.txt | 70 + 1 files changed, 70 insertions(+) I

[llvm-commits] CVS: llvm-www/pubs/2002-12-LattnerMSThesis.html index.html

2005-10-23 Thread Chris Lattner
Changes in directory llvm-www/pubs: 2002-12-LattnerMSThesis.html updated: 1.5 -> 1.6 index.html updated: 1.28 -> 1.29 --- Log message: demote another *really* old tech report from the main page --- Diffs of the changes: (+5 -5) 2002-12-LattnerMSThesis.html |5 + index.html

[llvm-commits] CVS: llvm-www/pubs/2004-01-30-CGO-LLVM.html index.html

2005-10-23 Thread Chris Lattner
Changes in directory llvm-www/pubs: 2004-01-30-CGO-LLVM.html updated: 1.3 -> 1.4 index.html updated: 1.27 -> 1.28 --- Log message: remove an old tech report from the main page to reduce clutter --- Diffs of the changes: (+3 -7) 2004-01-30-CGO-LLVM.html |2 ++ index.html |

[llvm-commits] CVS: llvm-www/pubs/2005-10-20-LCPC-RegAlloc.html 2005-10-20-LCPC-RegAlloc.pdf index.html

2005-10-23 Thread Chris Lattner
Changes in directory llvm-www/pubs: 2005-10-20-LCPC-RegAlloc.html added (r1.1) 2005-10-20-LCPC-RegAlloc.pdf added (r1.1) index.html updated: 1.26 -> 1.27 --- Log message: add a new paper that uses LLVM --- Diffs of the changes: (+67 -0) 2005-10-20-LCPC-RegAlloc.html | 60

  1   2   >