1. 18c5729 Quote the value of the PATH variable so that Cygwin and Windows can have by Reid Spencer · 20 years ago
  2. 6a901ec Make sure LLVMGCCWITHPATH is used instead of just LLVMGCC so that the by Reid Spencer · 20 years ago
  3. 0b44122 Move LLVM tool definitions to Makefile.rules by Brian Gaeke · 20 years ago
  4. b0266b6 test/Libraries have been long gone for a long time now. Since noone noticed by Chris Lattner · 20 years ago
  5. 396d96b Make tool names end with .exe on windows. This isn't needed to run the by Chris Lattner · 20 years ago
  6. f629496 Right, define the LPROF variable by Chris Lattner · 21 years ago
  7. 1119d7d Remove the use of LLVMGCCARCH. Instead, query the compiler for the by John Criswell · 21 years ago
  8. 048a1d8 You know you like Makefiles with fewer variables. Next up on the victim list by Brian Gaeke · 21 years ago
  9. a5b5675 Get rid of dead defns of LCC, LCXX, LAS, as per FIXME. by Brian Gaeke · 21 years ago
  10. 844c546 Fix overzealous fixme fixing by Brian Gaeke · 21 years ago
  11. 5c59be9 Remove dead definitions of NATGCC and CP, and dead .tll, .tbc rules. by Brian Gaeke · 21 years ago
  12. f6968f3 Move rule to top-level makefile by Chris Lattner · 21 years ago
  13. d16afe9 Updated the name of the linker to llvm-link. by John Criswell · 21 years ago
  14. 0043e46 Fixed SPEC so that it would run correctly with the new autoconf-style object by John Criswell · 21 years ago
  15. ee29d2a Checkin of autoconf-style object root. by John Criswell · 21 years ago
  16. 4f40cf4 Use `llvm-dis' instead of simply `dis'. by Misha Brukman · 21 years ago
  17. b8586b7 Disable .d file generation for LLVM tests by Chris Lattner · 21 years ago
  18. 09dcfda Point to the RIGHT GCC library directory by Chris Lattner · 21 years ago
  19. 9575a18 Some of this gets hoisted up to Makefile.common by Chris Lattner · 21 years ago
  20. 1a737c8 Removed the support for pool allocation testing. This will be in a separate TEST file by Sumant Kowshik · 21 years ago
  21. c961a29 Added POOLFLAGS option to run pool allocation by Sumant Kowshik · 21 years ago
  22. 919937d Simplify some makefile magic, no functional changes by Chris Lattner · 21 years ago
  23. 781128c Simplified DOTRACING flag. by Vikram S. Adve · 21 years ago
  24. 1239874 Use libinstr.$(ARCH).a instead of libinstr64.a Also, $(RM) needs -f flag. by Vikram S. Adve · 21 years ago
  25. 45983ee Make the TestRunner tests not print out horrible things when they run by Chris Lattner · 21 years ago
  26. d6b7303 Add the test/Scripts directory to the path used by TestRunner by Chris Lattner · 21 years ago
  27. 083de22 New variable which is just the GCCLD tool by Chris Lattner · 21 years ago
  28. baed073 Move llvm tools to the start of the testrunner path, which allows the llvm 'as' by Chris Lattner · 21 years ago
  29. 9b2d262 Just _EXTEND_ the current path. Don't replace it. Replacing it makes it by Chris Lattner · 21 years ago
  30. 246fcca Reconfigured the TOOLS variable so that it points to the current set of tools by John Criswell · 21 years ago
  31. 01e6d2a Updated to use the new Makefile.common. by John Criswell · 21 years ago
  32. bae2876 Modify tracing rules to use opt -trace[m] instead of llc -trace[m]. by Vikram S. Adve · 21 years ago
  33. 24672c3 Improved how tracing can be used: by Vikram S. Adve · 21 years ago
  34. 707af6e Add support for C++ tests by Chris Lattner · 21 years ago
  35. 433f1d8 Add flexibility by Chris Lattner · 21 years ago
  36. a9028e6 Add support for the LLVM C++ frontend by Chris Lattner · 21 years ago
  37. 98abb52 Remove dead makefile code by Chris Lattner · 21 years ago
  38. 5047688 * Remove dead hunk of makefile fragment for dealing with sun compiler by Chris Lattner · 21 years ago
  39. e0d8daa Enable the new C front-end for targets which define LLVMGCCARCH by Chris Lattner · 21 years ago
  40. 37e6f70 -ENABLE_STATS also enables timing by Chris Lattner · 22 years ago
  41. 995663e Add support for make TEST=foo by Chris Lattner · 22 years ago
  42. 332ca6c Jello is going away by Chris Lattner · 22 years ago
  43. 8437f4a Add support for bugpoint by Chris Lattner · 22 years ago
  44. 60afae4 Allow tests to be run with release tools when ENABLE_OPTIMIZED=1 by Chris Lattner · 22 years ago
  45. 8b6c5e4 Expose a LJELLO variable by Chris Lattner · 22 years ago
  46. 5f8bd7d MAke sure llc output is regenerated if the LLC binary changes. by Chris Lattner · 22 years ago
  47. 9551817 Allow production of -stats output for benchmarks by specifying by Chris Lattner · 22 years ago
  48. 76e51a8 Enable buidling of programs on Linux again by Chris Lattner · 22 years ago
  49. 3aaff7e Reenable these options because they break testing on sparc without them. by Chris Lattner · 22 years ago
  50. 90c7d67 Point gccld to the correct library directory. by Chris Lattner · 22 years ago
  51. ecd3546 It turns out that the cannonical name for the llvm-gcc compiler is, well by Chris Lattner · 22 years ago
  52. c63ffc5 Avoid Solaris-specific defines. by Vikram S. Adve · 22 years ago
  53. f9017b8 Eliminate hardcoded paths using LLVMGCCDIR variable. by Vikram S. Adve · 22 years ago
  54. c0c4d70 Tools are now moved into /shared by Chris Lattner · 22 years ago
  55. 65fbd4a Expose the analyzer by Chris Lattner · 22 years ago
  56. 1458cef Remove unneccesary path from link line now by Chris Lattner · 22 years ago
  57. 2a4d8d2 Fix libs and includes for compiling with llc. by Vikram S. Adve · 22 years ago
  58. aef6546 don't delete intermediate files! by Chris Lattner · 23 years ago
  59. 2c024a7 Don't link in library that cannot be found, this should be removed eventually. by Chris Lattner · 23 years ago
  60. c99afb8 Fix out-of-date name. by Vikram S. Adve · 23 years ago
  61. d79b4eb Fix libraries. by Vikram S. Adve · 23 years ago
  62. 9dfdf0f Add var to find GCCLD tool by Chris Lattner · 23 years ago
  63. 6723add Add comments by Chris Lattner · 23 years ago
  64. fbda7a0 Add TESTRUNR var Correctly create directory for .bc target by Chris Lattner · 23 years ago
  65. bafff33 Forgot to force by Chris Lattner · 23 years ago
  66. 296a360 Make gcc tests depend on the part of GCC that actually gets updated. by Chris Lattner · 23 years ago
  67. 52a4e85 More rules checked in by Chris Lattner · 23 years ago
  68. 7476042 Removal of more unnecesary stuff by Chris Lattner · 23 years ago
  69. c89764e Move some makefile stuff to subdirectories by Chris Lattner · 23 years ago
  70. 977fa8d Renamed Makefile.target to Makefile.tests and folded in by Vikram S. Adve · 23 years ago
  71. 2836e8e Added TRACEM option. Use -g when building native code for tests. by Vikram S. Adve · 23 years ago
  72. e5b27bd Use _LOCAL_ gccas to build instead of Chris's by Chris Lattner · 23 years ago
  73. 02b5d13 Overwrite files when linked Remove native files when cleaned by Chris Lattner · 23 years ago
  74. 0ab42dc Distinguish LOCAL_LDFLAGS and LOCAL_LCFLAGS from LOCAL_CFLAGS. by Vikram S. Adve · 23 years ago
  75. 409ffcc Use cc instead of gcc to compile *.native by Vikram S. Adve · 23 years ago
  76. 19560c3 Eliminate cleaning step for individual %.bc files created by our gcc. by Vikram S. Adve · 23 years ago
  77. f87fc32 Took out .clean.bc target. by Vikram S. Adve · 23 years ago
  78. 5efe198 Run cleaning pass only when linking multiple files. by Vikram S. Adve · 23 years ago
  79. 9af7022 Add cleaning pass after linking. by Vikram S. Adve · 23 years ago
  80. 3bc2938 Keep *.s files while we're debugging the native code. by Vikram S. Adve · 23 years ago
  81. e78ea67 Add rule for %.clean.bc. by Vikram S. Adve · 23 years ago
  82. 1f64ad9 Roll back all these changes that have broken Makefile.target again. by Vikram S. Adve · 23 years ago
  83. 4bf36bb Minor fixes by Chris Lattner · 23 years ago
  84. 54b7741 Build .bc from .c better. by Chris Lattner · 23 years ago
  85. 054385a Don't forget to make the clean version. by Chris Lattner · 23 years ago
  86. a46fb6b Really fix Makefile to compile individual tests and Olden codes. by Vikram S. Adve · 23 years ago
  87. 54bc6b3 Reorder paramters to make the command line more easily modifiable by Chris Lattner · 23 years ago
  88. 93ee0a1 Fix makefile to compile olden and main benchmarks by Chris Lattner · 23 years ago
  89. 8448fb5 Make the olden benchmarks compile again by Chris Lattner · 23 years ago
  90. 772d091 Make gcc generate assembly files (%.ll) until Chris has a stable by Vikram S. Adve · 23 years ago
  91. 2fc372e Delete rule to disassemble %.bc -- need to make it effective only when by Vikram S. Adve · 23 years ago
  92. 4cceffe Put common rules for compiling programs into Makefile.target. by Vikram S. Adve · 23 years ago