Rename some ocaml functions.
[oota-llvm.git] / autoconf /
2010-03-02 Eric ChristopherMove the docsdir to /usr/share/doc/llvm to match other...
2010-03-02 Eric ChristopherMake sure we save CXXFLAGS before setting it as pedanti...
2010-02-25 John CriswellAdded SAFECode (safecode) to the list of projects to...
2010-02-25 Jeffrey YasskinTry r96559 for the third time. This time the shared...
2010-02-24 Chris Lattnerfix PR5954, patch by Roman Divacky.
2010-02-23 Jeffrey YasskinRoll back r96959 again.
2010-02-23 Wesley PeckAdding the MicroBlaze backend.
2010-02-23 Jeffrey YasskinRoll r96559 forward again, adding libLLVM-2.7svn.so...
2010-02-23 Daniel DunbarInitial configure support for using Clang as the LLVM...
2010-02-23 Daniel DunbarKill off unused LLVMGCCLIBEXEC make variable.
2010-02-23 Daniel DunbarKill off LLVMGCCARCH and LLVMGCC_VERSION make variables.
2010-02-23 Daniel DunbarKill off LLVMGCC_MAJVERS make variable.
2010-02-18 Jeffrey YasskinRoll back the shared library, r96559. It broke two...
2010-02-18 Jeffrey YasskinAdd a shared library for LLVM, named libLLVM2.7svn...
2010-02-09 Jeffrey YasskinMake --disable-libffi work on systems with libffi insta...
2010-02-03 Jeffrey YasskinReconfigure with autoconf-2.60, and fix autoconf.ac...
2010-01-26 Torok EdwinRemove unneeded checks from configure.ac.
2010-01-26 Torok EdwinFix autoconf 2.65 warning (don't use _cv_ inside AC_CAC...
2010-01-05 Anton KorobeynikovProper deduce z/System LLVM target from target triple...
2009-12-07 Rafael EspindolaFix typos. Thanks to John Tytgat for noticing it!
2009-11-25 Daniel DunbarAdd CMake and configure logic to create llvm/Config...
2009-11-19 Edward O'Callaghanautoconf config.* claims to not know about auroraux...
2009-11-16 Rafael EspindolaAdd configure options for specifying where to look...
2009-11-12 Rafael EspindolaAdd the --with-c-include-dirs to llvm's configure.
2009-11-04 Daniel Dunbarconfigure: Add --with-optimize-option, for setting...
2009-10-26 Julien LerougeAdd an autoconf test to check for optional compiler...
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-10-14 Edward O'CallaghanUndo pthread patch from rev. 83930 & 83823. Credit...
2009-10-14 Edward O'CallaghanProvide AuroraUX triple support in configure. Credit...
2009-10-12 Edward O'CallaghanHaiku porting patches, Credit to Paul Davey.
2009-10-07 Jeffrey YasskinFix the OProfile part of PR5018. This fixes --without...
2009-09-29 Nick LewyckyFix configure bug that only shows up in a clean build...
2009-09-29 Nick LewyckyOn Linux, uname -m reports the kernel type. Some Linux...
2009-09-27 Jeffrey YasskinEnable -g with DEBUG_SYMBOLS and --enable-debug-symbols...
2009-09-27 Nick LewyckyLeave a pointer to the documentation so that people...
2009-09-25 Jeffrey YasskinFix a compile failure introduced by r82675 on MinGW...
2009-09-23 Jeffrey YasskinPR4047: Permit configure --enable-targets=host,cpp...
2009-09-18 Mike StumpUpdate to latest versions of config.guess and config...
2009-09-14 Eric ChristopherEnable the jit for llvm-config.
2009-08-28 Torok Edwininstall-sh chmods to 0755 by default, and this causes...
2009-08-27 Gabor Greifre-apply r80197, now that iterator.h is not mentioned...
2009-08-27 Bill Wendling--- Reverse-merging r80147 into '.':
2009-08-26 Gabor Greifnobody includes llvm/ADT/iterator.h any more,
2009-08-25 Gabor Greifrevert r78628 and r78803 as these are not needed any...
2009-08-24 Daniel DunbarRemove alloca config.h support.
2009-08-22 Tanya LattnerUpdate copyright date.
2009-08-22 Tanya LattnerTOT is now 2.7svn
2009-08-18 Anton KorobeynikovThe attached patches attempt to fix cross builds. For...
2009-08-13 Misha Brukman* Moved all tool version requirements to the same place
2009-08-13 Misha BrukmanConverted tabs to spaces.
2009-08-11 Gabor GreifLay the groundwork for my upcoming ilist sentinel shrin...
2009-08-02 Jakob Stoklund OlesenBuild Blackfin target with autoconf and cmake.
2009-07-24 Dan GohmanRemove the IA-64 backend.
2009-07-17 Daniel DunbarFix typo
2009-07-17 Daniel DunbarSketch support for target specific assembly parser.
2009-07-16 Anton KorobeynikovLet's start another backend :)
2009-07-14 Dan GohmanLLVM doesn't use libelf. Remove libelf configurey.
2009-07-10 Jeffrey YasskinAdd a --with-oprofile flag to configure, which uses...
2009-07-09 David GreeneAdd support for other GraphViz display tools. This...
2009-07-04 Mikhail GlushenkovLLVMC can be now compiled w/o dynamic plugin support.
2009-07-04 Mikhail GlushenkovLLVMC doesn't need ENABLE_PIC to build now.
2009-07-03 Mikhail GlushenkovAdd --enable-llvmc-dynamic configure option.
2009-07-03 Mikhail GlushenkovTrailing whitespace.
2009-07-01 Jeffrey YasskinAdd a portable strerror*() wrapper, llvm::sys::StrError...
2009-06-25 Owen AndersonAdd a configure test for pthread_getspecific, and use...
2009-06-23 Douglas GregorWork around build problem with OpenJDK, which defines...
2009-06-17 Douglas GregorDefine LLVM_NATIVE_ARCH in llvm/Config/config.h to...
2009-06-17 Owen AndersonAdd an atomic increment and decrement implementation...
2009-06-16 Douglas GregorIntroduce new headers whose inclusion forces linking and
2009-06-16 Owen AndersonAdd a configure check for pthread_rwlock_init.
2009-06-06 Nick LewyckyAdd a flag to permit disabling libffi.
2009-05-19 Owen AndersonSplit the ENABLE_THREADS #define in two. Now ENABLE_TH...
2009-05-18 Owen AndersonTest for the presence of GCC atomic builtins at configu...
2009-05-18 Douglas Gregortermios.h contains the winsize structure we need to...
2009-05-13 Duncan SandsFix typo.
2009-05-11 Douglas GregorAdd terminal width detection to llvm::sys::Process...
2009-05-03 Anton KorobeynikovDummy MSP430 backend
2009-04-21 Mikhail GlushenkovSupport --with-llvmgccdir and friends in llvmc, take 2.
2009-04-18 Bill WendlingRevert 69474 and 69475. They are causing failures durin...
2009-04-18 Mikhail GlushenkovAdd a configure check for llvm-gcc (reapply).
2009-04-18 Nick LewyckyGeneralize to support more ARM types.
2009-04-18 Nick LewyckyDetect beagleboard as ARM. The $target is "armv7l".
2009-04-18 Bill WendlingTemporarily revert r69438 and r69439. These were causin...
2009-04-18 Mikhail GlushenkovAdd a configure check for llvm-gcc.
2009-04-17 David GreeneAdd a --enable-profiling option to configure to build...
2009-04-13 Nick LewyckyLink against libffi if available, fall back to "no...
2009-04-01 Nick LewyckyDetect that we're building from a git checkout like...
2009-03-12 Bill WendlingRevert r66765 and r66766. These were causing build...
2009-03-12 Nick LewyckySet ARCH to x86 on mixed 32/64-bit Linux systems.
2009-03-09 Nick LewyckyRemove configurey-fu to autodetect hash_map and hash_se...
2009-03-05 Nick LewyckyAutodetect the availability of -export-dynamic in the...
2009-03-03 Nick LewyckySwitch to using -Wl,-R on Solaris.
2009-02-26 Chris LattnerSearch for the export map in a place that it can be...
2009-02-21 Nick LewyckyRemove tests for flex/bison which are no longer needed...
2009-02-19 Nick LewyckyDefault to building with position independent code...
2009-02-04 Nick LewyckyReapply patch from r62553, with a fix to avoid looking...
2009-02-03 Nick LewyckyAdd the ability to pass the path to binutils source...
2009-01-22 Tanya LattnerRevert r62553 and r62616 due to issues with portability.
2009-01-22 Tanya LattnerBump to 2.6svn.
2009-01-20 Nick LewyckyMake the Interpreter use libffi if it's available....
next