aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Config/config.h.in
AgeCommit message (Expand)Author
2013-05-04Allow host triple to be correctly overridden in CMake buildsTim Northover
2013-04-27Regen.Eric Christopher
2013-04-27Only use cxxabi.h's demangler, if it is actually available.Joerg Sonnenberger
2013-04-23Add basic zlib support to LLVM. This would allow to use compression/uncompres...Alexey Samsonov
2013-03-25Refine fenv.h handling: check if the desired macros exist, before usingJoerg Sonnenberger
2013-02-07Conditionalize constant folding of math intrinsics on the availability of an ...Owen Anderson
2013-01-30[autoconf]: Fix description in HAVE_CRASHREPORTER_INFO.NAKAMURA Takumi
2012-09-21Add an --enable-backtraces option to configure to determineEric Christopher
2012-08-03Add support for detecting libxml for Dmitri's work. He'llEric Christopher
2012-07-22autoconf: Re-introduce LLVM_HOSTTRIPLE since r143500, as rework of PR11060.NAKAMURA Takumi
2012-07-12Regenerate.Eric Christopher
2012-05-05[build] Add build check for ::arc4random().Daniel Dunbar
2012-04-16add configure flag --with-default-sysrootSebastian Pop
2012-03-26Add InitializeNativeTargetDisassembler function.Eric Christopher
2012-03-23Remove the C backend.Eric Christopher
2012-03-13Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...Eli Bendersky
2012-02-13add LLVM_VERSION_MAJOR and _MINOR definesDylan Noblesmith
2012-02-03Replace the old --with-cxx-* configure options with a single --with-gcc-toolc...Rafael Espindola
2012-01-05revert r147542 after comments from Joerg SonnenbergerSebastian Pop
2012-01-04use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJITSebastian Pop
2011-11-28configure, config.h.in: Regenerate.NAKAMURA Takumi
2011-11-22Add configure checking for pread(2) and use it to save a syscall when reading...Benjamin Kramer
2011-11-01rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLESebastian Pop
2011-10-26Handle newer cases for freebsd which is approaching 10.0 and not 1.0.Eric Christopher
2011-09-23We're no longer going to bother supporting platforms that don'tEric Christopher
2011-09-19Regenerate configure.Eric Christopher
2011-09-19Rename LLVM_MULTITHREADED define and fix build without threads.Eric Christopher
2011-08-12configure: Update since r136721.NAKAMURA Takumi
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-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-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-03Regenerate configure.Daniel Dunbar
2010-12-03Apparently OS X 10.4 doesn't have __crashreporter_info__.Eric Christopher
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-08Add a bit of a hack to avoid multiple defines of variables inEric 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-10Add new configure option, --disable-timestamps, intended to turn off anything...Daniel Dunbar