Skip to content
  1. Oct 21, 2003
  2. Sep 10, 2003
    • John Criswell's avatar
      Don't explicitly use $SourceDir to find the tblgen files. This causes make · 732ae945
      John Criswell authored
      some confusion when trying to generate files (it probably couldn't tell that
      ./file and $(SourceDir)/file may be the same file).
      Now, just let VPATH find everything, and list the primary tblgen file first in
      the list of dependencies so that we can just use $< to reference it in the make
      rule.
      
      This should hopefully fix the nightly tester.
      
      llvm-svn: 8433
      732ae945
  3. 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
  4. Sep 06, 2003
  5. Aug 21, 2003
  6. Aug 01, 2003
  7. Jul 30, 2003
  8. Jun 30, 2003
  9. Jun 11, 2003
  10. Jun 03, 2003
  11. Jun 01, 2003
  12. May 30, 2003
  13. May 29, 2003
  14. May 28, 2003
  15. May 27, 2003
  16. Sep 23, 2002
  17. Aug 13, 2002
  18. Jul 25, 2002
  19. May 21, 2002
    • Mehwish Nagda's avatar
      · 4dbcec42
      Mehwish Nagda authored
      Fixed the makefile to not die when compiling a new, empty, source directory
      
      llvm-svn: 2688
      4dbcec42
  20. Feb 11, 2002
  21. Oct 18, 2001
  22. Oct 17, 2001
  23. Oct 14, 2001
  24. Sep 19, 2001
  25. Sep 15, 2001
  26. Sep 14, 2001
Loading