Skip to content
  1. Jan 09, 2009
  2. Dec 29, 2007
  3. Feb 14, 2005
  4. Jan 16, 2005
  5. Oct 30, 2004
  6. Apr 24, 2004
  7. Oct 21, 2003
  8. Sep 06, 2003
    • John Criswell's avatar
      Checkin of autoconf-style object root. · 0a6e6aaf
      John Criswell authored
      Moved Makefile.common to Makefile.rules.  This makes project Makefiles easier
      to support, and allows for easier overriding of default configuration values
      that used to be in Makefile.common.
      Modified Makefile.config.in to determine paths for directories (like
      LLVM_SRC_ROOT) and to use the pwd binary as opposed to the shell builtin (this
      works better for symbolic links).
      
      llvm-svn: 8377
      0a6e6aaf
  9. Aug 29, 2003
  10. Aug 28, 2003
  11. Aug 27, 2003
  12. Aug 23, 2003
  13. Aug 22, 2003
  14. Aug 21, 2003
  15. Aug 20, 2003
    • John Criswell's avatar
      Modified the SUFFIXES pseudo targets so that we remove all default suffixes · 816deb77
      John Criswell authored
      and explicitly declare all the ones we're using for LLVM.
      This quickly cancels many of GNU Make's implicit rules and reduces build time.
      The only caveat is that any new suffixes may need to be explictly added to
      the .SUFFIXES pseudo target.
      
      Removed the -only-static option as it is no longer used.
      
      llvm-svn: 7979
      816deb77
  16. Aug 18, 2003
  17. Aug 15, 2003
  18. Aug 14, 2003
  19. Aug 12, 2003
    • John Criswell's avatar
      Merged in changes between PRE11_ROOT and LLVM_PRE111 (i.e. the beginning of · 48ecca60
      John Criswell authored
      the pre-release 1.1 branch and pre-release 1.1.1).
      Made the USE_SPEC option work.
      Silenced unnecessary error output from the cmp command when checking for
      updates to lex/yacc generated files.  This fixes a problem where we get error
      messages the first time the file is generated.
      Fixed the distclean option.  It is now in the Makefile (i.e. only runs in the
      top level source directory), removes more files, and plays nicely with
      external project Makefiles.
      
      llvm-svn: 7780
      48ecca60
  20. Aug 06, 2003
  21. Aug 05, 2003
  22. Aug 04, 2003
  23. Jul 31, 2003
  24. Jul 23, 2003
  25. Jul 16, 2003
  26. Jul 14, 2003
Loading