1. 312fa75 modernize the do-all-for-me target to run lit by Gabor Greif · 15 years ago
  2. c901719 Try r96559 for the third time. This time the shared library is only built if by Jeffrey Yasskin · 15 years ago
  3. 407fbdd Roll back r96959 again. by Jeffrey Yasskin · 15 years ago
  4. ea6c39d Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 of by Jeffrey Yasskin · 15 years ago
  5. 99d9863 Kill off LLVMGCC_MAJVERS make variable. by Daniel Dunbar · 15 years ago
  6. 2155d45 Roll back the shared library, r96559. It broke two darwins and arm, mysteriously. by Jeffrey Yasskin · 15 years ago
  7. f6afae2 Add a shared library for LLVM, named libLLVM2.7svn.(so|dylib), and add an by Jeffrey Yasskin · 15 years ago
  8. 6b8dfed For 'install-clang' target, also traverse tools/clang/lib/Runtime. by Daniel Dunbar · 15 years ago
  9. 55df144 Update install-clang target for clang-cc removal. by Daniel Dunbar · 15 years ago
  10. f87ea4d Add the rest of the build system logic for optional target disassemblers by Daniel Dunbar · 15 years ago
  11. da589a3 Don't build examples by default, use BUILD_EXAMPLES=1 to build them. The only utility of this is testing that we keep the examples up to date, I will just make the buildbots run with this flag. by Daniel Dunbar · 15 years ago
  12. 1f22d6f When cross-building, the CFLAGS and CXXFLAGS are for the target, and don't by Jim Grosbach · 15 years ago
  13. 79dec80 Remove extraneous comment line by Jim Grosbach · 15 years ago
  14. 2cdc80c update name check for Apple style builds to be more permissive by Jim Grosbach · 15 years ago
  15. 8b67f77 Move DataTypes.h to include/llvm/System, update all users. This breaks the last by Chandler Carruth · 15 years ago
  16. 3d5ec9f Remove stale reference to ThreadSupport.h. by Chandler Carruth · 15 years ago
  17. 4a53e1e Trying again to tweak the top-level Makefile to facilitate an Apple-style build. by Stuart Hastings · 15 years ago
  18. 9a6d88d Revert "Tweak top-level Makefile to facilitate Apple-style build.", this is by Daniel Dunbar · 15 years ago
  19. 93d8cd8 Tweak top-level Makefile to facilitate Apple-style build. by Stuart Hastings · 15 years ago
  20. bdd040f Reconfigure automatically when Base.td.in is changed. by Mikhail Glushenkov · 15 years ago
  21. 282098b Speed up clang-only link, by really linking only clang, and not the unittests by Torok Edwin · 15 years ago
  22. 7f068f4 Build (not test) the unittests as part of a normal build. by Daniel Dunbar · 15 years ago
  23. 1026c16 Revert unittests build changes temporarily, the unit test build isn't -j safe. by Daniel Dunbar · 15 years ago
  24. db0ce7d Build (not test) the unittests as part of a normal build. by Daniel Dunbar · 15 years ago
  25. 5e869c3 Improve support for cross-hosted builds of LLVM. by Shantonu Sen · 15 years ago
  26. 4c75054 re-apply r80197, now that iterator.h is not mentioned any more by Gabor Greif · 15 years ago
  27. fffb726 --- Reverse-merging r80147 into '.': by Bill Wendling · 15 years ago
  28. c403995 eliminate references to ADT/iterator.h by Gabor Greif · 15 years ago
  29. 671a853 Build runtime libraries by default. by Daniel Dunbar · 15 years ago
  30. 1555a23 Introduce new headers whose inclusion forces linking and by Douglas Gregor · 15 years ago
  31. c891465 Change 'make install' to install tblgen, for better support of out-of-tree targets, by Chris Lattner · 15 years ago
  32. 166c9e2 Lets install the manual page with install-clang! Radar 6838692 by Mike Stump · 15 years ago
  33. 95fc7aa Use a bigger hammer to coerce subversion into english. Patch by Benjamin Kramer! by Gabor Greif · 15 years ago
  34. f23e809 Remove ccc now. Radar 6737767 by Mike Stump · 15 years ago
  35. 854b9d7 Add ccc back for now. by Mike Stump · 15 years ago
  36. e568f64 Update to account for driver renaming. by Mike Stump · 15 years ago
  37. 59fad7d Remove configurey-fu to autodetect hash_map and hash_set now that they are by Nick Lewycky · 16 years ago
  38. b76ace3 Add targets to support the installation of clang in isolation. by Mike Stump · 16 years ago
  39. ef5dc70 Removed trailing whitespace. by Misha Brukman · 16 years ago
  40. 4113bd1 Modify the unittests Makefiles so that they don't rebuild parts of LLVM just to by Bill Wendling · 16 years ago
  41. 8fb520e Original patch by Talin. by Misha Brukman · 16 years ago
  42. 569c45c Proper way of doing llvm canadian-cross compilation. Patch by Jim Grosbach! by Anton Korobeynikov · 16 years ago
  43. 673612e Add support for Canadian Cross builds where the host executables are not by Jim Grosbach · 16 years ago
  44. 43d1fd4 For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h" by Anton Korobeynikov · 16 years ago
  45. 8e0c20b a happier version of happiness by Gabor Greif · 17 years ago
  46. a4a0323 Run 'svn info' in the C locale. Also appropriately escape spaces and ? for gawk in darwin. by Gabor Greif · 17 years ago
  47. 9fa4226 Simplify and clean up "update" target. Also by Gabor Greif · 17 years ago
  48. 1d7ca71 Now that targets are serialized, introduce two new convenience targets: by Gabor Greif · 17 years ago
  49. 2ae1955 Treat all targets serially at the toplevel. This allows by Gabor Greif · 17 years ago
  50. 57360d1 remove attributions from the rest of the llvm makefiles. by Chris Lattner · 17 years ago
  51. 544f83d Add install-libs target which only installs libraries, not tools by Nate Begeman · 17 years ago
  52. 8ef426b Adding ocaml language bindings for the vmcore and bitwriter libraries. These are by Gordon Henriksen · 17 years ago
  53. df93e57 by David Greene · 17 years ago
  54. 51cf642 Install things needed by llvm-top to allow successful building by Reid Spencer · 17 years ago
  55. 42f98e5 Echo command lines only if the user wants them. by Reid Spencer · 17 years ago
  56. 9df5561 Add a new testing target: check-one. It is used like this: by Reid Spencer · 17 years ago
  57. c6b66eb don't build runtime for now, ever by Chris Lattner · 17 years ago
  58. 122c055 revert r1.68. This breaks 'make install' without doing 'make' first, but by Chris Lattner · 18 years ago
  59. 1e46ae4 Add a show-footprint target to run du a few times to show how much disk by Reid Spencer · 18 years ago
  60. 11c63a6 Don't prevent install target from descending into the utils directory. by Reid Spencer · 18 years ago
  61. 8b2e141 Undo removal of the runtime libraries. While this may have been a bit by Reid Spencer · 18 years ago
  62. ac90d5e In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support will by Reid Spencer · 18 years ago
  63. 87b5101 Document build order dependencies. Make sure that llvm-config is built before by Chris Lattner · 18 years ago
  64. f7c75a6 Add .PHONY targets for building source and binary RPM packages. You can by Reid Spencer · 18 years ago
  65. 5720be4 Revamp this to use filter-out, which makes the logic simpler and not nested. by Chris Lattner · 18 years ago
  66. 22033b2 More of PR728, don't install utils either. by Chris Lattner · 18 years ago
  67. 936cd54 Part of PR728, don't install examples or projects. by Chris Lattner · 18 years ago
  68. 5b30ee1 Make a shorthand target for running the llvm2cpp test suite. This test by Reid Spencer · 18 years ago
  69. dd1aac3 Make some changes suggested by Chris: by Reid Spencer · 18 years ago
  70. 0c82def Include the win32 and Xcode directories in the distribution. by Reid Spencer · 18 years ago
  71. 06a801a Fix recursion: by Reid Spencer · 18 years ago
  72. 8dfb3e5 Don't build projects/examples if libs-only was specified. by Reid Spencer · 18 years ago
  73. 30ea2fa Invert the tests on LLVMGCC_MAJVERS to check for value 4 instead of value by Reid Spencer · 18 years ago
  74. 38ab6d8 THis -> This by Chris Lattner · 18 years ago
  75. e22f3c0 For PR723: by Reid Spencer · 18 years ago
  76. 93bc3cd Avoid building the runtime libraries if llvm-gcc version 4 is detected. by Reid Spencer · 18 years ago
  77. ca739c6 For PR614: by Reid Spencer · 19 years ago
  78. 085ae94 Make sure the tools get built if no build target is specified. by Reid Spencer · 19 years ago
  79. 8b1f767 Add a "libs-only" target for avoiding construction of the tools and by Reid Spencer · 19 years ago
  80. 45eeed9 Two dist-check related changes: by Reid Spencer · 19 years ago
  81. 0fa2c54 Remove the check target. Its now in Makefile.rules by Reid Spencer · 20 years ago
  82. d5aaba1 CVS directory elimination moved to Makefile.rules by Reid Spencer · 20 years ago
  83. 9f97b4c Made it default to check instead of check-dejagnu. by Tanya Lattner · 20 years ago
  84. 642d102 check is now a single colon rule. Also make it default to running dejagnu instead of qmtest by Chris Lattner · 20 years ago
  85. 513b921 Add "docs" as a descendable directory (at the end) by Reid Spencer · 20 years ago
  86. df561f4 Add a convenience target to build all three modes: Debug, Release, Profile by Reid Spencer · 20 years ago
  87. 440add2 Move path override in test/Makefile. by Alkis Evlogimenos · 20 years ago
  88. a43efac Override PATH to submake so that all tools are found if the PATH is by Alkis Evlogimenos · 20 years ago
  89. fd93c7d Removed passing TARGET. by Tanya Lattner · 20 years ago
  90. 491e9cd Changed check-dejagnu to take TESTSUITE as its args instead of TEST in order to not conflict with other stuff. Added path for test/Scripts. Also added a check to deal with TESTSUITE and runtest flags. by Tanya Lattner · 20 years ago
  91. 92c0d65 Minor error. by Tanya Lattner · 20 years ago
  92. 38ed80a Added support to specify which test suite dejagnu should run (Feature or Regression). Use TEST=suite by Tanya Lattner · 20 years ago
  93. 7a7cb4c Added rough support for dejagnu testing. Changes need to be made to autoconf to provide the target_triplet and to check for 'grep -C' which would be used instead of the python script we have now. Eventually the python script should be converted to bash. by Tanya Lattner · 20 years ago
  94. cc2d1e2 Internalize variable names to prevent recursive assignment. Cleanup docs. by Reid Spencer · 20 years ago
  95. 90c2949 Reduce the number of EXTRA_DIST files since Makefile.rules now handles the by Reid Spencer · 20 years ago
  96. 151f8ba New Makefile Features: by Reid Spencer · 20 years ago
  97. 746aa1a Move top level rules for tags and installing headers to Makefile.rules by Reid Spencer · 20 years ago
  98. 794cbc2 Changed the distclean target to handle the new location of config.h. by John Criswell · 20 years ago
  99. f13562f Add lib/System ahead of lib/Support in case there are operating system issues. by Reid Spencer · 20 years ago
  100. 5f28539 Include the "examples" directory as optional. by Reid Spencer · 20 years ago