aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Config
Commit message (Expand)AuthorAgeFilesLines
* Remove alloca config.h support.Daniel Dunbar2009-08-242-30/+0
* Remove include/llvm/Config/alloca.h, it is dead.Daniel Dunbar2009-08-241-49/+0
* here comes the CMAKE part on LLVM_COMPACT_SENTINELS; see also r78628 and r78661Gabor Greif2009-08-121-0/+3
* Regenerate per request of Gabor Greif (r78628)Shantonu Sen2009-08-111-0/+3
* CMake configuration: find mkdtemp, mkstemp, mktemp.Douglas Gregor2009-07-271-3/+3
* Sketch support for target specific assembly parser.Daniel Dunbar2009-07-171-0/+29
* Implement cmake LLVM_MULTITHREADED gcc atomic builtin checks.Xerxes Ranby2009-07-171-0/+3
* LLVM doesn't use libelf. Remove libelf configurey.Dan Gohman2009-07-142-6/+0
* Regenerate configure after r75279.Jeffrey Yasskin2009-07-101-0/+3
* Add support for other GraphViz display tools. This can helpDavid Greene2009-07-091-0/+24
* Have cmake define HAVE_STRERROR and friends to 1 when they're defined at all.Jeffrey Yasskin2009-07-041-3/+3
* Update configure and config.h.in from r74621.Jeffrey Yasskin2009-07-011-0/+3
* Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes theJeffrey Yasskin2009-07-011-2/+5
* CMake: add configure checks for pthread_rwlock_init and pthread_getspecificDouglas Gregor2009-06-261-0/+6
* Add a configure test for pthread_getspecific, and use it when building Thread...Owen Anderson2009-06-251-0/+3
* Provide InitializeAllTargets and InitializeNativeTarget functions in theBob Wilson2009-06-231-20/+20
* Work around build problem with OpenJDK, which defines X86 as aDouglas Gregor2009-06-231-1/+1
* Define LLVM_NATIVE_ARCH in CMake, so that lli can actually JITDouglas Gregor2009-06-171-0/+3
* Update auto-generated configuration filesDouglas Gregor2009-06-171-0/+3
* Introduce new headers whose inclusion forces linking andDouglas Gregor2009-06-162-0/+57
* Add a configure check for pthread_rwlock_init.Owen Anderson2009-06-161-0/+3
* More portability checks for CMake's config.h.Douglas Gregor2009-06-051-4/+4
* Properly detect malloc_zone_statistics in CMake build systemDouglas Gregor2009-06-041-1/+1
* Forgot this file in my last commit.Owen Anderson2009-05-191-0/+3
* termios.h contains the winsize structure we need to determine theDouglas Gregor2009-05-182-0/+6
* Add terminal width detection to llvm::sys::Process. This is needed toDouglas Gregor2009-05-112-1/+7
* CMake: Detects libpthread and sets HAVE_LIBPTHREAD.Oscar Fuentes2009-05-061-1/+1
* CMake: Added cmakedefine for HAVE_PTHREAD_H.Oscar Fuentes2009-05-061-0/+3
* Regenerate.Nick Lewycky2009-04-131-0/+3
* Regenerate.Nick Lewycky2009-03-091-18/+0
* Regenerate.Nick Lewycky2009-03-051-0/+3
* Regenerate.Nick Lewycky2009-02-211-4/+0
* Add mode_t to the config.h generated by cmake on win32. Used by clang.Cédric Venet2009-02-141-0/+3
* Regenerate.Nick Lewycky2009-02-041-0/+6
* Enable PACKAGE_VERSION in cmake builds, this unbreaks the clang build with cm...Chris Lattner2009-01-281-1/+1
* Regenerated configure after backing out 62553 and r62616.Tanya Lattner2009-01-221-6/+0
* Bump to 2.6svn.Tanya Lattner2009-01-221-0/+6
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-051-1/+0
* CMake: Remove HAVE_LT_DLOPEN from config.h.cmake because it wasOscar Fuentes2008-11-181-3/+0
* CMake: GetTargetTriple: new module for determining the targetOscar Fuentes2008-10-261-0/+3
* CMake: MSVC++ no longer uses a special configuration method.Oscar Fuentes2008-10-251-9/+21
* Initial support for the CMake build system.Oscar Fuentes2008-09-221-0/+558
* Use C-style comments :)Anton Korobeynikov2008-03-231-2/+2
* Remove use of ltdlDevang Patel2008-02-131-3/+0
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Remove host endianness info from TargetData andDuncan Sands2007-12-121-6/+0
* Fix PR1836: in the interpreter, read and write apintsDuncan Sands2007-12-101-0/+6
* Add target triple to include/llvm/Config/config.h.in. Regenerate all files.Eric Christopher2007-12-011-0/+3
* Regenerate.Gordon Henriksen2007-10-031-1/+4
* Fix PR1606:Reid Spencer2007-08-171-0/+3