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