These have been removed
[oota-llvm.git] / Makefile.rules
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.
2004-09-16 John CriswellAdd dependencies so that project tools are recompiled...
2004-09-07 Brian GaekeUse libtool, not mklib (which somehow doesn't get gener...
2004-09-05 Reid SpencerAdd LLVMC as a supported tool.
2004-09-03 Reid SpencerGet rid of an un-needed and un-used GCCism. ATTR_DEPREC...
2004-08-20 Reid SpencerRemove even the slightest chance of a race condition...
2004-08-20 Reid SpencerAdded a set of rules for installing configuration files...
2004-07-21 Misha Brukman* Uncomment rule for location of LLI (formerly commente...
2004-07-21 Brian GaekeMove LLVM tool definitions to Makefile.rules
2004-07-08 Chris LattnerReally, it is not necessary to recompile all files...
2004-06-08 Brian GaekeExplicitly specify libtool tag "CXX" so that if you...
2004-06-01 Chris LattnerMake tool names end with .exe on windows. This isn...
2004-05-21 Misha BrukmanPass the Makefile flags to recursive makes in {PARALLEL...
2004-05-21 Misha BrukmanPass given flags on to recursive sub-makes.
2004-05-20 Alkis EvlogimenosChange DEPRECATED macro to ATTR_DEPRECATED as this...
2004-04-24 Misha BrukmanStandardize header comments of top-level Makefiles.
2004-03-10 Brian GaekeAdd support for 'install-bytecode' target, used for...
2004-02-13 Alkis EvlogimenosDefine DEPRECATED so that it can be used in function...
2004-02-09 Brian GaekeFix bug in installation process: MKDIR must respect...
2004-02-04 Brian GaekeAlways replace instead of appending when creating archi...
2004-01-22 Brian GaekeMove bytecode_libdir def'n to Makefile.config.in from...
2004-01-22 Brian GaekeMove support for building tags database from Makefile...
2004-01-21 Brian GaekeGive the ".../llvm-gcc/bytecode-libs" directory a varia...
2004-01-21 Brian GaekeAdd DESTDIR support for installation, to support RPM...
2004-01-21 Brian GaekeMaybe Misha isn't so buggy after all. He caught the...
2004-01-21 Brian GaekeRemember, SHLIBEXT begins with a period.
2004-01-21 Brian GaekeModified version of patch from mkahl@apple.com to stop...
2004-01-16 Brian GaekeTake settings of LCC and LCC1XX from configure.
2004-01-16 Brian GaekeI'm fairly certain this was just a typo.
2003-12-29 John CriswellAllow C++ programs to end in .cc. This allows C++...
2003-12-18 Brian GaekeAdd install target for libraries.
2003-12-10 Brian GaekeAdd support for installing tool executables.
2003-12-06 Chris LattnerStop using the -fshort-enum compile option
2003-12-01 Chris LattnerMake stripped-bytecode a recursive target
2003-11-29 Chris LattnerSimplify some rules
2003-11-25 John CriswellAll directory targets now install the Makefile only...
2003-11-25 John CriswellAdded a pseudo-hack: The Makefile now copies Makefiles...
2003-11-24 John CriswellModified directory building rules so that using the...
2003-11-11 Misha BrukmanShorten the "updating Makefile" status print-out.
2003-11-09 Misha BrukmanIf the source tree's Makefile is more up-to-date, copy...
2003-11-08 Chris LattnerFix broken makefile dependency generation
2003-11-07 Chris LattnerFix a really bad build problem for users who have ...
2003-11-05 Misha BrukmanOutput only the .y filename, not the full path to it...
2003-11-03 John CriswellModified build rules so that a messages appears before...
2003-10-29 Dinakar DhurjatiFixed LinkO, LinkP error in TOOLLINKOPTSB
2003-10-29 Dinakar DhurjatiAdded TOOLLINKOPTSB to pass options to the linker ...
2003-10-28 Brian GaekeAdd __STDC_LIMIT_MACROS here.
2003-10-21 Chris LattnerWhen linking the runtime libraries, do not link -lc...
2003-10-21 John CriswellAdded LLVM copyright notice.
2003-10-16 John CriswellAdded autoconf support for the sample project.
2003-10-10 Misha BrukmanPrint out just the filename being compiled/linked,...
2003-10-10 Chris LattnerMake the message stand out more
2003-10-07 Misha BrukmanDepend on config.status instead of config.h, because...
2003-10-07 John CriswellAdded targets that force users to re-run autoconf when...
2003-10-02 John CriswellFixed the conditional targets for postscript files...
2003-09-18 John CriswellChanged the empty rule for .h files. The rule needs...
2003-09-15 Chris LattnerPut llvm .bc files into the BytecodeObj subdirectory...
next