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

2006-11-03 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen: Makefile updated: 1.30 -> 1.31 --- Log message: this will work better --- Diffs of the changes: (+2 -2) Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/lib/CodeGen/Makefile diff -u llvm/lib/CodeGen/Makefile:1.30 ll

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

2006-11-03 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen: Makefile updated: 1.29 -> 1.30 --- Log message: Fix the build on xcode < 2.4 --- Diffs of the changes: (+7 -0) Makefile |7 +++ 1 files changed, 7 insertions(+) Index: llvm/lib/CodeGen/Makefile diff -u llvm/lib/CodeGen/Makefile:1.29 llvm/lib

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

2006-07-20 Thread Andrew Lenharth
Changes in directory llvm/lib/CodeGen: Makefile updated: 1.27 -> 1.28 --- Log message: Fix linking on Alpha --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+) Index: llvm/lib/CodeGen/Makefile diff -u llvm/lib/CodeGen/Makefile:1.27 llvm/lib/CodeGen/Makefil

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

2006-05-31 Thread Reid Spencer
Changes in directory llvm/lib/CodeGen: Makefile updated: 1.26 -> 1.27 --- Log message: Prevent the -pedantic option from causing Mac OS/X build problems: LiveIntervalAnalysis.cpp:218: error: floating constant exceeds range of 'double' --- Diffs of the changes: (+3 -0) Makefile |3 +++

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

2006-05-31 Thread Reid Spencer
Changes in directory llvm/lib/CodeGen: Makefile updated: 1.25 -> 1.26 --- Log message: Use archive libraries instead of object files for VMCore, BCReader, BCWriter, and bzip2 libraries. Adjust the various makefiles to accommodate these changes. This was done to speed up link times. --- Diffs