Merging r259346 (with adjustments for r258867):
[oota-llvm.git] / Makefile.config.in
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...
2004-10-04 Reid SpencerProvide support for auto-detection and use of compressi...
2004-09-07 Brian GaekePAPI is not used here.
2004-09-07 Reid SpencerRemove variables and tests that were specific to the...
2004-08-02 John CriswellSet a variable so that we can find the python interpreter.
2004-06-17 Misha BrukmanSince the Great LLVM Tool Renaming(tm), we no longer...
2004-06-01 John CriswellAdded the EXEEXT variable so that Makefiles can figure...
2004-04-24 Misha BrukmanStandardize header comments of top-level Makefiles.
2004-03-10 Brian GaekeFix up a seriously outdated comment.
2004-02-25 Alkis EvlogimenosFix typo. I wonder how this actually worked.
2004-02-25 Alkis EvlogimenosComplete the SPEC_ROOT and USE_SPEC to SPEC2000_ROOT...
2004-02-20 John CriswellAdded the POVRAY_ROOT to locate Povray.
2004-02-13 John CriswellAdded check for target machine endian-ness and put...
2004-02-10 John CriswellAdded support for configuring SPEC95.
2004-01-22 Brian GaekeMove bytecode_libdir def'n to Makefile.config.in from...
2004-01-22 Brian GaekeGet autoconf'd ETAGSFLAGS value from configure.
2004-01-21 Brian GaekeGet SHLIBEXT variable from configure script.
2004-01-16 Brian GaekeRemove some whitespace and fix up some comments.
2004-01-13 Brian GaekeRemove and/or shorten many comments in configure.ac.
2004-01-12 John CriswellThe configure script now defines BISON as the name...
2003-12-10 Brian GaekeAdd installation directories and commands, standardly...
2003-09-11 John CriswellFixed SPEC so that it would run correctly with the...
2003-09-06 John CriswellCheckin of autoconf-style object root.
2003-07-22 John CriswellUpdated to use files within the autoconf subdirectory.
2003-07-02 Misha BrukmanThe word `open' was really intended to be `option'.
2003-07-02 John CriswellRemoved the --enable-profiling option.
2003-07-02 John CriswellRemoved the CPPFLAGS and CFLAGS variables since the...
2003-07-01 John CriswellAdded the ARCH variable so that some of the Makefiles...
2003-07-01 John CriswellThe Makefile now adds autoconf information to the compi...
2003-06-30 Chris LattnerFix verbose support bug
2003-06-30 John CriswellRemoved the LIBS environment variable as it interferes...
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...