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

2007-02-27 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: Makefile updated: 1.33 -> 1.34 --- Log message: reenable generation of CC info --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Target/X86/Makefile diff -u llvm/lib/Target/X86/Ma

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

2007-02-27 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: Makefile updated: 1.32 -> 1.33 --- Log message: Back out previous commit temporarily. --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Target/X86/Makefile diff -u llvm/lib/Target/

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

2007-02-27 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: Makefile updated: 1.31 -> 1.32 --- Log message: build cc info --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Target/X86/Makefile diff -u llvm/lib/Target/X86/Makefile:1.31 llvm/

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

2006-10-27 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: Makefile updated: 1.30 -> 1.31 --- Log message: don't distribute internal readme's --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Target/X86/Makefile diff -u llvm/lib/Target/X

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

2006-10-27 Thread Reid Spencer
Changes in directory llvm/lib/Target/X86: Makefile updated: 1.29 -> 1.30 --- Log message: Make sure all the readme files get distributed. --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Target/X86/Makefile diff -u llvm/

[llvm-commits] CVS: llvm/lib/Target/X86/Makefile X86.td X86Subtarget.cpp X86Subtarget.h

2006-10-06 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: Makefile updated: 1.28 -> 1.29 X86.td updated: 1.27 -> 1.28 X86Subtarget.cpp updated: 1.34 -> 1.35 X86Subtarget.h updated: 1.18 -> 1.19 --- Log message: Still need to support -mcpu=<> or cross compilation will fail. Doh. --- Diffs of the changes: (+19

[llvm-commits] CVS: llvm/lib/Target/X86/Makefile README.txt X86.td X86Subtarget.cpp X86Subtarget.h

2006-10-06 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: Makefile updated: 1.27 -> 1.28 README.txt updated: 1.139 -> 1.140 X86.td updated: 1.26 -> 1.27 X86Subtarget.cpp updated: 1.33 -> 1.34 X86Subtarget.h updated: 1.17 -> 1.18 --- Log message: Do away with CPU feature list. Just use CPUID to detect MMX, SSE,

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

2006-08-11 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: Makefile updated: 1.26 -> 1.27 --- Log message: eliminate extraneous blank line --- Diffs of the changes: (+0 -1) Makefile |1 - 1 files changed, 1 deletion(-) Index: llvm/lib/Target/X86/Makefile diff -u llvm/lib/Target/X86/Makefile:1.26 llvm

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

2006-04-12 Thread Reid Spencer
Changes in directory llvm/lib/Target/X86: Makefile updated: 1.25 -> 1.26 --- Log message: Add the README files to the distribution. --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+) Index: llvm/lib/Target/X86/Makefile diff -u llvm/lib/Target/X86/Makefil

[llvm-commits] CVS: llvm/lib/Target/X86/Makefile X86.h X86.td X86Subtarget.cpp X86Subtarget.h X86TargetMachine.cpp

2006-01-26 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: Makefile updated: 1.24 -> 1.25 X86.h updated: 1.39 -> 1.40 X86.td updated: 1.16 -> 1.17 X86Subtarget.cpp updated: 1.8 -> 1.9 X86Subtarget.h updated: 1.7 -> 1.8 X86TargetMachine.cpp updated: 1.97 -> 1.98 --- Log message: Added preliminary x86 subtarget s