aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Config
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add detection of __dso_handle presence during configure. Use this information...Anton Korobeynikov2007-07-301-0/+3
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-182-0/+614