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
/
llvm-config.h.cmake
Age
Commit message (
Expand
)
Author
2013-05-04
Allow host triple to be correctly overridden in CMake builds
Tim Northover
2013-02-13
Fix MSan annotations inclusion guard.
Evgeniy Stepanov
2013-02-04
More MSan/ASan annotations.
Evgeniy Stepanov
2012-12-13
JITEventListener.h: Use llvm-config.h instead of config.h.
NAKAMURA Takumi
2012-07-22
autoconf: Re-introduce LLVM_HOSTTRIPLE since r143500, as rework of PR11060.
NAKAMURA Takumi
2012-03-26
Add InitializeNativeTargetDisassembler function.
Eric Christopher
2012-02-13
add LLVM_VERSION_MAJOR and _MINOR defines
Dylan Noblesmith
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
rename ENABLE_THREADS to LLVM_ENABLE_THREADS
Dylan Noblesmith
2011-11-28
update description of LLVM_DEFAULT_TARGET_TRIPLE
Dylan Noblesmith
2011-11-01
rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLE
Sebastian Pop
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/llvm-config.h: Reorder and reword to follow (generated) c...
NAKAMURA Takumi
2011-07-23
CMake: Fix LLVM_NATIVE_TARGETMC in config.h.cmake.
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-05-25
Fix warning in the CMake build about redefining LLVM_PATH_XDOT_PY by making s...
Frits van Bommel
2011-03-09
Add InitializeNativeAsmParser function.
Jan Sjödin
2011-02-27
cmake: Add xdot.py support as it already exists in autoconf.
Tobias Grosser
2011-01-31
CMake: Fix a few definition to suppress warnings.
NAKAMURA Takumi
2010-08-30
Fix LLVM target initialization to deal with sociopathic outside projects
Eric Christopher
2010-08-10
Avoid multiple definition warnings when both config.h and
Oscar Fuentes
2010-08-08
CMake: set configure macro LLVM_PREFIX
Oscar Fuentes
2010-08-08
CMake: configure header llvm-config.h
Oscar Fuentes