Looks like this test is missing an XFAIL line.
[oota-llvm.git] / Makefile.config.in
2010-06-01 Dan GohmanDelete unused variables (that weren't even getting...
2010-06-01 Dan Gohman-retain-symbols-file is not what it seems. Update the...
2010-05-10 Daniel DunbarAdd new configure option, --disable-timestamps, intende...
2010-05-06 mike-mOverhauled llvm/clang docs builds. Closes PR6613.
2010-04-16 Dan GohmanAdd an autoconf check for -retain-symbols-file and...
2010-04-15 Anton KorobeynikovRevert r100896 and around - this breaks the only mingw3...
2010-04-12 Chris Lattnerwhether we enable dylibs or not depends on the host...
2010-04-09 Chris Lattnersuck the propagating "has dynamic libs" check into...
2010-03-04 Erick TryzelaarRewrite makefiles to explicitly reference DESTDIR to...
2010-02-25 Jeffrey YasskinTry r96559 for the third time. This time the shared...
2010-02-23 Jeffrey YasskinRoll back r96959 again.
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...
2009-12-07 Rafael EspindolaFix typos. Thanks to John Tytgat for noticing it!
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-09-27 Jeffrey YasskinEnable -g with DEBUG_SYMBOLS and --enable-debug-symbols...
2009-09-02 Shantonu SenImprove support for cross-hosted builds of LLVM.
2009-08-18 Anton KorobeynikovThe attached patches attempt to fix cross builds. For...
2009-07-04 Mikhail GlushenkovLLVMC can be now compiled w/o dynamic plugin support.
2009-07-03 Mikhail GlushenkovAdd --enable-llvmc-dynamic configure option.
2009-07-03 Mikhail GlushenkovTrailing whitespace.
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-03-05 Nick LewyckyAutodetect the availability of -export-dynamic in the...
2009-03-03 Nick LewyckySwitch to using -Wl,-R on Solaris.
2009-02-21 Nick LewyckyRemove tests for flex/bison which are no longer needed...
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-09 Misha BrukmanRemoved trailing whitespace from Makefiles.
2008-10-22 Duncan SandsUse spaces rather than tab.
2008-10-21 Torok EdwinFix make check on Solaris 10/x86: the default grep...
2008-10-02 Jim GrosbachAdd support for Canadian Cross builds where the host...
2008-09-02 Daniel DunbarReapply majority of r55557 but with the changes to...
2008-09-02 Matthijs KooijmanRevert r55557, it is causing linking failures on 32bit...
2008-08-30 Daniel DunbarEnable -fvisibility-inlines-hidden by default for compi...
2008-03-31 Gordon HenriksenReverting r48974. See PR2183 for details.
2008-03-31 Erick TryzelaarQuote the ocaml executables
2008-03-10 Gordon HenriksenAdding ocamldoc generation.
2008-01-15 Chris Lattnerimprove compatibility with mingw, patch by Alain Frisch
2007-12-29 Chris Lattnerremove attributions from the rest of the llvm makefiles.
2007-10-02 Gordon HenriksenProviding --with-ocaml-libdir for ./configure. The...
2007-10-02 Gordon HenriksenFixing (harmless) typos.
2007-10-02 Gordon HenriksenAdd explicit --enable-bindings option to configure.
2007-09-29 Gordon HenriksenPR1601: etags not configured correctly
2007-09-20 Gordon HenriksenIncorporating review feedback for GC verifier patch.
2007-09-18 Gordon Henriksengit-svn-id: https://llvm.org/svn/llvm-project/llvm...
2007-07-03 Bill WendlingChange the place where man pages are installed to ...
2007-06-28 David GreeneAdd support for building with _GLIBCXX_DEBUG. New...
2007-04-21 Reid SpencerAdd support for determining which languages the llvm...
2007-03-29 Reid SpencerFor PR789:
2007-01-17 Reid SpencerFor PR739:
2006-12-21 Reid SpencerAdd a new variable, LLVMGCCLIBEXEC to get the libexec...
2006-12-16 Reid SpencerAllow an --enable-pic option to turn on -fPIC compiler...
2006-12-13 Chris LattnerFix a regression that completely broke make install.
2006-12-10 Reid SpencerFor PR739:
2006-12-01 Reid SpencerFor PR1019:
2006-11-17 Reid SpencerUndo removal of the runtime libraries. While this may...
2006-11-16 Reid SpencerIn LLVM 2.0 we won't use the runtime libraries as llvm...
2006-11-05 Reid SpencerGet LLVMGCCARCH right regardless of the llvm-gcc versio...
2006-11-03 Reid SpencerAdd a check to see if HUGE_VAL is sane or not.
2006-08-07 Reid SpencerMake the name of the project consistent with that speci...
2006-08-04 Reid SpencerUpdate the auto* tools: autoconf 2.60, libtool 1.5...
2006-07-28 Reid SpencerFor PR848:
2006-07-27 Reid SpencerChanges to support cross-compiling LLVM. The GenLibDeps...
2006-07-26 Reid SpencerFor PR814:
2006-06-20 Evan ChengAdded --with-extra-options=opts to specify additional...
2006-06-01 Reid SpencerSupport correct build:
2006-04-09 Reid SpencerFix a comment.
2006-04-09 Reid SpencerChange the assertions defaults:
2006-04-07 Reid SpencerFor PR723:
2006-04-06 Reid SpencerFor support of new GCC v4, obtain the full and major...
2006-03-23 Reid SpencerUpdate to llvm-config tool, by Erik Kidd:
2005-12-21 Reid SpencerImplement fix for PR471:
2005-04-22 Reid SpencerTwo changes:
2005-02-24 Reid SpencerFor PR528:
2005-02-16 Reid SpencerRemove the "pax" program from the list of those needed...
2005-01-16 Reid SpencerDon't confuse the LLVM_OBJ_DIR and the PROJ_OBJ_DIR...
2005-01-16 Reid SpencerSeveral changes:
2004-12-31 Reid SpencerFor PR351:
2004-12-22 Reid SpencerFor PR432:
2004-12-16 Reid SpencerAdd CMP and CP configuration variables for the unix...
2004-12-13 Reid SpencerMore properly name bytecode_libdir cferuntime_libdir...
2004-12-08 Reid SpencerRemove last remnants of Python/QMTest support
2004-11-30 Reid SpencerAdd a check for the tclsh program needed by dejagnu...
2004-11-29 Reid Spencer* Get additional configured values into the makefiles
2004-11-25 Reid SpencerRemove HAVE_BZLIB and HAVE_BZIP2. We always have bzip2...
2004-11-07 Reid SpencerAdd the RUNTEST autoconf onfiguration variable for...
2004-11-07 Reid SpencerAdd TARGET_TRIPLE
2004-10-30 Reid SpencerInternalize variable names to prevent recursive assignm...
2004-10-25 Reid SpencerNew Makefile Features:
2004-10-22 Reid SpencerRemove the unused SourceDir variable (use BUILD_SRC_DIR)
2004-10-04 Reid SpencerFix typo in makefile variable name that prevents zlib...
next