1. 205b02e Add a facility for invoking the llvm-config tool when linking a program. by Reid Spencer · 18 years ago
  2. f2722ca These changes are necessary to support the new llvm-config tool. llvm-config by Reid Spencer · 19 years ago
  3. 7192786 Enable assertions to be enabled in release builds by building with by Chris Lattner · 19 years ago
  4. be3c2f2 reorder these to make it work with static libraries by Chris Lattner · 19 years ago
  5. c097798 Use $(Verb) instead of @ so that VERBOSE=1 will print these. by Chris Lattner · 19 years ago
  6. cb3fc53 pass -Illvm/include to tblgen by Chris Lattner · 19 years ago
  7. 8f434ff 8 spaces -> tab. Reported by Wink Saville by Chris Lattner · 19 years ago
  8. af2f351 Fix a minor makefile bug with lex/yacc handling that nate noticed. We don't by Chris Lattner · 19 years ago
  9. 1f1edce bugfixes by Chris Lattner · 19 years ago
  10. 6599c75 Convert the bison-output-checked-into-cvs makefile handling stuff to work by Chris Lattner · 19 years ago
  11. 197ab87 HP aCC (and a bunch of other compilers, no doubt) don't share by Duraid Madina · 19 years ago
  12. eb71340 oops, I meant this by Duraid Madina · 19 years ago
  13. 342567c Implement an alternative way of handling generated lex files in CVS. This by Chris Lattner · 19 years ago
  14. 77efe27 Wrap a couple more long lines by Chris Lattner · 19 years ago
  15. d25ad61 wrap long lines by Chris Lattner · 19 years ago
  16. 8968111 * Eliminate FAKE_SOURCES by Chris Lattner · 19 years ago
  17. 443045a For PR625: by Reid Spencer · 19 years ago
  18. 25e8a70 Some simple cleanups: by Reid Spencer · 19 years ago
  19. 6e96d81 Implement fix for PR471: by Reid Spencer · 19 years ago
  20. a115643 Move some constant folding code shared by Analysis and Transform passes by John Criswell · 19 years ago
  21. e96a1a5 1. Remove libraries no longer created from the list of libraries linked into the by John Criswell · 19 years ago
  22. 0366fcb analyses after transformations by Chris Lattner · 19 years ago
  23. 8993808 Now that all libraries are built in either .o or .a form, make BUILD_ARCHIVE by Chris Lattner · 19 years ago
  24. aafbaaa pull in the .a version of scalaropts lib to reduce the size of programs by Chris Lattner · 19 years ago
  25. 9dc33e5 Remove redundant flag. by Jeff Cohen · 19 years ago
  26. 66c5fd6 When a function takes a variable number of pointer arguments, with a zero by Jeff Cohen · 19 years ago
  27. f5fc2cb Plugin new subtarget backend into the build. by Jim Laskey · 19 years ago
  28. 0b61677 Make sure targets depend on TargetSelectionDAG.td by Chris Lattner · 19 years ago
  29. 0cb09f1 Add some rules for building preprocessed files by Chris Lattner · 19 years ago
  30. f31f09e allow for a target to ask for a dag isel by Chris Lattner · 19 years ago
  31. 68a24bd Implement PR614: by Reid Spencer · 19 years ago
  32. ca739c6 For PR614: by Reid Spencer · 19 years ago
  33. 6f5f8b3 Don't attempt to update LLVM configured header files from a build in a by Reid Spencer · 19 years ago
  34. 0ced4fb Whoops, don't use PROJ variables, these are all LLVM headers. This allows by Reid Spencer · 19 years ago
  35. 755bcf0 For PR619: by Reid Spencer · 19 years ago
  36. 6c26da6 Fix grammar by Misha Brukman · 19 years ago
  37. 7ac1752 Fix oversized GOT problem with gcc-4 on alpha by Andrew Lenharth · 19 years ago
  38. ab25eda No, really, it's an Alpha! And you probably thought it was a PowerPC. by Misha Brukman · 19 years ago
  39. 22894e9 I know PowerPC wishes it could be alpha, but it cannot. so there by Andrew Lenharth · 19 years ago
  40. ddc31e8 Alpha has JIT by Andrew Lenharth · 19 years ago
  41. 45eeed9 Two dist-check related changes: by Reid Spencer · 19 years ago
  42. 5da2d08 Make sure that tool names don't have any leading or trailing spaces in them. by Reid Spencer · 19 years ago
  43. aa8bc43 Build the install directories just exactly as any others. Hopefully this by Reid Spencer · 19 years ago
  44. 8f9e21e Two changes to support building shared libraries that contain multiple by Reid Spencer · 19 years ago
  45. 0ad8fcf hp-ux needs this to get through the System/Support libs by Duraid Madina · 19 years ago
  46. 0d255bd * Make some warning messages stand out a bit by putting **** at the end by Reid Spencer · 19 years ago
  47. a37ed05 * Remove extraneous spaces * Convert some tabs to spaces by Misha Brukman · 20 years ago
  48. bf18b26 Add SelectionDAG library to PPC JIT so that lli will link when by Nate Begeman · 20 years ago
  49. e0acb76 Correct a typo in Makefile.rules. Patch idea contributed by Vladimir Merzliakov. by Reid Spencer · 20 years ago
  50. eebaf33 Add llc to tools. by Alkis Evlogimenos · 20 years ago
  51. b80621f Don't try to strip bytecode files! by Reid Spencer · 20 years ago
  52. 151bbe4 The install program doesn't know how to strip bytecode files so install by Reid Spencer · 20 years ago
  53. 860598a Fix the other half of PR528 .. don't try to strip header files! by Reid Spencer · 20 years ago
  54. 4a0aaea For PR528: by Reid Spencer · 20 years ago
  55. 2804201 Fix installation of configuration files. by Reid Spencer · 20 years ago
  56. 1a9a69c * Don't flatten the directory hierarchy when installing headers by Reid Spencer · 20 years ago
  57. 2edabc0 Don't use pax for installing header files. Use the install program instead. by Reid Spencer · 20 years ago
  58. 9a8398e For PR496: by Reid Spencer · 20 years ago
  59. 39bcf5b non-ieee arith crashes passes on alpha by Andrew Lenharth · 20 years ago
  60. ca94fa2 Fix installation of configured headers when objdir != srcdir. Patch by Chris Lattner · 20 years ago
  61. b05a76c Add support for .cc and .hpp files. Patch contributed by Vladimir Merzliakov! by Chris Lattner · 20 years ago
  62. 270e851 Add variable for bugpoint. by Alkis Evlogimenos · 20 years ago
  63. f8f5740 Fix some typos in the Makefile.rules. Patch contributed by Vladimer Merzliakov. by Reid Spencer · 20 years ago
  64. 11fde54 Several changes: by Reid Spencer · 20 years ago
  65. 3ca6d8b Allow the Echo and EchoCmd variables to be overridden. by Reid Spencer · 20 years ago
  66. 492c293 Implement the LOADABLE_MODULE option when building a shared library. This by Reid Spencer · 20 years ago
  67. 85139f5 X86 JIT requires the selection dag library. by Chris Lattner · 20 years ago
  68. f5629d0 Quote the paths and not the assignment of the PATH variable. by John Criswell · 20 years ago
  69. 447d5bb Joining the quote fray... by John Criswell · 20 years ago
  70. 140935a Re-apply last (reverted) patch. Reverting doesn't solve the actual problem by Reid Spencer · 20 years ago
  71. 22e7edd Don't quote the PATH variable value just in case it has spaces in it, as by Jeff Cohen · 20 years ago
  72. 325a87e Avoid use of -fomit-frame-pointer on FreeBSD platforms. It causes thrown by Reid Spencer · 20 years ago
  73. 4a1e5c0 Quote the PATH variable value just in case it has spaces in it (like on Cygwin). by Reid Spencer · 20 years ago
  74. 775bf89 Correct the name of the variable for the LLVM examples directory so that by Reid Spencer · 20 years ago
  75. f3664e0 Make it possible to reconfigure a project as well as just LLVM main dir. by Reid Spencer · 20 years ago
  76. bc52ad7 Make sure llvm-g++ gets the right path for the llvm tools. by Reid Spencer · 20 years ago
  77. 32924e0 Two corrections: by Reid Spencer · 20 years ago
  78. 2f138e7 For PR432: by Reid Spencer · 20 years ago
  79. 39b7363 Complete the implementation of the spotless rule and make it not depend on by Reid Spencer · 20 years ago
  80. 10ce496 X86 doesn't actually use SelectionDAG yet. by Chris Lattner · 20 years ago
  81. c371984 Some minor upgrades by Reid Spencer · 20 years ago
  82. 23ee795 Factor all of the .inc : .inc.tmp rules into one. by Chris Lattner · 20 years ago
  83. 02a4f90 Add spaces between rule groups to make it more obvious which ones pair by Chris Lattner · 20 years ago
  84. 3c47347 When tblgen changes, regenerate all .inc files, but do not rebuild any .o by Chris Lattner · 20 years ago
  85. 31f9524 Add a "make spotless" rule for environments with BUILD_OBJ_ROOT not equal by Reid Spencer · 20 years ago
  86. f2ac189 Get rid of extraneous dependencies on $(BUILT_SOURCES) now that we've fixed by Reid Spencer · 20 years ago
  87. 07a549a Fix a major bug with BUILT_SOURCES. You actually have to dereference a by Reid Spencer · 20 years ago
  88. c8afbd5 Revert last patch which breaks PowerPC target because it fails to build by Reid Spencer · 20 years ago
  89. 34717e1 Make %'s a bit more explicit by Chris Lattner · 20 years ago
  90. 264ccbe Make archive rules properly depend on llvm-ar. by Chris Lattner · 20 years ago
  91. 18d3b98 Fix the default install directory of modules from / to $(libdir) ! by Reid Spencer · 20 years ago
  92. 20d793a Fix typo. by Alkis Evlogimenos · 20 years ago
  93. 7e80cd9 Add llvm tool variables. by Alkis Evlogimenos · 20 years ago
  94. ab3690b Finish the implementation of the BYTECODE_DESTINATION feature for modules by Reid Spencer · 20 years ago
  95. 8f094f3 Implement a new feature, BYTECODE_DESTINATION, to allow a user makefile to by Reid Spencer · 20 years ago
  96. efd6bb3 Make sure the archive doesn't have to exist before we remove it. by Reid Spencer · 20 years ago
  97. 30f3256 Always remove bytecode archives so that path mismatches don't cause the by Reid Spencer · 20 years ago
  98. c2ef8cd Fix output for Flexing to not print full path of source. by Reid Spencer · 20 years ago
  99. a23c066 Implement the LLVM_DO_NOT_BUILD feature. If a file of that name is by Reid Spencer · 20 years ago
  100. 519799e Remove -Woverloaded-virtual usage that was committed by accident. by Reid Spencer · 20 years ago