[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

[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/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-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 ++-- Makefile

[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/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-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/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/

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/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] [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-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] 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 br --- 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-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:

[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-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

[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-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/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/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-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/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

[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-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-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-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(-)