1. 57360d1 remove attributions from the rest of the llvm makefiles. by Chris Lattner · 17 years ago
  2. cf61b12 Update comments to reflect new variable names. Patch contributed by by Reid Spencer · 19 years ago
  3. 6ca9e44 Make this file capable of being used by both LLVM and its projects by Reid Spencer · 20 years ago
  4. c74ea9f No really, this is LLVM! by Chris Lattner · 20 years ago
  5. 6d5ab86 Standardize header comments of top-level Makefiles. by Misha Brukman · 20 years ago
  6. d8846c1 Added LLVM copyright notice. by John Criswell · 21 years ago
  7. 7f33695 Checkin of autoconf-style object root. by John Criswell · 21 years ago
  8. 15444a9 Slightly simplify make logic by Chris Lattner · 21 years ago
  9. a86b042 Start using `llvm-as' instead of `as'. by Misha Brukman · 21 years ago
  10. bb3dd47 Refactor code slightly. Make code compiled with llvmgcc use the warning options by Chris Lattner · 21 years ago
  11. 72987ee Fix typeo by Chris Lattner · 21 years ago
  12. 33ad24a Remove last remenants of cleandeps by Chris Lattner · 21 years ago
  13. 7d4d892 Ugh, really fix it now... :( by Chris Lattner · 21 years ago
  14. f0f463e Fix computation of LLVM_OBJ_ROOT for non-projects :( by Chris Lattner · 21 years ago
  15. 56e4fa4 Include the top-level Makefile.config from the LLVM tree for projects by Chris Lattner · 21 years ago
  16. 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
  17. 36bc642 The word `dependence' and its derivatives have no `a'. by Misha Brukman · 21 years ago
  18. 942f904 Make the tags rule tolerate lack of one of the standard directories by Chris Lattner · 21 years ago
  19. fbb574d * Remove cleandeps target by Chris Lattner · 21 years ago
  20. eb6b47c fix dependency by Chris Lattner · 21 years ago
  21. 9889265 Point to the correct cc1/cc1plus binaries by Chris Lattner · 21 years ago
  22. 9621a2b Modified the SUFFIXES pseudo targets so that we remove all default suffixes by John Criswell · 21 years ago
  23. 1ddb6b6 Add new cleandeps target, to allow easy cleaning out of .d files by Chris Lattner · 21 years ago
  24. b7dc2b9 Remove extraneous ;'s, no functional changes by Chris Lattner · 21 years ago
  25. 9a86a01 Add llvm tools to path of LLVMGCC by Chris Lattner · 21 years ago
  26. af06a08 Make sure to create the directory before we cram a .bc file into it by Chris Lattner · 21 years ago
  27. 481cc7c Implement BYTECODE_LIBRARY support by Chris Lattner · 21 years ago
  28. 95cc1b3 Simplifications to Makefile.common, remove support for Purify since it was by Chris Lattner · 21 years ago
  29. d741bcf Merged in changes between PRE11_ROOT and LLVM_PRE111 (i.e. the beginning of by John Criswell · 21 years ago
  30. 6a80975 Makefile.common: Remove commented-out and duplicate rules. by Brian Gaeke · 21 years ago
  31. cb04809 Reverted back to using OR for cmp/mv operations for lex/yacc output. by John Criswell · 21 years ago
  32. 75a005f Switched from using diff to cmp for two reasons: by John Criswell · 21 years ago
  33. 68a13dc Urg, do not print "foo has changed" messages by Chris Lattner · 21 years ago
  34. 7bb107d While I'm looking at it, line up the SED lines by Chris Lattner · 21 years ago
  35. a328f88 * Don't print out HOW we are running Flex unless in verbose mode. We already by Chris Lattner · 21 years ago
  36. 82f4a5a Modified the use of libtool so that we don't compile every file twice. by John Criswell · 21 years ago
  37. 8d4221e Renamed libtool to mklib for your tab completion pleasure. by John Criswell · 21 years ago
  38. 9691439 Marked some of the phony targets are PHONY. This will hopefully speed by John Criswell · 21 years ago
  39. 1ba3138 The word `separate' only has one `e'. by Misha Brukman · 21 years ago
  40. 6edfe27 Add phony target "bytecode" to ensure that it works in recursive makes. by Vikram S. Adve · 21 years ago
  41. 9b51b6f Move the space separator to where it really belongs: in the print statement, not by Misha Brukman · 21 years ago
  42. f8873ed Removed an extra slash that appears in the path name when these variables are by Misha Brukman · 21 years ago
  43. f4ccd99 Renamed all of the LObj* variables (which represent libtool objects) to Obj*. by John Criswell · 21 years ago
  44. 7a73b80 Merged in autoconf branch. This provides configuration via the autoconf system. by John Criswell · 21 years ago
  45. 2a6530f Added the OPTIONAL_DIRS variable for specifying optional directories to build. by John Criswell · 21 years ago
  46. 6f4ad0b Reverted back to revision 1.91. by John Criswell · 21 years ago
  47. 917fb38 Added a hack that takes the path relative to the home directory into account by John Criswell · 21 years ago
  48. e3ba95e Fix problem building optmized build by Chris Lattner · 21 years ago
  49. c500cf2 Remove extra line by Chris Lattner · 21 years ago
  50. 890d5bd Modified the environment variables that determine where things are located to by John Criswell · 21 years ago
  51. 8bff509 Modified Makefile.common to handle compilation of projects inside and outside by John Criswell · 21 years ago
  52. 794fcd2 Added configurable options for the Linker and Archiver. by John Criswell · 21 years ago
  53. 584dd18 Added documentation for the project options by Dinakar Dhurjati · 21 years ago
  54. f977143 Get rid of extraneous ""s by Chris Lattner · 21 years ago
  55. d58a605 Added a path to the current version of the built TableGen. by Misha Brukman · 21 years ago
  56. 65aa5934 Removed configuration options that are better served in Makefile.config. by John Criswell · 21 years ago
  57. ffb55cd Added project options to the Makefile.common by Dinakar Dhurjati · 21 years ago
  58. 694c5df Add facilities for building source that is outside of the current directory by Chris Lattner · 21 years ago
  59. 760da06 Fix several bugs in the build system, including the use of the Debug version of Burg no matter what configuration is currently configured. by Chris Lattner · 21 years ago
  60. fe95dae Fix warnings compiling C files by Chris Lattner · 21 years ago
  61. 1d1e5b5 Fix profile builds by Chris Lattner · 21 years ago
  62. 3aed678 Add -fomit-frame-pointer when optimizing by Chris Lattner · 21 years ago
  63. 527002c Fix strip issue Joel ran into by Chris Lattner · 21 years ago
  64. 6d131b4 Fix problem with flex scanners and huge token sizes by Chris Lattner · 21 years ago
  65. 8d7dfb3 Fix lli build problem with parallel makes by Chris Lattner · 21 years ago
  66. e899678 Simplify and correct rules for building lex/yacc files. Make sure to delete by Chris Lattner · 22 years ago
  67. 30440c6 Add helper by Chris Lattner · 22 years ago
  68. dc95ade Add support for a recursive test target by Chris Lattner · 22 years ago
  69. ec4d362 Use -Wl,-x instead of -s: it is more portable, and in particular, by Vikram S. Adve · 22 years ago
  70. ab6d293 On `make clean', kill the core files produced, which are of the form: by Misha Brukman · 22 years ago
  71. 1c58850 Generalize ExportSymbols into PLATFORMLINKOPTS by Chris Lattner · 22 years ago
  72. 3ea6a42 Don't link tools with -g objects! by Chris Lattner · 22 years ago
  73. ed03bc9 Patch submited by Casey to remove obnoxious warnings. by Chris Lattner · 22 years ago
  74. f924b2d Disable optimization that doesn't apply to C by Chris Lattner · 22 years ago
  75. 1eeac66 Fix misspelled variable by Chris Lattner · 22 years ago
  76. 3ea6769 Warn when we are linking an executable without symbols. by Vikram S. Adve · 22 years ago
  77. a0c8e0a Remove outdated line which of course cvs merging never detects... by Vikram S. Adve · 22 years ago
  78. ad9ea7e Allow the Source variable to be overridden completely if needed. by Vikram S. Adve · 22 years ago
  79. 9e39816 Make sure to print message when linking a debug .o file by Chris Lattner · 22 years ago
  80. 172b648 * Minor fixes to support C files. by Chris Lattner · 22 years ago
  81. e155af8 Fix yet another profile linking issue. by Vikram S. Adve · 22 years ago
  82. 12520cd Fix link error for profile version. Also, build Burg differently by Vikram S. Adve · 22 years ago
  83. 41e7891 The ENABLE_PROFILING flag now builds the profiled libraries and executables by Vikram S. Adve · 22 years ago
  84. 9b94701 Move the burg option out of Makefile.config into Makefile.common since by Chris Lattner · 22 years ago
  85. feeae58 Strip tools/Debug/ executables by default. Define KEEP_SYMBOLS to by Vikram S. Adve · 22 years ago
  86. 7c7a07e corrected small bug, to handle when DIRS is not defined. by Anand Shukla · 22 years ago
  87. a8abc22 Add support for the new PARALLEL_DIRS option by Chris Lattner · 22 years ago
  88. 16d1f73 Allow the VERBOSE=1 option to turn on output of recursive make behavior by Chris Lattner · 22 years ago
  89. f1ffd99 Fix parallel recursive make to build directories in order by Chris Lattner · 22 years ago
  90. 2a548c5 Comment line of the makefile by Chris Lattner · 22 years ago
  91. ccb4ebd Handle whitespace in LIBRARYNAME gracefully by Chris Lattner · 22 years ago
  92. 4bb13b8 Factor platform specific makefile directives out into their own makefile by Chris Lattner · 22 years ago
  93. ab060db Link .so files correctly on either linux or solaris by Chris Lattner · 22 years ago
  94. 73e1d0f Build with -D_GNU_SOURCE to enable gnu extensions in header files by Chris Lattner · 22 years ago
  95. 287d443 Make sure to print a message when linking a tool by Chris Lattner · 22 years ago
  96. b5f096f Compiling with "gmake" should produce less output. The compilation/linking by Misha Brukman · 22 years ago
  97. c214e71 Simplified significantly by pulling out local configuration options by Vikram S. Adve · 22 years ago
  98. 764b46e Factor out /shared/... path to simplify changing it. by Vikram S. Adve · 22 years ago
  99. f8d630a Fix clean command to clean in /shared when that is used. by Vikram S. Adve · 22 years ago
  100. 8e28a70 Throw purify temporary files into /shared if we have it. by Chris Lattner · 22 years ago