1. 6c26da6 Fix grammar by Misha Brukman · 19 years ago
  2. 7ac1752 Fix oversized GOT problem with gcc-4 on alpha by Andrew Lenharth · 19 years ago
  3. ab25eda No, really, it's an Alpha! And you probably thought it was a PowerPC. by Misha Brukman · 19 years ago
  4. 22894e9 I know PowerPC wishes it could be alpha, but it cannot. so there by Andrew Lenharth · 19 years ago
  5. ddc31e8 Alpha has JIT by Andrew Lenharth · 19 years ago
  6. 45eeed9 Two dist-check related changes: by Reid Spencer · 19 years ago
  7. 5da2d08 Make sure that tool names don't have any leading or trailing spaces in them. by Reid Spencer · 19 years ago
  8. aa8bc43 Build the install directories just exactly as any others. Hopefully this by Reid Spencer · 19 years ago
  9. 8f9e21e Two changes to support building shared libraries that contain multiple by Reid Spencer · 19 years ago
  10. 0ad8fcf hp-ux needs this to get through the System/Support libs by Duraid Madina · 20 years ago
  11. 0d255bd * Make some warning messages stand out a bit by putting **** at the end by Reid Spencer · 20 years ago
  12. a37ed05 * Remove extraneous spaces * Convert some tabs to spaces by Misha Brukman · 20 years ago
  13. bf18b26 Add SelectionDAG library to PPC JIT so that lli will link when by Nate Begeman · 20 years ago
  14. e0acb76 Correct a typo in Makefile.rules. Patch idea contributed by Vladimir Merzliakov. by Reid Spencer · 20 years ago
  15. eebaf33 Add llc to tools. by Alkis Evlogimenos · 20 years ago
  16. b80621f Don't try to strip bytecode files! by Reid Spencer · 20 years ago
  17. 151bbe4 The install program doesn't know how to strip bytecode files so install by Reid Spencer · 20 years ago
  18. 860598a Fix the other half of PR528 .. don't try to strip header files! by Reid Spencer · 20 years ago
  19. 4a0aaea For PR528: by Reid Spencer · 20 years ago
  20. 2804201 Fix installation of configuration files. by Reid Spencer · 20 years ago
  21. 1a9a69c * Don't flatten the directory hierarchy when installing headers by Reid Spencer · 20 years ago
  22. 2edabc0 Don't use pax for installing header files. Use the install program instead. by Reid Spencer · 20 years ago
  23. 9a8398e For PR496: by Reid Spencer · 20 years ago
  24. 39bcf5b non-ieee arith crashes passes on alpha by Andrew Lenharth · 20 years ago
  25. ca94fa2 Fix installation of configured headers when objdir != srcdir. Patch by Chris Lattner · 20 years ago
  26. b05a76c Add support for .cc and .hpp files. Patch contributed by Vladimir Merzliakov! by Chris Lattner · 20 years ago
  27. 270e851 Add variable for bugpoint. by Alkis Evlogimenos · 20 years ago
  28. f8f5740 Fix some typos in the Makefile.rules. Patch contributed by Vladimer Merzliakov. by Reid Spencer · 20 years ago
  29. 11fde54 Several changes: by Reid Spencer · 20 years ago
  30. 3ca6d8b Allow the Echo and EchoCmd variables to be overridden. by Reid Spencer · 20 years ago
  31. 492c293 Implement the LOADABLE_MODULE option when building a shared library. This by Reid Spencer · 20 years ago
  32. 85139f5 X86 JIT requires the selection dag library. by Chris Lattner · 20 years ago
  33. f5629d0 Quote the paths and not the assignment of the PATH variable. by John Criswell · 20 years ago
  34. 447d5bb Joining the quote fray... by John Criswell · 20 years ago
  35. 140935a Re-apply last (reverted) patch. Reverting doesn't solve the actual problem by Reid Spencer · 20 years ago
  36. 22e7edd Don't quote the PATH variable value just in case it has spaces in it, as by Jeff Cohen · 20 years ago
  37. 325a87e Avoid use of -fomit-frame-pointer on FreeBSD platforms. It causes thrown by Reid Spencer · 20 years ago
  38. 4a1e5c0 Quote the PATH variable value just in case it has spaces in it (like on Cygwin). by Reid Spencer · 20 years ago
  39. 775bf89 Correct the name of the variable for the LLVM examples directory so that by Reid Spencer · 20 years ago
  40. f3664e0 Make it possible to reconfigure a project as well as just LLVM main dir. by Reid Spencer · 20 years ago
  41. bc52ad7 Make sure llvm-g++ gets the right path for the llvm tools. by Reid Spencer · 20 years ago
  42. 32924e0 Two corrections: by Reid Spencer · 20 years ago
  43. 2f138e7 For PR432: by Reid Spencer · 20 years ago
  44. 39b7363 Complete the implementation of the spotless rule and make it not depend on by Reid Spencer · 20 years ago
  45. 10ce496 X86 doesn't actually use SelectionDAG yet. by Chris Lattner · 20 years ago
  46. c371984 Some minor upgrades by Reid Spencer · 20 years ago
  47. 23ee795 Factor all of the .inc : .inc.tmp rules into one. by Chris Lattner · 20 years ago
  48. 02a4f90 Add spaces between rule groups to make it more obvious which ones pair by Chris Lattner · 20 years ago
  49. 3c47347 When tblgen changes, regenerate all .inc files, but do not rebuild any .o by Chris Lattner · 20 years ago
  50. 31f9524 Add a "make spotless" rule for environments with BUILD_OBJ_ROOT not equal by Reid Spencer · 20 years ago
  51. f2ac189 Get rid of extraneous dependencies on $(BUILT_SOURCES) now that we've fixed by Reid Spencer · 20 years ago
  52. 07a549a Fix a major bug with BUILT_SOURCES. You actually have to dereference a by Reid Spencer · 20 years ago
  53. c8afbd5 Revert last patch which breaks PowerPC target because it fails to build by Reid Spencer · 20 years ago
  54. 34717e1 Make %'s a bit more explicit by Chris Lattner · 20 years ago
  55. 264ccbe Make archive rules properly depend on llvm-ar. by Chris Lattner · 20 years ago
  56. 18d3b98 Fix the default install directory of modules from / to $(libdir) ! by Reid Spencer · 20 years ago
  57. 20d793a Fix typo. by Alkis Evlogimenos · 20 years ago
  58. 7e80cd9 Add llvm tool variables. by Alkis Evlogimenos · 20 years ago
  59. ab3690b Finish the implementation of the BYTECODE_DESTINATION feature for modules by Reid Spencer · 20 years ago
  60. 8f094f3 Implement a new feature, BYTECODE_DESTINATION, to allow a user makefile to by Reid Spencer · 20 years ago
  61. efd6bb3 Make sure the archive doesn't have to exist before we remove it. by Reid Spencer · 20 years ago
  62. 30f3256 Always remove bytecode archives so that path mismatches don't cause the by Reid Spencer · 20 years ago
  63. c2ef8cd Fix output for Flexing to not print full path of source. by Reid Spencer · 20 years ago
  64. a23c066 Implement the LLVM_DO_NOT_BUILD feature. If a file of that name is by Reid Spencer · 20 years ago
  65. 519799e Remove -Woverloaded-virtual usage that was committed by accident. by Reid Spencer · 20 years ago
  66. 2e2035b Remove variables that are not used by any of the LLVM makefiles by Reid Spencer · 20 years ago
  67. 9e8d54a Add the check target so all projects can have this functionality. by Reid Spencer · 20 years ago
  68. 4362003 Provide a variable to compute where the libstdc++.a is by Reid Spencer · 20 years ago
  69. 7980ea4 Add ability to make a single bytecode module from others by Reid Spencer · 20 years ago
  70. 345235ca Getting dist-check to work:\ by Reid Spencer · 20 years ago
  71. 672d71d Remove all recursive check support from Makefile.rules by Chris Lattner · 20 years ago
  72. 7dc0282 'make check' at the top level shouldn't recurse through the sourcedirs by Chris Lattner · 20 years ago
  73. 44cb1b3 Resurrect the install-bytecode target for installing just the bytecode by Reid Spencer · 20 years ago
  74. 776b805 Pass -strip-debug to gccas when bytecode libraries are being built. by Reid Spencer · 20 years ago
  75. b0ea864 Quiet! by Chris Lattner · 20 years ago
  76. 9a2f137 For PR466: by Reid Spencer · 20 years ago
  77. 478b3b4 Make built bytecode libraries depend on gccas/gccld as appropriate. This by Chris Lattner · 20 years ago
  78. 7d27700 Allow reconfig from any directory, not just the top build directory, by by Reid Spencer · 20 years ago
  79. 7c787c9 Incorporate tools/Makefile.JIT by Reid Spencer · 20 years ago
  80. fbbf307 * Allow date command to be printed in verbose mode by Reid Spencer · 20 years ago
  81. 1b426ab Allow configuration files to be themselves configured and found in the by Reid Spencer · 20 years ago
  82. 9a5acaf Duh, put tools in *bin* directory, not *tools* directory as per PR456. by Reid Spencer · 20 years ago
  83. 815cbcf Fix PR456:\ by Reid Spencer · 20 years ago
  84. 023c446 Fix PR458: by Reid Spencer · 20 years ago
  85. 5991dcb Add a command for using llvm-ar correctly. by Reid Spencer · 20 years ago
  86. 12d7951 * Clean up all the shared library output on uninstall by Reid Spencer · 20 years ago
  87. cceed9f Implement and document the TOOL_VERBOSE option that asks each tool invoked by Reid Spencer · 20 years ago
  88. ca5fe8f * New Recursive Target: clean-all. This target will recursively descend the by Reid Spencer · 20 years ago
  89. 3d65949 * New Recursive Target: clean-all by Reid Spencer · 20 years ago
  90. 9af3b29 Eliminate redundant variable definition. Rename Configuration -> BuildMode by Reid Spencer · 20 years ago
  91. e4cb90f When compiling a file, indicate what build it is for by Chris Lattner · 20 years ago
  92. 8dce0ad Get the shared library extension right on all platforms, regardless of what by Reid Spencer · 20 years ago
  93. 2e6e8e5 Fix output for building shared libraries per Chris' requirements by Reid Spencer · 20 years ago
  94. 8676b7e Actually use the correct variable name for building bytecode files. by Reid Spencer · 20 years ago
  95. cc2d1e2 Internalize variable names to prevent recursive assignment. Cleanup docs. by Reid Spencer · 20 years ago
  96. 7614e51 Don't modify user vars because they will get passed down (modified) to by Reid Spencer · 20 years ago
  97. 85ec003 Make the list of automatic Makefile* files updated explicit instead of by Reid Spencer · 20 years ago
  98. da033ce This line breaks FreeBSD and apparently isn't useful anymore. by Chris Lattner · 20 years ago
  99. a69b1ea Bug Fixes: by Reid Spencer · 20 years ago
  100. c6dcc6a Make parallel "install" and "uninstall" targets not step on itself. by Reid Spencer · 20 years ago