1. 59a430f This patch enables ENABLE_SHARED=1 to build DLL based LLVM toolchain on MingW & Cygwin. by Anton Korobeynikov · 14 years ago
  2. b3d3629 llvmc: remove dynamic plugins. by Mikhail Glushenkov · 14 years ago
  3. 6455384 Simplify generating LLVMC_BUILTIN_PLUGIN. by Mikhail Glushenkov · 14 years ago
  4. e28015c Fix this condition; it has an else clause attached for Darwin only. Patch by Nick Lewycky · 14 years ago
  5. 666b402 tests: Make 'lit' the default test tool. You can still use 'make check-dg' to by Daniel Dunbar · 14 years ago
  6. 6b156a3 Fix library build messages. by Dan Gohman · 14 years ago
  7. 47c4242 Don't pass -export-dynamic to the linker on Cygwin and MinGW. These platforms by Nick Lewycky · 14 years ago
  8. b374d4f Get rid of exceptions in llvmc. by Mikhail Glushenkov · 14 years ago
  9. 6651b3f Enable LLVM to compile on Mips. Fix PR5828 by Bruno Cardoso Lopes · 14 years ago
  10. 384271b Remove unnecessary conditional. by Eric Christopher · 14 years ago
  11. 14ceb87 build/Darwin: Add a missing directory dependency. by Daniel Dunbar · 14 years ago
  12. 83be451 Revert 108456. i.e. bring back r108444. by Devang Patel · 14 years ago
  13. 19f7828 Revert 108444. It breaks a build. by Devang Patel · 14 years ago
  14. 20d256e build/Darwin: Add support for embedding version information in tool executables. by Daniel Dunbar · 14 years ago
  15. 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
  16. 43bc79a Patched Makefile.rules to allow objective C and objective C++ compilation. by Greg Clayton · 14 years ago
  17. 8246adc Rename "Release" builds as "Release+Asserts"; rename "Release-Asserts" by Duncan Sands · 14 years ago
  18. 062f7f1 Fix this build message so that it displays the correct library by Dan Gohman · 14 years ago
  19. df7d419 Fix typo. by Eric Christopher · 14 years ago
  20. f2a1224 improve portability to solaris 10, PR7380, patch by Simon Billingsley! by Chris Lattner · 14 years ago
  21. 381cd02 fix PR7380: use 'test' instead of shell builtins. This improves by Chris Lattner · 14 years ago
  22. 546023f Makefiles: Teach LLVM's recursive makefile descent to update objdir Makefiles if by Daniel Dunbar · 14 years ago
  23. f4ef72e Freebsd's sed doesn't support \< in regexps, and GNU sed doesn't by Dan Gohman · 14 years ago
  24. da612d6 -retain-symbols-file is not what it seems. Update the makefiles by Dan Gohman · 14 years ago
  25. bbe03f8 Avoid renaming loadable modules at install time. Now the gold plugin is named by Rafael Espindola · 14 years ago
  26. a89efd5 Use $ORIGIN in the rpath of libraries. by Rafael Espindola · 14 years ago
  27. 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
  28. ee40a16 Don't use 'else ifdef', I guess this is a 3.81 feature? by Daniel Dunbar · 14 years ago
  29. 8fcd418 Fix TOOLALIAS to not make dependency against $(PROJ_bindir), this is unnecessary by Daniel Dunbar · 14 years ago
  30. 24d9d97 Add new NO_INSTALL_ARCHIVES make variable, to suppress install of .a files. by Daniel Dunbar · 14 years ago
  31. 395af84 Don't touch CXXFLAGS. If it's set in the environment then sub-makes will see by Nick Lewycky · 14 years ago
  32. 3072b8a Enable -Wcast-qual for C++ files, where intentional qualifier-stripping can by Dan Gohman · 14 years ago
  33. dacd479 Remove -module, which appears to be a leftover from prior libtool usage. by Dan Gohman · 14 years ago
  34. e05f609 Add an autoconf check for -retain-symbols-file and conditionalize by Dan Gohman · 14 years ago
  35. 7c52f2e Make the export files absolute paths, and change Makefile.rules by Dan Gohman · 14 years ago
  36. 2d675f1 Add a dependency on the .dir file to make sure that the directory by Dan Gohman · 14 years ago
  37. b16b53b Generalize the EXPORTED_SYMBOL_FILE concept in the Makefiles to work with by Dan Gohman · 14 years ago
  38. b68a3ee Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgen by Johnny Chen · 14 years ago
  39. e4ad0a3 remove arm mode workaround for ARM host by Jim Grosbach · 15 years ago
  40. 49d9dc4 --- Reverse-merging r98637 into '.': by Bob Wilson · 15 years ago
  41. d30a98e Initial ARM/Thumb disassembler check-in. It consists of a tablgen backend by Johnny Chen · 15 years ago
  42. 97d7b10 add DESTDIR support for TOOLALIAS, for PR6557, patch by Matthias Klose! by Chris Lattner · 15 years ago
  43. d4076cf Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153. by Erick Tryzelaar · 15 years ago
  44. c901719 Try r96559 for the third time. This time the shared library is only built if by Jeffrey Yasskin · 15 years ago
  45. 407fbdd Roll back r96959 again. by Jeffrey Yasskin · 15 years ago
  46. ea6c39d Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 of by Jeffrey Yasskin · 15 years ago
  47. 7cfbe25 Switch .bc/.ll Makefile rules to use LLVM{CC,CXX} instead of LLVMG{CC,XX} by Daniel Dunbar · 15 years ago
  48. 797faed Add LLVM{CC,CXX} make variables, which specify the configured path the LLVM by Daniel Dunbar · 15 years ago
  49. 112257d Eliminate CFERuntimeLibDir make variable, this shouldn't be needed. by Daniel Dunbar · 15 years ago
  50. a3f1732 Inline and eliminate LLVMG{CC,XX}WITHPATH. by Daniel Dunbar · 15 years ago
  51. 8d25ea2 Remove dead LUPGRADE make variable. by Daniel Dunbar · 15 years ago
  52. 99d9863 Kill off LLVMGCC_MAJVERS make variable. by Daniel Dunbar · 15 years ago
  53. 2155d45 Roll back the shared library, r96559. It broke two darwins and arm, mysteriously. by Jeffrey Yasskin · 15 years ago
  54. f6afae2 Add a shared library for LLVM, named libLLVM2.7svn.(so|dylib), and add an by Jeffrey Yasskin · 15 years ago
  55. 95fcebd Added a custom TableGen backend to support the by Sean Callanan · 15 years ago
  56. 43b5f93 make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. by Chris Lattner · 15 years ago
  57. c615038 libs that need EH need RTTI. by Chris Lattner · 15 years ago
  58. c96d508 ENABLE_EXPENSIVE_CHECKS shouldn't know how rtti is enabled, let REQUIRES_RTTI handle it. by Chris Lattner · 15 years ago
  59. 016f765 make: Make .o files depend on Makefile, at least for now. by Daniel Dunbar · 15 years ago
  60. 2b02b43 Provide magic define on mingw to not generate inline variants of ctyper functions. by Anton Korobeynikov · 15 years ago
  61. f87ea4d Add the rest of the build system logic for optional target disassemblers by Daniel Dunbar · 15 years ago
  62. fd96b13 Add TOOLALIAS makefile variable; this defines an alternate name for a program by Daniel Dunbar · 15 years ago
  63. dee8dbe Add "Unoptimized" build (NO_DEBUG_SYMBOLS=1 ENABLE_OPTIMIZED=1), for reducing by Daniel Dunbar · 15 years ago
  64. 1fce948 configure: Add --with-optimize-option, for setting the default value of by Daniel Dunbar · 15 years ago
  65. 4330120 Build in ARM mode explicitly when on ARM Darwin by Jim Grosbach · 15 years ago
  66. 0d20366 Indent. by Nick Lewycky · 15 years ago
  67. 7b68ffc Tablegen target intrinsics from the target main .td file. by Jakob Stoklund Olesen · 15 years ago
  68. df199f1 AuroraUX needs special Solaris system header. by Edward O'Callaghan · 15 years ago
  69. 17d70ab Raise the limit on built-in plugins in llvmc to 10. by Mikhail Glushenkov · 15 years ago
  70. 5202078 Remove trailing whitespace from build output. by Jakob Stoklund Olesen · 15 years ago
  71. 7fd82e5 Enable -g with DEBUG_SYMBOLS and --enable-debug-symbols instead of by Jeffrey Yasskin · 15 years ago
  72. d448292 This patch causes the --enable-debug-runtime configure flag and the by Jeffrey Yasskin · 15 years ago
  73. 3418579 Add 'make check-all', which runs the LLVM tests along with the clang tests if by Daniel Dunbar · 15 years ago
  74. 7f068f4 Build (not test) the unittests as part of a normal build. by Daniel Dunbar · 15 years ago
  75. 1026c16 Revert unittests build changes temporarily, the unit test build isn't -j safe. by Daniel Dunbar · 15 years ago
  76. db0ce7d Build (not test) the unittests as part of a normal build. by Daniel Dunbar · 15 years ago
  77. ccb75c2 ... and fix the REQUIRES_RTTI condition. by Daniel Dunbar · 15 years ago
  78. d5b352b Fix REQUIRES_RTTI while awake. by Daniel Dunbar · 15 years ago
  79. b33cc14 Make REQUIRES_RTTI work. by Daniel Dunbar · 15 years ago
  80. a5e225e Do not specify -mmacosx-version-min if building for arm-apple-darwin. by Evan Cheng · 15 years ago
  81. 0e6a4da llvm-as is no longer needed here, now that opt can read assembly files directly. by Dan Gohman · 15 years ago
  82. 70a3b77 Add 'lit' support for llvm tests. by Daniel Dunbar · 15 years ago
  83. c8b2688 Remove some unnecessary -f options. by Dan Gohman · 15 years ago
  84. aa60dbf Filter out -fno-rtti from CXXFLAGS as well (in an expensive checks build). by Daniel Dunbar · 15 years ago
  85. e5f1b2f Fix creation of .bca libraries with EXPORTED_SYMBOLS_LIST, this was putting the by Daniel Dunbar · 15 years ago
  86. 8ed8141 Add a REQUIRES_FRAME_POINTER option to disable the frame pointer by Nicolas Geoffray · 15 years ago
  87. 2a80dc7 Add CXXFLAGS to the Link lines as well in case someone used those instead by Eric Christopher · 15 years ago
  88. 2bd4bb0 Separate out Makefile defines so that we can keep the llvm by Eric Christopher · 15 years ago
  89. e55db74 The attached patches attempt to fix cross builds. For example, if you by Anton Korobeynikov · 15 years ago
  90. f547a12 Fixed indentation and spelling. by Misha Brukman · 15 years ago
  91. 7a677a3 Force reconfigure by Anton Korobeynikov · 15 years ago
  92. 25a619f Add temporary hack to teach LLVM to reconfigure itself to pick up the new PIC16 by Daniel Dunbar · 15 years ago
  93. 0ab94a0 Add executable suffix for the tool. This is needed e.g. for 'make install' on mingw32. by Anton Korobeynikov · 15 years ago
  94. c464e51 Makefile rules for generating assembly matcher. - Unused, fear not cmakers. by Daniel Dunbar · 15 years ago
  95. 2373c99 Add --enable-llvmc-dynamic configure option. by Mikhail Glushenkov · 15 years ago
  96. 95c1f5b Make dynamic LLVMC plugins work on Windows (finally!). by Mikhail Glushenkov · 15 years ago
  97. 0a1cb1e Remove duplication. by Mikhail Glushenkov · 15 years ago
  98. d80d869 Make llvmc work again. by Mikhail Glushenkov · 15 years ago
  99. 9ff4c13 Since -Wno-long-long is ignored without -pedantic, by Duncan Sands · 15 years ago
  100. 6be9266 Remove support for building LLVM libraries into "relinked" by Chris Lattner · 15 years ago