summaryrefslogtreecommitdiff
path: root/autoconf/m4
Commit message (Expand)AuthorAge
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* configure: Add detection of the linker version string.Daniel Dunbar2010-08-11
* Fix a spello affecting platforms where the configure check fails.Dan Gohman2010-06-01
* -retain-symbols-file is not what it seems. Update the makefilesDan Gohman2010-06-01
* Fix an autoconf bug: The second argument to AC_LANG_PROGRAM is code thatDan Gohman2010-04-25
* Add an autoconf check for -retain-symbols-file and conditionalizeDan Gohman2010-04-16
* Make sure we save CXXFLAGS before setting it as pedantic and regenerateEric Christopher2010-03-02
* Remove unneeded checks from configure.ac.Torok Edwin2010-01-26
* Fix autoconf 2.65 warning (don't use _cv_ inside AC_CACHE_VAL).Torok Edwin2010-01-26
* Add an autoconf test to check for optional compiler flags likeJulien Lerouge2009-10-26
* On Linux, uname -m reports the kernel type. Some Linux systems are 32-bit butNick Lewycky2009-09-29
* install-sh chmods to 0755 by default, and this causes 'git diff' to showTorok Edwin2009-08-28
* Revert r66765 and r66766. These were causing build failures on Darwin.Bill Wendling2009-03-12
* Set ARCH to x86 on mixed 32/64-bit Linux systems.Nick Lewycky2009-03-12
* Remove configurey-fu to autodetect hash_map and hash_set now that they areNick Lewycky2009-03-09
* Autodetect the availability of -export-dynamic in the linker.Nick Lewycky2009-03-05
* When looking for executable extensions, ignore .dSYM, as that's the debug inf...Jim Grosbach2008-09-26
* Reapply majority of r55557 but with the changes to compilation flagsDaniel Dunbar2008-09-02
* Revert r55557, it is causing linking failures on 32bit linux.Matthijs Kooijman2008-09-02
* Enable -fvisibility-inlines-hidden by default for compilers whichDaniel Dunbar2008-08-30
* Fix broken default help strings for enable-shared, enable-static, and enable-...Tanya Lattner2007-09-17
* Hack the shared library extension for dylib. The existing code just looksReid Spencer2007-04-11
* Fix a configure warning noticed by Duncan Sands.Reid Spencer2007-01-03
* Expose the sanity.Reid Spencer2006-12-04
* Make the huge_val test run a C++ program not CReid Spencer2006-11-03
* Add a check to see if HUGE_VAL is sane or not.Reid Spencer2006-11-03
* For PR738:Reid Spencer2006-08-24
* For PR876:Reid Spencer2006-08-14
* For PR876:Reid Spencer2006-08-14
* Recover the lost diff between 1.5 and 1.6.Evan Cheng2006-08-09
* Update the auto* tools: autoconf 2.60, libtool 1.5.22, automake 1.9.6.Reid Spencer2006-08-04
* Remove an extraneous use of ${ac_exeext}. Patch by Anton Korobeynikov.Reid Spencer2006-07-26
* For PR814:Reid Spencer2006-07-26
* When on darwin, compiler_flags need to be percolated down to the 'gcc -r'Chris Lattner2006-04-19
* Make it possible to default the llvm_src and llvm_obj variables based onReid Spencer2006-04-18
* Update to llvm-config tool, by Erik Kidd:Reid Spencer2006-03-23
* For PR678:Reid Spencer2005-12-22
* Get rid of bash specific syntax for variable dereferencing, replacing itReid Spencer2005-07-25
* Add a parameter to the FIND_STD_PROGRAM macro that allows an alternate nameReid Spencer2005-07-17
* Add two new checks for use in LLVM configuration files:Reid Spencer2005-07-17
* This macro cannot assume that the location of install-sh and mkinstalldirsReid Spencer2005-02-24
* Add a new macro for configuring projects, LLVM_CONFIG_PROJECT. This macroReid Spencer2005-02-24
* Fix a Bourne Shell syntax error in a testReid Spencer2004-12-29
* Fix one of the names to not have a . in front of it.Reid Spencer2004-12-29
* For PR351:Reid Spencer2004-12-27
* Provide a value for HAVE_MMAP_ANONYMOUS variable, for consistency withReid Spencer2004-12-27
* Minor syntactical change to make this a little easier to comprehend.Reid Spencer2004-12-13
* Search for tclsh last so we don't find the FreeBSD warning script.Reid Spencer2004-12-02
* * Make sure the cache variable gets cachedReid Spencer2004-12-02
* Add a check for the tclsh program needed by dejagnu. This can have weirdReid Spencer2004-11-30