1. 919937d Simplify some makefile magic, no functional changes by Chris Lattner · 21 years ago
  2. 781128c Simplified DOTRACING flag. by Vikram S. Adve · 21 years ago
  3. 1239874 Use libinstr.$(ARCH).a instead of libinstr64.a Also, $(RM) needs -f flag. by Vikram S. Adve · 21 years ago
  4. 45983ee Make the TestRunner tests not print out horrible things when they run by Chris Lattner · 21 years ago
  5. d6b7303 Add the test/Scripts directory to the path used by TestRunner by Chris Lattner · 21 years ago
  6. 083de22 New variable which is just the GCCLD tool by Chris Lattner · 21 years ago
  7. baed073 Move llvm tools to the start of the testrunner path, which allows the llvm 'as' by Chris Lattner · 21 years ago
  8. 9b2d262 Just _EXTEND_ the current path. Don't replace it. Replacing it makes it by Chris Lattner · 21 years ago
  9. 246fcca Reconfigured the TOOLS variable so that it points to the current set of tools by John Criswell · 21 years ago
  10. 01e6d2a Updated to use the new Makefile.common. by John Criswell · 21 years ago
  11. bae2876 Modify tracing rules to use opt -trace[m] instead of llc -trace[m]. by Vikram S. Adve · 21 years ago
  12. 24672c3 Improved how tracing can be used: by Vikram S. Adve · 21 years ago
  13. 707af6e Add support for C++ tests by Chris Lattner · 21 years ago
  14. 433f1d8 Add flexibility by Chris Lattner · 21 years ago
  15. a9028e6 Add support for the LLVM C++ frontend by Chris Lattner · 21 years ago
  16. 98abb52 Remove dead makefile code by Chris Lattner · 21 years ago
  17. 5047688 * Remove dead hunk of makefile fragment for dealing with sun compiler by Chris Lattner · 21 years ago
  18. e0d8daa Enable the new C front-end for targets which define LLVMGCCARCH by Chris Lattner · 21 years ago
  19. 37e6f70 -ENABLE_STATS also enables timing by Chris Lattner · 22 years ago
  20. 995663e Add support for make TEST=foo by Chris Lattner · 22 years ago
  21. 332ca6c Jello is going away by Chris Lattner · 22 years ago
  22. 8437f4a Add support for bugpoint by Chris Lattner · 22 years ago
  23. 60afae4 Allow tests to be run with release tools when ENABLE_OPTIMIZED=1 by Chris Lattner · 22 years ago
  24. 8b6c5e4 Expose a LJELLO variable by Chris Lattner · 22 years ago
  25. 5f8bd7d MAke sure llc output is regenerated if the LLC binary changes. by Chris Lattner · 22 years ago
  26. 9551817 Allow production of -stats output for benchmarks by specifying by Chris Lattner · 22 years ago
  27. 76e51a8 Enable buidling of programs on Linux again by Chris Lattner · 22 years ago
  28. 3aaff7e Reenable these options because they break testing on sparc without them. by Chris Lattner · 22 years ago
  29. 90c7d67 Point gccld to the correct library directory. by Chris Lattner · 22 years ago
  30. ecd3546 It turns out that the cannonical name for the llvm-gcc compiler is, well by Chris Lattner · 22 years ago
  31. c63ffc5 Avoid Solaris-specific defines. by Vikram S. Adve · 22 years ago
  32. f9017b8 Eliminate hardcoded paths using LLVMGCCDIR variable. by Vikram S. Adve · 22 years ago
  33. c0c4d70 Tools are now moved into /shared by Chris Lattner · 22 years ago
  34. 65fbd4a Expose the analyzer by Chris Lattner · 22 years ago
  35. 1458cef Remove unneccesary path from link line now by Chris Lattner · 22 years ago
  36. 2a4d8d2 Fix libs and includes for compiling with llc. by Vikram S. Adve · 22 years ago
  37. aef6546 don't delete intermediate files! by Chris Lattner · 23 years ago
  38. 2c024a7 Don't link in library that cannot be found, this should be removed eventually. by Chris Lattner · 23 years ago
  39. c99afb8 Fix out-of-date name. by Vikram S. Adve · 23 years ago
  40. d79b4eb Fix libraries. by Vikram S. Adve · 23 years ago
  41. 9dfdf0f Add var to find GCCLD tool by Chris Lattner · 23 years ago
  42. 6723add Add comments by Chris Lattner · 23 years ago
  43. fbda7a0 Add TESTRUNR var Correctly create directory for .bc target by Chris Lattner · 23 years ago
  44. bafff33 Forgot to force by Chris Lattner · 23 years ago
  45. 296a360 Make gcc tests depend on the part of GCC that actually gets updated. by Chris Lattner · 23 years ago
  46. 52a4e85 More rules checked in by Chris Lattner · 23 years ago
  47. 7476042 Removal of more unnecesary stuff by Chris Lattner · 23 years ago
  48. c89764e Move some makefile stuff to subdirectories by Chris Lattner · 23 years ago
  49. 977fa8d Renamed Makefile.target to Makefile.tests and folded in by Vikram S. Adve · 23 years ago
  50. 2836e8e Added TRACEM option. Use -g when building native code for tests. by Vikram S. Adve · 23 years ago
  51. e5b27bd Use _LOCAL_ gccas to build instead of Chris's by Chris Lattner · 23 years ago
  52. 02b5d13 Overwrite files when linked Remove native files when cleaned by Chris Lattner · 23 years ago
  53. 0ab42dc Distinguish LOCAL_LDFLAGS and LOCAL_LCFLAGS from LOCAL_CFLAGS. by Vikram S. Adve · 23 years ago
  54. 409ffcc Use cc instead of gcc to compile *.native by Vikram S. Adve · 23 years ago
  55. 19560c3 Eliminate cleaning step for individual %.bc files created by our gcc. by Vikram S. Adve · 23 years ago
  56. f87fc32 Took out .clean.bc target. by Vikram S. Adve · 23 years ago
  57. 5efe198 Run cleaning pass only when linking multiple files. by Vikram S. Adve · 23 years ago
  58. 9af7022 Add cleaning pass after linking. by Vikram S. Adve · 23 years ago
  59. 3bc2938 Keep *.s files while we're debugging the native code. by Vikram S. Adve · 23 years ago
  60. e78ea67 Add rule for %.clean.bc. by Vikram S. Adve · 23 years ago
  61. 1f64ad9 Roll back all these changes that have broken Makefile.target again. by Vikram S. Adve · 23 years ago
  62. 4bf36bb Minor fixes by Chris Lattner · 23 years ago
  63. 54b7741 Build .bc from .c better. by Chris Lattner · 23 years ago
  64. 054385a Don't forget to make the clean version. by Chris Lattner · 23 years ago
  65. a46fb6b Really fix Makefile to compile individual tests and Olden codes. by Vikram S. Adve · 23 years ago
  66. 54bc6b3 Reorder paramters to make the command line more easily modifiable by Chris Lattner · 23 years ago
  67. 93ee0a1 Fix makefile to compile olden and main benchmarks by Chris Lattner · 23 years ago
  68. 8448fb5 Make the olden benchmarks compile again by Chris Lattner · 23 years ago
  69. 772d091 Make gcc generate assembly files (%.ll) until Chris has a stable by Vikram S. Adve · 23 years ago
  70. 2fc372e Delete rule to disassemble %.bc -- need to make it effective only when by Vikram S. Adve · 23 years ago
  71. 4cceffe Put common rules for compiling programs into Makefile.target. by Vikram S. Adve · 23 years ago