Age | Commit message (Expand) | Author |
2011-02-27 | cmake: Add xdot.py support as it already exists in autoconf. | Tobias Grosser |
2011-02-09 | lib/Support/Errno.cpp: Check strerror_s() with HAVE_DECL_STRERROR_S in config... | NAKAMURA Takumi |
2011-02-05 | Windows/DynamicLibrary.inc: Split explicit symbols into explicit_symbols.inc. | NAKAMURA Takumi |
2011-02-04 | LLVM_ON_WIN32 is not defined on config-ix.cmake. Use something else. | Oscar Fuentes |
2011-02-03 | Changes for building Clang and others using LLVM as an external | Oscar Fuentes |
2011-02-03 | Platform tests for `sys/uio.h' header and `writev' function. | Oscar Fuentes |
2011-01-31 | Adds some platform checks to cmake/config-ix.cmake and fixes checking | Oscar Fuentes |
2011-01-21 | Handles libffi on the CMake build. | Oscar Fuentes |
2011-01-17 | Add some platform checks. Also fix a typo on a Makefile. | Oscar Fuentes |
2011-01-15 | Make config.h.cmake similar to config.h.in | Oscar Fuentes |
2011-01-13 | Add some platform tests. | Oscar Fuentes |
2011-01-13 | Platform tests for argz_* functions. | Oscar Fuentes |
2011-01-11 | Add to the CMake build some options and platform tests supported by | Oscar Fuentes |
2011-01-09 | Rewrite handling of LLVM_ENABLE_PIC. It was being processed after | Oscar Fuentes |
2010-12-03 | Support/FileSystem: Fix MinGW build. It doesn't have _chsize_s. | Michael J. Spencer |
2010-11-29 | Merge System into Support. | Michael J. Spencer |
2010-10-22 | Endian: Get rid of LLVM_IS_HOST_BIG_ENDIAN. | Michael J. Spencer |
2010-10-22 | Rename LLVM_IS_TARGET_BIG_ENDIAN to LLVM_IS_HOST_BIG_ENDIAN to reflect what i... | Michael J. Spencer |
2010-10-21 | Support: Add Endian.h | Michael J. Spencer |
2010-10-11 | Per discussion with Sanjiv, remove the PIC16 target from mainline. When/if | Chris Lattner |
2010-10-07 | CMake: Fix warning in gtest. | Michael J. Spencer |
2010-09-24 | Fix whitespace. | Michael J. Spencer |
2010-09-17 | cmake: test for the presence of fenv.h | Oscar Fuentes |
2010-09-03 | Fix cmake build without native target selected. | Oscar Fuentes |
2010-08-30 | Fix LLVM target initialization to deal with sociopathic outside projects | Eric Christopher |
2010-08-08 | CMake: set configure macro LLVM_PREFIX | Oscar Fuentes |
2010-08-08 | CMake: configure header llvm-config.h | Oscar Fuentes |
2010-08-03 | build: Add LLVM_NATIVE_ARCHNAME, which has the sensible value, without "Target" | Daniel Dunbar |
2010-06-23 | Don't link against libm and libpthread which don't exist in BeOS/Haiku. Also, | Nick Lewycky |
2010-03-15 | Tell Valgrind when we modify already-executed machine code so it knows | Jeffrey Yasskin |
2009-11-12 | CMake: Pass -lm to check_symbol_exists for detecting several math | Oscar Fuentes |
2009-11-10 | CMake: Remove unnecessary `unset' which was not supported by old cmake | Oscar Fuentes |
2009-11-09 | CMake: Detect gv, circo, twopi, neato, fdo, dot and dotty. | Oscar Fuentes |
2009-11-07 | Fix CMake reporting of target triple. | Daniel Dunbar |
2009-11-07 | Stop running get_target_triple more than we need to. | Daniel Dunbar |
2009-11-05 | CMake: Detect dotty. | Oscar Fuentes |
2009-11-05 | CMake: do not test for pthread and dl libraries on Windows (except | Oscar Fuentes |
2009-10-28 | Teach cmake that mk[sd]temp is defined in stdlib.h on some systems. | Benjamin Kramer |
2009-10-26 | Move DataTypes.h to include/llvm/System, update all users. This breaks the last | Chandler Carruth |
2009-10-12 | Fix LLVM CMake build system so that it may now work on Solaris and AuroraUX. | Edward O'Callaghan |
2009-10-05 | CMake misses a check for sbrk on NetBSD. | Edward O'Callaghan |
2009-10-01 | Teach CMake to look for bidirectional_iterator, iterator, forward_iterator, u... | Douglas Gregor |
2009-09-25 | Fix a compile failure introduced by r82675 on MinGW which doesn't have | Jeffrey Yasskin |
2009-09-13 | CMake: New user-settable variable LLVM_TARGET_ARCH useful when | Oscar Fuentes |
2009-08-27 | re-apply r80197, now that iterator.h is not mentioned any more | Gabor Greif |
2009-08-27 | --- Reverse-merging r80147 into '.': | Bill Wendling |
2009-08-26 | De-bork CMake build | Douglas Gregor |
2009-08-26 | Ignore -fPIC test on Windows. Suggested by Yonggang Luo. | Oscar Fuentes |
2009-08-24 | Remove alloca config.h support. | Daniel Dunbar |
2009-07-27 | CMake configuration: find mkdtemp, mkstemp, mktemp. | Douglas Gregor |