Changes in directory llvm-www/img:
PhotoJim.jpg added (r1.1)
---
Log message:
adding to contributors
---
Diffs of the changes: (+0 -0)
PhotoJim.jpg |0
1 files changed
Index: llvm-www/img/PhotoJim.jpg
___
llvm-commits mailing list
llvm-c
Changes in directory llvm-www:
Developers.html updated: 1.30 -> 1.31
---
Log message:
Added me. Sorry if there is a long standing practice of adding them column
major. Row major is just easier to maintain. Ruby rocks.
Cheers,
-- Jim
---
Diffs of the changes: (+48 -46)
Developers.html
This doesn't compile for my copy of gcc;+#if __GNUC__ > 3+#define END_WITH_NULL __attribute__((sentinel))+#else+#define END_WITH_NULL+#endif ValuesClass values(const char *Arg, DataType Val, const char *Desc,- ...) {+ ...) END_WITH_NULL {/llvm
Changes in directory llvm/win32/TableGen:
TableGen.vcproj updated: 1.15 -> 1.16
---
Log message:
Remove deleted files from Visual Studio.
---
Diffs of the changes: (+0 -6)
TableGen.vcproj |6 --
1 files changed, 6 deletions(-)
Index: llvm/win32/TableGen/TableGen.vcproj
diff -u llv
Changes in directory llvm/include/llvm/Support:
CommandLine.h updated: 1.50 -> 1.51
---
Log message:
Work around GCC's dislike of attributes on function definitions.
---
Diffs of the changes: (+6 -1)
CommandLine.h |7 ++-
1 files changed, 6 insertions(+), 1 deletion(-)
Index: llv
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
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 |
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
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
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
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:
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
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.
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
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
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
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
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 |
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/
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
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
___
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
_
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
___
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
___
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
___
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
___
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
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
___
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
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
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
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
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
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.
-
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
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
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:
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
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
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
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
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
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
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 +
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
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 |
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
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
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
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
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
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
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
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/
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
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
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
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(
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(+)
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
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
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(+)
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
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
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:
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
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
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/
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
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
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
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
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
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
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
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
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
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
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 -
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
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
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
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
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
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
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
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
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(-
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
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
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
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
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
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 +
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
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
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
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
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
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
1 - 100 of 105 matches
Mail list logo