1. bbe03f8 Avoid renaming loadable modules at install time. Now the gold plugin is named by Rafael Espindola · 14 years ago
  2. a89efd5 Use $ORIGIN in the rpath of libraries. by Rafael Espindola · 14 years ago
  3. dd464df Add new configure option, --disable-timestamps, intended to turn off anything which would mess up binary/object comparisons. Currently: by Daniel Dunbar · 14 years ago
  4. ee40a16 Don't use 'else ifdef', I guess this is a 3.81 feature? by Daniel Dunbar · 15 years ago
  5. 8fcd418 Fix TOOLALIAS to not make dependency against $(PROJ_bindir), this is unnecessary by Daniel Dunbar · 15 years ago
  6. 24d9d97 Add new NO_INSTALL_ARCHIVES make variable, to suppress install of .a files. by Daniel Dunbar · 15 years ago
  7. 395af84 Don't touch CXXFLAGS. If it's set in the environment then sub-makes will see by Nick Lewycky · 15 years ago
  8. 3072b8a Enable -Wcast-qual for C++ files, where intentional qualifier-stripping can by Dan Gohman · 15 years ago
  9. dacd479 Remove -module, which appears to be a leftover from prior libtool usage. by Dan Gohman · 15 years ago
  10. e05f609 Add an autoconf check for -retain-symbols-file and conditionalize by Dan Gohman · 15 years ago
  11. 7c52f2e Make the export files absolute paths, and change Makefile.rules by Dan Gohman · 15 years ago
  12. 2d675f1 Add a dependency on the .dir file to make sure that the directory by Dan Gohman · 15 years ago
  13. b16b53b Generalize the EXPORTED_SYMBOL_FILE concept in the Makefiles to work with by Dan Gohman · 15 years ago
  14. b68a3ee Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgen by Johnny Chen · 15 years ago
  15. e4ad0a3 remove arm mode workaround for ARM host by Jim Grosbach · 15 years ago
  16. 49d9dc4 --- Reverse-merging r98637 into '.': by Bob Wilson · 15 years ago
  17. d30a98e Initial ARM/Thumb disassembler check-in. It consists of a tablgen backend by Johnny Chen · 15 years ago
  18. 97d7b10 add DESTDIR support for TOOLALIAS, for PR6557, patch by Matthias Klose! by Chris Lattner · 15 years ago
  19. d4076cf Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153. by Erick Tryzelaar · 15 years ago
  20. c901719 Try r96559 for the third time. This time the shared library is only built if by Jeffrey Yasskin · 15 years ago
  21. 407fbdd Roll back r96959 again. by Jeffrey Yasskin · 15 years ago
  22. ea6c39d Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 of by Jeffrey Yasskin · 15 years ago
  23. 7cfbe25 Switch .bc/.ll Makefile rules to use LLVM{CC,CXX} instead of LLVMG{CC,XX} by Daniel Dunbar · 15 years ago
  24. 797faed Add LLVM{CC,CXX} make variables, which specify the configured path the LLVM by Daniel Dunbar · 15 years ago
  25. 112257d Eliminate CFERuntimeLibDir make variable, this shouldn't be needed. by Daniel Dunbar · 15 years ago
  26. a3f1732 Inline and eliminate LLVMG{CC,XX}WITHPATH. by Daniel Dunbar · 15 years ago
  27. 8d25ea2 Remove dead LUPGRADE make variable. by Daniel Dunbar · 15 years ago
  28. 99d9863 Kill off LLVMGCC_MAJVERS make variable. by Daniel Dunbar · 15 years ago
  29. 2155d45 Roll back the shared library, r96559. It broke two darwins and arm, mysteriously. by Jeffrey Yasskin · 15 years ago
  30. f6afae2 Add a shared library for LLVM, named libLLVM2.7svn.(so|dylib), and add an by Jeffrey Yasskin · 15 years ago
  31. 95fcebd Added a custom TableGen backend to support the by Sean Callanan · 15 years ago
  32. 43b5f93 make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. by Chris Lattner · 15 years ago
  33. c615038 libs that need EH need RTTI. by Chris Lattner · 15 years ago
  34. c96d508 ENABLE_EXPENSIVE_CHECKS shouldn't know how rtti is enabled, let REQUIRES_RTTI handle it. by Chris Lattner · 15 years ago
  35. 016f765 make: Make .o files depend on Makefile, at least for now. by Daniel Dunbar · 15 years ago
  36. 2b02b43 Provide magic define on mingw to not generate inline variants of ctyper functions. by Anton Korobeynikov · 15 years ago
  37. f87ea4d Add the rest of the build system logic for optional target disassemblers by Daniel Dunbar · 15 years ago
  38. fd96b13 Add TOOLALIAS makefile variable; this defines an alternate name for a program by Daniel Dunbar · 15 years ago
  39. dee8dbe Add "Unoptimized" build (NO_DEBUG_SYMBOLS=1 ENABLE_OPTIMIZED=1), for reducing by Daniel Dunbar · 15 years ago
  40. 1fce948 configure: Add --with-optimize-option, for setting the default value of by Daniel Dunbar · 15 years ago
  41. 4330120 Build in ARM mode explicitly when on ARM Darwin by Jim Grosbach · 15 years ago
  42. 0d20366 Indent. by Nick Lewycky · 15 years ago
  43. 7b68ffc Tablegen target intrinsics from the target main .td file. by Jakob Stoklund Olesen · 15 years ago
  44. df199f1 AuroraUX needs special Solaris system header. by Edward O'Callaghan · 15 years ago
  45. 17d70ab Raise the limit on built-in plugins in llvmc to 10. by Mikhail Glushenkov · 15 years ago
  46. 5202078 Remove trailing whitespace from build output. by Jakob Stoklund Olesen · 15 years ago
  47. 7fd82e5 Enable -g with DEBUG_SYMBOLS and --enable-debug-symbols instead of by Jeffrey Yasskin · 15 years ago
  48. d448292 This patch causes the --enable-debug-runtime configure flag and the by Jeffrey Yasskin · 15 years ago
  49. 3418579 Add 'make check-all', which runs the LLVM tests along with the clang tests if by Daniel Dunbar · 15 years ago
  50. 7f068f4 Build (not test) the unittests as part of a normal build. by Daniel Dunbar · 15 years ago
  51. 1026c16 Revert unittests build changes temporarily, the unit test build isn't -j safe. by Daniel Dunbar · 15 years ago
  52. db0ce7d Build (not test) the unittests as part of a normal build. by Daniel Dunbar · 15 years ago
  53. ccb75c2 ... and fix the REQUIRES_RTTI condition. by Daniel Dunbar · 15 years ago
  54. d5b352b Fix REQUIRES_RTTI while awake. by Daniel Dunbar · 15 years ago
  55. b33cc14 Make REQUIRES_RTTI work. by Daniel Dunbar · 15 years ago
  56. a5e225e Do not specify -mmacosx-version-min if building for arm-apple-darwin. by Evan Cheng · 15 years ago
  57. 0e6a4da llvm-as is no longer needed here, now that opt can read assembly files directly. by Dan Gohman · 15 years ago
  58. 70a3b77 Add 'lit' support for llvm tests. by Daniel Dunbar · 15 years ago
  59. c8b2688 Remove some unnecessary -f options. by Dan Gohman · 15 years ago
  60. aa60dbf Filter out -fno-rtti from CXXFLAGS as well (in an expensive checks build). by Daniel Dunbar · 15 years ago
  61. e5f1b2f Fix creation of .bca libraries with EXPORTED_SYMBOLS_LIST, this was putting the by Daniel Dunbar · 15 years ago
  62. 8ed8141 Add a REQUIRES_FRAME_POINTER option to disable the frame pointer by Nicolas Geoffray · 15 years ago
  63. 2a80dc7 Add CXXFLAGS to the Link lines as well in case someone used those instead by Eric Christopher · 15 years ago
  64. 2bd4bb0 Separate out Makefile defines so that we can keep the llvm by Eric Christopher · 15 years ago
  65. e55db74 The attached patches attempt to fix cross builds. For example, if you by Anton Korobeynikov · 15 years ago
  66. f547a12 Fixed indentation and spelling. by Misha Brukman · 15 years ago
  67. 7a677a3 Force reconfigure by Anton Korobeynikov · 15 years ago
  68. 25a619f Add temporary hack to teach LLVM to reconfigure itself to pick up the new PIC16 by Daniel Dunbar · 15 years ago
  69. 0ab94a0 Add executable suffix for the tool. This is needed e.g. for 'make install' on mingw32. by Anton Korobeynikov · 15 years ago
  70. c464e51 Makefile rules for generating assembly matcher. - Unused, fear not cmakers. by Daniel Dunbar · 15 years ago
  71. 2373c99 Add --enable-llvmc-dynamic configure option. by Mikhail Glushenkov · 15 years ago
  72. 95c1f5b Make dynamic LLVMC plugins work on Windows (finally!). by Mikhail Glushenkov · 15 years ago
  73. 0a1cb1e Remove duplication. by Mikhail Glushenkov · 15 years ago
  74. d80d869 Make llvmc work again. by Mikhail Glushenkov · 15 years ago
  75. 9ff4c13 Since -Wno-long-long is ignored without -pedantic, by Duncan Sands · 15 years ago
  76. 6be9266 Remove support for building LLVM libraries into "relinked" by Chris Lattner · 15 years ago
  77. f01a457 On platforms like Sparc64 you need to pass -r to by Duncan Sands · 15 years ago
  78. 2efc73d For the new ar --plugin libLLVMgold.so to work we need libLTO linked with by Torok Edwin · 15 years ago
  79. 3b00162 Work around the fact that GNU libstdc++'s debug mode uses RTTI. by Jay Foad · 15 years ago
  80. e36b6d4 Allow client Makefiles control over whether they want -pedantic by by Daniel Dunbar · 15 years ago
  81. fab3d68 Refactor dependency generation for .ll files. by Daniel Dunbar · 15 years ago
  82. e2dc4e0 Remove obsolete Makefile magic for calling llvm-upgrade by Daniel Dunbar · 15 years ago
  83. d62031e Install bytecode libraries with a .bca suffix, otherwise it isn't by Daniel Dunbar · 15 years ago
  84. 3fbdbd9 In non-pic builds, we can use -mdynamic-no-pic for a little more speed. by Mike Stump · 16 years ago
  85. fe095f3 Restore minor deletion. by Mike Stump · 16 years ago
  86. 4558f48 Support --with-llvmgccdir and friends in llvmc, take 2. by Mikhail Glushenkov · 16 years ago
  87. ea84e93 No, we are not avoiding -O3, just -fstrict-aliasing. by Evan Cheng · 16 years ago
  88. b306e38 One Mac OS X, just build with -O3 but without -fstrict-aliasing (which is kinda broken). by Evan Cheng · 16 years ago
  89. dbefd0c by David Greene · 16 years ago
  90. 28fc9d8 move clang-specific makefile goop to clang makefile. by Chris Lattner · 16 years ago
  91. 6818985 Don't install the libLLVMHello.dylib example. by Bill Wendling · 16 years ago
  92. fa72236 Add compatibility_version and current_version flags when creating dylibs. by Bill Wendling · 16 years ago
  93. 29c0e3d Revert r68708. It was causing this failure in the self-hosting buildbot: by Bill Wendling · 16 years ago
  94. 685cb17 Make sure to rebuild dependencies for the `check' and `unittests' targets so by Misha Brukman · 16 years ago
  95. 1c33d02 Avoid -O3 on Darwin for now. by Mike Stump · 16 years ago
  96. a6b37c09 Fix build on MacOS 10.4 systems (suggested by Mike Smith). by Julien Lerouge · 16 years ago
  97. 74a057b Revert previous change in favour of an explanatory comment. by Duncan Sands · 16 years ago
  98. f89c269 A Release-Asserts build makes it sound like assertions by Duncan Sands · 16 years ago
  99. a38ff64 Missed this as part of r67451. by Evan Cheng · 16 years ago
  100. ad20d38 Really should pass -dylib to the linker... by Bill Wendling · 16 years ago