summaryrefslogtreecommitdiff
path: root/include/llvm/Config/config.h.in
Commit message (Expand)AuthorAge
* Don't define LTDL_SHLIBPATH_VAR.Rafael Espindola2013-06-11
* Don't define LLVM_LIBDIR, it is not used anymore.Rafael Espindola2013-06-11
* Allow host triple to be correctly overridden in CMake buildsTim Northover2013-05-04
* Regen.Eric Christopher2013-04-27
* Only use cxxabi.h's demangler, if it is actually available.Joerg Sonnenberger2013-04-27
* Add basic zlib support to LLVM. This would allow to use compression/uncompres...Alexey Samsonov2013-04-23
* Refine fenv.h handling: check if the desired macros exist, before usingJoerg Sonnenberger2013-03-25
* Conditionalize constant folding of math intrinsics on the availability of an ...Owen Anderson2013-02-07
* [autoconf]: Fix description in HAVE_CRASHREPORTER_INFO.NAKAMURA Takumi2013-01-30
* Add an --enable-backtraces option to configure to determineEric Christopher2012-09-21
* Add support for detecting libxml for Dmitri's work. He'llEric Christopher2012-08-03
* autoconf: Re-introduce LLVM_HOSTTRIPLE since r143500, as rework of PR11060.NAKAMURA Takumi2012-07-22
* Regenerate.Eric Christopher2012-07-12
* [build] Add build check for ::arc4random().Daniel Dunbar2012-05-05
* add configure flag --with-default-sysrootSebastian Pop2012-04-16
* Add InitializeNativeTargetDisassembler function.Eric Christopher2012-03-26
* Remove the C backend.Eric Christopher2012-03-23
* Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...Eli Bendersky2012-03-13
* add LLVM_VERSION_MAJOR and _MINOR definesDylan Noblesmith2012-02-13
* Replace the old --with-cxx-* configure options with a single --with-gcc-toolc...Rafael Espindola2012-02-03
* revert r147542 after comments from Joerg SonnenbergerSebastian Pop2012-01-05
* use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJITSebastian Pop2012-01-04
* configure, config.h.in: Regenerate.NAKAMURA Takumi2011-11-28
* Add configure checking for pread(2) and use it to save a syscall when reading...Benjamin Kramer2011-11-22
* rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLESebastian Pop2011-11-01
* Handle newer cases for freebsd which is approaching 10.0 and not 1.0.Eric Christopher2011-10-26
* We're no longer going to bother supporting platforms that don'tEric Christopher2011-09-23
* Regenerate configure.Eric Christopher2011-09-19
* Rename LLVM_MULTITHREADED define and fix build without threads.Eric Christopher2011-09-19
* configure: Update since r136721.NAKAMURA Takumi2011-08-12
* Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,Evan Cheng2011-07-22
* Regenerate configure and friends for Chad.Eric Christopher2011-07-20
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-19
* Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2011-07-14
* Windows/DynamicLibrary.inc: Clean up ELM_Callback. We may check the decl inst...NAKAMURA Takumi2011-05-01
* Add InitializeNativeAsmParser function.Jan Sjödin2011-03-09
* 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
* Regenerate configure.Daniel Dunbar2011-02-03
* Apparently OS X 10.4 doesn't have __crashreporter_info__.Eric Christopher2010-12-03
* 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
* Add a bit of a hack to avoid multiple defines of variables inEric 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