summaryrefslogtreecommitdiff
path: root/include/llvm/Config
Commit message (Expand)AuthorAge
* re-apply r80197, now that iterator.h is not mentioned any moreGabor Greif2009-08-27
* --- Reverse-merging r80147 into '.':Bill Wendling2009-08-27
* Regenerate configureDouglas Gregor2009-08-26
* revert r78628 and r78803 as these are not needed any moreGabor Greif2009-08-25
* Remove alloca config.h support.Daniel Dunbar2009-08-24
* Remove include/llvm/Config/alloca.h, it is dead.Daniel Dunbar2009-08-24
* here comes the CMAKE part on LLVM_COMPACT_SENTINELS; see also r78628 and r78661Gabor Greif2009-08-12
* Regenerate per request of Gabor Greif (r78628)Shantonu Sen2009-08-11
* CMake configuration: find mkdtemp, mkstemp, mktemp.Douglas Gregor2009-07-27
* Sketch support for target specific assembly parser.Daniel Dunbar2009-07-17
* Implement cmake LLVM_MULTITHREADED gcc atomic builtin checks.Xerxes Ranby2009-07-17
* LLVM doesn't use libelf. Remove libelf configurey.Dan Gohman2009-07-14
* Regenerate configure after r75279.Jeffrey Yasskin2009-07-10
* Add support for other GraphViz display tools. This can helpDavid Greene2009-07-09
* Have cmake define HAVE_STRERROR and friends to 1 when they're defined at all.Jeffrey Yasskin2009-07-04
* Update configure and config.h.in from r74621.Jeffrey Yasskin2009-07-01
* Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes theJeffrey Yasskin2009-07-01
* CMake: add configure checks for pthread_rwlock_init and pthread_getspecificDouglas Gregor2009-06-26
* Add a configure test for pthread_getspecific, and use it when building Thread...Owen Anderson2009-06-25
* Provide InitializeAllTargets and InitializeNativeTarget functions in theBob Wilson2009-06-23
* Work around build problem with OpenJDK, which defines X86 as aDouglas Gregor2009-06-23
* Define LLVM_NATIVE_ARCH in CMake, so that lli can actually JITDouglas Gregor2009-06-17
* Update auto-generated configuration filesDouglas Gregor2009-06-17
* Introduce new headers whose inclusion forces linking andDouglas Gregor2009-06-16
* Add a configure check for pthread_rwlock_init.Owen Anderson2009-06-16
* More portability checks for CMake's config.h.Douglas Gregor2009-06-05
* Properly detect malloc_zone_statistics in CMake build systemDouglas Gregor2009-06-04
* Forgot this file in my last commit.Owen Anderson2009-05-19
* termios.h contains the winsize structure we need to determine theDouglas Gregor2009-05-18
* Add terminal width detection to llvm::sys::Process. This is needed toDouglas Gregor2009-05-11
* CMake: Detects libpthread and sets HAVE_LIBPTHREAD.Oscar Fuentes2009-05-06
* CMake: Added cmakedefine for HAVE_PTHREAD_H.Oscar Fuentes2009-05-06
* Regenerate.Nick Lewycky2009-04-13
* Regenerate.Nick Lewycky2009-03-09
* Regenerate.Nick Lewycky2009-03-05
* Regenerate.Nick Lewycky2009-02-21
* Add mode_t to the config.h generated by cmake on win32. Used by clang.Cedric Venet2009-02-14
* Regenerate.Nick Lewycky2009-02-04
* Enable PACKAGE_VERSION in cmake builds, this unbreaks the clang build with cm...Chris Lattner2009-01-28
* Regenerated configure after backing out 62553 and r62616.Tanya Lattner2009-01-22
* Bump to 2.6svn.Tanya Lattner2009-01-22
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-05
* CMake: Remove HAVE_LT_DLOPEN from config.h.cmake because it wasOscar Fuentes2008-11-18
* CMake: GetTargetTriple: new module for determining the targetOscar Fuentes2008-10-26
* CMake: MSVC++ no longer uses a special configuration method.Oscar Fuentes2008-10-25
* Initial support for the CMake build system.Oscar Fuentes2008-09-22
* Use C-style comments :)Anton Korobeynikov2008-03-23
* Remove use of ltdlDevang Patel2008-02-13
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Remove host endianness info from TargetData andDuncan Sands2007-12-12