| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure we save CXXFLAGS before setting it as pedantic and regenerate | Eric Christopher | 2010-03-02 | 1 | -0/+2 |
* | Remove unneeded checks from configure.ac. | Torok Edwin | 2010-01-26 | 6 | -121/+0 |
* | Fix autoconf 2.65 warning (don't use _cv_ inside AC_CACHE_VAL). | Torok Edwin | 2010-01-26 | 1 | -2/+2 |
* | Add an autoconf test to check for optional compiler flags like | Julien Lerouge | 2009-10-26 | 1 | -0/+2 |
* | On Linux, uname -m reports the kernel type. Some Linux systems are 32-bit but | Nick Lewycky | 2009-09-29 | 1 | -0/+17 |
* | install-sh chmods to 0755 by default, and this causes 'git diff' to show | Torok Edwin | 2009-08-28 | 1 | -1/+1 |
* | Revert r66765 and r66766. These were causing build failures on Darwin. | Bill Wendling | 2009-03-12 | 1 | -17/+0 |
* | Set ARCH to x86 on mixed 32/64-bit Linux systems. | Nick Lewycky | 2009-03-12 | 1 | -0/+17 |
* | Remove configurey-fu to autodetect hash_map and hash_set now that they are | Nick Lewycky | 2009-03-09 | 2 | -119/+0 |
* | Autodetect the availability of -export-dynamic in the linker. | Nick Lewycky | 2009-03-05 | 2 | -19/+41 |
* | When looking for executable extensions, ignore .dSYM, as that's the debug inf... | Jim Grosbach | 2008-09-26 | 1 | -1/+1 |
* | Reapply majority of r55557 but with the changes to compilation flags | Daniel Dunbar | 2008-09-02 | 1 | -0/+22 |
* | Revert r55557, it is causing linking failures on 32bit linux. | Matthijs Kooijman | 2008-09-02 | 1 | -22/+0 |
* | Enable -fvisibility-inlines-hidden by default for compilers which | Daniel Dunbar | 2008-08-30 | 1 | -0/+22 |
* | Fix broken default help strings for enable-shared, enable-static, and enable-... | Tanya Lattner | 2007-09-17 | 1 | -3/+3 |
* | Hack the shared library extension for dylib. The existing code just looks | Reid Spencer | 2007-04-11 | 1 | -1/+1 |
* | Fix a configure warning noticed by Duncan Sands. | Reid Spencer | 2007-01-03 | 1 | -0/+1 |
* | Expose the sanity. | Reid Spencer | 2006-12-04 | 1 | -0/+2 |
* | Make the huge_val test run a C++ program not C | Reid Spencer | 2006-11-03 | 1 | -3/+3 |
* | Add a check to see if HUGE_VAL is sane or not. | Reid Spencer | 2006-11-03 | 1 | -0/+18 |
* | For PR738: | Reid Spencer | 2006-08-24 | 1 | -2/+3 |
* | For PR876: | Reid Spencer | 2006-08-14 | 1 | -1/+1 |
* | For PR876: | Reid Spencer | 2006-08-14 | 1 | -1/+1 |
* | Recover the lost diff between 1.5 and 1.6. | Evan Cheng | 2006-08-09 | 1 | -1/+1 |
* | Update the auto* tools: autoconf 2.60, libtool 1.5.22, automake 1.9.6. | Reid Spencer | 2006-08-04 | 2 | -515/+894 |
* | Remove an extraneous use of ${ac_exeext}. Patch by Anton Korobeynikov. | Reid Spencer | 2006-07-26 | 1 | -1/+1 |
* | For PR814: | Reid Spencer | 2006-07-26 | 1 | -0/+42 |
* | When on darwin, compiler_flags need to be percolated down to the 'gcc -r' | Chris Lattner | 2006-04-19 | 1 | -1/+1 |
* | Make it possible to default the llvm_src and llvm_obj variables based on | Reid Spencer | 2006-04-18 | 1 | -2/+2 |
* | Update to llvm-config tool, by Erik Kidd: | Reid Spencer | 2006-03-23 | 1 | -0/+16 |
* | For PR678: | Reid Spencer | 2005-12-22 | 1 | -2/+8 |
* | Get rid of bash specific syntax for variable dereferencing, replacing it | Reid Spencer | 2005-07-25 | 1 | -22/+22 |
* | Add a parameter to the FIND_STD_PROGRAM macro that allows an alternate name | Reid Spencer | 2005-07-17 | 1 | -7/+13 |
* | Add two new checks for use in LLVM configuration files: | Reid Spencer | 2005-07-17 | 2 | -0/+134 |
* | This macro cannot assume that the location of install-sh and mkinstalldirs | Reid Spencer | 2005-02-24 | 1 | -1/+3 |
* | Add a new macro for configuring projects, LLVM_CONFIG_PROJECT. This macro | Reid Spencer | 2005-02-24 | 1 | -0/+14 |
* | Fix a Bourne Shell syntax error in a test | Reid Spencer | 2004-12-29 | 1 | -1/+1 |
* | Fix one of the names to not have a . in front of it. | Reid Spencer | 2004-12-29 | 1 | -1/+1 |
* | For PR351: | Reid Spencer | 2004-12-27 | 1 | -0/+17 |
* | Provide a value for HAVE_MMAP_ANONYMOUS variable, for consistency with | Reid Spencer | 2004-12-27 | 1 | -1/+1 |
* | Minor syntactical change to make this a little easier to comprehend. | Reid Spencer | 2004-12-13 | 1 | -5/+2 |
* | Search for tclsh last so we don't find the FreeBSD warning script. | Reid Spencer | 2004-12-02 | 1 | -1/+1 |
* | * Make sure the cache variable gets cached | Reid Spencer | 2004-12-02 | 1 | -33/+16 |
* | Add a check for the tclsh program needed by dejagnu. This can have weird | Reid Spencer | 2004-11-30 | 1 | -0/+56 |
* | Converted with autoupdate for autoconf 2.50 -> 2.59 differences. | Reid Spencer | 2004-11-29 | 1 | -12/+9 |
* | This file contains macros that allow us to incorporate the ltdl source into | Reid Spencer | 2004-11-29 | 1 | -0/+430 |
* | Get the cache variable name right. | Reid Spencer | 2004-11-27 | 1 | -5/+5 |
* | Cache the value of this test. | Reid Spencer | 2004-11-25 | 2 | -16/+14 |
* | Tidy up the indentation. Give the cache variable a proper name. | Reid Spencer | 2004-11-25 | 1 | -19/+20 |
* | Eliminate duplicate "checking" message. | Reid Spencer | 2004-11-25 | 1 | -1/+1 |