summaryrefslogtreecommitdiff
path: root/include/llvm/Config/config.h.cmake
Commit message (Expand)AuthorAge
* [Embtk]: Give ability to specify default target ABI at configure timeAbdoulaye Walsimou Gaye2014-04-13
* [Embtk] Give ability to specify default linker hash-style at configure timeAbdoulaye Walsimou Gaye2014-04-13
* [Embtk] give ability to specify default FPU to use at configure timeAbdoulaye Walsimou Gaye2014-04-13
* [Embtk] Give ability to specify default float abi to use at configure timeAbdoulaye Walsimou Gaye2014-04-13
* [Embtk] Give ability to specify default -mcpuAbdoulaye Walsimou Gaye2014-04-13
* Fix symbol defines in config.h.cmakeAlp Toker2013-11-05
* Revert "Revert "Windows: Add support for unicode command lines""David Majnemer2013-10-07
* Revert "Windows: Add support for unicode command lines"David Majnemer2013-10-06
* Windows: Add support for unicode command linesDavid Majnemer2013-10-06
* [conf] Add config variable to disable crash related overrides.Daniel Dunbar2013-08-30
* [cmake] Check for realpath availability in CMakeAlexey Samsonov2013-08-26
* Remove all checking for the various terminfo headers (term.h andChandler Carruth2013-08-12
* Target a minimal terminfo library rather than necessarily a full cursesChandler Carruth2013-08-12
* Add support for linking against a curses library when available andChandler Carruth2013-08-07
* Check for _strtoi64 in the cmake build if strtoll is missingReid Kleckner2013-08-07
* Link with -rdynamic instead of -Wl,-export-dynamic.Bob Wilson2013-08-02
* Remove dead or useless header checks from cmake and autoconfReid Kleckner2013-07-26
* Find xdot or xdot.py.Matt Arsenault2013-07-08
* Reapply r185601 with a fix for the cmake build.Eric Christopher2013-07-04
* 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
* 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
* Fix CMake detection of various cmath functions, and XFAIL the test on platfor...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
* 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
* PR13689: Check for backtrace(3) in the cmake build.Benjamin Kramer2012-09-01
* 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
* 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
* 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
* rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLESebastian Pop2011-11-01