Age | Commit message (Expand) | Author |
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 |
2009-07-24 | Remove the IA-64 backend. | Dan Gohman |
2009-07-17 | Implement cmake LLVM_MULTITHREADED gcc atomic builtin checks. | Xerxes Ranby |
2009-07-01 | Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes the | Jeffrey Yasskin |
2009-06-29 | Fix CMake checks for pthread_getspecific and pthread_rwlock_init, from Xerxes... | Douglas Gregor |
2009-06-26 | CMake: add configure checks for pthread_rwlock_init and pthread_getspecific | Douglas Gregor |
2009-06-17 | Define LLVM_NATIVE_ARCH in CMake, so that lli can actually JIT | Douglas Gregor |
2009-06-05 | More portability checks for CMake's config.h. | Douglas Gregor |
2009-06-04 | Properly detect malloc_zone_statistics in CMake build system | Douglas Gregor |
2009-05-23 | CMake: Use libdl only when available. Fixes build on FreeBSD. | Oscar Fuentes |
2009-05-18 | termios.h contains the winsize structure we need to determine the | Douglas Gregor |
2009-05-11 | Add terminal width detection to llvm::sys::Process. This is needed to | Douglas Gregor |
2009-05-06 | CMake: Detects libpthread and sets HAVE_LIBPTHREAD. | Oscar Fuentes |
2009-04-04 | CMake: defines and uses macro add_llvm_definitions for keeping track | Oscar Fuentes |