1. 1c33d02 Avoid -O3 on Darwin for now. by Mike Stump · 15 years ago
  2. a6b37c09 Fix build on MacOS 10.4 systems (suggested by Mike Smith). by Julien Lerouge · 15 years ago
  3. 74a057b Revert previous change in favour of an explanatory comment. by Duncan Sands · 15 years ago
  4. f89c269 A Release-Asserts build makes it sound like assertions by Duncan Sands · 15 years ago
  5. a38ff64 Missed this as part of r67451. by Evan Cheng · 15 years ago
  6. ad20d38 Really should pass -dylib to the linker... by Bill Wendling · 15 years ago
  7. aca5695 A dylib should be built as a dylib and not a bundle. by Bill Wendling · 15 years ago
  8. faf880f Revert r67334 and r37349 which break "make check" on Linux. by Nick Lewycky · 15 years ago
  9. 817046e More makefile changes to allow dejagnu tests to pass when system tools default to a different target from the llvm configuration (e.g. 64-bit gcc and 32-bit llvm). by Evan Cheng · 15 years ago
  10. 8d8ba38 Fix Clang build for srcdir != objdir by Sebastian Redl · 15 years ago
  11. 1119552 Add support for generating Clang diagnostic defs to Makefile.rules. by Sebastian Redl · 15 years ago
  12. 55a07b2 Add ENABLE_COVERAGE, for building a +Coverage (gcov) configuration. by Daniel Dunbar · 15 years ago
  13. 87af5f0 Darwin 10.4.x: "-rpath" is unnecessary when linking shared libraries. by Scott Michel · 15 years ago
  14. a083335 Revert r66765 and r66766. These were causing build failures on Darwin. by Bill Wendling · 15 years ago
  15. 8bc0803 Set ARCH to x86 on mixed 32/64-bit Linux systems. by Nick Lewycky · 15 years ago
  16. 075630a Fix rebuilding after a .td file is modified. This was broken since revision by Rafael Espindola · 15 years ago
  17. 1b030a1 don't pass -Wl,-exported_symbol -Wl,_main to the linker when building on by Chris Lattner · 15 years ago
  18. c785b4f Re-apply 66315, but restrict it to Darwin only. by Evan Cheng · 15 years ago
  19. 086c788 Fix PR3743 - -mmacosx-version-min inappropriate for Mac OS X 10.4.11, by Chris Lattner · 15 years ago
  20. 34d7455 Revert r66315. Fix the build on mixed 64/32 Linux systems. by Nick Lewycky · 15 years ago
  21. 4b5051b If ARCH is x86_64, pass -m64 to the host compiler. -m32 for i386. This makes sure the JIT work correctly. by Evan Cheng · 15 years ago
  22. 3c89812 Rename my makefile debugging rule to prevent accidental collisions. by Daniel Dunbar · 15 years ago
  23. 533384e LINK_COMPONENTS should be added to LLVMLibsOptions. by Mikhail Glushenkov · 15 years ago
  24. 1dace48 Switch to using -Wl,-R on Solaris. by Nick Lewycky · 15 years ago
  25. 1c08c0e Fix build on Cygwin. by Nick Lewycky · 15 years ago
  26. 1386ae4 Remove duplication in Makefile.rules. by Mikhail Glushenkov · 15 years ago
  27. 540d73f Move the rules for building plugins to Makefile.rules. by Mikhail Glushenkov · 15 years ago
  28. ae72ca9 Fix universal builds to not use -XCClinker (a libtool thing) now that by Chris Lattner · 15 years ago
  29. c953a88 no really, use the right path. by Chris Lattner · 15 years ago
  30. 065d7a6 Search for the export map in a place that it can be found. by Chris Lattner · 15 years ago
  31. 61863a3 strip exported symbols from tools that build with TOOL_NO_EXPORTS=1. by Chris Lattner · 15 years ago
  32. 843daf4 pass -mmacosx-version-min to the compiler and linker, which makes the build by Chris Lattner · 15 years ago
  33. b2b1c53 Fix typo. by Nick Lewycky · 15 years ago
  34. 2be2087 Fix typo! by Nick Lewycky · 15 years ago
  35. a15dc03 Remove libtool. by Nick Lewycky · 15 years ago
  36. 92acef0 Add makefile debugging target; use "make print-FOO" to print the by Daniel Dunbar · 15 years ago
  37. 8e87e65 Pass different flags on different platforms when building PIC. by Nick Lewycky · 15 years ago
  38. b445d74 Avoid order files for now, as they aren't supported in 3.79. by Mike Stump · 15 years ago
  39. 49de982 Reapply 63765. Patches for clang and llvm-gcc to follow. by Dale Johannesen · 16 years ago
  40. 4d452de Reverting 63765. This broke the build of both clang and llvm-gcc. by Dale Johannesen · 16 years ago
  41. d244797 New feature: add support for target intrinsics being defined in the by Nate Begeman · 16 years ago
  42. 0a26891 Perform optional clang building. by Mike Stump · 16 years ago
  43. e50f34a Don't create .dir files in installation directories. Switch to using by Mike Stump · 16 years ago
  44. afa2259 Support llvmc plugins in out-of-tree projects. by Mikhail Glushenkov · 16 years ago
  45. ef5dc70 Removed trailing whitespace. by Misha Brukman · 16 years ago
  46. 4113bd1 Modify the unittests Makefiles so that they don't rebuild parts of LLVM just to by Bill Wendling · 16 years ago
  47. dfaf4f9 Revert r61598 as it does nothing. by Bill Wendling · 16 years ago
  48. 3aec908 Make sure that 'ranlib' runs only after 'ar' is completed. by Bill Wendling · 16 years ago
  49. c948064 Remove lex/bison support from makefile.rules. by Chris Lattner · 16 years ago
  50. b9b3a70 Don't error out if ranlib fails. by Bill Wendling · 16 years ago
  51. 47d9dcc Fix PR3117: not all nodes being legalized. The by Duncan Sands · 16 years ago
  52. 027fdbe Move target independent td files from lib/Target/ to include/llvm/Target so they can be distributed along with the header files. by Evan Cheng · 16 years ago
  53. 569c45c Proper way of doing llvm canadian-cross compilation. Patch by Jim Grosbach! by Anton Korobeynikov · 16 years ago
  54. eb909ca Comment fix. by Daniel Dunbar · 16 years ago
  55. 63f9720 Fun x86 encoding tricks: when adding an immediate value of 128, by Dan Gohman · 16 years ago
  56. ebb9f9b Another dependency fix, prevent ObjDir from having trailing slash. by Daniel Dunbar · 16 years ago
  57. 94e98af Add IS_CLEANING_TARGET Makefile variable. by Daniel Dunbar · 16 years ago
  58. 673612e Add support for Canadian Cross builds where the host executables are not by Jim Grosbach · 16 years ago
  59. ecfe67c Reapply majority of r55557 but with the changes to compilation flags by Daniel Dunbar · 16 years ago
  60. 0783f0d Revert r55557, it is causing linking failures on 32bit linux. by Matthijs Kooijman · 16 years ago
  61. dcf114e Enable -fvisibility-inlines-hidden by default for compilers which support it. by Daniel Dunbar · 16 years ago
  62. 5039a6f fix the output dumbness I have introduced some time ago by Gabor Greif · 16 years ago
  63. b0cf29c Initial checkin of the new "fast" instruction selection support. See by Dan Gohman · 16 years ago
  64. 58a4c5e Add support for building on solaris, working around namespace by Chris Lattner · 16 years ago
  65. 6fc5b48 Warn of potential violations of strict aliasing rules. by Evan Cheng · 16 years ago
  66. 652f7ea Revert 51775. by Evan Cheng · 16 years ago
  67. babf11f Patches for building llvm on Solaris x86. Contributed by Nathan Keynes. by Evan Cheng · 16 years ago
  68. b1dbcd8 Fix a bunch of 80col violations that arose from the Create API change. Tweak makefile targets to find these better. by Gabor Greif · 16 years ago
  69. 7252dc0 Refresh Makefile.ocaml in objdir if it is modified in srcdir. by Gordon Henriksen · 16 years ago
  70. 0a4c378 Remove inappropriate whitespace, change CVS to SVN where it makes sense. by Gabor Greif · 16 years ago
  71. a7b33db when making bytecode modules, link as library by Andrew Lenharth · 16 years ago
  72. f5c9467 Make the check for GCC version more robust, fix shared library by Chris Lattner · 17 years ago
  73. 095765e Unbreak builds with differing object and source by Duncan Sands · 17 years ago
  74. 2671fc3 reduce duplicate -I flags passed to the compiler, cleaning up the VERBOSE by Chris Lattner · 17 years ago
  75. 05a3e8a One too many )'s breaks 'make clean' with certain versions of make. by Chris Lattner · 17 years ago
  76. 6e0a529 Commit a piece that I missed before, patch by Alain Frisch by Chris Lattner · 17 years ago
  77. 9e7aba2 Modify Makefile.rules to allow makefiles to prepend to C.Flags and by Gordon Henriksen · 17 years ago
  78. e43ba3d Factor out makefile dependency generation better. by Chris Lattner · 17 years ago
  79. 57360d1 remove attributions from the rest of the llvm makefiles. by Chris Lattner · 17 years ago
  80. 72e4633 noone uses etags. Connected to PR1601 by Chris Lattner · 17 years ago
  81. 491a6cd Restore ability to build archives (oops) by Reid Spencer · 17 years ago
  82. 87b8919 Remove bizarre use of /dev/null in a makefile include line that by Reid Spencer · 17 years ago
  83. eff1553 Make sure to keep symbols for profile build. by Reid Spencer · 17 years ago
  84. 0a522b1 Make sure that preprocessor symbols like _DEBUG, NDEBUG, and _GLIBC_DEBUG are by Reid Spencer · 17 years ago
  85. 1abd46d Add a missing . by Reid Spencer · 17 years ago
  86. cba2918 Clean up comments to be consistent with code. by David Greene · 17 years ago
  87. a696d24 Add support for building with _GLIBCXX_DEBUG. New configure option by David Greene · 17 years ago
  88. 413f2f9 Fix a problem with building .y files when BISON is not present. by Reid Spencer · 17 years ago
  89. 749a89b Disable RTTI handling until we're ready. by Reid Spencer · 17 years ago
  90. 6548bf1 Add a rule to get the footprint of binaries and libraries. by Reid Spencer · 17 years ago
  91. bed2946 Removed tabs everywhere except autogenerated & external files. Add make by Anton Korobeynikov · 17 years ago
  92. 03840ac add a target to print out 80-column violations. by Chris Lattner · 17 years ago
  93. 0522d8b Speed up installation a bit by ignoring .svn directories. by Reid Spencer · 17 years ago
  94. 8475ec0 For PR789: by Reid Spencer · 17 years ago
  95. fd3542f correct dependency by Chris Lattner · 17 years ago
  96. bcc3c19 target for generating CC info by Chris Lattner · 17 years ago
  97. 1846412 Fix some bugs in module building that broke llvm-stacker project. by Reid Spencer · 18 years ago
  98. 43eb96c Don't use gccld or gccas by Reid Spencer · 18 years ago
  99. 9bb399c Make the cleaning of BUILT_SOURCES be a "clean-all" target item, not a by Reid Spencer · 18 years ago
  100. 91140e9 Remove a spurious ; by Reid Spencer · 18 years ago