| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove the IA-64 backend. | Dan Gohman | 2009-07-24 | 1 | -2/+0 |
* | Implement cmake LLVM_MULTITHREADED gcc atomic builtin checks. | Xerxes Ranby | 2009-07-17 | 1 | -0/+3 |
* | Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes the | Jeffrey Yasskin | 2009-07-01 | 1 | -0/+3 |
* | Fix CMake checks for pthread_getspecific and pthread_rwlock_init, from Xerxes... | Douglas Gregor | 2009-06-29 | 1 | -2/+2 |
* | CMake: add configure checks for pthread_rwlock_init and pthread_getspecific | Douglas Gregor | 2009-06-26 | 1 | -0/+2 |
* | Define LLVM_NATIVE_ARCH in CMake, so that lli can actually JIT | Douglas Gregor | 2009-06-17 | 1 | -0/+44 |
* | More portability checks for CMake's config.h. | Douglas Gregor | 2009-06-05 | 1 | -0/+3 |
* | Properly detect malloc_zone_statistics in CMake build system | Douglas Gregor | 2009-06-04 | 1 | -0/+2 |
* | CMake: Use libdl only when available. Fixes build on FreeBSD. | Oscar Fuentes | 2009-05-23 | 1 | -0/+1 |
* | termios.h contains the winsize structure we need to determine the | Douglas Gregor | 2009-05-18 | 1 | -0/+1 |
* | Add terminal width detection to llvm::sys::Process. This is needed to | Douglas Gregor | 2009-05-11 | 1 | -0/+3 |
* | CMake: Detects libpthread and sets HAVE_LIBPTHREAD. | Oscar Fuentes | 2009-05-06 | 1 | -0/+4 |
* | CMake: defines and uses macro add_llvm_definitions for keeping track | Oscar Fuentes | 2009-04-04 | 1 | -0/+5 |
* | Remove configurey-fu to autodetect hash_map and hash_set now that they are | Nick Lewycky | 2009-03-09 | 1 | -17/+0 |
* | Add mode_t to the config.h generated by cmake on win32. Used by clang. | Cedric Venet | 2009-02-14 | 1 | -0/+1 |
* | CMake: when building shared libraries, use -fPIC for compiling | Oscar Fuentes | 2008-11-20 | 1 | -0/+3 |
* | CMake: Option for enabling/disabling threads. | Oscar Fuentes | 2008-11-18 | 1 | -2/+11 |
* | CMake: Removed some cruft. | Oscar Fuentes | 2008-10-29 | 1 | -6/+6 |
* | CMake: GetTargetTriple: new module for determining the target | Oscar Fuentes | 2008-10-26 | 1 | -0/+4 |