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