| Commit message (Expand) | Author | Age | Files | Lines |
* | Windows/DynamicLibrary.inc: Clean up ELM_Callback. We may check the decl inst... | NAKAMURA Takumi | 2011-05-01 | 1 | -0/+3 |
* | cmake: Add xdot.py support as it already exists in autoconf. | Tobias Grosser | 2011-02-27 | 1 | -2/+2 |
* | lib/Support/Errno.cpp: Check strerror_s() with HAVE_DECL_STRERROR_S in config... | NAKAMURA Takumi | 2011-02-09 | 1 | -3/+4 |
* | Windows/DynamicLibrary.inc: Split explicit symbols into explicit_symbols.inc. | NAKAMURA Takumi | 2011-02-05 | 1 | -0/+48 |
* | Moved to Clang's source tree its configuration options and associated | Oscar Fuentes | 2011-02-03 | 1 | -18/+0 |
* | Platform tests for `sys/uio.h' header and `writev' function. | Oscar Fuentes | 2011-02-03 | 1 | -0/+6 |
* | Adds some platform checks to cmake/config-ix.cmake and fixes checking | Oscar Fuentes | 2011-01-31 | 1 | -9/+9 |
* | Handles libffi on the CMake build. | Oscar Fuentes | 2011-01-21 | 1 | -3/+3 |
* | Add some platform checks. Also fix a typo on a Makefile. | Oscar Fuentes | 2011-01-17 | 1 | -11/+11 |
* | Make config.h.cmake similar to config.h.in | Oscar Fuentes | 2011-01-15 | 1 | -65/+89 |
* | Reorder macros on config.h.cmake to easily compare it against | Oscar Fuentes | 2011-01-14 | 1 | -54/+77 |
* | Add some platform tests. | Oscar Fuentes | 2011-01-13 | 1 | -7/+7 |
* | Platform tests for argz_* functions. | Oscar Fuentes | 2011-01-13 | 1 | -5/+5 |
* | Add to the CMake build some options and platform tests supported by | Oscar Fuentes | 2011-01-11 | 1 | -8/+11 |
* | Rewrite handling of LLVM_ENABLE_PIC. It was being processed after | Oscar Fuentes | 2011-01-09 | 1 | -1/+1 |
* | Support/FileSystem: Fix MinGW build. It doesn't have _chsize_s. | Michael J. Spencer | 2010-12-03 | 1 | -0/+3 |
* | Endian: Get rid of LLVM_IS_HOST_BIG_ENDIAN. | Michael J. Spencer | 2010-10-22 | 1 | -3/+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 |
* | First step to allowing the resource directory of Clang to be adjusted for | Chandler Carruth | 2010-10-19 | 1 | -0/+3 |
* | Attempt to support platforms which don't have fenv.h. | Dan Gohman | 2010-09-17 | 1 | -0/+3 |
* | Fix LLVM target initialization to deal with sociopathic outside projects | Eric Christopher | 2010-08-30 | 1 | -5/+11 |
* | Avoid multiple definition warnings when both config.h and | Oscar Fuentes | 2010-08-10 | 1 | -0/+5 |
* | CMake: set configure macro LLVM_PREFIX | Oscar Fuentes | 2010-08-08 | 1 | -1/+1 |
* | build: Add LLVM_NATIVE_ARCHNAME, which has the sensible value, without "Target" | Daniel Dunbar | 2010-08-03 | 1 | -0/+3 |
* | improve portability to systems that don't have round, patch by | Chris Lattner | 2010-05-15 | 1 | -0/+3 |
* | Tell Valgrind when we modify already-executed machine code so it knows | Jeffrey Yasskin | 2010-03-15 | 1 | -0/+3 |
* | Add configure options for specifying where to look for libstdc++. | Rafael Espindola | 2009-11-16 | 1 | -0/+12 |
* | CMake: Hopefully unbreak the build by mimicking the changes on the | Oscar Fuentes | 2009-11-12 | 1 | -0/+3 |
* | CMake: Pass -lm to check_symbol_exists for detecting several math | Oscar Fuentes | 2009-11-12 | 1 | -1/+1 |
* | CMake: Detect gv, circo, twopi, neato, fdo, dot and dotty. | Oscar Fuentes | 2009-11-09 | 1 | -4/+28 |
* | CMake: Detect dotty. | Oscar Fuentes | 2009-11-05 | 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 | -2/+2 |
* | Fix a compile failure introduced by r82675 on MinGW which doesn't have | Jeffrey Yasskin | 2009-09-25 | 1 | -0/+3 |
* | revert r78628 and r78803 as these are not needed any more | Gabor Greif | 2009-08-25 | 1 | -3/+0 |
* | Remove alloca config.h support. | Daniel Dunbar | 2009-08-24 | 1 | -15/+0 |
* | here comes the CMAKE part on LLVM_COMPACT_SENTINELS; see also r78628 and r78661 | Gabor Greif | 2009-08-12 | 1 | -0/+3 |
* | CMake configuration: find mkdtemp, mkstemp, mktemp. | Douglas Gregor | 2009-07-27 | 1 | -3/+3 |
* | Implement cmake LLVM_MULTITHREADED gcc atomic builtin checks. | Xerxes Ranby | 2009-07-17 | 1 | -0/+3 |
* | LLVM doesn't use libelf. Remove libelf configurey. | Dan Gohman | 2009-07-14 | 1 | -3/+0 |
* | Have cmake define HAVE_STRERROR and friends to 1 when they're defined at all. | Jeffrey Yasskin | 2009-07-04 | 1 | -3/+3 |
* | Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes the | Jeffrey Yasskin | 2009-07-01 | 1 | -2/+5 |
* | CMake: add configure checks for pthread_rwlock_init and pthread_getspecific | Douglas Gregor | 2009-06-26 | 1 | -0/+6 |
* | Work around build problem with OpenJDK, which defines X86 as a | Douglas Gregor | 2009-06-23 | 1 | -1/+1 |
* | Define LLVM_NATIVE_ARCH in CMake, so that lli can actually JIT | Douglas Gregor | 2009-06-17 | 1 | -0/+3 |
* | More portability checks for CMake's config.h. | Douglas Gregor | 2009-06-05 | 1 | -4/+4 |
* | Properly detect malloc_zone_statistics in CMake build system | Douglas Gregor | 2009-06-04 | 1 | -1/+1 |
* | termios.h contains the winsize structure we need to determine the | Douglas Gregor | 2009-05-18 | 1 | -0/+3 |
* | Add terminal width detection to llvm::sys::Process. This is needed to | Douglas Gregor | 2009-05-11 | 1 | -1/+4 |
* | CMake: Detects libpthread and sets HAVE_LIBPTHREAD. | Oscar Fuentes | 2009-05-06 | 1 | -1/+1 |