aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Config
Commit message (Expand)AuthorAgeFilesLines
* Handles libffi on the CMake build.Oscar Fuentes2011-01-211-3/+3
* Add some platform checks. Also fix a typo on a Makefile.Oscar Fuentes2011-01-171-11/+11
* Make config.h.cmake similar to config.h.inOscar Fuentes2011-01-151-65/+89
* Reorder macros on config.h.cmake to easily compare it againstOscar Fuentes2011-01-141-54/+77
* Add some platform tests.Oscar Fuentes2011-01-131-7/+7
* Platform tests for argz_* functions.Oscar Fuentes2011-01-131-5/+5
* Add to the CMake build some options and platform tests supported byOscar Fuentes2011-01-111-8/+11
* Rewrite handling of LLVM_ENABLE_PIC. It was being processed afterOscar Fuentes2011-01-091-1/+1
* Support/FileSystem: Fix MinGW build. It doesn't have _chsize_s.Michael J. Spencer2010-12-031-0/+3
* Apparently OS X 10.4 doesn't have __crashreporter_info__.Eric Christopher2010-12-031-0/+3
* Endian: Get rid of LLVM_IS_HOST_BIG_ENDIAN.Michael J. Spencer2010-10-221-3/+0
* Rename LLVM_IS_TARGET_BIG_ENDIAN to LLVM_IS_HOST_BIG_ENDIAN to reflect what i...Michael J. Spencer2010-10-221-1/+1
* Support: Add Endian.hMichael J. Spencer2010-10-211-0/+3
* First step to allowing the resource directory of Clang to be adjusted forChandler Carruth2010-10-192-0/+6
* Add support for viewing graphviz graphs with xdot.py.Dan Gohman2010-09-271-3/+9
* Attempt to support platforms which don't have fenv.h.Dan Gohman2010-09-172-0/+6
* Fix LLVM target initialization to deal with sociopathic outside projectsEric Christopher2010-08-304-12/+36
* Regenerate.Eric Christopher2010-08-251-6/+0
* configure: Add detection of the linker version string.Daniel Dunbar2010-08-111-0/+3
* Avoid multiple definition warnings when both config.h andOscar Fuentes2010-08-102-0/+12
* Add a bit of a hack to avoid multiple defines of variables inEric Christopher2010-08-082-0/+12
* CMake: set configure macro LLVM_PREFIXOscar Fuentes2010-08-082-2/+2
* CMake: configure header llvm-config.hOscar Fuentes2010-08-081-0/+84
* Fix PR7809 by creating a header for just llvm variables that can beEric Christopher2010-08-081-0/+84
* build: Add LLVM_NATIVE_ARCHNAME, which has the sensible value, without "Target"Daniel Dunbar2010-08-032-0/+6
* Regenerate.Owen Anderson2010-07-191-0/+6
* Pull in the libCrashReporterClient.a information with a warning comment.Eric Christopher2010-06-281-4/+0
* Look for and use a different darwin crash reporter library.Eric Christopher2010-06-221-0/+7
* improve portability to systems that don't have round, patch byChris Lattner2010-05-151-0/+3
* Add new configure option, --disable-timestamps, intended to turn off anything...Daniel Dunbar2010-05-101-0/+3
* Add a check for posix_spawn.Eric Christopher2010-04-161-0/+3
* Tell Valgrind when we modify already-executed machine code so it knowsJeffrey Yasskin2010-03-152-0/+6
* Reconfigure with autoconf-2.60, and fix autoconf.ac to work with that version.Jeffrey Yasskin2010-02-031-18/+0
* Regenerate configure.Torok Edwin2010-01-261-37/+17
* Add CMake and configure logic to create llvm/Config/Disassemblers.defs.Daniel Dunbar2009-11-251-0/+29
* Add configure options for specifying where to look for libstdc++.Rafael Espindola2009-11-162-0/+24
* CMake: Hopefully unbreak the build by mimicking the changes on theOscar Fuentes2009-11-121-0/+3
* Add the --with-c-include-dirs to llvm's configure.Rafael Espindola2009-11-121-0/+3
* CMake: Pass -lm to check_symbol_exists for detecting several mathOscar Fuentes2009-11-121-1/+1
* CMake: Detect gv, circo, twopi, neato, fdo, dot and dotty.Oscar Fuentes2009-11-091-4/+28
* CMake: Detect dotty.Oscar Fuentes2009-11-051-2/+2
* Undo pthread patch from rev. 83930 & 83823. Credit to Paul Davey.Edward O'Callaghan2009-10-141-3/+3
* Regenerate configure for rev. 83823 putback.Edward O'Callaghan2009-10-131-3/+3
* Fix LLVM CMake build system so that it may now work on Solaris and AuroraUX.Edward O'Callaghan2009-10-121-2/+2
* Fix a compile failure introduced by r82675 on MinGW which doesn't haveJeffrey Yasskin2009-09-252-0/+6
* re-apply r80197, now that iterator.h is not mentioned any moreGabor Greif2009-08-271-3/+15
* --- Reverse-merging r80147 into '.':Bill Wendling2009-08-271-15/+3
* Regenerate configureDouglas Gregor2009-08-261-3/+15
* revert r78628 and r78803 as these are not needed any moreGabor Greif2009-08-251-3/+0
* Remove alloca config.h support.Daniel Dunbar2009-08-242-30/+0