index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Config
/
config.h.cmake
Age
Commit message (
Expand
)
Author
2013-05-04
Allow host triple to be correctly overridden in CMake builds
Tim Northover
2013-04-27
Only use cxxabi.h's demangler, if it is actually available.
Joerg Sonnenberger
2013-04-23
Add more guards around zlib-dependent code
Alexey Samsonov
2013-04-23
Add basic zlib support to LLVM. This would allow to use compression/uncompres...
Alexey Samsonov
2013-02-07
Fix CMake detection of various cmath functions, and XFAIL the test on platfor...
Owen Anderson
2013-02-04
More MSan/ASan annotations.
Evgeniy Stepanov
2013-01-31
Annotate 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-10-29
llvm/Config/config.h.cmake: Good bye, Kevin! We won't honor authors in comments.
NAKAMURA Takumi
2012-09-28
Make backtraces work again with both the configure and cmake build.
Benjamin Kramer
2012-09-01
PR13689: Check for backtrace(3) in the cmake build.
Benjamin Kramer
2012-07-22
autoconf: Re-introduce LLVM_HOSTTRIPLE since r143500, as rework of PR11060.
NAKAMURA Takumi
2012-07-18
Update config.h.cmake corresponding to config.h.in.
NAKAMURA Takumi
2012-05-05
Nuke a few dead remnants of the CBE.
Jim Grosbach
2012-05-05
[build] Add build check for ::arc4random().
Daniel Dunbar
2012-05-03
Add rudimentary CMake logic for detecting Graphviz.
Ted Kremenek
2012-04-16
add configure flag --with-default-sysroot
Sebastian Pop
2012-03-26
Add InitializeNativeTargetDisassembler function.
Eric Christopher
2012-03-13
Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...
Eli Bendersky
2012-02-13
add LLVM_VERSION_MAJOR and _MINOR defines
Dylan Noblesmith
2012-02-03
Replace the old --with-cxx-* configure options with a single --with-gcc-toolc...
Rafael Espindola
2012-01-05
revert r147542 after comments from Joerg Sonnenberger
Sebastian Pop
2012-01-04
use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJIT
Sebastian Pop
2011-11-28
configure, config.h.in: Regenerate.
NAKAMURA Takumi
2011-11-28
rename ENABLE_THREADS to LLVM_ENABLE_THREADS
Dylan Noblesmith
2011-11-28
update description of LLVM_DEFAULT_TARGET_TRIPLE
Dylan Noblesmith
2011-11-22
Add configure checking for pread(2) and use it to save a syscall when reading...
Benjamin Kramer
2011-11-01
rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLE
Sebastian Pop
2011-09-23
We're no longer going to bother supporting platforms that don't
Eric Christopher
2011-09-20
include/llvm/Config: Reorder LLVM_HAS_ATOMICS along config.h.in for consistency.
NAKAMURA Takumi
2011-09-20
include/llvm/Config/config.h.cmake: Unbreak CMake build to tweak LLVM_HAS_ATO...
NAKAMURA Takumi
2011-09-19
Rename LLVM_MULTITHREADED define and fix build without threads.
Eric Christopher
2011-08-12
include/llvm/Config/config.h.cmake: Reorder to follow config.h.in, and import...
NAKAMURA Takumi
2011-08-12
CMake: Eliminate unused checks and #undef(s) as below;
NAKAMURA Takumi
2011-07-23
CMake: Fix LLVM_NATIVE_TARGETMC in config.h.cmake.
NAKAMURA Takumi
2011-07-23
config.h.cmake: Reorder along config.h.in.
NAKAMURA Takumi
2011-07-22
Teach cmake configured headers about LLVM_NATIVE_TARGETMC
Oscar Fuentes
2011-07-19
Introduce MCCodeGenInfo, which keeps information that can affect codegen
Evan Cheng
2011-07-14
Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...
Evan Cheng
2011-06-23
remove CMake mode_t define
Dylan Noblesmith
2011-05-01
Windows/DynamicLibrary.inc: Clean up ELM_Callback. We may check the decl inst...
NAKAMURA Takumi
2011-02-27
cmake: Add xdot.py support as it already exists in autoconf.
Tobias Grosser
2011-02-09
lib/Support/Errno.cpp: Check strerror_s() with HAVE_DECL_STRERROR_S in config...
NAKAMURA Takumi
2011-02-05
Windows/DynamicLibrary.inc: Split explicit symbols into explicit_symbols.inc.
NAKAMURA Takumi
2011-02-03
Moved to Clang's source tree its configuration options and associated
Oscar Fuentes
2011-02-03
Platform tests for `sys/uio.h' header and `writev' function.
Oscar Fuentes
2011-01-31
Adds some platform checks to cmake/config-ix.cmake and fixes checking
Oscar Fuentes
2011-01-21
Handles libffi on the CMake build.
Oscar Fuentes
2011-01-17
Add some platform checks. Also fix a typo on a Makefile.
Oscar Fuentes
[next]