Minor technical correction in documentation.
[oota-llvm.git] / Makefile.rules
2005-02-09 Chris LattnerFix installation of configured headers when objdir...
2005-02-04 Chris LattnerAdd support for .cc and .hpp files. Patch contributed...
2005-02-02 Alkis EvlogimenosAdd variable for bugpoint.
2005-01-28 Reid SpencerFix some typos in the Makefile.rules.
2005-01-16 Reid SpencerSeveral changes:
2005-01-14 Reid SpencerAllow the Echo and EchoCmd variables to be overridden.
2005-01-11 Reid SpencerImplement the LOADABLE_MODULE option when building...
2005-01-07 Chris LattnerX86 JIT requires the selection dag library.
2005-01-03 John CriswellQuote the paths and not the assignment of the PATH...
2005-01-03 John CriswellJoining the quote fray...
2005-01-03 Reid SpencerRe-apply last (reverted) patch. Reverting doesn't solve...
2005-01-03 Jeff CohenDon't quote the PATH variable value just in case it...
2005-01-02 Reid SpencerAvoid use of -fomit-frame-pointer on FreeBSD platforms...
2005-01-02 Reid SpencerQuote the PATH variable value just in case it has space...
2004-12-28 Reid SpencerCorrect the name of the variable for the LLVM examples...
2004-12-27 Reid SpencerMake it possible to reconfigure a project as well as...
2004-12-24 Reid SpencerMake sure llvm-g++ gets the right path for the llvm...
2004-12-24 Reid SpencerTwo corrections:
2004-12-22 Reid SpencerFor PR432:
2004-12-17 Reid SpencerComplete the implementation of the spotless rule and...
2004-12-16 Chris LattnerX86 doesn't actually use SelectionDAG yet.
2004-12-16 Reid SpencerSome minor upgrades
2004-12-16 Chris LattnerFactor all of the .inc : .inc.tmp rules into one.
2004-12-16 Chris LattnerAdd spaces between rule groups to make it more obvious...
2004-12-16 Chris LattnerWhen tblgen changes, regenerate all .inc files, but...
2004-12-16 Reid SpencerAdd a "make spotless" rule for environments with BUILD_...
2004-12-16 Reid SpencerGet rid of extraneous dependencies on $(BUILT_SOURCES...
2004-12-16 Reid SpencerFix a major bug with BUILT_SOURCES. You actually have...
2004-12-16 Reid SpencerRevert last patch which breaks PowerPC target because...
2004-12-15 Chris LattnerMake %'s a bit more explicit
2004-12-15 Chris LattnerMake archive rules properly depend on llvm-ar.
2004-12-14 Reid SpencerFix the default install directory of modules from ...
2004-12-13 Alkis EvlogimenosFix typo.
2004-12-13 Alkis EvlogimenosAdd llvm tool variables.
2004-12-13 Reid SpencerFinish the implementation of the BYTECODE_DESTINATION...
2004-12-13 Reid SpencerImplement a new feature, BYTECODE_DESTINATION, to allow...
2004-12-13 Reid SpencerMake sure the archive doesn't have to exist before...
2004-12-13 Reid SpencerAlways remove bytecode archives so that path mismatches...
2004-12-10 Reid SpencerFix output for Flexing to not print full path of source.
2004-12-08 Reid SpencerImplement the LLVM_DO_NOT_BUILD feature. If a file...
2004-12-08 Reid SpencerRemove -Woverloaded-virtual usage that was committed...
2004-12-08 Reid SpencerRemove variables that are not used by any of the LLVM...
2004-12-06 Reid SpencerAdd the check target so all projects can have this
2004-12-05 Reid SpencerProvide a variable to compute where the libstdc++.a is
2004-12-05 Reid SpencerAdd ability to make a single bytecode module from others
2004-12-04 Reid SpencerGetting dist-check to work:\
2004-12-03 Chris LattnerRemove all recursive check support from Makefile.rules
2004-12-03 Chris Lattner'make check' at the top level shouldn't recurse through...
2004-12-03 Reid SpencerResurrect the install-bytecode target for installing...
2004-12-03 Reid SpencerPass -strip-debug to gccas when bytecode libraries...
2004-12-02 Chris LattnerQuiet!
2004-12-02 Reid SpencerFor PR466:
2004-11-29 Chris LattnerMake built bytecode libraries depend on gccas/gccld...
2004-11-29 Reid SpencerAllow reconfig from any directory, not just the top...
2004-11-29 Reid SpencerIncorporate tools/Makefile.JIT
2004-11-29 Reid Spencer* Allow date command to be printed in verbose mode
2004-11-23 Reid SpencerAllow configuration files to be themselves configured...
2004-11-18 Reid SpencerDuh, put tools in *bin* directory, not *tools* director...
2004-11-18 Reid SpencerFix PR456:\
2004-11-17 Reid SpencerFix PR458:
2004-11-14 Reid SpencerAdd a command for using llvm-ar correctly.
2004-11-12 Reid Spencer* Clean up all the shared library output on uninstall
2004-11-08 Reid SpencerImplement and document the TOOL_VERBOSE option that...
2004-11-02 Reid Spencer* New Recursive Target: clean-all. This target will...
2004-11-02 Reid Spencer* New Recursive Target: clean-all
2004-11-01 Reid SpencerEliminate redundant variable definition. Rename Configu...
2004-11-01 Chris LattnerWhen compiling a file, indicate what build it is for
2004-10-31 Reid SpencerGet the shared library extension right on all platforms...
2004-10-31 Reid SpencerFix output for building shared libraries per Chris...
2004-10-31 Reid SpencerActually use the correct variable name for building...
2004-10-30 Reid SpencerInternalize variable names to prevent recursive assignm...
2004-10-29 Reid SpencerDon't modify user vars because they will get passed...
2004-10-29 Reid SpencerMake the list of automatic Makefile* files updated...
2004-10-29 Chris LattnerThis line breaks FreeBSD and apparently isn't useful...
2004-10-28 Reid SpencerBug Fixes:
2004-10-28 Reid SpencerMake parallel "install" and "uninstall" targets not...
2004-10-28 Reid SpencerBug Fixes:
2004-10-27 Reid SpencerFix auto-reconfigure bug: make sure we actually reconfi...
2004-10-27 Reid SpencerGet the *.inc files to depend on tblgen so if tblgen...
2004-10-26 Reid SpencerMake sure that Makefile.rules and Makefile.config.in...
2004-10-26 Reid SpencerCleanup/Fixes:
2004-10-26 Chris LattnerUnless someone seriously objects, I don't think we...
2004-10-26 Reid Spencer* Implement the "dist-check" target that verifies the...
2004-10-26 Chris LattnerGive a useful hint
2004-10-25 Reid SpencerNew Makefile Features:
2004-10-24 Reid SpencerFix uninstall from rebuilding everything (wrong dependency)
2004-10-24 Reid SpencerImplemented New Features:
2004-10-24 Reid SpencerMake the $(OBJDIR) go away on clean-local.
2004-10-23 Reid SpencerSeveral Changes:
2004-10-23 Reid Spencer* Actually ignore build errors in optional directories
2004-10-22 Reid SpencerMake sure that we don't set up a circular dependency...
2004-10-22 Misha BrukmanPull in Target.td using absolute path from source root...
2004-10-22 Reid SpencerShorten the rules, speed it up, correct library contruc...
2004-10-11 Misha BrukmanFix grammar
2004-10-07 Chris LattnerDon't add libz or libbz2 to the USEDLIBS lists, those...
2004-10-04 Reid SpencerProvide support for auto-detection and use of compressi...
2004-09-28 John CriswellCorrected spelling of Makefile variable, thereby re...
2004-09-23 Reid SpencerMissed one $*.a -> $@ conversion for the Release build.
2004-09-23 Reid SpencerCorrect the rules for making shared libraries per libto...
2004-09-20 Reid Spencerlibtool's name is now back to mklib.
next