aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Config
AgeCommit message (Expand)Author
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
2011-08-12configure: Update since r136721.NAKAMURA Takumi
2011-07-23CMake: Fix LLVM_NATIVE_TARGETMC in config.h.cmake.NAKAMURA Takumi
2011-07-23config.h.cmake: Reorder along config.h.in.NAKAMURA Takumi
2011-07-22Teach cmake configured headers about LLVM_NATIVE_TARGETMCOscar Fuentes
2011-07-22Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,Evan Cheng
2011-07-20Regenerate configure and friends for Chad.Eric Christopher
2011-07-19Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng
2011-07-14Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng
2011-06-23remove CMake mode_t defineDylan Noblesmith
2011-05-25Fix warning in the CMake build about redefining LLVM_PATH_XDOT_PY by making s...Frits van Bommel
2011-05-01Windows/DynamicLibrary.inc: Clean up ELM_Callback. We may check the decl inst...NAKAMURA Takumi
2011-03-09Add InitializeNativeAsmParser function.Jan Sjödin
2011-02-27cmake: Add xdot.py support as it already exists in autoconf.Tobias Grosser
2011-02-09lib/Support/Errno.cpp: Check strerror_s() with HAVE_DECL_STRERROR_S in config...NAKAMURA Takumi
2011-02-05Windows/DynamicLibrary.inc: Split explicit symbols into explicit_symbols.inc.NAKAMURA Takumi
2011-02-03Moved to Clang's source tree its configuration options and associatedOscar Fuentes
2011-02-03Platform tests for `sys/uio.h' header and `writev' function.Oscar Fuentes
2011-02-03Regenerate configure.Daniel Dunbar
2011-01-31Adds some platform checks to cmake/config-ix.cmake and fixes checkingOscar Fuentes
2011-01-31CMake: Fix a few definition to suppress warnings.NAKAMURA Takumi
2011-01-21Handles libffi on the CMake build.Oscar Fuentes
2011-01-17Add some platform checks. Also fix a typo on a Makefile.Oscar Fuentes
2011-01-15Make config.h.cmake similar to config.h.inOscar Fuentes
2011-01-14Reorder macros on config.h.cmake to easily compare it againstOscar Fuentes
2011-01-13Add some platform tests.Oscar Fuentes