| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove alloca config.h support. | Daniel Dunbar | 2009-08-24 | 2 | -30/+0 |
* | Remove include/llvm/Config/alloca.h, it is dead. | Daniel Dunbar | 2009-08-24 | 1 | -49/+0 |
* | here comes the CMAKE part on LLVM_COMPACT_SENTINELS; see also r78628 and r78661 | Gabor Greif | 2009-08-12 | 1 | -0/+3 |
* | Regenerate per request of Gabor Greif (r78628) | Shantonu Sen | 2009-08-11 | 1 | -0/+3 |
* | CMake configuration: find mkdtemp, mkstemp, mktemp. | Douglas Gregor | 2009-07-27 | 1 | -3/+3 |
* | Sketch support for target specific assembly parser. | Daniel Dunbar | 2009-07-17 | 1 | -0/+29 |
* | 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 | 2 | -6/+0 |
* | Regenerate configure after r75279. | Jeffrey Yasskin | 2009-07-10 | 1 | -0/+3 |
* | Add support for other GraphViz display tools. This can help | David Greene | 2009-07-09 | 1 | -0/+24 |
* | Have cmake define HAVE_STRERROR and friends to 1 when they're defined at all. | Jeffrey Yasskin | 2009-07-04 | 1 | -3/+3 |
* | Update configure and config.h.in from r74621. | Jeffrey Yasskin | 2009-07-01 | 1 | -0/+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 |
* | Add a configure test for pthread_getspecific, and use it when building Thread... | Owen Anderson | 2009-06-25 | 1 | -0/+3 |
* | Provide InitializeAllTargets and InitializeNativeTarget functions in the | Bob Wilson | 2009-06-23 | 1 | -20/+20 |
* | 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 |
* | Update auto-generated configuration files | Douglas Gregor | 2009-06-17 | 1 | -0/+3 |
* | Introduce new headers whose inclusion forces linking and | Douglas Gregor | 2009-06-16 | 2 | -0/+57 |
* | Add a configure check for pthread_rwlock_init. | Owen Anderson | 2009-06-16 | 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 |
* | Forgot this file in my last commit. | Owen Anderson | 2009-05-19 | 1 | -0/+3 |
* | termios.h contains the winsize structure we need to determine the | Douglas Gregor | 2009-05-18 | 2 | -0/+6 |
* | Add terminal width detection to llvm::sys::Process. This is needed to | Douglas Gregor | 2009-05-11 | 2 | -1/+7 |
* | CMake: Detects libpthread and sets HAVE_LIBPTHREAD. | Oscar Fuentes | 2009-05-06 | 1 | -1/+1 |
* | CMake: Added cmakedefine for HAVE_PTHREAD_H. | Oscar Fuentes | 2009-05-06 | 1 | -0/+3 |
* | Regenerate. | Nick Lewycky | 2009-04-13 | 1 | -0/+3 |
* | Regenerate. | Nick Lewycky | 2009-03-09 | 1 | -18/+0 |
* | Regenerate. | Nick Lewycky | 2009-03-05 | 1 | -0/+3 |
* | Regenerate. | Nick Lewycky | 2009-02-21 | 1 | -4/+0 |
* | Add mode_t to the config.h generated by cmake on win32. Used by clang. | Cédric Venet | 2009-02-14 | 1 | -0/+3 |
* | Regenerate. | Nick Lewycky | 2009-02-04 | 1 | -0/+6 |
* | Enable PACKAGE_VERSION in cmake builds, this unbreaks the clang build with cm... | Chris Lattner | 2009-01-28 | 1 | -1/+1 |
* | Regenerated configure after backing out 62553 and r62616. | Tanya Lattner | 2009-01-22 | 1 | -6/+0 |
* | Bump to 2.6svn. | Tanya Lattner | 2009-01-22 | 1 | -0/+6 |
* | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman | 2009-01-05 | 1 | -1/+0 |
* | CMake: Remove HAVE_LT_DLOPEN from config.h.cmake because it was | Oscar Fuentes | 2008-11-18 | 1 | -3/+0 |
* | CMake: GetTargetTriple: new module for determining the target | Oscar Fuentes | 2008-10-26 | 1 | -0/+3 |
* | CMake: MSVC++ no longer uses a special configuration method. | Oscar Fuentes | 2008-10-25 | 1 | -9/+21 |
* | Initial support for the CMake build system. | Oscar Fuentes | 2008-09-22 | 1 | -0/+558 |
* | Use C-style comments :) | Anton Korobeynikov | 2008-03-23 | 1 | -2/+2 |
* | Remove use of ltdl | Devang Patel | 2008-02-13 | 1 | -3/+0 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Remove host endianness info from TargetData and | Duncan Sands | 2007-12-12 | 1 | -6/+0 |
* | Fix PR1836: in the interpreter, read and write apints | Duncan Sands | 2007-12-10 | 1 | -0/+6 |
* | Add target triple to include/llvm/Config/config.h.in. Regenerate all files. | Eric Christopher | 2007-12-01 | 1 | -0/+3 |
* | Regenerate. | Gordon Henriksen | 2007-10-03 | 1 | -1/+4 |
* | Fix PR1606: | Reid Spencer | 2007-08-17 | 1 | -0/+3 |