[llvm-commits] CVS: llvm/configure

2005-11-01 Thread Misha Brukman
Changes in directory llvm: configure updated: 1.198 -> 1.199 --- Log message: Re-generated to fix copy-paste typo noticed by Marco Matthies. --- Diffs of the changes: (+1 -1) configure |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/configure diff -u llvm/configure:

[llvm-commits] CVS: llvm/configure

2005-11-08 Thread John Criswell
Changes in directory llvm: configure updated: 1.199 -> 1.200 --- Log message: Merged from RELEASE_16. --- Diffs of the changes: (+11 -11) configure | 22 +++--- 1 files changed, 11 insertions(+), 11 deletions(-) Index: llvm/configure diff -u llvm/configure:1.199 llvm/co

[llvm-commits] CVS: llvm/configure

2005-11-08 Thread John Criswell
Changes in directory llvm: configure updated: 1.200 -> 1.201 --- Log message: Updated version to 1.7cvs. --- Diffs of the changes: (+9 -9) configure | 18 +- 1 files changed, 9 insertions(+), 9 deletions(-) Index: llvm/configure diff -u llvm/configure:1.200 llvm/configu

[llvm-commits] CVS: llvm/configure

2005-11-13 Thread Chris Lattner
Changes in directory llvm: configure updated: 1.201 -> 1.202 --- Log message: regenerate --- Diffs of the changes: (+152 -1) configure | 153 +- 1 files changed, 152 insertions(+), 1 deletion(-) Index: llvm/configure diff -u ll

[llvm-commits] CVS: llvm/configure

2005-11-13 Thread Chris Lattner
Changes in directory llvm: configure updated: 1.202 -> 1.203 --- Log message: regenearte --- Diffs of the changes: (+1 -1) configure |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/configure diff -u llvm/configure:1.202 llvm/configure:1.203 --- llvm/configure:1.202

[llvm-commits] CVS: llvm/configure

2005-12-19 Thread John Criswell
Changes in directory llvm: configure updated: 1.203 -> 1.204 --- Log message: Added the llvm-kernel project to the list of automatically configured projects. --- Diffs of the changes: (+34 -29) configure | 63 +- 1 files changed

[llvm-commits] CVS: llvm/configure

2006-01-19 Thread Reid Spencer
Changes in directory llvm: configure updated: 1.206 -> 1.207 --- Log message: Make sure that libm is used during config tests so that ceil, floor, and friends are actually detected. --- Diffs of the changes: (+73 -0) configure | 73

[llvm-commits] CVS: llvm/configure

2006-01-19 Thread Reid Spencer
Changes in directory llvm: configure updated: 1.205 -> 1.206 --- Log message: For PR696: http://llvm.cs.uiuc.edu/PR696 : Add checks for ceil, ceilf, floor, and floorf --- Diffs of the changes: (+6 -2) configure |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) Index: llvm

[llvm-commits] CVS: llvm/configure

2006-01-23 Thread Reid Spencer
Changes in directory llvm: configure updated: 1.207 -> 1.208 --- Log message: Update for including additional function tests. --- Diffs of the changes: (+5 -155) configure | 160 +- 1 files changed, 5 insertions(+), 155 deletions

[llvm-commits] CVS: llvm/configure

2006-02-04 Thread Chris Lattner
Changes in directory llvm: configure updated: 1.208 -> 1.209 --- Log message: SparcV8 -> Sparc --- Diffs of the changes: (+3 -3) configure |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: llvm/configure diff -u llvm/configure:1.208 llvm/configure:1.209 --- llvm/conf

[llvm-commits] CVS: llvm/configure

2006-02-14 Thread Duraid Madina
Changes in directory llvm: configure updated: 1.209 -> 1.210 --- Log message: zap --- Diffs of the changes: (+0 -14) configure | 14 -- 1 files changed, 14 deletions(-) Index: llvm/configure diff -u llvm/configure:1.209 llvm/configure:1.210 --- llvm/configure:1.209

[llvm-commits] CVS: llvm/configure

2006-02-14 Thread Duraid Madina
Changes in directory llvm: configure updated: 1.210 -> 1.211 --- Log message: reverting previous change, will add support for other compilers later --- Diffs of the changes: (+14 -0) configure | 14 ++ 1 files changed, 14 insertions(+) Index: llvm/configure diff -u llvm/c

[llvm-commits] CVS: llvm/configure

2006-02-16 Thread Chris Lattner
Changes in directory llvm: configure updated: 1.211 -> 1.212 --- Log message: remove skeleton target --- Diffs of the changes: (+1 -2) configure |3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) Index: llvm/configure diff -u llvm/configure:1.211 llvm/configure:1.212 --- llvm/co

[llvm-commits] CVS: llvm/configure

2006-02-26 Thread Chris Lattner
Changes in directory llvm: configure updated: 1.212 -> 1.213 --- Log message: Use -emit-llvm -S to get .ll file output from llvm-gcc --- Diffs of the changes: (+1 -1) configure |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/configure diff -u llvm/configure:1.212 ll

[llvm-commits] CVS: llvm/configure

2006-04-07 Thread Reid Spencer
Changes in directory llvm: configure updated: 1.216 -> 1.217 --- Log message: For PR723: http://llvm.cs.uiuc.edu/PR723 : Support detection of a "CVS" directory at configure time to distinguish whether this is a release build or a "from tree" build. This knowledge is used to set the defaults for

[llvm-commits] CVS: llvm/configure

2006-04-07 Thread Reid Spencer
Changes in directory llvm: configure updated: 1.217 -> 1.218 --- Log message: Ensure that the automatic "CVS build" detection works for both objdir == srcdir and objdir != srcdir. --- Diffs of the changes: (+1 -1) configure |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index

[llvm-commits] CVS: llvm/configure

2006-04-13 Thread Reid Spencer
Changes in directory llvm: configure updated: 1.219 -> 1.220 --- Log message: remove the "cvs" part of the version number for the release branch. --- Diffs of the changes: (+9 -9) configure | 18 +- 1 files changed, 9 insertions(+), 9 deletions(-) Index: llvm/configure

[llvm-commits] CVS: llvm/configure

2006-04-13 Thread Reid Spencer
Changes in directory llvm: configure updated: 1.220 -> 1.221 --- Log message: Ahem. HEAD -> 1.8cvs not 1.7 (I'm an idiot). --- Diffs of the changes: (+9 -9) configure | 18 +- 1 files changed, 9 insertions(+), 9 deletions(-) Index: llvm/configure diff -u llvm/configure:

[llvm-commits] CVS: llvm/configure

2006-11-03 Thread Reid Spencer
Changes in directory llvm: configure updated: 1.252 -> 1.253 --- Log message: Make the huge_val test run a C++ program not C --- Diffs of the changes: (+6 -6) configure | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) Index: llvm/configure diff -u llvm/configure:1.25

[llvm-commits] CVS: llvm/configure

2006-11-05 Thread Reid Spencer
Changes in directory llvm: configure updated: 1.253 -> 1.254 --- Log message: Add a -disable-cbe-printf-a option so that the output of the C Backend stands a chance of being compiled with a non C99 C compiler. The default is enabled so you must specifically disable this feature if you want the

[llvm-commits] CVS: llvm/configure

2006-11-13 Thread Tanya Lattner
Changes in directory llvm: configure updated: 1.254 -> 1.255 --- Log message: Updating configure script for 2.0 --- Diffs of the changes: (+9 -9) configure | 18 +- 1 files changed, 9 insertions(+), 9 deletions(-) Index: llvm/configure diff -u llvm/configure:1.254 llvm/

[llvm-commits] CVS: llvm/configure

2006-12-07 Thread Reid Spencer
Changes in directory llvm: configure updated: 1.258 -> 1.259 --- Log message: Regenerate. --- Diffs of the changes: (+0 -12) configure | 12 1 files changed, 12 deletions(-) Index: llvm/configure diff -u llvm/configure:1.258 llvm/configure:1.259 --- llvm/configure:1.258

[llvm-commits] CVS: llvm/configure

2007-01-12 Thread Jeff Cohen
Changes in directory llvm: configure updated: 1.262 -> 1.263 --- Log message: '==' is not a legal test operator on BSD. Use '='. --- Diffs of the changes: (+6 -6) configure | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) Index: llvm/configure diff -u llvm/configure

[llvm-commits] CVS: llvm/configure

2007-01-16 Thread Reid Spencer
Changes in directory llvm: configure updated: 1.263 -> 1.264 --- Log message: For PR1074: http://llvm.org/PR1074 : Adjust configuration for Stacker's new name: llvm-stacker. --- Diffs of the changes: (+13 -13) configure | 26 +- 1 files changed, 13 insertions(+),

[llvm-commits] CVS: llvm/configure

2007-01-19 Thread Reid Spencer
Changes in directory llvm: configure updated: 1.264 -> 1.265 --- Log message: Add the check for udis86 to support disassembly. Regenerated for Anton Korobeynikov. --- Diffs of the changes: (+145 -28) configure | 173 +++--- 1 files

[llvm-commits] CVS: llvm/configure

2007-01-19 Thread Reid Spencer
Changes in directory llvm: configure updated: 1.265 -> 1.266 --- Log message: Regenerate for Anton Korobeynikov. --- Diffs of the changes: (+12 -115) configure | 127 +- 1 files changed, 12 insertions(+), 115 deletions(-) Index

[llvm-commits] CVS: llvm/configure

2007-01-20 Thread Reid Spencer
Changes in directory llvm: configure updated: 1.266 -> 1.267 --- Log message: For PR808: http://llvm.org/PR808 : Regenerate to include NetBSD. --- Diffs of the changes: (+29 -24) configure | 53 + 1 files changed, 29 insertions(+), 24 d

[llvm-commits] CVS: llvm/configure

2007-01-20 Thread Reid Spencer
Changes in directory llvm: configure updated: 1.267 -> 1.268 --- Log message: For PR1128: http://llvm.org/PR1128 : Regenerate for ARM support. --- Diffs of the changes: (+29 -24) configure | 53 + 1 files changed, 29 insertions(+), 24 d

[llvm-commits] CVS: llvm/configure

2007-01-20 Thread Reid Spencer
Changes in directory llvm: configure updated: 1.268 -> 1.269 --- Log message: Regenerate. --- Diffs of the changes: (+3 -3) configure |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: llvm/configure diff -u llvm/configure:1.268 llvm/configure:1.269 --- llvm/configure

[llvm-commits] CVS: llvm/configure

2007-02-16 Thread Reid Spencer
Changes in directory llvm: configure updated: 1.269 -> 1.270 --- Log message: Regenerate for getrlimit/setrlimit. --- Diffs of the changes: (+112 -1) configure | 113 +- 1 files changed, 112 insertions(+), 1 deletion(-) Index:

[llvm-commits] CVS: llvm/configure

2007-03-21 Thread Anton Korobeynikov
Changes in directory llvm: configure updated: 1.270 -> 1.271 --- Log message: Let the new backend begin! --- Diffs of the changes: (+1 -1) configure |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/configure diff -u llvm/configure:1.270 llvm/configure:1.271 --- llvm/

[llvm-commits] CVS: llvm/configure

2007-03-29 Thread Reid Spencer
Changes in directory llvm: configure updated: 1.271 -> 1.272 --- Log message: Regenerate for PR1283: http://llvm.org/PR1283 fix. --- Diffs of the changes: (+2 -1) configure |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: llvm/configure diff -u llvm/configure:1.271 llv

[llvm-commits] CVS: llvm/configure

2007-04-02 Thread Reid Spencer
Changes in directory llvm: configure updated: 1.272 -> 1.273 --- Log message: Regenerate. --- Diffs of the changes: (+1 -1) configure |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/configure diff -u llvm/configure:1.272 llvm/configure:1.273 --- llvm/configure:1.272

[llvm-commits] CVS: llvm/configure

2007-04-10 Thread Reid Spencer
Changes in directory llvm: configure updated: 1.273 -> 1.274 --- Log message: Hopefully fix LTDL_SHLIB_EXT on Darwin --- Diffs of the changes: (+5 -5) configure | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) Index: llvm/configure diff -u llvm/configure:1.273 llvm/con

[llvm-commits] CVS: llvm/configure

2007-04-21 Thread Reid Spencer
Changes in directory llvm: configure updated: 1.274 -> 1.275 --- Log message: Regenerate for detection of llvm-gcc supported languages --- Diffs of the changes: (+34 -25) configure | 59 ++- 1 files changed, 34 insertions(+), 25 del

[llvm-commits] CVS: llvm/configure

2006-04-19 Thread Chris Lattner
Changes in directory llvm: configure updated: 1.221 -> 1.222 --- Log message: Regenerate --- Diffs of the changes: (+1 -1) configure |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/configure diff -u llvm/configure:1.221 llvm/configure:1.222 --- llvm/configure:1.221

[llvm-commits] CVS: llvm/configure

2006-04-19 Thread Reid Spencer
Changes in directory llvm: configure updated: 1.222 -> 1.223 --- Log message: Allow OpenBSD to be recognized as a UNIX platform. --- Diffs of the changes: (+32 -29) configure | 61 - 1 files changed, 32 insertions(+), 29 deletio

[llvm-commits] CVS: llvm/configure

2006-04-20 Thread Chris Lattner
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

[llvm-commits] CVS: llvm/configure

2006-04-20 Thread Reid Spencer
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

[llvm-commits] CVS: llvm/configure

2006-04-27 Thread Reid Spencer
Changes in directory llvm: configure updated: 1.225 -> 1.226 --- Log message: For PR747: http://llvm.cs.uiuc.edu/PR747 : If we fail to find a required program, simply set that program to echo out something that tells the user the situation. That is, instead of just "true runtest" we now get "ec

[llvm-commits] CVS: llvm/configure

2006-05-08 Thread Reid Spencer
Changes in directory llvm: configure updated: 1.226 -> 1.227 --- Log message: Use the -dumpversion option to llvm-gcc which gives us just the version # and is unlikely to change in future releases. This also simplifies the parsing of the full and major llvm-gcc version numbers in the script.

[llvm-commits] CVS: llvm/configure

2006-05-14 Thread Rafael Espindola
Changes in directory llvm: configure updated: 1.227 -> 1.228 --- Log message: added a skeleton of the ARM backend --- Diffs of the changes: (+1 -1) configure |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/configure diff -u llvm/configure:1.227 llvm/configure:1.228

[llvm-commits] CVS: llvm/configure

2006-05-16 Thread Reid Spencer
Changes in directory llvm: configure updated: 1.228 -> 1.229 --- Log message: Make sure to default ${prefix} to /usr/local if the user didn't specify it. This assists with getting around configure's late binding values so that our LLVM variables don't end up with a "NONE" prefix. --- Diffs of

[llvm-commits] CVS: llvm/configure

2006-05-21 Thread Reid Spencer
Changes in directory llvm: configure updated: 1.229 -> 1.230 --- Log message: For PR784: http://llvm.cs.uiuc.edu/PR784 : Support Win32 platforms for llvm-gcc path. Patch by Anton Korobeynikov --- Diffs of the changes: (+1 -1) configure |2 +- 1 files changed, 1 insertion(+), 1 deletion

[llvm-commits] CVS: llvm/configure

2006-06-01 Thread Reid Spencer
Changes in directory llvm: configure updated: 1.230 -> 1.231 --- Log message: Provide support for detecting if the Win32 imaghlp and psapi libraries are available. These libraries are used in lib/System and should be included on the link line or if not available generate an error when building

[llvm-commits] CVS: llvm/configure

2006-06-01 Thread Reid Spencer
Changes in directory llvm: configure updated: 1.231 -> 1.232 --- Log message: Make sure that when checking for MINGW32 libraries we ask for windows.h --- Diffs of the changes: (+2 -1) configure |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: llvm/configure diff -u llvm

[llvm-commits] CVS: llvm/configure

2006-06-01 Thread Reid Spencer
Changes in directory llvm: configure updated: 1.232 -> 1.233 --- Log message: Make sure windows.h is #included first. --- Diffs of the changes: (+150 -1) configure | 151 +- 1 files changed, 150 insertions(+), 1 deletion(-) Ind

[llvm-commits] CVS: llvm/configure

2006-06-02 Thread Reid Spencer
Changes in directory llvm: configure updated: 1.234 -> 1.235 --- Log message: For PR798: http://llvm.cs.uiuc.edu/PR798 : Have configure find the "dotty" program and adjust configuration. --- Diffs of the changes: (+84 -30) configure | 114 +-

[llvm-commits] CVS: llvm/configure

2006-06-05 Thread Reid Spencer
Changes in directory llvm: configure updated: 1.235 -> 1.236 --- Log message: Some enhancements for gv/graphviz/dot/dotty support and better handling of paths under MingW. --- Diffs of the changes: (+106 -77) configure | 183 +++---

[llvm-commits] CVS: llvm/configure

2006-06-05 Thread Reid Spencer
Changes in directory llvm: configure updated: 1.236 -> 1.237 --- Log message: For PR633: http://llvm.cs.uiuc.edu/PR633 : Add configure checks for setjmp/longjmp for Chris. I can't believe this easy PR has been outstanding for so long. If I don't get to something, please remind me! :) --- Diff

[llvm-commits] CVS: llvm/configure

2006-06-20 Thread John Criswell
Changes in directory llvm: configure updated: 1.237 -> 1.238 --- Log message: Added the privbracket project to the list of projects to auto-configure. --- Diffs of the changes: (+34 -29) configure | 63 +- 1 files changed, 34 in

[llvm-commits] CVS: llvm/configure

2006-07-06 Thread Evan Cheng
Changes in directory llvm: configure updated: 1.239 -> 1.240 --- Log message: Fixed a typo. --- Diffs of the changes: (+1 -1) configure |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/configure diff -u llvm/configure:1.239 llvm/configure:1.240 --- llvm/configure:1.23

[llvm-commits] CVS: llvm/configure

2006-07-28 Thread Reid Spencer
Changes in directory llvm: configure updated: 1.243 -> 1.244 --- Log message: Fix the --with-extra-options to use the correct variable. --- Diffs of the changes: (+3 -3) configure |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: llvm/configure diff -u llvm/configure

[llvm-commits] CVS: llvm/configure

2006-08-08 Thread Evan Cheng
Changes in directory llvm: configure updated: 1.245 -> 1.246 --- Log message: Recover the lost diff between 1.221 and 1.222. --- Diffs of the changes: (+1 -1) configure |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/configure diff -u llvm/configure:1.245 llvm/config

[llvm-commits] CVS: llvm/configure

2006-08-15 Thread Reid Spencer
Changes in directory llvm: configure updated: 1.246 -> 1.247 --- Log message: Add llvm.spec to the list of files to be configured. Remove the search for etags. Nothing in LLVM uses it any more. --- Diffs of the changes: (+4 -0) configure |4 1 files changed, 4 insertions(+) Inde

[llvm-commits] CVS: llvm/configure

2006-08-22 Thread Reid Spencer
Changes in directory llvm: configure updated: 1.247 -> 1.248 --- Log message: Add irix as a (potential) new platform so that Timothy Baldridge can (hopefully) provide support for it. --- Diffs of the changes: (+30 -68) configure | 98 ++---

[llvm-commits] CVS: llvm/configure

2006-09-13 Thread Reid Spencer
Changes in directory llvm: configure updated: 1.249 -> 1.250 --- Log message: Add a HAVE_MACH_MACH_H #define to detect the presence of the mach/mach.h header file on Darwin. --- Diffs of the changes: (+2 -1) configure |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: ll

[llvm-commits] CVS: llvm/configure

2006-10-02 Thread Chris Lattner
Changes in directory llvm: configure updated: 1.250 -> 1.251 --- Log message: fix misleading warning --- Diffs of the changes: (+2 -2) configure |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/configure diff -u llvm/configure:1.250 llvm/configure:1.251 --- llvm/

[llvm-commits] CVS: llvm/configure

2007-05-07 Thread Tanya Lattner
Changes in directory llvm: configure updated: 1.275 -> 1.276 --- Log message: Bumping cvs version number --- Diffs of the changes: (+9 -9) configure | 18 +- 1 files changed, 9 insertions(+), 9 deletions(-) Index: llvm/configure diff -u llvm/configure:1.275 llvm/configu

[llvm-commits] CVS: llvm/configure

2007-05-17 Thread Reid Spencer
Changes in directory llvm: configure updated: 1.276 -> 1.277 --- Log message: Regenerate. --- Diffs of the changes: (+27 -24) configure | 51 +++ 1 files changed, 27 insertions(+), 24 deletions(-) Index: llvm/configure diff -u llvm/config

[llvm-commits] CVS: llvm/configure Makefile.config.in

2006-04-06 Thread Reid Spencer
Changes in directory llvm: configure updated: 1.215 -> 1.216 Makefile.config.in updated: 1.53 -> 1.54 --- Log message: For support of new GCC v4, obtain the full and major versions of the llvm-gcc command. This will help distinguish which version is being used so the makefiles can accommodate.

[llvm-commits] CVS: llvm/configure Makefile.config.in

2006-04-09 Thread Reid Spencer
Changes in directory llvm: configure updated: 1.218 -> 1.219 Makefile.config.in updated: 1.55 -> 1.56 --- Log message: Change the assertions defaults: 1. Assertions now default to on for all builds 2. If you want them disabled you must (a) --disable-assertions to configure or DISABLE_ASSERTI

[llvm-commits] CVS: llvm/configure Makefile.config.in

2006-11-03 Thread Reid Spencer
Changes in directory llvm: configure updated: 1.251 -> 1.252 Makefile.config.in updated: 1.64 -> 1.65 --- Log message: Add a check to see if HUGE_VAL is sane or not. --- Diffs of the changes: (+109 -25) Makefile.config.in |4 + configure | 130

[llvm-commits] CVS: llvm/configure Makefile.config.in

2006-11-30 Thread Reid Spencer
Changes in directory llvm: configure updated: 1.257 -> 1.258 Makefile.config.in updated: 1.68 -> 1.69 --- Log message: For PR1019: http://llvm.org/PR1019 : Add HAVE_PTHREAD to makefiles with support from configure and use it to determine whether to build examples/ParallelJIT. Patch by Anton Kor

[llvm-commits] CVS: llvm/configure Makefile.rules

2006-06-01 Thread Reid Spencer
Changes in directory llvm: configure updated: 1.233 -> 1.234 Makefile.rules updated: 1.376 -> 1.377 --- Log message: Provide configuration support and usage for MINGW32 platform --- Diffs of the changes: (+25 -334) Makefile.rules |6 configure | 353 +++--

[llvm-commits] CVS: llvm/configure Makefile.config.in Makefile.rules

2006-12-16 Thread Reid Spencer
Changes in directory llvm: configure updated: 1.260 -> 1.261 Makefile.config.in updated: 1.71 -> 1.72 Makefile.rules updated: 1.415 -> 1.416 --- Log message: Allow an --enable-pic option to turn on -fPIC compiler option when building. The default is disabled until we know this doesn't break any

[llvm-commits] CVS: llvm/configure Makefile.rules Makefile.config.in

2007-06-28 Thread David Greene
Changes in directory llvm: configure updated: 1.277 -> 1.278 Makefile.rules updated: 1.435 -> 1.436 Makefile.config.in updated: 1.76 -> 1.77 --- Log message: Add support for building with _GLIBCXX_DEBUG. New configure option --enable-expensive-checks allows the developer to enable runtime chec

Re: [llvm-commits] CVS: llvm/configure Makefile.rules Makefile.config.in

2007-06-28 Thread Reid Spencer
Hi David, A couple comments ... On Thu, 2007-06-28 at 14:36 -0500, David Greene wrote: > > Changes in directory llvm: > > configure updated: 1.277 -> 1.278 > Makefile.rules updated: 1.435 -> 1.436 > Makefile.config.in updated: 1.76 -> 1.77 > --- > Log message: > > Add support for building with

Re: [llvm-commits] CVS: llvm/configure Makefile.rules Makefile.config.in

2007-06-28 Thread Reid Spencer
On Thu, 2007-06-28 at 22:35 -0500, David A. Greene wrote: > On Thursday 28 June 2007 22:32, David A. Greene wrote: > > > > You're introducing CPP.Defines but I don't see it used in this file. Is > > > this for future use? > > > > Ah, I think that's an artifact of something I was going to do for >

Re: [llvm-commits] CVS: llvm/configure Makefile.ru les Makefile.config.in

2007-06-28 Thread David A. Greene
On Thursday 28 June 2007 20:14, Reid Spencer wrote: > > Index: llvm/configure > > Please don't commit generated files with non-generated files. Oops, sorry about that. > > +# If DISABLE_EXPENSIVE_CHECKS=1 is specified (make command line or > > configured), +# then disable expensive checks by def

Re: [llvm-commits] CVS: llvm/configure Makefile.ru les Makefile.config.in

2007-06-28 Thread David A. Greene
On Thursday 28 June 2007 22:32, David A. Greene wrote: > > You're introducing CPP.Defines but I don't see it used in this file. Is > > this for future use? > > Ah, I think that's an artifact of something I was going to do for > llvm-config but decided against. I'll clean it up. Scratch that. It