Changes in directory llvm/utils:
GenLibDeps.pl updated: 1.5 -> 1.6
---
Log message:
Remove the extraneous --defined-only option to nm. This is the default and
some versions of nm don't recognize it (its a gnu option).
---
Diffs of the changes: (+3 -3)
GenLibDeps.pl |6 +++---
1 files c
Changes in directory llvm/test/Regression/CodeGen/X86:
vec_extract.ll updated: 1.1 -> 1.2
vec_insert.ll updated: 1.1 -> 1.2
vec_set-2.ll updated: 1.1 -> 1.2
vec_set-3.ll updated: 1.1 -> 1.2
vec_set-4.ll updated: 1.1 -> 1.2
vec_shuffle-2.ll updated: 1.2 -> 1.3
vec_shuffle-3.ll updated: 1.1 -> 1.2
Changes in directory llvm/test/Regression/CodeGen/X86:
vec_set-2.ll added (r1.1)
vec_set-3.ll added (r1.1)
vec_set-4.ll added (r1.1)
---
Log message:
More build_vector tests.
---
Diffs of the changes: (+62 -0)
vec_set-2.ll | 23 +++
vec_set-3.ll | 16 +++
Changes in directory llvm/test/Regression/CodeGen/X86:
vec_clear.ll updated: 1.1 -> 1.2
vec_shuffle-4.ll updated: 1.1 -> 1.2
---
Log message:
Check for llc crash.
---
Diffs of the changes: (+2 -0)
vec_clear.ll |1 +
vec_shuffle-4.ll |1 +
2 files changed, 2 insertions(+)
Inde
Changes in directory llvm/test/Regression/CodeGen/X86:
vec_zexts2v.ll (r1.1) removed
---
Log message:
To be replaced with another test.
---
Diffs of the changes: (+0 -0)
0 files changed
___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
htt
Changes in directory llvm/lib/Target/X86:
X86ISelLowering.cpp updated: 1.178 -> 1.179
X86ISelLowering.h updated: 1.57 -> 1.58
X86InstrSSE.td updated: 1.109 -> 1.110
---
Log message:
Now generating perfect (I think) code for "vector set" with a single non-zero
scalar value.
e.g.
_mm_set
Changes in directory llvm/lib/CodeGen/SelectionDAG:
DAGCombiner.cpp updated: 1.148 -> 1.149
---
Log message:
Fix a really subtle and obnoxious memory bug that caused issues with an
llvm-gcc4 boostrap. Whenever a node is deleted by the dag combiner, it
*must* be returned by the visit function
Changes in directory llvm/utils:
GenLibDeps.pl updated: 1.4 -> 1.5
---
Log message:
Don't require the "dot" program if -flat option is given, and don't produce
any of the fancy graphs or other output. Just produce the flat, makefile
style output on stdout.
---
Diffs of the changes: (+25 -19)
Changes in directory llvm/win32/Target:
Target.vcproj updated: 1.13 -> 1.14
---
Log message:
Keep Visual Studio informed.
---
Diffs of the changes: (+0 -6)
Target.vcproj |6 --
1 files changed, 6 deletions(-)
Index: llvm/win32/Target/Target.vcproj
diff -u llvm/win32/Target/Target.
Changes in directory llvm/autoconf:
configure.ac updated: 1.221 -> 1.222
---
Log message:
Configure llvm-config in tools, not utils.
---
Diffs of the changes: (+1 -1)
configure.ac |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/autoconf/configure.ac
diff -u llvm/aut
Changes in directory llvm:
configure updated: 1.224 -> 1.225
---
Log message:
Configure llvm-config in tools, not utils.
---
Diffs of the changes: (+2 -2)
configure |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/configure
diff -u llvm/configure:1.224 llvm/confi
Changes in directory llvm/tools:
Makefile updated: 1.45 -> 1.46
---
Log message:
Okay, llvm-config is good to go now.
---
Diffs of the changes: (+1 -1)
Makefile |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/tools/Makefile
diff -u llvm/tools/Makefile:1.45 llvm/tool
Changes in directory llvm/utils/llvm-config:
.cvsignore (r1.1) removed
LibDeps.txt (r1.3) removed
Makefile (r1.4) removed
find-cycles.pl (r1.2) removed
llvm-config.in.in (r1.4) removed
---
Log message:
Remove the llvm-config directory. Its now in tools.
---
Diffs of the changes: (+0 -0)
0
Changes in directory llvm/utils:
Makefile updated: 1.14 -> 1.15
---
Log message:
llvm-config doesn't live here anymore ==> tools
---
Diffs of the changes: (+1 -6)
Makefile |7 +--
1 files changed, 1 insertion(+), 6 deletions(-)
Index: llvm/utils/Makefile
diff -u llvm/utils/Makefi
Changes in directory llvm/tools/llvm-config:
FinalLibDeps.txt added (r1.1)
Makefile updated: 1.4 -> 1.5
---
Log message:
Several Changes To Support Building llvm-config:
1. If Perl is not available, don't run Perl dependent targets.
2. Check in FinalLibDeps.txt for build environments that can't
Changes in directory llvm/tools:
Makefile updated: 1.44 -> 1.45
---
Log message:
Don't build llvm-config until issues are resolved.
---
Diffs of the changes: (+1 -1)
Makefile |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/tools/Makefile
diff -u llvm/tools/Makefile:
Changes in directory llvm/tools:
Makefile updated: 1.43 -> 1.44
---
Log message:
Build the llvm-config directory as a tool.
---
Diffs of the changes: (+1 -1)
Makefile |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/tools/Makefile
diff -u llvm/tools/Makefile:1.43 llv
Changes in directory llvm/lib/Transforms/Scalar:
ScalarReplAggregates.cpp updated: 1.38 -> 1.39
---
Log message:
Fix Transforms/ScalarRepl/2006-04-20-PromoteCrash.ll
---
Diffs of the changes: (+1 -1)
ScalarReplAggregates.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index
Changes in directory llvm/test/Regression/Transforms/ScalarRepl:
2006-04-20-PromoteCrash.ll added (r1.1)
---
Log message:
new testcase
---
Diffs of the changes: (+18 -0)
2006-04-20-PromoteCrash.ll | 18 ++
1 files changed, 18 insertions(+)
Index: llvm/test/Regression/Tr
Changes in directory llvm/utils/llvm-config:
LibDeps.txt updated: 1.2 -> 1.3
---
Log message:
Update the library dependencies for 1.8 with SparcV9 now gone.
---
Diffs of the changes: (+0 -5)
LibDeps.txt |5 -
1 files changed, 5 deletions(-)
Index: llvm/utils/llvm-config/LibDeps.t
Changes in directory llvm/test/Regression/CodeGen/X86:
vec_splat.ll updated: 1.3 -> 1.4
---
Log message:
Don't know what I was thinking...
---
Diffs of the changes: (+1 -1)
vec_splat.ll |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/Regression/CodeGen/X86/vec_s
Changes in directory llvm/lib/Target/PowerPC:
PPCInstrAltivec.td updated: 1.52 -> 1.53
---
Log message:
Fix the CodeGen/PowerPC/buildvec_canonicalize.ll regression last night.
---
Diffs of the changes: (+1 -1)
PPCInstrAltivec.td |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
I
Changes in directory llvm/utils:
userloc.pl updated: 1.3 -> 1.4
---
Log message:
Remove Burg as a directory to be considered.
---
Diffs of the changes: (+0 -1)
userloc.pl |1 -
1 files changed, 1 deletion(-)
Index: llvm/utils/userloc.pl
diff -u llvm/utils/userloc.pl:1.3 llvm/utils/us
Changes in directory llvm/utils:
llvmdo updated: 1.12 -> 1.13
---
Log message:
remove some stuff
---
Diffs of the changes: (+0 -2)
llvmdo |2 --
1 files changed, 2 deletions(-)
Index: llvm/utils/llvmdo
diff -u llvm/utils/llvmdo:1.12 llvm/utils/llvmdo:1.13
--- llvm/utils/llvmdo:1.12
Changes in directory llvm/lib/Target:
README.txt updated: 1.28 -> 1.29
---
Log message:
add a note
---
Diffs of the changes: (+18 -0)
README.txt | 18 ++
1 files changed, 18 insertions(+)
Index: llvm/lib/Target/README.txt
diff -u llvm/lib/Target/README.txt:1.28 llvm/lib
Changes in directory llvm/docs:
GettingStarted.html updated: 1.131 -> 1.132
MakefileGuide.html updated: 1.32 -> 1.33
---
Log message:
Remove more references to Burg.
---
Diffs of the changes: (+2 -8)
GettingStarted.html |7 +--
MakefileGuide.html |3 +--
2 files changed, 2 ins
Changes in directory llvm/docs:
MakefileGuide.html updated: 1.31 -> 1.32
---
Log message:
Remove reference to BURG variable. It no longer exists.
---
Diffs of the changes: (+1 -3)
MakefileGuide.html |4 +---
1 files changed, 1 insertion(+), 3 deletions(-)
Index: llvm/docs/MakefileGui
Changes in directory llvm:
Makefile.rules updated: 1.364 -> 1.365
---
Log message:
Remove traces of Burg utility now that its gone and not needed.
---
Diffs of the changes: (+0 -4)
Makefile.rules |4
1 files changed, 4 deletions(-)
Index: llvm/Makefile.rules
diff -u llvm/Makefil
Changes in directory llvm/utils/Burg:
.cvsignore (r1.1) removed
COPYRIGHT (r1.1) removed
LICENSE.TXT (r1.1) removed
LOG_CHANGES (r1.2) removed
Makefile (r1.31) removed
README (r1.1) removed
b.h (r1.3) removed
be.c (r1.5) removed
burg.shar.gz (r1.1) removed
burs.c (r1.2) removed
closure.c (r1.3)
Changes in directory llvm/utils/Burg/Doc:
Makefile (r1.2) removed
doc.aux (r1.1) removed
doc.dvi (r1.1) removed
doc.log (r1.1) removed
doc.tex (r1.1) removed
---
Log message:
Burg not needed any more now that SparcV9 is gone.
---
Diffs of the changes: (+0 -0)
0 files changed
___
Changes in directory llvm/utils:
Makefile updated: 1.13 -> 1.14
---
Log message:
Burg not needed any more now that SparcV9 is gone.
---
Diffs of the changes: (+1 -1)
Makefile |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/utils/Makefile
diff -u llvm/utils/Makefile:
Changes in directory llvm/lib/CodeGen:
MachineInstr.cpp updated: 1.109 -> 1.110
---
Log message:
This field no longer exists
---
Diffs of the changes: (+0 -2)
MachineInstr.cpp |2 --
1 files changed, 2 deletions(-)
Index: llvm/lib/CodeGen/MachineInstr.cpp
diff -u llvm/lib/CodeGen/Mac
Changes in directory llvm/lib/Target:
TargetInstrInfo.cpp updated: 1.16 -> 1.17
---
Log message:
remove some v9 specific code
---
Diffs of the changes: (+0 -20)
TargetInstrInfo.cpp | 20
1 files changed, 20 deletions(-)
Index: llvm/lib/Target/TargetInstrInfo.cpp
di
Changes in directory llvm/include/llvm/Target:
TargetInstrInfo.h updated: 1.84 -> 1.85
---
Log message:
Remove a bunch of dead stuff, shrinkifying TargetInstrDescriptor significantly.
---
Diffs of the changes: (+12 -79)
TargetInstrInfo.h | 91 +++--
Changes in directory llvm/utils/TableGen:
InstrInfoEmitter.cpp updated: 1.35 -> 1.36
---
Log message:
Don't fill in fields that no longer exist.
---
Diffs of the changes: (+1 -2)
InstrInfoEmitter.cpp |3 +--
1 files changed, 1 insertion(+), 2 deletions(-)
Index: llvm/utils/TableGen/I
Changes in directory llvm/include/llvm/Target:
TargetMachine.h updated: 1.62 -> 1.63
TargetSchedInfo.h (r1.36) removed
---
Log message:
Remove some obsolete interfaces
---
Diffs of the changes: (+0 -6)
TargetMachine.h |6 --
1 files changed, 6 deletions(-)
Index: llvm/include/llv
Changes in directory llvm/lib/Target:
TargetSchedInfo.cpp (r1.24) removed
---
Log message:
Remove this obsolete file
---
Diffs of the changes: (+0 -0)
0 files changed
___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc
Changes in directory llvm/lib/CodeGen:
MachineInstr.cpp updated: 1.108 -> 1.109
---
Log message:
Remove some of the obvious V9-specific cruft
---
Diffs of the changes: (+2 -101)
MachineInstr.cpp | 103 +--
1 files changed, 2 insertions(+
Changes in directory llvm/include/llvm/CodeGen:
MachineInstr.h updated: 1.166 -> 1.167
---
Log message:
Remove some of the obvious v9-specific cruft
---
Diffs of the changes: (+1 -136)
MachineInstr.h | 137 -
1 files changed, 1 inser
Changes in directory llvm/test/Regression/CodeGen/X86:
vec_extract.ll added (r1.1)
---
Log message:
Vector extract element test case.
---
Diffs of the changes: (+25 -0)
vec_extract.ll | 25 +
1 files changed, 25 insertions(+)
Index: llvm/test/Regression/CodeGen/X
Changes in directory llvm:
Makefile.rules updated: 1.363 -> 1.364
---
Log message:
Remove V9 jit support
---
Diffs of the changes: (+0 -15)
Makefile.rules | 15 ---
1 files changed, 15 deletions(-)
Index: llvm/Makefile.rules
diff -u llvm/Makefile.rules:1.363 llvm/Makefile.r
Changes in directory llvm/test/Regression/CodeGen/X86:
vec_insert.ll added (r1.1)
---
Log message:
Vector insert test case.
---
Diffs of the changes: (+19 -0)
vec_insert.ll | 19 +++
1 files changed, 19 insertions(+)
Index: llvm/test/Regression/CodeGen/X86/vec_insert.ll
Changes in directory llvm/docs:
CodeGenerator.html updated: 1.29 -> 1.30
GettingStarted.html updated: 1.130 -> 1.131
UsingLibraries.html updated: 1.21 -> 1.22
---
Log message:
Remove V9
---
Diffs of the changes: (+5 -72)
CodeGenerator.html | 13 ---
GettingStarted.html |6 ++
Changes in directory llvm/test/Regression/CFrontend:
2005-02-20-AggregateSAVEEXPR.c updated: 1.3 -> 1.4
---
Log message:
Fails with all sparcs
---
Diffs of the changes: (+1 -1)
2005-02-20-AggregateSAVEEXPR.c |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/Regre
Changes in directory llvm/test/Regression/CodeGen/SparcV9:
2004-06-10-SpillNull.llx (r1.1) removed
2004-08-22-CallNull.llx (r1.2) removed
2004-12-13-MallocCrash.ll (r1.1) removed
2005-04-09-GEP-Crash.ll (r1.1) removed
2005-05-11-DecomposeConstantExprCrash.ll (r1.1) removed
dg.exp (r1.3) removed
Changes in directory llvm/test/Regression/CodeGen/SparcV9:
.cvsignore (r1.1) removed
---
Log message:
allow this dir to get pruned
---
Diffs of the changes: (+0 -0)
0 files changed
___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://
Changes in directory llvm/tools/llc:
Makefile updated: 1.79 -> 1.80
---
Log message:
Never link in sparcv9
---
Diffs of the changes: (+0 -10)
Makefile | 10 --
1 files changed, 10 deletions(-)
Index: llvm/tools/llc/Makefile
diff -u llvm/tools/llc/Makefile:1.79 llvm/tools/llc/Ma
Changes in directory llvm/lib/Target/SparcV9:
SparcV9.burg.in (r1.15) removed
SparcV9Instr.def (r1.29) removed
---
Log message:
This target is no longer built. The ,v files now live in the reoptimizer.
---
Diffs of the changes: (+0 -0)
0 files changed
__
Changes in directory llvm/lib/Target/SparcV9:
.cvsignore (r1.3) removed
DecomposeMultiDimRefs.cpp (r1.4) removed
EmitBytecodeToAssembly.cpp (r1.17) removed
InternalGlobalMapper.cpp (r1.7) removed
MachineCodeForInstruction.cpp (r1.4) removed
MachineCodeForInstruction.h (r1.17) removed
MachineFunc
Changes in directory llvm/lib/Target/SparcV9/InstrSched:
InstrScheduling.cpp (r1.85) removed
Makefile (r1.5) removed
SchedGraph.cpp (r1.72) removed
SchedGraph.h (r1.42) removed
SchedGraphCommon.cpp (r1.11) removed
SchedPriorities.cpp (r1.39) removed
SchedPriorities.h (r1.30) removed
---
Log mess
Changes in directory llvm/lib/Target/SparcV9/ModuloScheduling:
DependenceAnalyzer.cpp (r1.10) removed
DependenceAnalyzer.h (r1.4) removed
MSSchedule.cpp (r1.20) removed
MSSchedule.h (r1.8) removed
MSScheduleSB.cpp (r1.5) removed
MSScheduleSB.h (r1.2) removed
MSchedGraph.cpp (r1.24) removed
MSche
Changes in directory llvm:
configure updated: 1.223 -> 1.224
---
Log message:
Never build SparcV9
---
Diffs of the changes: (+3 -3)
configure |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Index: llvm/configure
diff -u llvm/configure:1.223 llvm/configure:1.224
--- llvm/c
Changes in directory llvm/lib/Target/SparcV9/LiveVar:
BBLiveVar.cpp (r1.51) removed
BBLiveVar.h (r1.28) removed
FunctionLiveVarInfo.cpp (r1.59) removed
FunctionLiveVarInfo.h (r1.3) removed
Makefile (r1.6) removed
ValueSet.cpp (r1.18) removed
---
Log message:
This target is no longer built. The
Changes in directory llvm/lib/Target/SparcV9/RegAlloc:
AllocInfo.h (r1.9) removed
IGNode.cpp (r1.13) removed
IGNode.h (r1.22) removed
InterferenceGraph.cpp (r1.26) removed
InterferenceGraph.h (r1.9) removed
LiveRange.h (r1.32) removed
LiveRangeInfo.cpp (r1.61) removed
LiveRangeInfo.h (r1.29) rem
Changes in directory llvm/autoconf:
configure.ac updated: 1.220 -> 1.221
---
Log message:
Never build SparcV9
---
Diffs of the changes: (+3 -3)
configure.ac |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Index: llvm/autoconf/configure.ac
diff -u llvm/autoconf/configure.a
Changes in directory reopt/lib/Target:
---
Log message:
Directory /home/vadve/shared/InternalCVS/reopt/lib/Target added to the
repository
---
Diffs of the changes: (+0 -0)
0 files changed
___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
Changes in directory llvm/lib/Transforms/Scalar:
InstructionCombining.cpp updated: 1.470 -> 1.471
---
Log message:
Make code match cvs commit message :)
---
Diffs of the changes: (+1 -1)
InstructionCombining.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Tra
Changes in directory llvm/include/llvm/Transforms:
Scalar.h updated: 1.62 -> 1.63
---
Log message:
remove a dead prototype
---
Diffs of the changes: (+0 -4)
Scalar.h |4
1 files changed, 4 deletions(-)
Index: llvm/include/llvm/Transforms/Scalar.h
diff -u llvm/include/llvm/Transf
Changes in directory llvm/test/Regression/Transforms/InstCombine:
call-cast-target.ll added (r1.1)
---
Log message:
can we cast between pointers and IntPtrType
---
Diffs of the changes: (+15 -0)
call-cast-target.ll | 15 +++
1 files changed, 15 insertions(+)
Index: llvm/test
Changes in directory llvm/lib/Transforms/Scalar:
InstructionCombining.cpp updated: 1.469 -> 1.470
---
Log message:
If we can convert the return pointer type into an integer that IntPtrType
can be converted to losslessly, we can continue the conversion to a direct call.
---
Diffs of the chan
Changes in directory llvm/docs/CommandGuide:
llvmc.pod updated: 1.11 -> 1.12
---
Log message:
Add a missing =back to eliminate error.
---
Diffs of the changes: (+2 -0)
llvmc.pod |2 ++
1 files changed, 2 insertions(+)
Index: llvm/docs/CommandGuide/llvmc.pod
diff -u llvm/docs/CommandG
Changes in directory llvm/test/Regression/CodeGen/X86:
vec_splat-2.ll added (r1.1)
---
Log message:
v16i8 splat with 2 punpcklbw and a single pshufd.
---
Diffs of the changes: (+26 -0)
vec_splat-2.ll | 26 ++
1 files changed, 26 insertions(+)
Index: llvm/test/Reg
Changes in directory llvm/test/Regression/CodeGen/X86:
vec_shuffle-4.ll added (r1.1)
---
Log message:
Another shuffle test. For 4-wide shuffle, no more than 3 {p}shuf*.
---
Diffs of the changes: (+9 -0)
vec_shuffle-4.ll |9 +
1 files changed, 9 insertions(+)
Index: llvm/test/R
Changes in directory llvm/lib/Target/X86:
X86ISelLowering.cpp updated: 1.177 -> 1.178
X86ISelLowering.h updated: 1.56 -> 1.57
---
Log message:
- Added support to turn "vector clear elements", e.g. pand V, <-1, -1, 0, -1>
to a vector shuffle.
- VECTOR_SHUFFLE lowering change in preparation for m
Changes in directory llvm/lib/CodeGen/SelectionDAG:
DAGCombiner.cpp updated: 1.147 -> 1.148
---
Log message:
Turn a VAND into a VECTOR_SHUFFLE is applicable.
DAG combiner can turn a VAND V, <-1, 0, -1, -1>, i.e. vector clear elements,
into a vector shuffle with a zero vector. It only does so wh
Changes in directory llvm/include/llvm/Target:
TargetLowering.h updated: 1.68 -> 1.69
---
Log message:
Added a virtual method isVectorClearMaskLegal to TLI. It is similar to
isShuffleMaskLegal, used to determine if it makes sense to turn a
"vector clear" (e.g. pand V, <0, -1, 0, -1> to a shuffl
Changes in directory llvm/test/Regression/CodeGen/X86:
vec_clear.ll added (r1.1)
---
Log message:
Added a test case for , e.g. xform pand <0, 0, -1, -1> to a shuffle.
---
Diffs of the changes: (+8 -0)
vec_clear.ll |8
1 files changed, 8 insertions(+)
Index: llvm/test/Regressi
Changes in directory llvm/test/Regression/CodeGen/X86:
vec_shuffle-3.ll added (r1.1)
---
Log message:
Added a movhlps, movlhps test case.
---
Diffs of the changes: (+19 -0)
vec_shuffle-3.ll | 19 +++
1 files changed, 19 insertions(+)
Index: llvm/test/Regression/CodeGen/X
Changes in directory llvm-www/releases:
index.html updated: 1.27 -> 1.28
---
Log message:
Update date
---
Diffs of the changes: (+1 -1)
index.html |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-www/releases/index.html
diff -u llvm-www/releases/index.html:1.27 llvm-
Changes in directory llvm-www:
www-index.html updated: 1.126 -> 1.127
header.incl updated: 1.45 -> 1.46
---
Log message:
1.7 is out!
---
Diffs of the changes: (+5 -4)
header.incl|5 +++--
www-index.html |4 ++--
2 files changed, 5 insertions(+), 4 deletions(-)
Index: llvm-www
Changes in directory llvm-www/releases:
download.html updated: 1.29 -> 1.30
---
Log message:
doh!
---
Diffs of the changes: (+2 -2)
download.html |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm-www/releases/download.html
diff -u llvm-www/releases/download.html:1
Changes in directory llvm-www/releases:
download.html updated: 1.28 -> 1.29
---
Log message:
Tired typos
---
Diffs of the changes: (+2 -2)
download.html |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm-www/releases/download.html
diff -u llvm-www/releases/download
Changes in directory llvm-www/releases:
download.html updated: 1.27 -> 1.28
---
Log message:
Fixing typos
---
Diffs of the changes: (+2 -2)
download.html |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm-www/releases/download.html
diff -u llvm-www/releases/downloa
Changes in directory llvm-www/releases:
download.html updated: 1.26 -> 1.27
---
Log message:
Fix file size
---
Diffs of the changes: (+1 -1)
download.html |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-www/releases/download.html
diff -u llvm-www/releases/download.h
Changes in directory llvm-www/releases:
download.html updated: 1.25 -> 1.26
---
Log message:
Adding 1.7 release
---
Diffs of the changes: (+37 -0)
download.html | 37 +
1 files changed, 37 insertions(+)
Index: llvm-www/releases/download.html
diff -u
Changes in directory llvm-www/releases:
index.html updated: 1.26 -> 1.27
---
Log message:
Adding 1.7 release
---
Diffs of the changes: (+5 -3)
index.html |8 +---
1 files changed, 5 insertions(+), 3 deletions(-)
Index: llvm-www/releases/index.html
diff -u llvm-www/releases/index.
76 matches
Mail list logo