aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/config-ix.cmake
Commit message (Expand)AuthorAgeFilesLines
...
* Adds some platform checks to cmake/config-ix.cmake and fixes checkingOscar Fuentes2011-01-311-3/+27
* Handles libffi on the CMake build.Oscar Fuentes2011-01-211-0/+29
* Add some platform checks. Also fix a typo on a Makefile.Oscar Fuentes2011-01-171-0/+14
* Make config.h.cmake similar to config.h.inOscar Fuentes2011-01-151-1/+5
* Add some platform tests.Oscar Fuentes2011-01-131-0/+7
* Platform tests for argz_* functions.Oscar Fuentes2011-01-131-0/+7
* Add to the CMake build some options and platform tests supported byOscar Fuentes2011-01-111-0/+3
* Rewrite handling of LLVM_ENABLE_PIC. It was being processed afterOscar Fuentes2011-01-091-5/+2
* Support/FileSystem: Fix MinGW build. It doesn't have _chsize_s.Michael J. Spencer2010-12-031-0/+3
* Merge System into Support.Michael J. Spencer2010-11-291-2/+2
* Endian: Get rid of LLVM_IS_HOST_BIG_ENDIAN.Michael J. Spencer2010-10-221-2/+0
* Rename LLVM_IS_TARGET_BIG_ENDIAN to LLVM_IS_HOST_BIG_ENDIAN to reflect what i...Michael J. Spencer2010-10-221-1/+1
* Support: Add Endian.hMichael J. Spencer2010-10-211-0/+3
* Per discussion with Sanjiv, remove the PIC16 target from mainline. When/ifChris Lattner2010-10-111-2/+0
* CMake: Fix warning in gtest.Michael J. Spencer2010-10-071-0/+2
* Fix whitespace.Michael J. Spencer2010-09-241-3/+3
* cmake: test for the presence of fenv.hOscar Fuentes2010-09-171-0/+1
* Fix cmake build without native target selected.Oscar Fuentes2010-09-031-3/+3
* Fix LLVM target initialization to deal with sociopathic outside projectsEric Christopher2010-08-301-1/+3
* CMake: set configure macro LLVM_PREFIXOscar Fuentes2010-08-081-0/+2
* CMake: configure header llvm-config.hOscar Fuentes2010-08-081-0/+5
* build: Add LLVM_NATIVE_ARCHNAME, which has the sensible value, without "Target"Daniel Dunbar2010-08-031-0/+1
* Don't link against libm and libpthread which don't exist in BeOS/Haiku. Also,Nick Lewycky2010-06-231-1/+1
* Tell Valgrind when we modify already-executed machine code so it knowsJeffrey Yasskin2010-03-151-0/+1
* CMake: Pass -lm to check_symbol_exists for detecting several mathOscar Fuentes2009-11-121-0/+6
* CMake: Remove unnecessary `unset' which was not supported by old cmakeOscar Fuentes2009-11-101-1/+0
* CMake: Detect gv, circo, twopi, neato, fdo, dot and dotty.Oscar Fuentes2009-11-091-7/+20
* Fix CMake reporting of target triple.Daniel Dunbar2009-11-071-1/+0
* Stop running get_target_triple more than we need to.Daniel Dunbar2009-11-071-0/+3
* CMake: Detect dotty.Oscar Fuentes2009-11-051-0/+9
* CMake: do not test for pthread and dl libraries on Windows (exceptOscar Fuentes2009-11-051-6/+12
* Teach cmake that mk[sd]temp is defined in stdlib.h on some systems.Benjamin Kramer2009-10-281-3/+3
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-261-2/+2
* Fix LLVM CMake build system so that it may now work on Solaris and AuroraUX.Edward O'Callaghan2009-10-121-0/+1
* CMake misses a check for sbrk on NetBSD.Edward O'Callaghan2009-10-051-0/+1
* Teach CMake to look for bidirectional_iterator, iterator, forward_iterator, u...Douglas Gregor2009-10-011-4/+44
* Fix a compile failure introduced by r82675 on MinGW which doesn't haveJeffrey Yasskin2009-09-251-0/+1
* CMake: New user-settable variable LLVM_TARGET_ARCH useful whenOscar Fuentes2009-09-131-4/+9
* re-apply r80197, now that iterator.h is not mentioned any moreGabor Greif2009-08-271-5/+0
* --- Reverse-merging r80147 into '.':Bill Wendling2009-08-271-0/+5
* De-bork CMake buildDouglas Gregor2009-08-261-5/+0
* Ignore -fPIC test on Windows. Suggested by Yonggang Luo.Oscar Fuentes2009-08-261-1/+5
* Remove alloca config.h support.Daniel Dunbar2009-08-241-2/+0
* CMake configuration: find mkdtemp, mkstemp, mktemp.Douglas Gregor2009-07-271-0/+3
* Remove the IA-64 backend.Dan Gohman2009-07-241-2/+0
* Implement cmake LLVM_MULTITHREADED gcc atomic builtin checks.Xerxes Ranby2009-07-171-0/+3
* Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes theJeffrey Yasskin2009-07-011-0/+3
* Fix CMake checks for pthread_getspecific and pthread_rwlock_init, from Xerxes...Douglas Gregor2009-06-291-2/+2
* CMake: add configure checks for pthread_rwlock_init and pthread_getspecificDouglas Gregor2009-06-261-0/+2
* Define LLVM_NATIVE_ARCH in CMake, so that lli can actually JITDouglas Gregor2009-06-171-0/+44