summaryrefslogtreecommitdiff
path: root/cmake/config-ix.cmake
Commit message (Expand)AuthorAge
* CMake: Eliminate unused checks and #undef(s) as below;NAKAMURA Takumi2011-08-12
* Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,Evan Cheng2011-07-22
* 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
* Windows/DynamicLibrary.inc: Clean up ELM_Callback. We may check the decl inst...NAKAMURA Takumi2011-05-01
* Handle changing of LLVM_ENABLE_FFI.Oscar Fuentes2011-04-02
* Supports building with a list of targets that does not containOscar Fuentes2011-03-23
* 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
* LLVM_ON_WIN32 is not defined on config-ix.cmake. Use something else.Oscar Fuentes2011-02-04
* Changes for building Clang and others using LLVM as an externalOscar Fuentes2011-02-03
* Platform tests for `sys/uio.h' header and `writev' function.Oscar Fuentes2011-02-03
* Adds some platform checks to cmake/config-ix.cmake and fixes checkingOscar Fuentes2011-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
* 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
* Support/FileSystem: Fix MinGW build. It doesn't have _chsize_s.Michael J. Spencer2010-12-03
* Merge System into Support.Michael J. Spencer2010-11-29
* Endian: Get rid of LLVM_IS_HOST_BIG_ENDIAN.Michael J. Spencer2010-10-22
* Rename LLVM_IS_TARGET_BIG_ENDIAN to LLVM_IS_HOST_BIG_ENDIAN to reflect what i...Michael J. Spencer2010-10-22
* Support: Add Endian.hMichael J. Spencer2010-10-21
* Per discussion with Sanjiv, remove the PIC16 target from mainline. When/ifChris Lattner2010-10-11
* CMake: Fix warning in gtest.Michael J. Spencer2010-10-07
* Fix whitespace.Michael J. Spencer2010-09-24
* cmake: test for the presence of fenv.hOscar Fuentes2010-09-17
* Fix cmake build without native target selected.Oscar Fuentes2010-09-03
* Fix LLVM target initialization to deal with sociopathic outside projectsEric Christopher2010-08-30
* CMake: set configure macro LLVM_PREFIXOscar Fuentes2010-08-08
* CMake: configure header llvm-config.hOscar Fuentes2010-08-08
* build: Add LLVM_NATIVE_ARCHNAME, which has the sensible value, without "Target"Daniel Dunbar2010-08-03
* Don't link against libm and libpthread which don't exist in BeOS/Haiku. Also,Nick Lewycky2010-06-23
* Tell Valgrind when we modify already-executed machine code so it knowsJeffrey Yasskin2010-03-15
* CMake: Pass -lm to check_symbol_exists for detecting several mathOscar Fuentes2009-11-12
* CMake: Remove unnecessary `unset' which was not supported by old cmakeOscar Fuentes2009-11-10
* CMake: Detect gv, circo, twopi, neato, fdo, dot and dotty.Oscar Fuentes2009-11-09
* Fix CMake reporting of target triple.Daniel Dunbar2009-11-07
* Stop running get_target_triple more than we need to.Daniel Dunbar2009-11-07
* CMake: Detect dotty.Oscar Fuentes2009-11-05
* CMake: do not test for pthread and dl libraries on Windows (exceptOscar Fuentes2009-11-05
* Teach cmake that mk[sd]temp is defined in stdlib.h on some systems.Benjamin Kramer2009-10-28
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-26
* Fix LLVM CMake build system so that it may now work on Solaris and AuroraUX.Edward O'Callaghan2009-10-12
* CMake misses a check for sbrk on NetBSD.Edward O'Callaghan2009-10-05
* Teach CMake to look for bidirectional_iterator, iterator, forward_iterator, u...Douglas Gregor2009-10-01