1. 99d9863 Kill off LLVMGCC_MAJVERS make variable. by Daniel Dunbar · 14 years ago
  2. 2155d45 Roll back the shared library, r96559. It broke two darwins and arm, mysteriously. by Jeffrey Yasskin · 14 years ago
  3. f6afae2 Add a shared library for LLVM, named libLLVM2.7svn.(so|dylib), and add an by Jeffrey Yasskin · 14 years ago
  4. 95fcebd Added a custom TableGen backend to support the by Sean Callanan · 14 years ago
  5. 43b5f93 make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. by Chris Lattner · 14 years ago
  6. c615038 libs that need EH need RTTI. by Chris Lattner · 14 years ago
  7. c96d508 ENABLE_EXPENSIVE_CHECKS shouldn't know how rtti is enabled, let REQUIRES_RTTI handle it. by Chris Lattner · 14 years ago
  8. 016f765 make: Make .o files depend on Makefile, at least for now. by Daniel Dunbar · 14 years ago
  9. 2b02b43 Provide magic define on mingw to not generate inline variants of ctyper functions. by Anton Korobeynikov · 14 years ago
  10. f87ea4d Add the rest of the build system logic for optional target disassemblers by Daniel Dunbar · 15 years ago
  11. fd96b13 Add TOOLALIAS makefile variable; this defines an alternate name for a program by Daniel Dunbar · 15 years ago
  12. dee8dbe Add "Unoptimized" build (NO_DEBUG_SYMBOLS=1 ENABLE_OPTIMIZED=1), for reducing by Daniel Dunbar · 15 years ago
  13. 1fce948 configure: Add --with-optimize-option, for setting the default value of by Daniel Dunbar · 15 years ago
  14. 4330120 Build in ARM mode explicitly when on ARM Darwin by Jim Grosbach · 15 years ago
  15. 0d20366 Indent. by Nick Lewycky · 15 years ago
  16. 7b68ffc Tablegen target intrinsics from the target main .td file. by Jakob Stoklund Olesen · 15 years ago
  17. df199f1 AuroraUX needs special Solaris system header. by Edward O'Callaghan · 15 years ago
  18. 17d70ab Raise the limit on built-in plugins in llvmc to 10. by Mikhail Glushenkov · 15 years ago
  19. 5202078 Remove trailing whitespace from build output. by Jakob Stoklund Olesen · 15 years ago
  20. 7fd82e5 Enable -g with DEBUG_SYMBOLS and --enable-debug-symbols instead of by Jeffrey Yasskin · 15 years ago
  21. d448292 This patch causes the --enable-debug-runtime configure flag and the by Jeffrey Yasskin · 15 years ago
  22. 3418579 Add 'make check-all', which runs the LLVM tests along with the clang tests if by Daniel Dunbar · 15 years ago
  23. 7f068f4 Build (not test) the unittests as part of a normal build. by Daniel Dunbar · 15 years ago
  24. 1026c16 Revert unittests build changes temporarily, the unit test build isn't -j safe. by Daniel Dunbar · 15 years ago
  25. db0ce7d Build (not test) the unittests as part of a normal build. by Daniel Dunbar · 15 years ago
  26. ccb75c2 ... and fix the REQUIRES_RTTI condition. by Daniel Dunbar · 15 years ago
  27. d5b352b Fix REQUIRES_RTTI while awake. by Daniel Dunbar · 15 years ago
  28. b33cc14 Make REQUIRES_RTTI work. by Daniel Dunbar · 15 years ago
  29. a5e225e Do not specify -mmacosx-version-min if building for arm-apple-darwin. by Evan Cheng · 15 years ago
  30. 0e6a4da llvm-as is no longer needed here, now that opt can read assembly files directly. by Dan Gohman · 15 years ago
  31. 70a3b77 Add 'lit' support for llvm tests. by Daniel Dunbar · 15 years ago
  32. c8b2688 Remove some unnecessary -f options. by Dan Gohman · 15 years ago
  33. aa60dbf Filter out -fno-rtti from CXXFLAGS as well (in an expensive checks build). by Daniel Dunbar · 15 years ago
  34. e5f1b2f Fix creation of .bca libraries with EXPORTED_SYMBOLS_LIST, this was putting the by Daniel Dunbar · 15 years ago
  35. 8ed8141 Add a REQUIRES_FRAME_POINTER option to disable the frame pointer by Nicolas Geoffray · 15 years ago
  36. 2a80dc7 Add CXXFLAGS to the Link lines as well in case someone used those instead by Eric Christopher · 15 years ago
  37. 2bd4bb0 Separate out Makefile defines so that we can keep the llvm by Eric Christopher · 15 years ago
  38. e55db74 The attached patches attempt to fix cross builds. For example, if you by Anton Korobeynikov · 15 years ago
  39. f547a12 Fixed indentation and spelling. by Misha Brukman · 15 years ago
  40. 7a677a3 Force reconfigure by Anton Korobeynikov · 15 years ago
  41. 25a619f Add temporary hack to teach LLVM to reconfigure itself to pick up the new PIC16 by Daniel Dunbar · 15 years ago
  42. 0ab94a0 Add executable suffix for the tool. This is needed e.g. for 'make install' on mingw32. by Anton Korobeynikov · 15 years ago
  43. c464e51 Makefile rules for generating assembly matcher. - Unused, fear not cmakers. by Daniel Dunbar · 15 years ago
  44. 2373c99 Add --enable-llvmc-dynamic configure option. by Mikhail Glushenkov · 15 years ago
  45. 95c1f5b Make dynamic LLVMC plugins work on Windows (finally!). by Mikhail Glushenkov · 15 years ago
  46. 0a1cb1e Remove duplication. by Mikhail Glushenkov · 15 years ago
  47. d80d869 Make llvmc work again. by Mikhail Glushenkov · 15 years ago
  48. 9ff4c13 Since -Wno-long-long is ignored without -pedantic, by Duncan Sands · 15 years ago
  49. 6be9266 Remove support for building LLVM libraries into "relinked" by Chris Lattner · 15 years ago
  50. f01a457 On platforms like Sparc64 you need to pass -r to by Duncan Sands · 15 years ago
  51. 2efc73d For the new ar --plugin libLLVMgold.so to work we need libLTO linked with by Torok Edwin · 15 years ago
  52. 3b00162 Work around the fact that GNU libstdc++'s debug mode uses RTTI. by Jay Foad · 15 years ago
  53. e36b6d4 Allow client Makefiles control over whether they want -pedantic by by Daniel Dunbar · 15 years ago
  54. fab3d68 Refactor dependency generation for .ll files. by Daniel Dunbar · 15 years ago
  55. e2dc4e0 Remove obsolete Makefile magic for calling llvm-upgrade by Daniel Dunbar · 15 years ago
  56. d62031e Install bytecode libraries with a .bca suffix, otherwise it isn't by Daniel Dunbar · 15 years ago
  57. 3fbdbd9 In non-pic builds, we can use -mdynamic-no-pic for a little more speed. by Mike Stump · 15 years ago
  58. fe095f3 Restore minor deletion. by Mike Stump · 15 years ago
  59. 4558f48 Support --with-llvmgccdir and friends in llvmc, take 2. by Mikhail Glushenkov · 15 years ago
  60. ea84e93 No, we are not avoiding -O3, just -fstrict-aliasing. by Evan Cheng · 15 years ago
  61. b306e38 One Mac OS X, just build with -O3 but without -fstrict-aliasing (which is kinda broken). by Evan Cheng · 15 years ago
  62. dbefd0c by David Greene · 15 years ago
  63. 28fc9d8 move clang-specific makefile goop to clang makefile. by Chris Lattner · 15 years ago
  64. 6818985 Don't install the libLLVMHello.dylib example. by Bill Wendling · 15 years ago
  65. fa72236 Add compatibility_version and current_version flags when creating dylibs. by Bill Wendling · 15 years ago
  66. 29c0e3d Revert r68708. It was causing this failure in the self-hosting buildbot: by Bill Wendling · 15 years ago
  67. 685cb17 Make sure to rebuild dependencies for the `check' and `unittests' targets so by Misha Brukman · 15 years ago
  68. 1c33d02 Avoid -O3 on Darwin for now. by Mike Stump · 15 years ago
  69. a6b37c09 Fix build on MacOS 10.4 systems (suggested by Mike Smith). by Julien Lerouge · 15 years ago
  70. 74a057b Revert previous change in favour of an explanatory comment. by Duncan Sands · 15 years ago
  71. f89c269 A Release-Asserts build makes it sound like assertions by Duncan Sands · 15 years ago
  72. a38ff64 Missed this as part of r67451. by Evan Cheng · 15 years ago
  73. ad20d38 Really should pass -dylib to the linker... by Bill Wendling · 15 years ago
  74. aca5695 A dylib should be built as a dylib and not a bundle. by Bill Wendling · 15 years ago
  75. faf880f Revert r67334 and r37349 which break "make check" on Linux. by Nick Lewycky · 15 years ago
  76. 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
  77. 8d8ba38 Fix Clang build for srcdir != objdir by Sebastian Redl · 15 years ago
  78. 1119552 Add support for generating Clang diagnostic defs to Makefile.rules. by Sebastian Redl · 15 years ago
  79. 55a07b2 Add ENABLE_COVERAGE, for building a +Coverage (gcov) configuration. by Daniel Dunbar · 15 years ago
  80. 87af5f0 Darwin 10.4.x: "-rpath" is unnecessary when linking shared libraries. by Scott Michel · 15 years ago
  81. a083335 Revert r66765 and r66766. These were causing build failures on Darwin. by Bill Wendling · 15 years ago
  82. 8bc0803 Set ARCH to x86 on mixed 32/64-bit Linux systems. by Nick Lewycky · 15 years ago
  83. 075630a Fix rebuilding after a .td file is modified. This was broken since revision by Rafael Espindola · 15 years ago
  84. 1b030a1 don't pass -Wl,-exported_symbol -Wl,_main to the linker when building on by Chris Lattner · 15 years ago
  85. c785b4f Re-apply 66315, but restrict it to Darwin only. by Evan Cheng · 15 years ago
  86. 086c788 Fix PR3743 - -mmacosx-version-min inappropriate for Mac OS X 10.4.11, by Chris Lattner · 15 years ago
  87. 34d7455 Revert r66315. Fix the build on mixed 64/32 Linux systems. by Nick Lewycky · 15 years ago
  88. 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
  89. 3c89812 Rename my makefile debugging rule to prevent accidental collisions. by Daniel Dunbar · 15 years ago
  90. 533384e LINK_COMPONENTS should be added to LLVMLibsOptions. by Mikhail Glushenkov · 15 years ago
  91. 1dace48 Switch to using -Wl,-R on Solaris. by Nick Lewycky · 15 years ago
  92. 1c08c0e Fix build on Cygwin. by Nick Lewycky · 15 years ago
  93. 1386ae4 Remove duplication in Makefile.rules. by Mikhail Glushenkov · 15 years ago
  94. 540d73f Move the rules for building plugins to Makefile.rules. by Mikhail Glushenkov · 15 years ago
  95. ae72ca9 Fix universal builds to not use -XCClinker (a libtool thing) now that by Chris Lattner · 15 years ago
  96. c953a88 no really, use the right path. by Chris Lattner · 15 years ago
  97. 065d7a6 Search for the export map in a place that it can be found. by Chris Lattner · 15 years ago
  98. 61863a3 strip exported symbols from tools that build with TOOL_NO_EXPORTS=1. by Chris Lattner · 15 years ago
  99. 843daf4 pass -mmacosx-version-min to the compiler and linker, which makes the build by Chris Lattner · 15 years ago
  100. b2b1c53 Fix typo. by Nick Lewycky · 15 years ago