aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Config
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 more guards around zlib-dependent codeAlexey Samsonov
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-13Fix MSan annotations inclusion guard.Evgeniy Stepanov
2013-02-07Fix CMake detection of various cmath functions, and XFAIL the test on platfor...Owen Anderson
2013-02-07Conditionalize constant folding of math intrinsics on the availability of an ...Owen Anderson
2013-02-04More MSan/ASan annotations.Evgeniy Stepanov
2013-01-31Annotate BumpPtrAllocator for MemorySanitizer.Evgeniy Stepanov
2013-01-30[autoconf]: Fix description in HAVE_CRASHREPORTER_INFO.NAKAMURA Takumi
2012-12-14[CMake] Move libxml2 stuff from clang to llvm/cmake.NAKAMURA Takumi
2012-12-13JITEventListener.h: Use llvm-config.h instead of config.h.NAKAMURA Takumi
2012-10-29llvm/Config/config.h.cmake: Good bye, Kevin! We won't honor authors in comments.NAKAMURA Takumi
2012-09-28Make backtraces work again with both the configure and cmake build.Benjamin Kramer
2012-09-21Add an --enable-backtraces option to configure to determineEric Christopher
2012-09-02replace a couple of single-line comments with /* */ to fix the build of stuff...Nuno Lopes
2012-09-01PR13689: Check for backtrace(3) in the cmake build.Benjamin Kramer
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-18Update config.h.cmake corresponding to config.h.in.NAKAMURA Takumi
2012-07-12Regenerate.Eric Christopher
2012-05-05Nuke a few dead remnants of the CBE.Jim Grosbach
2012-05-05[build] Add build check for ::arc4random().Daniel Dunbar
2012-05-03Add rudimentary CMake logic for detecting Graphviz.Ted Kremenek
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-28rename ENABLE_THREADS to LLVM_ENABLE_THREADSDylan Noblesmith
2011-11-28update description of LLVM_DEFAULT_TARGET_TRIPLEDylan Noblesmith
2011-11-22Add configure checking for pread(2) and use it to save a syscall when reading...Benjamin Kramer
2011-11-10Fix typo.Daniel Dunbar
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-20include/llvm/Config/llvm-config.h.in: Add the entry LLVM_PATH_XDOT_PY, for co...NAKAMURA Takumi
2011-09-20include/llvm/Config: Reorder LLVM_HAS_ATOMICS along config.h.in for consistency.NAKAMURA Takumi
2011-09-20include/llvm/Config/config.h.cmake: Unbreak CMake build to tweak LLVM_HAS_ATO...NAKAMURA Takumi
2011-09-19Regenerate configure.Eric Christopher
2011-09-19Rename LLVM_MULTITHREADED define and fix build without threads.Eric Christopher
2011-08-12include/llvm/Config/config.h.cmake: Reorder to follow config.h.in, and import...NAKAMURA Takumi
2011-08-12CMake: Eliminate unused checks and #undef(s) as below;NAKAMURA Takumi
2011-08-12include/llvm/Config/llvm-config.h: Reorder and reword to follow (generated) c...NAKAMURA Takumi