[llvm-commits] CVS: llvm/lib/Target/CBackend/Makefile Writer.cpp

2006-12-22 Thread Reid Spencer
Changes in directory llvm/lib/Target/CBackend: Makefile updated: 1.8 - 1.9 Writer.cpp updated: 1.300 - 1.301 --- Log message: For PR950: http://llvm.org/PR950 : This patch removes the SetCC instructions and replaces them with the ICmp and FCmp instructions. The SetCondInst instruction has been

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

2006-11-02 Thread Reid Spencer
Changes in directory llvm/lib/Target/CBackend: Makefile updated: 1.7 - 1.8 --- Log message: Make CBackend -pedantic clean. --- Diffs of the changes: (+1 -2) Makefile |3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) Index: llvm/lib/Target/CBackend/Makefile diff -u

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

2006-05-31 Thread Reid Spencer
Changes in directory llvm/lib/Target/CBackend: Makefile updated: 1.4 - 1.5 --- 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. ---

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

2006-05-31 Thread Reid Spencer
Changes in directory llvm/lib/Target/CBackend: Makefile updated: 1.5 - 1.6 --- Log message: For PR786: http://llvm.cs.uiuc.edu/PR786 : Turn -pedantic and -Wno-long-long compile flags on by default. In a few places, avoid the warnings by removing these options in the local makefile. One notable