summaryrefslogtreecommitdiff
path: root/include/llvm/Config
Commit message (Expand)AuthorAge
* Add InitializeNativeAsmParser function.Jan Sjödin2011-03-09
* cmake: Add xdot.py support as it already exists in autoconf.Tobias Grosser2011-02-27
* lib/Support/Errno.cpp: Check strerror_s() with HAVE_DECL_STRERROR_S in config...NAKAMURA Takumi2011-02-09
* Windows/DynamicLibrary.inc: Split explicit symbols into explicit_symbols.inc.NAKAMURA Takumi2011-02-05
* Moved to Clang's source tree its configuration options and associatedOscar Fuentes2011-02-03
* Platform tests for `sys/uio.h' header and `writev' function.Oscar Fuentes2011-02-03
* Regenerate configure.Daniel Dunbar2011-02-03
* Adds some platform checks to cmake/config-ix.cmake and fixes checkingOscar Fuentes2011-01-31
* CMake: Fix a few definition to suppress warnings.NAKAMURA Takumi2011-01-31
* Handles libffi on the CMake build.Oscar Fuentes2011-01-21
* Add some platform checks. Also fix a typo on a Makefile.Oscar Fuentes2011-01-17
* Make config.h.cmake similar to config.h.inOscar Fuentes2011-01-15
* Reorder macros on config.h.cmake to easily compare it againstOscar Fuentes2011-01-14
* Add some platform tests.Oscar Fuentes2011-01-13
* Platform tests for argz_* functions.Oscar Fuentes2011-01-13
* Add to the CMake build some options and platform tests supported byOscar Fuentes2011-01-11
* Rewrite handling of LLVM_ENABLE_PIC. It was being processed afterOscar Fuentes2011-01-09
* Support/FileSystem: Fix MinGW build. It doesn't have _chsize_s.Michael J. Spencer2010-12-03
* Apparently OS X 10.4 doesn't have __crashreporter_info__.Eric Christopher2010-12-03
* Endian: Get rid of LLVM_IS_HOST_BIG_ENDIAN.Michael J. Spencer2010-10-22
* Rename LLVM_IS_TARGET_BIG_ENDIAN to LLVM_IS_HOST_BIG_ENDIAN to reflect what i...Michael J. Spencer2010-10-22
* Support: Add Endian.hMichael J. Spencer2010-10-21
* First step to allowing the resource directory of Clang to be adjusted forChandler Carruth2010-10-19
* Add support for viewing graphviz graphs with xdot.py.Dan Gohman2010-09-27
* Attempt to support platforms which don't have fenv.h.Dan Gohman2010-09-17
* Fix LLVM target initialization to deal with sociopathic outside projectsEric Christopher2010-08-30
* Regenerate.Eric Christopher2010-08-25
* configure: Add detection of the linker version string.Daniel Dunbar2010-08-11
* Avoid multiple definition warnings when both config.h andOscar Fuentes2010-08-10
* Add a bit of a hack to avoid multiple defines of variables inEric Christopher2010-08-08
* CMake: set configure macro LLVM_PREFIXOscar Fuentes2010-08-08
* CMake: configure header llvm-config.hOscar Fuentes2010-08-08
* Fix PR7809 by creating a header for just llvm variables that can beEric Christopher2010-08-08
* build: Add LLVM_NATIVE_ARCHNAME, which has the sensible value, without "Target"Daniel Dunbar2010-08-03
* Regenerate.Owen Anderson2010-07-19
* Pull in the libCrashReporterClient.a information with a warning comment.Eric Christopher2010-06-28
* Look for and use a different darwin crash reporter library.Eric Christopher2010-06-22
* improve portability to systems that don't have round, patch byChris Lattner2010-05-15
* Add new configure option, --disable-timestamps, intended to turn off anything...Daniel Dunbar2010-05-10
* Add a check for posix_spawn.Eric Christopher2010-04-16
* Tell Valgrind when we modify already-executed machine code so it knowsJeffrey Yasskin2010-03-15
* Reconfigure with autoconf-2.60, and fix autoconf.ac to work with that version.Jeffrey Yasskin2010-02-03
* Regenerate configure.Torok Edwin2010-01-26
* Add CMake and configure logic to create llvm/Config/Disassemblers.defs.Daniel Dunbar2009-11-25
* Add configure options for specifying where to look for libstdc++.Rafael Espindola2009-11-16
* CMake: Hopefully unbreak the build by mimicking the changes on theOscar Fuentes2009-11-12
* Add the --with-c-include-dirs to llvm's configure.Rafael Espindola2009-11-12
* CMake: Pass -lm to check_symbol_exists for detecting several mathOscar Fuentes2009-11-12
* CMake: Detect gv, circo, twopi, neato, fdo, dot and dotty.Oscar Fuentes2009-11-09
* CMake: Detect dotty.Oscar Fuentes2009-11-05