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