1. f3ad95a Use MACOSX_DEPLOYMENT_TARGET when it is set. <rdar://problem/12433905> by Bob Wilson · 12 years ago
  2. c33b930 Place temporary LTO files into their own subdirectory. by Bill Wendling · 12 years ago
  3. 52bcafe Revert "Use a special path to place the .o files in." by Bob Wilson · 12 years ago
  4. e57cb73 Use a special path to place the .o files in. by Bill Wendling · 12 years ago
  5. 0a03117 Use -object_path_lto when linking executables if building Apple style. by Bill Wendling · 12 years ago
  6. 81be6bf Make sure 'prefix-clang++' is aliased to 'prefix-clang', not 'clang'. by Jordan Rose · 12 years ago
  7. 9208052 Re-enable support for --program-prefix. by Jordan Rose · 12 years ago
  8. 85042e6 Revert "Add --program-prefix support to build" by Jordan Rose · 12 years ago
  9. ba48ceb Add --program-prefix support to build by Sebastian Pop · 12 years ago
  10. 164a308 Temporarily revert this to bring back the bots. by Eric Christopher · 12 years ago
  11. 94a935f Add --program-prefix support to build. by Sebastian Pop · 12 years ago
  12. 09a8873 Add a configure flag for enabling -Werror on the command line by Eric Christopher · 12 years ago
  13. 8212002 Add a configure option to pass -std=c++11 on the command line. by Eric Christopher · 12 years ago
  14. 42dffa5 Revert previous patch here, we should instead configure in specific by Eric Christopher · 12 years ago
  15. cbd84f7 Add a BUILD_FLAGS variable so that autoconf checks have a place by Eric Christopher · 12 years ago
  16. c1a0af1 Remove 'check-dg', a wrapper around 'check-local-dg' which was just nuked. by Chandler Carruth · 12 years ago
  17. 49efb1a llvm-ld does not exist anymore, use llvm-link instead. by Nicolas Geoffray · 12 years ago
  18. 7549354 Make IntelJITEvents and OProfileJIT as optional libraries and add by Preston Gurd · 12 years ago
  19. 7533809 Remove llvm-ld and llvm-stub (which is only used by llvm-ld). by Michael J. Spencer · 12 years ago
  20. 6fc30c2 Fix the build under Debian GNU/Hurd. Thanks to Pino Toscano for the patch by Sylvestre Ledru · 12 years ago
  21. 5084fa0 Use a posix compliant regexp in export file construction. by Eric Christopher · 12 years ago
  22. 9566905 build/Darwin: Make it easy to cause all tools to get codesigned (with make CODESIGN_TOOLS=1). by Daniel Dunbar · 12 years ago
  23. 9993a3a Enable -Wcovered-switch-default again, but add -Werror to the checks to make by Rafael Espindola · 12 years ago
  24. 3c2e5f2 Temporarily revert r151609, which enabled a new warning for LLVM and by Chandler Carruth · 12 years ago
  25. 33177f5 Enable -Wcovered-switch-default as it matches the switch style used in llvm. by Rafael Espindola · 12 years ago
  26. 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 · 12 years ago
  27. 2e5b88e build/make: Ensure make clean removes the LLVMBuild makefile fragment. by Daniel Dunbar · 13 years ago
  28. 8979f4e build/Make: Add missing dependency, LLVMBuild makefile fragment implicitly depends on Makefile.config. by Daniel Dunbar · 13 years ago
  29. 99f9a20 PR11642 has been fixed, enable -fvisibility-inlines-hidden everywhere. by Rafael Espindola · 13 years ago
  30. 01442cd Reenable building with -fvisibility-inlines-hidden. by Benjamin Kramer · 13 years ago
  31. dc81e5d Add a deterministic finite automaton based packetizer for VLIW architectures by Anshuman Dasgupta · 13 years ago
  32. cb497b8 llvm-config: Replace with C++ version (was llvm-config-2). by Daniel Dunbar · 13 years ago
  33. f6ace19 Revert commit 145449 (ddunbar) since it is breaking the dragonegg buildbots. by Duncan Sands · 13 years ago
  34. 2662c83 llvm-config: Replace with C++ version (was llvm-config-2). by Daniel Dunbar · 13 years ago
  35. ae7e2a4 Add an optional separate install prefix for internal components. rdar://10217046 by Bob Wilson · 13 years ago
  36. 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
  37. a7de1d6 build/Make: Define a TARGET_NATIVE_ARCH variable to be a bit more precise than by Daniel Dunbar · 13 years ago
  38. 01b825d cross-build/Make: Update cross build to properly forward ARCH and by Daniel Dunbar · 13 years ago
  39. 9969bc9 build/Make: Eliminate BUILD_COMPONENT variable, which is unused. by Daniel Dunbar · 13 years ago
  40. bee515f Add an option '--enable-libcpp' that will have the compiler pass on by Eric Christopher · 13 years ago
  41. 6fd98ae build/Make: Switch back to llvm-config for now, I foolishly forgot to think by Daniel Dunbar · 13 years ago
  42. 57c68f9 build/Make: llvm-config-2 needs to use EXEEXT, since it is an actual executable by Daniel Dunbar · 13 years ago
  43. 950dba0 build/Make: Try to switch over to llvm-config-2 again, now that I've cleaned up by Daniel Dunbar · 13 years ago
  44. 1696980 Remove a really ancient line from the default 'make clean' rule that attempts by Chris Lattner · 13 years ago
  45. 1ad9213 Revert r144300 "llvm-config: Replace with C++ version (was llvm-config-2).", by Daniel Dunbar · 13 years ago
  46. a6f5a81 llvm-config: Replace with C++ version (was llvm-config-2). by Daniel Dunbar · 13 years ago
  47. 8333730 build/Make & CMake: Pass the appropriate --native-target and --enable-targets by Daniel Dunbar · 13 years ago
  48. 2808853 build/Make: Fix some missing dependencies on the llvm-build generation step. by Daniel Dunbar · 13 years ago
  49. 774ec45 build/make: Fix the output path of the llvm-config-2 library dependency table. by Daniel Dunbar · 13 years ago
  50. d5574f6 build: Use right Echo variable and use Verb appropriately. by Daniel Dunbar · 13 years ago
  51. e29c316 build/Make: Integrate llvm-build into Makefiles. by Daniel Dunbar · 13 years ago
  52. 8d69414 build/Make: Add support for INCLUDE_BUILD_DIR make variable, to specify that by Daniel Dunbar · 13 years ago
  53. 13460c9 Revert 142997. It doesn't work on Mac OS or the BSDs, which all use the BSD by Charles Davis · 13 years ago
  54. f3a5ba5 Search for and use the strip program and pass it to install for it by Eric Christopher · 13 years ago
  55. a87a7db Makefile.rules: Let OPTIONAL_PARALLEL_DIRS accept out-of-tree absolute path. by NAKAMURA Takumi · 13 years ago
  56. e2aa5d5 Add -D__STDC_FORMAT_MACROS to use PRIx64. by NAKAMURA Takumi · 13 years ago
  57. de8f33c Build system infrastructure for multiple tblgens. by Peter Collingbourne · 13 years ago
  58. 78d0835 More llvmc bits. Spotted by Benjamin on IRC. by Eric Christopher · 13 years ago
  59. 86f9adb TableGen'erated MC lowering for simple pseudo-instructions. by Jim Grosbach · 13 years ago
  60. 385e930 Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency. by Evan Cheng · 13 years ago
  61. ade490a build/Darwin: Fix epic typo fail. by Daniel Dunbar · 13 years ago
  62. 22fee2d Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc by Evan Cheng · 13 years ago
  63. a347f85 Starting to refactor Target to separate out code that's needed to fully describe by Evan Cheng · 13 years ago
  64. f1b7e94 Don't force remove config.cache on reconfiguration. by NAKAMURA Takumi · 13 years ago
  65. e2a91a7 build/configure: Add support for --with-extra-ld-options flag (to provide extra by Daniel Dunbar · 13 years ago
  66. 7a2bdde Fix a ton of comment typos found by codespell. Patch by by Chris Lattner · 13 years ago
  67. 5819430 build: Add support for a SHOW_DIAGNOSTICS build variable. by Daniel Dunbar · 13 years ago
  68. 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
  69. 70d7700 make stuff work when LLVMCC_OPTION is something like installed-clang, not just clang. by Chris Lattner · 13 years ago
  70. 1bdedb9 revert accidental commit. by Chris Lattner · 13 years ago
  71. c9049a9 fix a potentially serious bug in AliasSet::removeCallSite by Chris Lattner · 13 years ago
  72. 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
  73. 0272485 Reapply r127073(partially): Introduce $(ECHOPATH) to print DOSish path string on MSYS bash for alternative of $(ECHO). by NAKAMURA Takumi · 13 years ago
  74. 9c93204 Prepend LD.Flags before LDFLAGS to avoid overriding necessary paths. by Eric Christopher · 13 years ago
  75. 7cefa64 Revert r127073: "Introduce $(ECHOPATH) to print DOSish path string on MSYS bash for alternative of $(ECHO)." by Jakob Stoklund Olesen · 13 years ago
  76. 0c3ed6b Introduce $(ECHOPATH) to print DOSish path string on MSYS bash for alternative of $(ECHO). by NAKAMURA Takumi · 13 years ago
  77. c625d31 Better OpenBSD support, patch by Amit Kulkarni. I have no way to test by Chris Lattner · 13 years ago
  78. c156632 by Stephen Wilson · 13 years ago
  79. 0ecd296 Factor the computation of the basename of libraries. This avoids renaming by Rafael Espindola · 14 years ago
  80. 9403828 build: Shared libraries shouldn't used RPATH on Darwin, only main executables by Daniel Dunbar · 14 years ago
  81. 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
  82. 53ca1f3 Now to chant the magical incantation that will exorcise the System library by Charles Davis · 14 years ago
  83. 1f6efa3 Merge System into Support. by Michael J. Spencer · 14 years ago
  84. b9dec1f unittests/JITTests: Don't use --export-dynamic but --export-all-symbols on cygming. by NAKAMURA Takumi · 14 years ago
  85. 8ed6926 Using LLVMCC_EMITIR_FLAG rather than hard-coding -emit-llvm by Duncan Sands · 14 years ago
  86. c476ed9 remove JIT support from the Alpha backend. The JIT will be moving to MC, by Chris Lattner · 14 years ago
  87. bd29a36 Add rule to build MC'ized CodeEmitter. by Jim Grosbach · 14 years ago
  88. a73e586 Remove -llvmc-temp-hack from tblgen. by Mikhail Glushenkov · 14 years ago
  89. ed50d38 Standardise all build-mode affecting {EN,DIS}ABLE_* make options to by Peter Collingbourne · 14 years ago
  90. 31552a9 Don't pass --export-dynamic if TOOL_NO_EXPORTS is set. by Rafael Espindola · 14 years ago
  91. 46f5552 Generalize tblgen's dag parsing logic to handle arbitrary expressions by Chris Lattner · 14 years ago
  92. 71cacda Makefile.rules: Fix breakage on cygming --enable-shared. by NAKAMURA Takumi · 14 years ago
  93. e5e2c41 Remove self-described temporary hack. A bit over a year seems a reasonable by Jim Grosbach · 14 years ago
  94. ccfaa4b build: Add support for a TOOL_ORDER_FILE variable so commands can build with an by Daniel Dunbar · 14 years ago
  95. a64eb83 Makefile.rules: LOADABLE_MODULE/Win32: "all" components may be linked by NAKAMURA Takumi · 14 years ago
  96. 9ae4ca6 build: Allow subdir Makefiles to provide an alternate location for the SRCDIR by Daniel Dunbar · 14 years ago
  97. 9a7570c Fix Windows stuff to follow the existing source organization. by Dan Gohman · 14 years ago
  98. d46bd6ef Revert "Rules for win32 ld shouldn't fire when cross-compiling." by Mikhail Glushenkov · 14 years ago
  99. 41d0a77 Rules for win32 ld shouldn't fire when cross-compiling. by Mikhail Glushenkov · 14 years ago
  100. f636aa9 have the makefiles check the llvm-config error code instead of charging by Chris Lattner · 14 years ago