aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Config
AgeCommit message (Expand)Author
2009-07-10Regenerate configure after r75279.Jeffrey Yasskin
2009-07-09Add support for other GraphViz display tools. This can helpDavid Greene
2009-07-04Have cmake define HAVE_STRERROR and friends to 1 when they're defined at all.Jeffrey Yasskin
2009-07-01Update configure and config.h.in from r74621.Jeffrey Yasskin
2009-07-01Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes theJeffrey Yasskin
2009-06-26CMake: add configure checks for pthread_rwlock_init and pthread_getspecificDouglas Gregor
2009-06-25Add a configure test for pthread_getspecific, and use it when building Thread...Owen Anderson
2009-06-23Provide InitializeAllTargets and InitializeNativeTarget functions in theBob Wilson
2009-06-23Work around build problem with OpenJDK, which defines X86 as aDouglas Gregor
2009-06-17Define LLVM_NATIVE_ARCH in CMake, so that lli can actually JITDouglas Gregor
2009-06-17Update auto-generated configuration filesDouglas Gregor
2009-06-16Introduce new headers whose inclusion forces linking andDouglas Gregor
2009-06-16Add a configure check for pthread_rwlock_init.Owen Anderson
2009-06-05More portability checks for CMake's config.h.Douglas Gregor
2009-06-04Properly detect malloc_zone_statistics in CMake build systemDouglas Gregor
2009-05-19Forgot this file in my last commit.Owen Anderson
2009-05-18termios.h contains the winsize structure we need to determine theDouglas Gregor
2009-05-11Add terminal width detection to llvm::sys::Process. This is needed toDouglas Gregor
2009-05-06CMake: Detects libpthread and sets HAVE_LIBPTHREAD.Oscar Fuentes
2009-05-06CMake: Added cmakedefine for HAVE_PTHREAD_H.Oscar Fuentes
2009-04-13Regenerate.Nick Lewycky
2009-03-09Regenerate.Nick Lewycky
2009-03-05Regenerate.Nick Lewycky
2009-02-21Regenerate.Nick Lewycky
2009-02-14Add mode_t to the config.h generated by cmake on win32. Used by clang.Cedric Venet
2009-02-04Regenerate.Nick Lewycky
2009-01-28Enable PACKAGE_VERSION in cmake builds, this unbreaks the clang build with cm...Chris Lattner
2009-01-22Regenerated configure after backing out 62553 and r62616.Tanya Lattner
2009-01-22Bump to 2.6svn.Tanya Lattner
2009-01-05Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman
2008-11-18CMake: Remove HAVE_LT_DLOPEN from config.h.cmake because it wasOscar Fuentes
2008-10-26CMake: GetTargetTriple: new module for determining the targetOscar Fuentes
2008-10-25CMake: MSVC++ no longer uses a special configuration method.Oscar Fuentes
2008-09-22Initial support for the CMake build system.Oscar Fuentes
2008-03-23Use C-style comments :)Anton Korobeynikov
2008-02-13Remove use of ltdlDevang Patel
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-12-12Remove host endianness info from TargetData andDuncan Sands
2007-12-10Fix PR1836: in the interpreter, read and write apintsDuncan Sands
2007-12-01Add target triple to include/llvm/Config/config.h.in. Regenerate all files.Eric Christopher
2007-10-03Regenerate.Gordon Henriksen
2007-08-17Fix PR1606:Reid Spencer
2007-07-30Add detection of __dso_handle presence during configure. Use this information...Anton Korobeynikov
2007-07-13Regenerate to pick up Gabor's changes.Reid Spencer
2007-06-29Convert .cvsignore filesJohn Criswell
2007-02-16Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov
2007-01-19Adding disassembler interface and external hook to udis86 library.Anton Korobeynikov
2006-12-18Determine if the -enable-pic option was given.Reid Spencer
2006-12-10Cleaned setjmp/longjmp lowering interfaces. Now we're producing rightAnton Korobeynikov
2006-12-01Define the HAVE_PTHREAD symbol.Reid Spencer