Skip to content
  1. Nov 07, 2003
  2. Nov 05, 2003
  3. Nov 03, 2003
  4. Oct 29, 2003
  5. Oct 28, 2003
  6. Oct 21, 2003
  7. Oct 16, 2003
  8. Oct 10, 2003
  9. Oct 07, 2003
  10. Oct 02, 2003
  11. Sep 18, 2003
  12. Sep 16, 2003
  13. Sep 15, 2003
  14. Sep 11, 2003
  15. Sep 10, 2003
  16. Sep 09, 2003
    • John Criswell's avatar
      Updated to find source files using VPATH. This makes writing build rules · ded9899d
      John Criswell authored
      much cleaner and easier.
      Labeled .td as a suffix for tblgen files in Makefile.rules.
      Modified build rules so that source files generated during the build are placed
      in the build directory and not the source directory (and not in a Debug
      directory).  This makes the system cleaner and allows us to have a read-only
      source tree.
      
      llvm-svn: 8424
      ded9899d
  17. 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
  18. Aug 29, 2003
  19. Aug 28, 2003
  20. Aug 27, 2003
  21. Aug 23, 2003
  22. Aug 22, 2003
  23. Aug 21, 2003
  24. 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
  25. Aug 18, 2003
Loading