1. ef672a6 Corrected spelling of Makefile variable, thereby re-enabling profile by John Criswell · 20 years ago
  2. ad9590e Missed one $*.a -> $@ conversion for the Release build. by Reid Spencer · 20 years ago
  3. 53a4b60 Correct the rules for making shared libraries per libtool 1.5.10 by Reid Spencer · 20 years ago
  4. 9c96c72 libtool's name is now back to mklib. by Reid Spencer · 20 years ago
  5. fe785bd Add dependencies so that project tools are recompiled if LLVM libraries by John Criswell · 20 years ago
  6. 67f9349 Use libtool, not mklib (which somehow doesn't get generated anymore) by Brian Gaeke · 20 years ago
  7. 5f8c6b2 Add LLVMC as a supported tool. by Reid Spencer · 20 years ago
  8. ec9d780 Get rid of an un-needed and un-used GCCism. ATTR_DEPRECATED is used nowhere by Reid Spencer · 20 years ago
  9. 05e90a0 Remove even the slightest chance of a race condition occurring :) by Reid Spencer · 20 years ago
  10. fc94508 Added a set of rules for installing configuration files. You can now say by Reid Spencer · 20 years ago
  11. 712c0e2 * Uncomment rule for location of LLI (formerly commented out: typo?) by Misha Brukman · 20 years ago
  12. 0b44122 Move LLVM tool definitions to Makefile.rules by Brian Gaeke · 20 years ago
  13. d85b7a4 Really, it is not necessary to recompile all files in a profile build every by Chris Lattner · 20 years ago
  14. 10c508b Explicitly specify libtool tag "CXX" so that if you setenv CXX to something by Brian Gaeke · 20 years ago
  15. 396d96b Make tool names end with .exe on windows. This isn't needed to run the by Chris Lattner · 20 years ago
  16. 694b3ff Pass the Makefile flags to recursive makes in {PARALLEL,OPTIONAL}_DIRS targets. by Misha Brukman · 20 years ago
  17. c2fb006 Pass given flags on to recursive sub-makes. by Misha Brukman · 20 years ago
  18. 972c0c9 Change DEPRECATED macro to ATTR_DEPRECATED as this conflicts with some by Alkis Evlogimenos · 20 years ago
  19. 6d5ab86 Standardize header comments of top-level Makefiles. by Misha Brukman · 20 years ago
  20. f313ea7 Add support for 'install-bytecode' target, used for ONLY installing by Brian Gaeke · 21 years ago
  21. bccab5e Define DEPRECATED so that it can be used in function and variable declarations. by Alkis Evlogimenos · 21 years ago
  22. 6c09696 Fix bug in installation process: MKDIR must respect DESTDIR. by Brian Gaeke · 21 years ago
  23. 7a45c49 Always replace instead of appending when creating archive files. It may be by Brian Gaeke · 21 years ago
  24. 8abff79 Move bytecode_libdir def'n to Makefile.config.in from Makefile.rules, so it by Brian Gaeke · 21 years ago
  25. 6fdaf4a Move support for building tags database from Makefile.rules to Makefile, because by Brian Gaeke · 21 years ago
  26. 13f9932 Give the ".../llvm-gcc/bytecode-libs" directory a variable of its own, by Brian Gaeke · 21 years ago
  27. 819567d Add DESTDIR support for installation, to support RPM etc. by Brian Gaeke · 21 years ago
  28. d252d75 Maybe Misha isn't so buggy after all. He caught the rest of my huge thinko by Brian Gaeke · 21 years ago
  29. d65ed3f Remember, SHLIBEXT begins with a period. by Brian Gaeke · 21 years ago
  30. 9d3cd40 Modified version of patch from mkahl@apple.com to stop hardcoding ".so". by Brian Gaeke · 21 years ago
  31. dacca35 Take settings of LCC and LCC1XX from configure. by Brian Gaeke · 21 years ago
  32. 7976e97 I'm fairly certain this was just a typo. by Brian Gaeke · 21 years ago
  33. b1f5cfe Allow C++ programs to end in .cc. This allows C++ test programs in the by John Criswell · 21 years ago
  34. 78cb3f2 Add install target for libraries. by Brian Gaeke · 21 years ago
  35. 44909cf Add support for installing tool executables. by Brian Gaeke · 21 years ago
  36. d180300 Stop using the -fshort-enum compile option by Chris Lattner · 21 years ago
  37. a8df7bd Make stripped-bytecode a recursive target by Chris Lattner · 21 years ago
  38. eefa3d3 Simplify some rules Move LGCCLDPROG from test/Makefile.tests by Chris Lattner · 21 years ago
  39. b3866b6 All directory targets now install the Makefile only if it is missing. by John Criswell · 21 years ago
  40. 6057760 Added a pseudo-hack: The Makefile now copies Makefiles from source tree to by John Criswell · 21 years ago
  41. 5af06f6 Modified directory building rules so that using the cd program/alias is by John Criswell · 21 years ago
  42. 2fe6909 Shorten the "updating Makefile" status print-out. by Misha Brukman · 21 years ago
  43. 4f7a8cf If the source tree's Makefile is more up-to-date, copy it over into the build by Misha Brukman · 21 years ago
  44. 52d792c Fix broken makefile dependency generation by Chris Lattner · 21 years ago
  45. 94ed65f Fix a really bad build problem for users who have .o in their build directory! by Chris Lattner · 21 years ago
  46. b6d59a2 Output only the .y filename, not the full path to it for ease of reading. by Misha Brukman · 21 years ago
  47. a4c5352 Modified build rules so that a messages appears before and after linking. by John Criswell · 21 years ago
  48. 79903c8 Fixed LinkO, LinkP error in TOOLLINKOPTSB by Dinakar Dhurjati · 21 years ago
  49. 87ea8aa Added TOOLLINKOPTSB to pass options to the linker (e.g. adding search by Dinakar Dhurjati · 21 years ago
  50. 90eca55 Add __STDC_LIMIT_MACROS here. by Brian Gaeke · 21 years ago
  51. 771ed15 When linking the runtime libraries, do not link -lc and -lgcc into the libraries by Chris Lattner · 21 years ago
  52. d8846c1 Added LLVM copyright notice. by John Criswell · 21 years ago
  53. 7ec78aa Added autoconf support for the sample project. by John Criswell · 21 years ago
  54. 10c1d77 Print out just the filename being compiled/linked, not the full path to it. by Misha Brukman · 21 years ago
  55. 4faf860 Make the message stand out more by Chris Lattner · 21 years ago
  56. 94fe1f9 Depend on config.status instead of config.h, because config.h timestamp may not by Misha Brukman · 21 years ago
  57. bd08280 Added targets that force users to re-run autoconf when the script has been by John Criswell · 21 years ago
  58. e0f9ac6 Fixed the conditional targets for postscript files and tags. by John Criswell · 21 years ago
  59. 4b6e5d1 Changed the empty rule for .h files. The rule needs an empty command so that by John Criswell · 21 years ago
  60. 0df847a Put llvm .bc files into the BytecodeObj subdirectory instead of the Bytecode by Chris Lattner · 21 years ago
  61. 22c8328 Allow specifying a file with symbols to export by Chris Lattner · 21 years ago
  62. 069f930 Wrap long lines at 80 cols by Chris Lattner · 21 years ago
  63. 00e730a Make sure to #include the OBJROOT config.h file, not the SRCROOT config.h file! by Chris Lattner · 21 years ago
  64. 613758d Fixed SPEC so that it would run correctly with the new autoconf-style object by John Criswell · 21 years ago
  65. b2f76bf Removed the aposthrophes endings and the elipses suffixes from build output. by John Criswell · 21 years ago
  66. ad2be6c Avoid dumping runtime library bytecode files into lib/Bytecode if building by Chris Lattner · 21 years ago
  67. 410d1b5 Updated to find source files using VPATH. This makes writing build rules by John Criswell · 21 years ago
  68. 7f33695 Checkin of autoconf-style object root. by John Criswell · 21 years ago
  69. 15444a9 Slightly simplify make logic by Chris Lattner · 21 years ago
  70. a86b042 Start using `llvm-as' instead of `as'. by Misha Brukman · 21 years ago
  71. bb3dd47 Refactor code slightly. Make code compiled with llvmgcc use the warning options by Chris Lattner · 21 years ago
  72. 72987ee Fix typeo by Chris Lattner · 21 years ago
  73. 33ad24a Remove last remenants of cleandeps by Chris Lattner · 21 years ago
  74. 7d4d892 Ugh, really fix it now... :( by Chris Lattner · 21 years ago
  75. f0f463e Fix computation of LLVM_OBJ_ROOT for non-projects :( by Chris Lattner · 21 years ago
  76. 56e4fa4 Include the top-level Makefile.config from the LLVM tree for projects by Chris Lattner · 21 years ago
  77. e430a1e Projects no longer need to specify LLVM_OBJ_ROOT. Also, for the prdirs target, don't let make print out all of the echo commands before the echos get echo'd by Chris Lattner · 21 years ago
  78. 36bc642 The word `dependence' and its derivatives have no `a'. by Misha Brukman · 21 years ago
  79. 942f904 Make the tags rule tolerate lack of one of the standard directories by Chris Lattner · 21 years ago
  80. fbb574d * Remove cleandeps target by Chris Lattner · 21 years ago
  81. eb6b47c fix dependency by Chris Lattner · 21 years ago
  82. 9889265 Point to the correct cc1/cc1plus binaries by Chris Lattner · 21 years ago
  83. 9621a2b Modified the SUFFIXES pseudo targets so that we remove all default suffixes by John Criswell · 21 years ago
  84. 1ddb6b6 Add new cleandeps target, to allow easy cleaning out of .d files by Chris Lattner · 21 years ago
  85. b7dc2b9 Remove extraneous ;'s, no functional changes by Chris Lattner · 21 years ago
  86. 9a86a01 Add llvm tools to path of LLVMGCC by Chris Lattner · 21 years ago
  87. af06a08 Make sure to create the directory before we cram a .bc file into it by Chris Lattner · 21 years ago
  88. 481cc7c Implement BYTECODE_LIBRARY support by Chris Lattner · 21 years ago
  89. 95cc1b3 Simplifications to Makefile.common, remove support for Purify since it was by Chris Lattner · 21 years ago
  90. d741bcf Merged in changes between PRE11_ROOT and LLVM_PRE111 (i.e. the beginning of by John Criswell · 21 years ago
  91. 6a80975 Makefile.common: Remove commented-out and duplicate rules. by Brian Gaeke · 21 years ago
  92. cb04809 Reverted back to using OR for cmp/mv operations for lex/yacc output. by John Criswell · 21 years ago
  93. 75a005f Switched from using diff to cmp for two reasons: by John Criswell · 21 years ago
  94. 68a13dc Urg, do not print "foo has changed" messages by Chris Lattner · 21 years ago
  95. 7bb107d While I'm looking at it, line up the SED lines by Chris Lattner · 21 years ago
  96. a328f88 * Don't print out HOW we are running Flex unless in verbose mode. We already by Chris Lattner · 21 years ago
  97. 82f4a5a Modified the use of libtool so that we don't compile every file twice. by John Criswell · 21 years ago
  98. 8d4221e Renamed libtool to mklib for your tab completion pleasure. by John Criswell · 21 years ago
  99. 9691439 Marked some of the phony targets are PHONY. This will hopefully speed by John Criswell · 21 years ago
  100. 1ba3138 The word `separate' only has one `e'. by Misha Brukman · 21 years ago