aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Config
AgeCommit message (Expand)Author
2011-08-12configure: Update since r136721.NAKAMURA Takumi
2011-07-23CMake: Fix LLVM_NATIVE_TARGETMC in config.h.cmake.NAKAMURA Takumi
2011-07-23config.h.cmake: Reorder along config.h.in.NAKAMURA Takumi
2011-07-22Teach cmake configured headers about LLVM_NATIVE_TARGETMCOscar Fuentes
2011-07-22Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,Evan Cheng
2011-07-20Regenerate configure and friends for Chad.Eric Christopher
2011-07-19Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng
2011-07-14Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng
2011-06-23remove CMake mode_t defineDylan Noblesmith
2011-05-25Fix warning in the CMake build about redefining LLVM_PATH_XDOT_PY by making s...Frits van Bommel
2011-05-01Windows/DynamicLibrary.inc: Clean up ELM_Callback. We may check the decl inst...NAKAMURA Takumi
2011-03-09Add InitializeNativeAsmParser function.Jan Sjödin
2011-02-27cmake: Add xdot.py support as it already exists in autoconf.Tobias Grosser
2011-02-09lib/Support/Errno.cpp: Check strerror_s() with HAVE_DECL_STRERROR_S in config...NAKAMURA Takumi
2011-02-05Windows/DynamicLibrary.inc: Split explicit symbols into explicit_symbols.inc.NAKAMURA Takumi
2011-02-03Moved to Clang's source tree its configuration options and associatedOscar Fuentes
2011-02-03Platform tests for `sys/uio.h' header and `writev' function.Oscar Fuentes
2011-02-03Regenerate configure.Daniel Dunbar
2011-01-31Adds some platform checks to cmake/config-ix.cmake and fixes checkingOscar Fuentes
2011-01-31CMake: Fix a few definition to suppress warnings.NAKAMURA Takumi
2011-01-21Handles libffi on the CMake build.Oscar Fuentes
2011-01-17Add some platform checks. Also fix a typo on a Makefile.Oscar Fuentes
2011-01-15Make config.h.cmake similar to config.h.inOscar Fuentes
2011-01-14Reorder macros on config.h.cmake to easily compare it againstOscar Fuentes
2011-01-13Add some platform tests.Oscar Fuentes
2011-01-13Platform tests for argz_* functions.Oscar Fuentes
2011-01-11Add to the CMake build some options and platform tests supported byOscar Fuentes
2011-01-09Rewrite handling of LLVM_ENABLE_PIC. It was being processed afterOscar Fuentes
2010-12-03Support/FileSystem: Fix MinGW build. It doesn't have _chsize_s.Michael J. Spencer
2010-12-03Apparently OS X 10.4 doesn't have __crashreporter_info__.Eric Christopher
2010-10-22Endian: Get rid of LLVM_IS_HOST_BIG_ENDIAN.Michael J. Spencer
2010-10-22Rename LLVM_IS_TARGET_BIG_ENDIAN to LLVM_IS_HOST_BIG_ENDIAN to reflect what i...Michael J. Spencer
2010-10-21Support: Add Endian.hMichael J. Spencer
2010-10-19First step to allowing the resource directory of Clang to be adjusted forChandler Carruth
2010-09-27Add support for viewing graphviz graphs with xdot.py.Dan Gohman
2010-09-17Attempt to support platforms which don't have fenv.h.Dan Gohman
2010-08-30Fix LLVM target initialization to deal with sociopathic outside projectsEric Christopher
2010-08-25Regenerate.Eric Christopher
2010-08-11configure: Add detection of the linker version string.Daniel Dunbar
2010-08-10Avoid multiple definition warnings when both config.h andOscar Fuentes
2010-08-08Add a bit of a hack to avoid multiple defines of variables inEric Christopher
2010-08-08CMake: set configure macro LLVM_PREFIXOscar Fuentes
2010-08-08CMake: configure header llvm-config.hOscar Fuentes
2010-08-08Fix PR7809 by creating a header for just llvm variables that can beEric Christopher
2010-08-03build: Add LLVM_NATIVE_ARCHNAME, which has the sensible value, without "Target"Daniel Dunbar
2010-07-19Regenerate.Owen Anderson
2010-06-28Pull in the libCrashReporterClient.a information with a warning comment.Eric Christopher
2010-06-22Look for and use a different darwin crash reporter library.Eric Christopher
2010-05-15improve portability to systems that don't have round, patch byChris Lattner
2010-05-10Add new configure option, --disable-timestamps, intended to turn off anything...Daniel Dunbar