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