1. c156632 by Stephen Wilson · 14 years ago
  2. 0ecd296 Factor the computation of the basename of libraries. This avoids renaming by Rafael Espindola · 14 years ago
  3. 9403828 build: Shared libraries shouldn't used RPATH on Darwin, only main executables by Daniel Dunbar · 14 years ago
  4. 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
  5. 53ca1f3 Now to chant the magical incantation that will exorcise the System library by Charles Davis · 14 years ago
  6. 1f6efa3 Merge System into Support. by Michael J. Spencer · 14 years ago
  7. b9dec1f unittests/JITTests: Don't use --export-dynamic but --export-all-symbols on cygming. by NAKAMURA Takumi · 14 years ago
  8. 8ed6926 Using LLVMCC_EMITIR_FLAG rather than hard-coding -emit-llvm by Duncan Sands · 14 years ago
  9. c476ed9 remove JIT support from the Alpha backend. The JIT will be moving to MC, by Chris Lattner · 14 years ago
  10. bd29a36 Add rule to build MC'ized CodeEmitter. by Jim Grosbach · 14 years ago
  11. a73e586 Remove -llvmc-temp-hack from tblgen. by Mikhail Glushenkov · 14 years ago
  12. ed50d38 Standardise all build-mode affecting {EN,DIS}ABLE_* make options to by Peter Collingbourne · 14 years ago
  13. 31552a9 Don't pass --export-dynamic if TOOL_NO_EXPORTS is set. by Rafael Espindola · 14 years ago
  14. 46f5552 Generalize tblgen's dag parsing logic to handle arbitrary expressions by Chris Lattner · 14 years ago
  15. 71cacda Makefile.rules: Fix breakage on cygming --enable-shared. by NAKAMURA Takumi · 14 years ago
  16. e5e2c41 Remove self-described temporary hack. A bit over a year seems a reasonable by Jim Grosbach · 14 years ago
  17. ccfaa4b build: Add support for a TOOL_ORDER_FILE variable so commands can build with an by Daniel Dunbar · 14 years ago
  18. a64eb83 Makefile.rules: LOADABLE_MODULE/Win32: "all" components may be linked by NAKAMURA Takumi · 14 years ago
  19. 9ae4ca6 build: Allow subdir Makefiles to provide an alternate location for the SRCDIR by Daniel Dunbar · 14 years ago
  20. 9a7570c Fix Windows stuff to follow the existing source organization. by Dan Gohman · 14 years ago
  21. d46bd6ef Revert "Rules for win32 ld shouldn't fire when cross-compiling." by Mikhail Glushenkov · 14 years ago
  22. 41d0a77 Rules for win32 ld shouldn't fire when cross-compiling. by Mikhail Glushenkov · 14 years ago
  23. f636aa9 have the makefiles check the llvm-config error code instead of charging by Chris Lattner · 14 years ago
  24. f9d1163 Fix the "Finished Creating" messages for aliases to print the right name. by Dan Gohman · 14 years ago
  25. 59a430f This patch enables ENABLE_SHARED=1 to build DLL based LLVM toolchain on MingW & Cygwin. by Anton Korobeynikov · 14 years ago
  26. b3d3629 llvmc: remove dynamic plugins. by Mikhail Glushenkov · 14 years ago
  27. 6455384 Simplify generating LLVMC_BUILTIN_PLUGIN. by Mikhail Glushenkov · 14 years ago
  28. e28015c Fix this condition; it has an else clause attached for Darwin only. Patch by Nick Lewycky · 14 years ago
  29. 666b402 tests: Make 'lit' the default test tool. You can still use 'make check-dg' to by Daniel Dunbar · 14 years ago
  30. 6b156a3 Fix library build messages. by Dan Gohman · 14 years ago
  31. 47c4242 Don't pass -export-dynamic to the linker on Cygwin and MinGW. These platforms by Nick Lewycky · 14 years ago
  32. b374d4f Get rid of exceptions in llvmc. by Mikhail Glushenkov · 14 years ago
  33. 6651b3f Enable LLVM to compile on Mips. Fix PR5828 by Bruno Cardoso Lopes · 14 years ago
  34. 384271b Remove unnecessary conditional. by Eric Christopher · 14 years ago
  35. 14ceb87 build/Darwin: Add a missing directory dependency. by Daniel Dunbar · 14 years ago
  36. 83be451 Revert 108456. i.e. bring back r108444. by Devang Patel · 14 years ago
  37. 19f7828 Revert 108444. It breaks a build. by Devang Patel · 14 years ago
  38. 20d256e build/Darwin: Add support for embedding version information in tool executables. by Daniel Dunbar · 14 years ago
  39. 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
  40. 43bc79a Patched Makefile.rules to allow objective C and objective C++ compilation. by Greg Clayton · 14 years ago
  41. 8246adc Rename "Release" builds as "Release+Asserts"; rename "Release-Asserts" by Duncan Sands · 14 years ago
  42. 062f7f1 Fix this build message so that it displays the correct library by Dan Gohman · 14 years ago
  43. df7d419 Fix typo. by Eric Christopher · 14 years ago
  44. f2a1224 improve portability to solaris 10, PR7380, patch by Simon Billingsley! by Chris Lattner · 14 years ago
  45. 381cd02 fix PR7380: use 'test' instead of shell builtins. This improves by Chris Lattner · 14 years ago
  46. 546023f Makefiles: Teach LLVM's recursive makefile descent to update objdir Makefiles if by Daniel Dunbar · 14 years ago
  47. f4ef72e Freebsd's sed doesn't support \< in regexps, and GNU sed doesn't by Dan Gohman · 14 years ago
  48. da612d6 -retain-symbols-file is not what it seems. Update the makefiles by Dan Gohman · 14 years ago
  49. bbe03f8 Avoid renaming loadable modules at install time. Now the gold plugin is named by Rafael Espindola · 14 years ago
  50. a89efd5 Use $ORIGIN in the rpath of libraries. by Rafael Espindola · 14 years ago
  51. 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
  52. ee40a16 Don't use 'else ifdef', I guess this is a 3.81 feature? by Daniel Dunbar · 14 years ago
  53. 8fcd418 Fix TOOLALIAS to not make dependency against $(PROJ_bindir), this is unnecessary by Daniel Dunbar · 14 years ago
  54. 24d9d97 Add new NO_INSTALL_ARCHIVES make variable, to suppress install of .a files. by Daniel Dunbar · 14 years ago
  55. 395af84 Don't touch CXXFLAGS. If it's set in the environment then sub-makes will see by Nick Lewycky · 14 years ago
  56. 3072b8a Enable -Wcast-qual for C++ files, where intentional qualifier-stripping can by Dan Gohman · 14 years ago
  57. dacd479 Remove -module, which appears to be a leftover from prior libtool usage. by Dan Gohman · 14 years ago
  58. e05f609 Add an autoconf check for -retain-symbols-file and conditionalize by Dan Gohman · 14 years ago
  59. 7c52f2e Make the export files absolute paths, and change Makefile.rules by Dan Gohman · 14 years ago
  60. 2d675f1 Add a dependency on the .dir file to make sure that the directory by Dan Gohman · 14 years ago
  61. b16b53b Generalize the EXPORTED_SYMBOL_FILE concept in the Makefiles to work with by Dan Gohman · 14 years ago
  62. b68a3ee Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgen by Johnny Chen · 14 years ago
  63. e4ad0a3 remove arm mode workaround for ARM host by Jim Grosbach · 15 years ago
  64. 49d9dc4 --- Reverse-merging r98637 into '.': by Bob Wilson · 15 years ago
  65. d30a98e Initial ARM/Thumb disassembler check-in. It consists of a tablgen backend by Johnny Chen · 15 years ago
  66. 97d7b10 add DESTDIR support for TOOLALIAS, for PR6557, patch by Matthias Klose! by Chris Lattner · 15 years ago
  67. d4076cf Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153. by Erick Tryzelaar · 15 years ago
  68. c901719 Try r96559 for the third time. This time the shared library is only built if by Jeffrey Yasskin · 15 years ago
  69. 407fbdd Roll back r96959 again. by Jeffrey Yasskin · 15 years ago
  70. ea6c39d Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 of by Jeffrey Yasskin · 15 years ago
  71. 7cfbe25 Switch .bc/.ll Makefile rules to use LLVM{CC,CXX} instead of LLVMG{CC,XX} by Daniel Dunbar · 15 years ago
  72. 797faed Add LLVM{CC,CXX} make variables, which specify the configured path the LLVM by Daniel Dunbar · 15 years ago
  73. 112257d Eliminate CFERuntimeLibDir make variable, this shouldn't be needed. by Daniel Dunbar · 15 years ago
  74. a3f1732 Inline and eliminate LLVMG{CC,XX}WITHPATH. by Daniel Dunbar · 15 years ago
  75. 8d25ea2 Remove dead LUPGRADE make variable. by Daniel Dunbar · 15 years ago
  76. 99d9863 Kill off LLVMGCC_MAJVERS make variable. by Daniel Dunbar · 15 years ago
  77. 2155d45 Roll back the shared library, r96559. It broke two darwins and arm, mysteriously. by Jeffrey Yasskin · 15 years ago
  78. f6afae2 Add a shared library for LLVM, named libLLVM2.7svn.(so|dylib), and add an by Jeffrey Yasskin · 15 years ago
  79. 95fcebd Added a custom TableGen backend to support the by Sean Callanan · 15 years ago
  80. 43b5f93 make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. by Chris Lattner · 15 years ago
  81. c615038 libs that need EH need RTTI. by Chris Lattner · 15 years ago
  82. c96d508 ENABLE_EXPENSIVE_CHECKS shouldn't know how rtti is enabled, let REQUIRES_RTTI handle it. by Chris Lattner · 15 years ago
  83. 016f765 make: Make .o files depend on Makefile, at least for now. by Daniel Dunbar · 15 years ago
  84. 2b02b43 Provide magic define on mingw to not generate inline variants of ctyper functions. by Anton Korobeynikov · 15 years ago
  85. f87ea4d Add the rest of the build system logic for optional target disassemblers by Daniel Dunbar · 15 years ago
  86. fd96b13 Add TOOLALIAS makefile variable; this defines an alternate name for a program by Daniel Dunbar · 15 years ago
  87. dee8dbe Add "Unoptimized" build (NO_DEBUG_SYMBOLS=1 ENABLE_OPTIMIZED=1), for reducing by Daniel Dunbar · 15 years ago
  88. 1fce948 configure: Add --with-optimize-option, for setting the default value of by Daniel Dunbar · 15 years ago
  89. 4330120 Build in ARM mode explicitly when on ARM Darwin by Jim Grosbach · 15 years ago
  90. 0d20366 Indent. by Nick Lewycky · 15 years ago
  91. 7b68ffc Tablegen target intrinsics from the target main .td file. by Jakob Stoklund Olesen · 15 years ago
  92. df199f1 AuroraUX needs special Solaris system header. by Edward O'Callaghan · 15 years ago
  93. 17d70ab Raise the limit on built-in plugins in llvmc to 10. by Mikhail Glushenkov · 15 years ago
  94. 5202078 Remove trailing whitespace from build output. by Jakob Stoklund Olesen · 15 years ago
  95. 7fd82e5 Enable -g with DEBUG_SYMBOLS and --enable-debug-symbols instead of by Jeffrey Yasskin · 15 years ago
  96. d448292 This patch causes the --enable-debug-runtime configure flag and the by Jeffrey Yasskin · 15 years ago
  97. 3418579 Add 'make check-all', which runs the LLVM tests along with the clang tests if by Daniel Dunbar · 15 years ago
  98. 7f068f4 Build (not test) the unittests as part of a normal build. by Daniel Dunbar · 15 years ago
  99. 1026c16 Revert unittests build changes temporarily, the unit test build isn't -j safe. by Daniel Dunbar · 15 years ago
  100. db0ce7d Build (not test) the unittests as part of a normal build. by Daniel Dunbar · 15 years ago