summaryrefslogtreecommitdiff
path: root/include/llvm/Config
Commit message (Expand)AuthorAge
...
* 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
* CMake: Eliminate unused checks and #undef(s) as below;NAKAMURA Takumi2011-08-12
* include/llvm/Config/llvm-config.h: Reorder and reword to follow (generated) c...NAKAMURA Takumi2011-08-12
* configure: Update since r136721.NAKAMURA Takumi2011-08-12
* CMake: Fix LLVM_NATIVE_TARGETMC in config.h.cmake.NAKAMURA Takumi2011-07-23
* config.h.cmake: Reorder along config.h.in.NAKAMURA Takumi2011-07-23
* Teach cmake configured headers about LLVM_NATIVE_TARGETMCOscar Fuentes2011-07-22
* Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,Evan Cheng2011-07-22
* Regenerate configure and friends for Chad.Eric Christopher2011-07-20
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-19
* Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2011-07-14
* remove CMake mode_t defineDylan Noblesmith2011-06-23
* Fix warning in the CMake build about redefining LLVM_PATH_XDOT_PY by making s...Frits van Bommel2011-05-25
* Windows/DynamicLibrary.inc: Clean up ELM_Callback. We may check the decl inst...NAKAMURA Takumi2011-05-01
* Add InitializeNativeAsmParser function.Jan Sjödin2011-03-09
* cmake: Add xdot.py support as it already exists in autoconf.Tobias Grosser2011-02-27
* lib/Support/Errno.cpp: Check strerror_s() with HAVE_DECL_STRERROR_S in config...NAKAMURA Takumi2011-02-09
* Windows/DynamicLibrary.inc: Split explicit symbols into explicit_symbols.inc.NAKAMURA Takumi2011-02-05
* Moved to Clang's source tree its configuration options and associatedOscar Fuentes2011-02-03
* Platform tests for `sys/uio.h' header and `writev' function.Oscar Fuentes2011-02-03
* Regenerate configure.Daniel Dunbar2011-02-03
* Adds some platform checks to cmake/config-ix.cmake and fixes checkingOscar Fuentes2011-01-31
* CMake: Fix a few definition to suppress warnings.NAKAMURA Takumi2011-01-31
* Handles libffi on the CMake build.Oscar Fuentes2011-01-21
* Add some platform checks. Also fix a typo on a Makefile.Oscar Fuentes2011-01-17
* Make config.h.cmake similar to config.h.inOscar Fuentes2011-01-15
* Reorder macros on config.h.cmake to easily compare it againstOscar Fuentes2011-01-14
* Add some platform tests.Oscar Fuentes2011-01-13
* Platform tests for argz_* functions.Oscar Fuentes2011-01-13
* Add to the CMake build some options and platform tests supported byOscar Fuentes2011-01-11
* Rewrite handling of LLVM_ENABLE_PIC. It was being processed afterOscar Fuentes2011-01-09