[llvm-commits] CVS: llvm/win32/config.h llvm.sln

2006-11-05 Thread Jeff Cohen
Changes in directory llvm/win32: config.h updated: 1.2 -> 1.3 llvm.sln updated: 1.26 -> 1.27 --- Log message: Unbreak VC++ build. --- Diffs of the changes: (+4 -17) config.h |2 ++ llvm.sln | 19 ++- 2 files changed, 4 insertions(+), 17 deletions(-) Index: llvm/win32

[llvm-commits] CVS: llvm/win32/config.h

2006-01-23 Thread Jeff Cohen
Changes in directory llvm/win32: config.h updated: 1.1 -> 1.2 --- Log message: Track changes in config.h.in. --- Diffs of the changes: (+2 -4) config.h |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) Index: llvm/win32/config.h diff -u llvm/win32/config.h:1.1 llvm/win32/con

[llvm-commits] CVS: llvm/win32/config.h

2006-01-19 Thread Jeff Cohen
Changes in directory llvm/win32: config.h added (r1.1) --- Log message: Update Windows version of config.h to note availability of floor/floorf/ceil/ceilf. Also pulled Windows-specific modifications to config.h.in to a separate file, so that changes to it trigger regeneration of config.h (whic