1. c84f975 Update config.sub in the sample project. by Evgeniy Stepanov · 12 years ago
  2. 7533809 Remove llvm-ld and llvm-stub (which is only used by llvm-ld). by Michael J. Spencer · 12 years ago
  3. 703bf84 Fix a problem in the target detection for Debian GNU/HURD by Sylvestre Ledru · 13 years ago
  4. 1d7e8c6 Fix a problem in the target detection for Debian GNU/kFreeBSD by Sylvestre Ledru · 13 years ago
  5. c4b2271 Add InitializeNativeTargetDisassembler function. by Eric Christopher · 13 years ago
  6. b2bc6e4 Add some fixes to the configure script for isInf and add by Eric Christopher · 13 years ago
  7. a443e5b Remove the C backend. by Eric Christopher · 13 years ago
  8. 8c3d258 configure: Don't require a perl interpreter to be present, LLVM's buildsystem doesn't depend on perl anymore. by Benjamin Kramer · 13 years ago
  9. 9993a3a Enable -Wcovered-switch-default again, but add -Werror to the checks to make by Rafael Espindola · 13 years ago
  10. 3c2e5f2 Temporarily revert r151609, which enabled a new warning for LLVM and by Chandler Carruth · 13 years ago
  11. 33177f5 Enable -Wcovered-switch-default as it matches the switch style used in llvm. by Rafael Espindola · 13 years ago
  12. 1aee22e Replace the old --with-cxx-* configure options with a single --with-gcc-toolchain by Rafael Espindola · 13 years ago
  13. 48381e5 Regenerate configure. by Rafael Espindola · 13 years ago
  14. 6e9b5eb revert r147542 after comments from Joerg Sonnenberger by Sebastian Pop · 13 years ago
  15. 8a86887 use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJIT by Sebastian Pop · 13 years ago
  16. b4b5415 Hexagon backend support by Tony Linthicum · 13 years ago
  17. de2e0b5 rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLE by Sebastian Pop · 13 years ago
  18. c4cbf4a derive LLVM_HOSTTRIPLE from target by Sebastian Pop · 13 years ago
  19. 33ba8b0 Remove the Alpha backend. by Dan Gohman · 13 years ago
  20. b42d476 projects/sample: Switch over to imported Makefile setup. by Daniel Dunbar · 13 years ago
  21. 360fa9a Handle newer cases for freebsd which is approaching 10.0 and not 1.0. by Eric Christopher · 13 years ago
  22. 3e6157d Remove the Blackfin backend. by Dan Gohman · 13 years ago
  23. 29074cc Remove the SystemZ backend. by Dan Gohman · 13 years ago
  24. bf79f91 Regenerate projects/sample/configure. by Daniel Dunbar · 13 years ago
  25. 2532fa2 projects/sample: Import adapted form of current LLVM autoconf/Makefile setup so that projects/sample is standalone and not tied to the LLVM build setup. by Daniel Dunbar · 13 years ago
  26. 7a2bdde Fix a ton of comment typos found by codespell. Patch by by Chris Lattner · 13 years ago
  27. 2bf4b54 Regen configure by Peter Collingbourne · 14 years ago
  28. 1fbf5a4 Fix paths; AutoRegen.sh changes its current working directory to be the by Peter Collingbourne · 14 years ago
  29. 3cc52ea I swear I did a make clean and make before committing all this... by Michael J. Spencer · 14 years ago
  30. 15c4bb9 Testing subversion commit access by Wesley Peck · 15 years ago
  31. 1f10929 Fix autoconf llvm srcdir location for generic projects. by Eric Christopher · 15 years ago
  32. 8b67f77 Move DataTypes.h to include/llvm/System, update all users. This breaks the last by Chandler Carruth · 15 years ago
  33. 6493798 install-sh chmods to 0755 by default, and this causes 'git diff' to show by Torok Edwin · 15 years ago
  34. 929a493 remove dead makefile flags. by Chris Lattner · 15 years ago
  35. 324f608 Revert r67655 and r67656, as they are breaking the build. I'm by Dan Gohman · 16 years ago
  36. 2594706 LLVM's master Makefile.common is in LLVM_SRC_ROOT, not LLVM_OBJ_ROOT. by Dan Gohman · 16 years ago
  37. d02a281 Regenerate configure. by Dan Gohman · 16 years ago
  38. 497e863 Fix paths; AutoRegen.sh changes its current working directory to be the by Dan Gohman · 16 years ago
  39. c9ebae3 Update for autoconf 2.6x; by Dan Gohman · 16 years ago
  40. 9f16bcb Fix bash-isms. by Dan Gohman · 16 years ago
  41. 206b59a Add "sample" documentation to sample project. by Nick Lewycky · 16 years ago
  42. e644ef7 Convert .cvsignore files by John Criswell · 17 years ago
  43. 9bc823e avoid collision with /usr/bin/sample if this ever gets installed. by Chris Lattner · 18 years ago
  44. 19d2204 Make sample project -pedantic clean. by Reid Spencer · 18 years ago
  45. 42fe455 For PR780: by Reid Spencer · 18 years ago
  46. 72f42bb For PR786: by Reid Spencer · 18 years ago
  47. 30ea478 Have the AutoRegen.sh script prompt the user for the LLVM src and obj by Reid Spencer · 18 years ago
  48. 5a4b9e7 Ignored generated files. by Reid Spencer · 19 years ago
  49. 6b2b013 Fixed Makefile so it does, indeed, build a dynamic library. by Robert Bocchino · 19 years ago
  50. 3027321 oops by Andrew Lenharth · 19 years ago
  51. c2640d0 updates by Andrew Lenharth · 19 years ago
  52. b02fbfc Eliminate tabs and trailing spaces by Jeff Cohen · 19 years ago
  53. 421ec05 Update to reflect various changes in the autoconf directory. THe by Reid Spencer · 20 years ago
  54. bcb178f Remove auxilliary files that are now picked up from llvm/autoconf. This by Reid Spencer · 20 years ago
  55. 1a87ddc * Move all the "standard" configuration stuff to the start of the file by Reid Spencer · 20 years ago
  56. b2da650 Don't put generated files into CVS. by Reid Spencer · 20 years ago
  57. f20856d * Fix an output message by Reid Spencer · 20 years ago
  58. 6a8b518 Update per new Makefile requirements for projects by Reid Spencer · 20 years ago
  59. 33a1218 Ignore autoconf/aclocal generated stuff. by Reid Spencer · 20 years ago
  60. 38fd88a Cleanup configuration for Cygwin by Reid Spencer · 20 years ago
  61. 9964cd8 Update to autoconf 2.59 standards. by Reid Spencer · 20 years ago
  62. c4ea7d8 Make sure the include files get distributed. by Reid Spencer · 20 years ago
  63. 1118441 Fix nightly build by avoiding shared library construction. by Reid Spencer · 20 years ago
  64. 8c2c315 Adjust to changes in Makefile.rules by Reid Spencer · 20 years ago
  65. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  66. 7939597 Removed LLVM copyright from sample Makefile. by John Criswell · 21 years ago
  67. c2bc2f1 Removed LLVM copyright notice from sample Makefile. by John Criswell · 21 years ago
  68. e26ba9f Added LLVM copyrights to Makefiles. by John Criswell · 21 years ago
  69. 0e077f7 Adding license information for the sample project. by John Criswell · 21 years ago
  70. 8a7ae30 Modified the Makefile so that the sample library is linked dynamically. by John Criswell · 21 years ago
  71. 451f67f Adding autoconf support to the sample project. by John Criswell · 21 years ago
  72. caca6ea Adding autoconf support for the sample project. by John Criswell · 21 years ago
  73. 607b1ea Adding autoconf support for the sample project. by John Criswell · 21 years ago
  74. a37fefd Checkin of autoconf-style object root. by John Criswell · 21 years ago
  75. c137b30 Remove commented out declaration by Chris Lattner · 21 years ago
  76. c3c1d32 Disable sample project until it works by Chris Lattner · 21 years ago
  77. 723ccd6 Adding in sample project tree. by John Criswell · 21 years ago