1. a23c066 Implement the LLVM_DO_NOT_BUILD feature. If a file of that name is by Reid Spencer · 20 years ago
  2. 519799e Remove -Woverloaded-virtual usage that was committed by accident. by Reid Spencer · 20 years ago
  3. 2e2035b Remove variables that are not used by any of the LLVM makefiles by Reid Spencer · 20 years ago
  4. 9e8d54a Add the check target so all projects can have this functionality. by Reid Spencer · 20 years ago
  5. 4362003 Provide a variable to compute where the libstdc++.a is by Reid Spencer · 20 years ago
  6. 7980ea4 Add ability to make a single bytecode module from others by Reid Spencer · 20 years ago
  7. 345235ca Getting dist-check to work:\ by Reid Spencer · 20 years ago
  8. 672d71d Remove all recursive check support from Makefile.rules by Chris Lattner · 20 years ago
  9. 7dc0282 'make check' at the top level shouldn't recurse through the sourcedirs by Chris Lattner · 20 years ago
  10. 44cb1b3 Resurrect the install-bytecode target for installing just the bytecode by Reid Spencer · 20 years ago
  11. 776b805 Pass -strip-debug to gccas when bytecode libraries are being built. by Reid Spencer · 20 years ago
  12. b0ea864 Quiet! by Chris Lattner · 20 years ago
  13. 9a2f137 For PR466: by Reid Spencer · 20 years ago
  14. 478b3b4 Make built bytecode libraries depend on gccas/gccld as appropriate. This by Chris Lattner · 20 years ago
  15. 7d27700 Allow reconfig from any directory, not just the top build directory, by by Reid Spencer · 20 years ago
  16. 7c787c9 Incorporate tools/Makefile.JIT by Reid Spencer · 20 years ago
  17. fbbf307 * Allow date command to be printed in verbose mode by Reid Spencer · 20 years ago
  18. 1b426ab Allow configuration files to be themselves configured and found in the by Reid Spencer · 20 years ago
  19. 9a5acaf Duh, put tools in *bin* directory, not *tools* directory as per PR456. by Reid Spencer · 20 years ago
  20. 815cbcf Fix PR456:\ by Reid Spencer · 20 years ago
  21. 023c446 Fix PR458: by Reid Spencer · 20 years ago
  22. 5991dcb Add a command for using llvm-ar correctly. by Reid Spencer · 20 years ago
  23. 12d7951 * Clean up all the shared library output on uninstall by Reid Spencer · 20 years ago
  24. cceed9f Implement and document the TOOL_VERBOSE option that asks each tool invoked by Reid Spencer · 20 years ago
  25. ca5fe8f * New Recursive Target: clean-all. This target will recursively descend the by Reid Spencer · 20 years ago
  26. 3d65949 * New Recursive Target: clean-all by Reid Spencer · 20 years ago
  27. 9af3b29 Eliminate redundant variable definition. Rename Configuration -> BuildMode by Reid Spencer · 20 years ago
  28. e4cb90f When compiling a file, indicate what build it is for by Chris Lattner · 20 years ago
  29. 8dce0ad Get the shared library extension right on all platforms, regardless of what by Reid Spencer · 20 years ago
  30. 2e6e8e5 Fix output for building shared libraries per Chris' requirements by Reid Spencer · 20 years ago
  31. 8676b7e Actually use the correct variable name for building bytecode files. by Reid Spencer · 20 years ago
  32. cc2d1e2 Internalize variable names to prevent recursive assignment. Cleanup docs. by Reid Spencer · 20 years ago
  33. 7614e51 Don't modify user vars because they will get passed down (modified) to by Reid Spencer · 20 years ago
  34. 85ec003 Make the list of automatic Makefile* files updated explicit instead of by Reid Spencer · 20 years ago
  35. da033ce This line breaks FreeBSD and apparently isn't useful anymore. by Chris Lattner · 20 years ago
  36. a69b1ea Bug Fixes: by Reid Spencer · 20 years ago
  37. c6dcc6a Make parallel "install" and "uninstall" targets not step on itself. by Reid Spencer · 20 years ago
  38. 80f0ef7 Bug Fixes: by Reid Spencer · 20 years ago
  39. 0b8d2f9 Fix auto-reconfigure bug: make sure we actually reconfigure not just by Reid Spencer · 20 years ago
  40. 1654448 Get the *.inc files to depend on tblgen so if tblgen gets fixed, all the by Reid Spencer · 20 years ago
  41. 8660678 Make sure that Makefile.rules and Makefile.config.in are not candidates for by Reid Spencer · 20 years ago
  42. 9411c64 Cleanup/Fixes: by Reid Spencer · 20 years ago
  43. 58aef7f Unless someone seriously objects, I don't think we really need this. Sorry by Chris Lattner · 20 years ago
  44. e45ebfa * Implement the "dist-check" target that verifies the contents of a zipped by Reid Spencer · 20 years ago
  45. 7f2cd27 Give a useful hint by Chris Lattner · 20 years ago
  46. 151f8ba New Makefile Features: by Reid Spencer · 20 years ago
  47. b1dd3dd Fix uninstall from rebuilding everything (wrong dependency) by Reid Spencer · 20 years ago
  48. e5487ba Implemented New Features: by Reid Spencer · 20 years ago
  49. 83cbcb9 Make the $(OBJDIR) go away on clean-local. by Reid Spencer · 20 years ago
  50. 3a561f5 Several Changes: by Reid Spencer · 20 years ago
  51. c64b2b3 * Actually ignore build errors in optional directories by Reid Spencer · 20 years ago
  52. e53e397 Make sure that we don't set up a circular dependency if OBJDIR == SRCDIR by Reid Spencer · 20 years ago
  53. 8567ccf Pull in Target.td using absolute path from source root instead of relative path; by Misha Brukman · 20 years ago
  54. 4d71b66 Shorten the rules, speed it up, correct library contruction, add *.td rules by Reid Spencer · 20 years ago
  55. 5e94a21 Fix grammar by Misha Brukman · 20 years ago
  56. 6856912 Don't add libz or libbz2 to the USEDLIBS lists, those are for LLVM libraries. by Chris Lattner · 20 years ago
  57. 37130d2 Provide support for auto-detection and use of compression libraries. by Reid Spencer · 20 years ago
  58. ef672a6 Corrected spelling of Makefile variable, thereby re-enabling profile by John Criswell · 20 years ago
  59. ad9590e Missed one $*.a -> $@ conversion for the Release build. by Reid Spencer · 20 years ago
  60. 53a4b60 Correct the rules for making shared libraries per libtool 1.5.10 by Reid Spencer · 20 years ago
  61. 9c96c72 libtool's name is now back to mklib. by Reid Spencer · 20 years ago
  62. fe785bd Add dependencies so that project tools are recompiled if LLVM libraries by John Criswell · 20 years ago
  63. 67f9349 Use libtool, not mklib (which somehow doesn't get generated anymore) by Brian Gaeke · 20 years ago
  64. 5f8c6b2 Add LLVMC as a supported tool. by Reid Spencer · 20 years ago
  65. ec9d780 Get rid of an un-needed and un-used GCCism. ATTR_DEPRECATED is used nowhere by Reid Spencer · 20 years ago
  66. 05e90a0 Remove even the slightest chance of a race condition occurring :) by Reid Spencer · 20 years ago
  67. fc94508 Added a set of rules for installing configuration files. You can now say by Reid Spencer · 20 years ago
  68. 712c0e2 * Uncomment rule for location of LLI (formerly commented out: typo?) by Misha Brukman · 20 years ago
  69. 0b44122 Move LLVM tool definitions to Makefile.rules by Brian Gaeke · 20 years ago
  70. d85b7a4 Really, it is not necessary to recompile all files in a profile build every by Chris Lattner · 20 years ago
  71. 10c508b Explicitly specify libtool tag "CXX" so that if you setenv CXX to something by Brian Gaeke · 20 years ago
  72. 396d96b Make tool names end with .exe on windows. This isn't needed to run the by Chris Lattner · 20 years ago
  73. 694b3ff Pass the Makefile flags to recursive makes in {PARALLEL,OPTIONAL}_DIRS targets. by Misha Brukman · 20 years ago
  74. c2fb006 Pass given flags on to recursive sub-makes. by Misha Brukman · 20 years ago
  75. 972c0c9 Change DEPRECATED macro to ATTR_DEPRECATED as this conflicts with some by Alkis Evlogimenos · 20 years ago
  76. 6d5ab86 Standardize header comments of top-level Makefiles. by Misha Brukman · 21 years ago
  77. f313ea7 Add support for 'install-bytecode' target, used for ONLY installing by Brian Gaeke · 21 years ago
  78. bccab5e Define DEPRECATED so that it can be used in function and variable declarations. by Alkis Evlogimenos · 21 years ago
  79. 6c09696 Fix bug in installation process: MKDIR must respect DESTDIR. by Brian Gaeke · 21 years ago
  80. 7a45c49 Always replace instead of appending when creating archive files. It may be by Brian Gaeke · 21 years ago
  81. 8abff79 Move bytecode_libdir def'n to Makefile.config.in from Makefile.rules, so it by Brian Gaeke · 21 years ago
  82. 6fdaf4a Move support for building tags database from Makefile.rules to Makefile, because by Brian Gaeke · 21 years ago
  83. 13f9932 Give the ".../llvm-gcc/bytecode-libs" directory a variable of its own, by Brian Gaeke · 21 years ago
  84. 819567d Add DESTDIR support for installation, to support RPM etc. by Brian Gaeke · 21 years ago
  85. d252d75 Maybe Misha isn't so buggy after all. He caught the rest of my huge thinko by Brian Gaeke · 21 years ago
  86. d65ed3f Remember, SHLIBEXT begins with a period. by Brian Gaeke · 21 years ago
  87. 9d3cd40 Modified version of patch from mkahl@apple.com to stop hardcoding ".so". by Brian Gaeke · 21 years ago
  88. dacca35 Take settings of LCC and LCC1XX from configure. by Brian Gaeke · 21 years ago
  89. 7976e97 I'm fairly certain this was just a typo. by Brian Gaeke · 21 years ago
  90. b1f5cfe Allow C++ programs to end in .cc. This allows C++ test programs in the by John Criswell · 21 years ago
  91. 78cb3f2 Add install target for libraries. by Brian Gaeke · 21 years ago
  92. 44909cf Add support for installing tool executables. by Brian Gaeke · 21 years ago
  93. d180300 Stop using the -fshort-enum compile option by Chris Lattner · 21 years ago
  94. a8df7bd Make stripped-bytecode a recursive target by Chris Lattner · 21 years ago
  95. eefa3d3 Simplify some rules Move LGCCLDPROG from test/Makefile.tests by Chris Lattner · 21 years ago
  96. b3866b6 All directory targets now install the Makefile only if it is missing. by John Criswell · 21 years ago
  97. 6057760 Added a pseudo-hack: The Makefile now copies Makefiles from source tree to by John Criswell · 21 years ago
  98. 5af06f6 Modified directory building rules so that using the cd program/alias is by John Criswell · 21 years ago
  99. 2fe6909 Shorten the "updating Makefile" status print-out. by Misha Brukman · 21 years ago
  100. 4f7a8cf If the source tree's Makefile is more up-to-date, copy it over into the build by Misha Brukman · 21 years ago