1. 3484a99 Make sure that libm is used during config tests so that ceil, floor, and by Reid Spencer · 19 years ago
  2. f4bb9b1 For PR696: Add checks for ceil, ceilf, floor, and floorf by Reid Spencer · 19 years ago
  3. 6e96d81 Implement fix for PR471: by Reid Spencer · 19 years ago
  4. 241116f Added the llvm-kernel project to the list of automatically configured projects. by John Criswell · 19 years ago
  5. 511f11d regenearte by Chris Lattner · 19 years ago
  6. 0b14259 regenerate by Chris Lattner · 19 years ago
  7. e250389 Updated version to 1.7cvs. by John Criswell · 19 years ago
  8. c0c186d Merged from RELEASE_16. by John Criswell · 19 years ago
  9. f83d406 Re-generated to fix copy-paste typo noticed by Marco Matthies. by Misha Brukman · 19 years ago
  10. 0a262ba For PR616: by Reid Spencer · 19 years ago
  11. bc9e49c Fix PR608: by Reid Spencer · 19 years ago
  12. ddc31e8 Alpha has JIT by Andrew Lenharth · 19 years ago
  13. be13028 * Correct the AC_DEFINE for LLVM_PATH_GRAPHVIZ to use AC_DEFINE_UNQUOTED so by Reid Spencer · 19 years ago
  14. c232a65 Put the path to the Graphviz program in the #defines so it can be used. by Reid Spencer · 19 years ago
  15. 8a2246f Implement a test for the Graphviz program for Chris Lattner. The symbol by Reid Spencer · 19 years ago
  16. ee44863 For PR540: by Reid Spencer · 19 years ago
  17. 22177fe For PR540: by Reid Spencer · 19 years ago
  18. c84492c Fix the definitions of LLVMGCC and LLVMGXX to include the EXEEXT (the by Reid Spencer · 19 years ago
  19. ed93e11 For PR514: Do not configure removed files by Reid Spencer · 19 years ago
  20. 5690c53 Updated version to LLVM 1.6 CVS. by John Criswell · 19 years ago
  21. 8bfe6a7 Merged in release_15. by John Criswell · 19 years ago
  22. 775afa5 pretty tiny change (looks like adding the HP-UX detection and line number by Duraid Madina · 19 years ago
  23. b9a5d68 Remove the check for the ffsll function. Its no longer needed by the by Reid Spencer · 19 years ago
  24. c29b13d Changes for ffs lib call simplification: by Reid Spencer · 19 years ago
  25. 15792b0 Fix the "stacker doesn't build without llvm-gcc" problem. The configure by Reid Spencer · 19 years ago
  26. 19098e5 * Remove reference to llvm-fefw * Fix copyright line by Misha Brukman · 19 years ago
  27. ccc1c16 Build the `Skeleton' target when building "all" targets by Misha Brukman · 19 years ago
  28. 675f092 Make sure the CBackend is always a target that is built. by Reid Spencer · 19 years ago
  29. 99d1fcc Consolidate the target selection options into a single option, by Reid Spencer · 19 years ago
  30. 945de9b First step in avoiding compilation/usage of non-relevant targets. New by Reid Spencer · 19 years ago
  31. 1edb190 Recognize an IA64 when we see one by Misha Brukman · 19 years ago
  32. c068283 Adjust to changes needed to more easily support projects via the new by Reid Spencer · 19 years ago
  33. 78ba11d Remove the "pax" program from the list of those needed to support LLVM. by Reid Spencer · 19 years ago
  34. c6cf2fb The pool allocator is now the llvm-poolalloc module in public CVS by Chris Lattner · 20 years ago
  35. 501cb27 let configure recognize Alphas by Andrew Lenharth · 20 years ago
  36. 7bd1ede Fix llvm-java project autconfiguration. by Alkis Evlogimenos · 20 years ago
  37. 8085cff Provide support for HP/UX aCC compiler's variant of hash_map and hash_set by Reid Spencer · 20 years ago
  38. ae192d3 Correctly update configure to configure the llvm-java project by Alkis Evlogimenos · 20 years ago
  39. eadc9ef The Java project now lives under projects/llvm-java. by Alkis Evlogimenos · 20 years ago
  40. bbf7a8a For PR351: Make LLVM_ON_UNIX and LLVM_ON_WIN32 available in the makefiles by Reid Spencer · 20 years ago
  41. ba46ca3 For PR351: * lib/System depends on sbrk(3), make sure we check for it. by Reid Spencer · 20 years ago
  42. 582a23c * Fix a bug in an m4 macro that used an incorrect test operator by Reid Spencer · 20 years ago
  43. 2dc6586 Make the x86_64 target names match between def and use. Thanks Misha. by Reid Spencer · 20 years ago
  44. be41b25 Make the 64-bit x86 target named "x86_64" instead of "AMD64". by Reid Spencer · 20 years ago
  45. f97c703 Don't create symbolic links for lib/System any more. It doesn't need them. by Reid Spencer · 20 years ago
  46. 7931a78 For PR351: by Reid Spencer · 20 years ago
  47. 59473af For PR351: by Reid Spencer · 20 years ago
  48. 3bf6960 Make the symbolic link using the correct variable! by Reid Spencer · 20 years ago
  49. 7b3e851 For PR351: by Reid Spencer · 20 years ago
  50. ee93c87 Update the amd64 target detection checks. by Reid Spencer · 20 years ago
  51. 95ed843 Added support for detection of amd64 targets. by Reid Spencer · 20 years ago
  52. 502935f For PR432: by Reid Spencer · 20 years ago
  53. ab5eaea For PR351: by Reid Spencer · 20 years ago
  54. 8a2d471 Add CMP and CP configuration variables for the unix cmp and cp programs. by Reid Spencer · 20 years ago
  55. 757838e Remove LLVMGCCDIR from the set of defines. by Reid Spencer · 20 years ago
  56. 6af3d26 Don't put newlines in AC macros that can't handle them! by Reid Spencer · 20 years ago
  57. f9960f7 Add some system specific functions we use by Reid Spencer · 20 years ago
  58. ca76740 Get LLVMGCCDIR into the #defines by Reid Spencer · 20 years ago
  59. d4f0f98 More QMTest cruft gone! by Reid Spencer · 20 years ago
  60. 8690180 Remove last remnants of Python/QMTest support by Reid Spencer · 20 years ago
  61. fc757b5 Search for tclsh last so we don't find the FreeBSD warning script too early by Reid Spencer · 20 years ago
  62. cda35f8 Fix the tclsh test to find tclsh8.[34] and tclsh8.[34].X as well. by Reid Spencer · 20 years ago
  63. 0fcb941 Add a check for the tclsh program needed by dejagnu. This can have weird by Reid Spencer · 20 years ago
  64. 2bc7bd5 * Implement embedding libltdl into LLVM which required some rearranging. by Reid Spencer · 20 years ago
  65. 1f31942 * allow doxygen documentation to be enabled/disabled (default off) by Reid Spencer · 20 years ago
  66. 3be58f9 Remove a dead check at the end of the configure script that was a left over by Reid Spencer · 20 years ago
  67. 4a41586 Remove HAVE_BZLIB and HAVE_BZIP2. We always have bzip2 now. by Reid Spencer · 20 years ago
  68. efbe40a Gack. Actually use the correct variable name in setting the JIT support. by Reid Spencer · 20 years ago
  69. edd01b9 Fix the lib/System/platform link by using proper cached variable name. by Reid Spencer · 20 years ago
  70. 5e1d9a5 For PR256: by Reid Spencer · 20 years ago
  71. 0acd65f Add the configurable configuration files for llvmc. by Reid Spencer · 20 years ago
  72. 1779597 Changes for testing presence of ltdl.h and lt_dlopen(), libtool functions by Reid Spencer · 20 years ago
  73. 4b8f82f Add the RUNTEST autoconf onfiguration variable for Deja-gnu support. This by Reid Spencer · 20 years ago
  74. e96aa1c Added the poolalloc module to the list of projects to configure, if present. by John Criswell · 20 years ago
  75. 6802b55 Regenerated after fixing typo. by Brian Gaeke · 20 years ago
  76. abec8f9 Changes to support rand48 tests by Reid Spencer · 20 years ago
  77. ad354c9 Add a check for the tar program. by Reid Spencer · 20 years ago
  78. 591edc6 Add Makefile.JIT to the list of Makefiles transferred to the build dir to give by Misha Brukman · 20 years ago
  79. 177dbe2 Resolution to PR451. by Reid Spencer · 20 years ago
  80. 0d98aed Add checks for the ZLIB and BZIP2 header files, not just the libraries. by Reid Spencer · 20 years ago
  81. 37130d2 Provide support for auto-detection and use of compression libraries. by Reid Spencer · 20 years ago
  82. c28d7ad Add checks for bzip2 and libz for use with the Compression concept for by Reid Spencer · 20 years ago
  83. a281b6fa Improve warning by Alkis Evlogimenos · 20 years ago
  84. 4046846 Updated the last two header files so that they are configured with by John Criswell · 20 years ago
  85. 9f01186 Modified hash_map and hash_set configuration so that they are not by John Criswell · 20 years ago
  86. 5fbb1f8 Configure Datatypes.h.in with AC_CONFIG_HEADERS. This should prevent it by John Criswell · 20 years ago
  87. 8b93e7a Fix a problem where the mmap_file test was generating an incorrect test by Reid Spencer · 20 years ago
  88. 641f7ef Change the name of the "known" module for Java from llvm-java to Java. by Reid Spencer · 20 years ago
  89. 777ce17 Fix problems with AC_FUNC_MMAP_FILE and AC_LINK_USE_R that caused problems by Reid Spencer · 20 years ago
  90. 2e89ae2 Allow the suffix for shared libraries to be obtained correctly so we can by Reid Spencer · 20 years ago
  91. e4d18e4 Change to support creation of "mklib" instead of "libtool" in builddir. by Reid Spencer · 20 years ago
  92. 2706f8c Adjust the libtool macros so that libtool's name is "mklib". Also, tidy up by Reid Spencer · 20 years ago
  93. 0a62133 Regenerated, to recognize mingw. by Brian Gaeke · 20 years ago
  94. 9751dbf Remove PAPIDIR, per brg by Reid Spencer · 20 years ago
  95. 4d68ba2 Remove variables and tests that were specific to the now defunct by Reid Spencer · 20 years ago
  96. 1704168 Remove configuration of test/Programs/* Makefiles. by Reid Spencer · 20 years ago
  97. ceca904 Regenerated after Reid's change for uint64_t/u_int64_t (patch by Bill Wendling) by Misha Brukman · 20 years ago
  98. 679ff31 Added a check for u_int64_t, which is used by Interix. by John Criswell · 20 years ago
  99. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  100. a11e4db Add support for Interix and FreeBSD by Reid Spencer · 20 years ago