1. 6fc30c2 Fix the build under Debian GNU/Hurd. Thanks to Pino Toscano for the patch by Sylvestre Ledru · 12 years ago
  2. 5084fa0 Use a posix compliant regexp in export file construction. by Eric Christopher · 12 years ago
  3. 9566905 build/Darwin: Make it easy to cause all tools to get codesigned (with make CODESIGN_TOOLS=1). by Daniel Dunbar · 12 years ago
  4. 9993a3a Enable -Wcovered-switch-default again, but add -Werror to the checks to make by Rafael Espindola · 13 years ago
  5. 3c2e5f2 Temporarily revert r151609, which enabled a new warning for LLVM and by Chandler Carruth · 13 years ago
  6. 33177f5 Enable -Wcovered-switch-default as it matches the switch style used in llvm. by Rafael Espindola · 13 years ago
  7. 107506f On Cygwin/MingW, add SharedLibDir and LLVMToolDir to the library search path, since shared libraries are placed in 'bin'. (static libraries are still in 'lib'). by David Meyer · 13 years ago
  8. 2e5b88e build/make: Ensure make clean removes the LLVMBuild makefile fragment. by Daniel Dunbar · 13 years ago
  9. 8979f4e build/Make: Add missing dependency, LLVMBuild makefile fragment implicitly depends on Makefile.config. by Daniel Dunbar · 13 years ago
  10. 99f9a20 PR11642 has been fixed, enable -fvisibility-inlines-hidden everywhere. by Rafael Espindola · 13 years ago
  11. 01442cd Reenable building with -fvisibility-inlines-hidden. by Benjamin Kramer · 13 years ago
  12. dc81e5d Add a deterministic finite automaton based packetizer for VLIW architectures by Anshuman Dasgupta · 13 years ago
  13. cb497b8 llvm-config: Replace with C++ version (was llvm-config-2). by Daniel Dunbar · 13 years ago
  14. f6ace19 Revert commit 145449 (ddunbar) since it is breaking the dragonegg buildbots. by Duncan Sands · 13 years ago
  15. 2662c83 llvm-config: Replace with C++ version (was llvm-config-2). by Daniel Dunbar · 13 years ago
  16. ae7e2a4 Add an optional separate install prefix for internal components. rdar://10217046 by Bob Wilson · 13 years ago
  17. 7c67d32 build/Make: Switch over to using llvm-config-2 for dependencies one more (hopefully last) time, now that it also builds as a build tool. by Daniel Dunbar · 13 years ago
  18. a7de1d6 build/Make: Define a TARGET_NATIVE_ARCH variable to be a bit more precise than by Daniel Dunbar · 13 years ago
  19. 01b825d cross-build/Make: Update cross build to properly forward ARCH and by Daniel Dunbar · 13 years ago
  20. 9969bc9 build/Make: Eliminate BUILD_COMPONENT variable, which is unused. by Daniel Dunbar · 13 years ago
  21. bee515f Add an option '--enable-libcpp' that will have the compiler pass on by Eric Christopher · 13 years ago
  22. 6fd98ae build/Make: Switch back to llvm-config for now, I foolishly forgot to think by Daniel Dunbar · 13 years ago
  23. 57c68f9 build/Make: llvm-config-2 needs to use EXEEXT, since it is an actual executable by Daniel Dunbar · 13 years ago
  24. 950dba0 build/Make: Try to switch over to llvm-config-2 again, now that I've cleaned up by Daniel Dunbar · 13 years ago
  25. 1696980 Remove a really ancient line from the default 'make clean' rule that attempts by Chris Lattner · 13 years ago
  26. 1ad9213 Revert r144300 "llvm-config: Replace with C++ version (was llvm-config-2).", by Daniel Dunbar · 13 years ago
  27. a6f5a81 llvm-config: Replace with C++ version (was llvm-config-2). by Daniel Dunbar · 13 years ago
  28. 8333730 build/Make & CMake: Pass the appropriate --native-target and --enable-targets by Daniel Dunbar · 13 years ago
  29. 2808853 build/Make: Fix some missing dependencies on the llvm-build generation step. by Daniel Dunbar · 13 years ago
  30. 774ec45 build/make: Fix the output path of the llvm-config-2 library dependency table. by Daniel Dunbar · 13 years ago
  31. d5574f6 build: Use right Echo variable and use Verb appropriately. by Daniel Dunbar · 13 years ago
  32. e29c316 build/Make: Integrate llvm-build into Makefiles. by Daniel Dunbar · 13 years ago
  33. 8d69414 build/Make: Add support for INCLUDE_BUILD_DIR make variable, to specify that by Daniel Dunbar · 13 years ago
  34. 13460c9 Revert 142997. It doesn't work on Mac OS or the BSDs, which all use the BSD by Charles Davis · 13 years ago
  35. f3a5ba5 Search for and use the strip program and pass it to install for it by Eric Christopher · 13 years ago
  36. a87a7db Makefile.rules: Let OPTIONAL_PARALLEL_DIRS accept out-of-tree absolute path. by NAKAMURA Takumi · 13 years ago
  37. e2aa5d5 Add -D__STDC_FORMAT_MACROS to use PRIx64. by NAKAMURA Takumi · 13 years ago
  38. de8f33c Build system infrastructure for multiple tblgens. by Peter Collingbourne · 13 years ago
  39. 78d0835 More llvmc bits. Spotted by Benjamin on IRC. by Eric Christopher · 13 years ago
  40. 86f9adb TableGen'erated MC lowering for simple pseudo-instructions. by Jim Grosbach · 13 years ago
  41. 385e930 Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency. by Evan Cheng · 13 years ago
  42. ade490a build/Darwin: Fix epic typo fail. by Daniel Dunbar · 13 years ago
  43. 22fee2d Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc by Evan Cheng · 13 years ago
  44. a347f85 Starting to refactor Target to separate out code that's needed to fully describe by Evan Cheng · 13 years ago
  45. f1b7e94 Don't force remove config.cache on reconfiguration. by NAKAMURA Takumi · 13 years ago
  46. e2a91a7 build/configure: Add support for --with-extra-ld-options flag (to provide extra by Daniel Dunbar · 13 years ago
  47. 7a2bdde Fix a ton of comment typos found by codespell. Patch by by Chris Lattner · 13 years ago
  48. 5819430 build: Add support for a SHOW_DIAGNOSTICS build variable. by Daniel Dunbar · 13 years ago
  49. 6c299ea LLVMCC_EMITIR_FLAG is already either -emit-llvm or -fplugin-arg-dragonegg-emit-ir, so don't add an extra leading -. Clang doesn't accept --emit-llvm. by Chris Lattner · 13 years ago
  50. 70d7700 make stuff work when LLVMCC_OPTION is something like installed-clang, not just clang. by Chris Lattner · 13 years ago
  51. 1bdedb9 revert accidental commit. by Chris Lattner · 13 years ago
  52. c9049a9 fix a potentially serious bug in AliasSet::removeCallSite by Chris Lattner · 13 years ago
  53. 6716b8e Makefile.rules: [PR2928] "make install" may install include files along explicit pattern, not to install CMake's building stuff. by NAKAMURA Takumi · 13 years ago
  54. 0272485 Reapply r127073(partially): Introduce $(ECHOPATH) to print DOSish path string on MSYS bash for alternative of $(ECHO). by NAKAMURA Takumi · 13 years ago
  55. 9c93204 Prepend LD.Flags before LDFLAGS to avoid overriding necessary paths. by Eric Christopher · 13 years ago
  56. 7cefa64 Revert r127073: "Introduce $(ECHOPATH) to print DOSish path string on MSYS bash for alternative of $(ECHO)." by Jakob Stoklund Olesen · 14 years ago
  57. 0c3ed6b Introduce $(ECHOPATH) to print DOSish path string on MSYS bash for alternative of $(ECHO). by NAKAMURA Takumi · 14 years ago
  58. c625d31 Better OpenBSD support, patch by Amit Kulkarni. I have no way to test by Chris Lattner · 14 years ago
  59. c156632 by Stephen Wilson · 14 years ago
  60. 0ecd296 Factor the computation of the basename of libraries. This avoids renaming by Rafael Espindola · 14 years ago
  61. 9403828 build: Shared libraries shouldn't used RPATH on Darwin, only main executables by Daniel Dunbar · 14 years ago
  62. 7bc0f27 build: Don't force -flat_namespace or '-undefined suppress' on unsuspecting users of LLVM makefiles, these options really shouldn't be used on Darwin. by Daniel Dunbar · 14 years ago
  63. 53ca1f3 Now to chant the magical incantation that will exorcise the System library by Charles Davis · 14 years ago
  64. 1f6efa3 Merge System into Support. by Michael J. Spencer · 14 years ago
  65. b9dec1f unittests/JITTests: Don't use --export-dynamic but --export-all-symbols on cygming. by NAKAMURA Takumi · 14 years ago
  66. 8ed6926 Using LLVMCC_EMITIR_FLAG rather than hard-coding -emit-llvm by Duncan Sands · 14 years ago
  67. c476ed9 remove JIT support from the Alpha backend. The JIT will be moving to MC, by Chris Lattner · 14 years ago
  68. bd29a36 Add rule to build MC'ized CodeEmitter. by Jim Grosbach · 14 years ago
  69. a73e586 Remove -llvmc-temp-hack from tblgen. by Mikhail Glushenkov · 14 years ago
  70. ed50d38 Standardise all build-mode affecting {EN,DIS}ABLE_* make options to by Peter Collingbourne · 14 years ago
  71. 31552a9 Don't pass --export-dynamic if TOOL_NO_EXPORTS is set. by Rafael Espindola · 14 years ago
  72. 46f5552 Generalize tblgen's dag parsing logic to handle arbitrary expressions by Chris Lattner · 14 years ago
  73. 71cacda Makefile.rules: Fix breakage on cygming --enable-shared. by NAKAMURA Takumi · 14 years ago
  74. e5e2c41 Remove self-described temporary hack. A bit over a year seems a reasonable by Jim Grosbach · 14 years ago
  75. ccfaa4b build: Add support for a TOOL_ORDER_FILE variable so commands can build with an by Daniel Dunbar · 14 years ago
  76. a64eb83 Makefile.rules: LOADABLE_MODULE/Win32: "all" components may be linked by NAKAMURA Takumi · 14 years ago
  77. 9ae4ca6 build: Allow subdir Makefiles to provide an alternate location for the SRCDIR by Daniel Dunbar · 14 years ago
  78. 9a7570c Fix Windows stuff to follow the existing source organization. by Dan Gohman · 14 years ago
  79. d46bd6ef Revert "Rules for win32 ld shouldn't fire when cross-compiling." by Mikhail Glushenkov · 14 years ago
  80. 41d0a77 Rules for win32 ld shouldn't fire when cross-compiling. by Mikhail Glushenkov · 14 years ago
  81. f636aa9 have the makefiles check the llvm-config error code instead of charging by Chris Lattner · 14 years ago
  82. f9d1163 Fix the "Finished Creating" messages for aliases to print the right name. by Dan Gohman · 14 years ago
  83. 59a430f This patch enables ENABLE_SHARED=1 to build DLL based LLVM toolchain on MingW & Cygwin. by Anton Korobeynikov · 14 years ago
  84. b3d3629 llvmc: remove dynamic plugins. by Mikhail Glushenkov · 14 years ago
  85. 6455384 Simplify generating LLVMC_BUILTIN_PLUGIN. by Mikhail Glushenkov · 14 years ago
  86. e28015c Fix this condition; it has an else clause attached for Darwin only. Patch by Nick Lewycky · 14 years ago
  87. 666b402 tests: Make 'lit' the default test tool. You can still use 'make check-dg' to by Daniel Dunbar · 14 years ago
  88. 6b156a3 Fix library build messages. by Dan Gohman · 14 years ago
  89. 47c4242 Don't pass -export-dynamic to the linker on Cygwin and MinGW. These platforms by Nick Lewycky · 14 years ago
  90. b374d4f Get rid of exceptions in llvmc. by Mikhail Glushenkov · 14 years ago
  91. 6651b3f Enable LLVM to compile on Mips. Fix PR5828 by Bruno Cardoso Lopes · 14 years ago
  92. 384271b Remove unnecessary conditional. by Eric Christopher · 14 years ago
  93. 14ceb87 build/Darwin: Add a missing directory dependency. by Daniel Dunbar · 14 years ago
  94. 83be451 Revert 108456. i.e. bring back r108444. by Devang Patel · 14 years ago
  95. 19f7828 Revert 108444. It breaks a build. by Devang Patel · 14 years ago
  96. 20d256e build/Darwin: Add support for embedding version information in tool executables. by Daniel Dunbar · 14 years ago
  97. d634bcb Correctly set rpath on Mac OS X for executable tools. Note that I am not certain this is the best fix; the code immediately above looks confused, as it first checks to see if we are NOT on Darwin and then checks the Darwin version number. This fix allows c-index-test (in Clang) to run outside of running the regression test suite. I would appreciate if someone reviewed this. by Ted Kremenek · 14 years ago
  98. 43bc79a Patched Makefile.rules to allow objective C and objective C++ compilation. by Greg Clayton · 14 years ago
  99. 8246adc Rename "Release" builds as "Release+Asserts"; rename "Release-Asserts" by Duncan Sands · 14 years ago
  100. 062f7f1 Fix this build message so that it displays the correct library by Dan Gohman · 14 years ago