1. 54d1448 For PR723: by Reid Spencer · 19 years ago
  2. 7917d3a For support of new GCC v4, obtain the full and major versions of the by Reid Spencer · 19 years ago
  3. b195d9d Update to llvm-config tool, by Erik Kidd: by Reid Spencer · 19 years ago
  4. f2722ca These changes are necessary to support the new llvm-config tool. llvm-config by Reid Spencer · 19 years ago
  5. 74878f4 Use -emit-llvm -S to get .ll file output from llvm-gcc by Chris Lattner · 19 years ago
  6. a6bbfe8 don't build the skeleton target by Chris Lattner · 19 years ago
  7. 937c60a reverting previous change, will add support for other compilers later by Duraid Madina · 19 years ago
  8. 80a8a26 previously, configure would die if GCC or ICC was not found. Now it'll by Duraid Madina · 19 years ago
  9. 762236c SparcV8 -> Sparc by Chris Lattner · 19 years ago
  10. 44b4d9f by Duraid Madina · 19 years ago
  11. ec7a9b3 add checks for new functions. I'd appreciate it if someone could regen by Chris Lattner · 19 years ago
  12. 3484a99 Make sure that libm is used during config tests so that ceil, floor, and by Reid Spencer · 19 years ago
  13. f4bb9b1 For PR696: Add checks for ceil, ceilf, floor, and floorf by Reid Spencer · 19 years ago
  14. 6697a74 For PR678: by Reid Spencer · 19 years ago
  15. 6e96d81 Implement fix for PR471: by Reid Spencer · 19 years ago
  16. 241116f Added the llvm-kernel project to the list of automatically configured projects. by John Criswell · 19 years ago
  17. 368c36f add malloc_zone_statistics, remove mstats by Chris Lattner · 19 years ago
  18. a930f21 add some stuff for mstats on darwin by Chris Lattner · 19 years ago
  19. e250389 Updated version to 1.7cvs. by John Criswell · 19 years ago
  20. c0c186d Merged from RELEASE_16. by John Criswell · 19 years ago
  21. ea04dfd Fixed copy-paste typo, patch by Marco Matthies. by Misha Brukman · 19 years ago
  22. 755bcf0 For PR619: by Reid Spencer · 19 years ago
  23. 0a262ba For PR616: by Reid Spencer · 19 years ago
  24. bc9e49c Fix PR608: by Reid Spencer · 19 years ago
  25. 675267e Get rid of bash specific syntax for variable dereferencing, replacing it by Reid Spencer · 19 years ago
  26. ddc31e8 Alpha has JIT by Andrew Lenharth · 19 years ago
  27. 72f71e1 Add a parameter to the FIND_STD_PROGRAM macro that allows an alternate name by Reid Spencer · 19 years ago
  28. a5e2607 Add two new checks for use in LLVM configuration files: by Reid Spencer · 19 years ago
  29. be13028 * Correct the AC_DEFINE for LLVM_PATH_GRAPHVIZ to use AC_DEFINE_UNQUOTED so by Reid Spencer · 19 years ago
  30. c232a65 Put the path to the Graphviz program in the #defines so it can be used. by Reid Spencer · 19 years ago
  31. 8a2246f Implement a test for the Graphviz program for Chris Lattner. The symbol by Reid Spencer · 19 years ago
  32. ee44863 For PR540: by Reid Spencer · 19 years ago
  33. 9e4f701 In support of PR418: by Reid Spencer · 19 years ago
  34. 6d2e334 We also have V8, so do not force every Sparc to be treated like a V9. It is by Misha Brukman · 19 years ago
  35. c84492c Fix the definitions of LLVMGCC and LLVMGXX to include the EXEEXT (the by Reid Spencer · 19 years ago
  36. dde5e38 For PR514: Do not configure removed files by Reid Spencer · 19 years ago
  37. 5690c53 Updated version to LLVM 1.6 CVS. by John Criswell · 19 years ago
  38. 8bfe6a7 Merged in release_15. by John Criswell · 19 years ago
  39. 4c61d92 detect HP-UX when configuring by Duraid Madina · 19 years ago
  40. b9a5d68 Remove the check for the ffsll function. Its no longer needed by the by Reid Spencer · 19 years ago
  41. c29b13d Changes for ffs lib call simplification: by Reid Spencer · 19 years ago
  42. 15792b0 Fix the "stacker doesn't build without llvm-gcc" problem. The configure by Reid Spencer · 19 years ago
  43. e886798 llvm-fefw doesn't exist (yet) by Misha Brukman · 19 years ago
  44. 5ec2ae6 Remove extraneous `U ' in copyright line by Misha Brukman · 19 years ago
  45. ccc1c16 Build the `Skeleton' target when building "all" targets by Misha Brukman · 20 years ago
  46. 675f092 Make sure the CBackend is always a target that is built. by Reid Spencer · 20 years ago
  47. 99d1fcc Consolidate the target selection options into a single option, by Reid Spencer · 20 years ago
  48. 945de9b First step in avoiding compilation/usage of non-relevant targets. New by Reid Spencer · 20 years ago
  49. 1edb190 Recognize an IA64 when we see one by Misha Brukman · 20 years ago
  50. 1807c1a Add a call to AC_CONFIG_COMMANDS to ensure that llvm_src is set properly by Reid Spencer · 20 years ago
  51. a8d9789 This macro cannot assume that the location of install-sh and mkinstalldirs by Reid Spencer · 20 years ago
  52. 018e77d Add a new macro for configuring projects, LLVM_CONFIG_PROJECT. This macro by Reid Spencer · 20 years ago
  53. 78ba11d Remove the "pax" program from the list of those needed to support LLVM. by Reid Spencer · 20 years ago
  54. c6cf2fb The pool allocator is now the llvm-poolalloc module in public CVS by Chris Lattner · 20 years ago
  55. dd106c2 let configure recognize Alphas by Andrew Lenharth · 20 years ago
  56. 47d2796 Mark CVS versions different from releases by Misha Brukman · 20 years ago
  57. ae6ec8e We're working towards LLVM 1.5 now so bump the version number. This change by Reid Spencer · 20 years ago
  58. 7bd1ede Fix llvm-java project autconfiguration. by Alkis Evlogimenos · 20 years ago
  59. 8085cff Provide support for HP/UX aCC compiler's variant of hash_map and hash_set by Reid Spencer · 20 years ago
  60. eadc9ef The Java project now lives under projects/llvm-java. by Alkis Evlogimenos · 20 years ago
  61. bbf7a8a For PR351: Make LLVM_ON_UNIX and LLVM_ON_WIN32 available in the makefiles by Reid Spencer · 20 years ago
  62. ba46ca3 For PR351: * lib/System depends on sbrk(3), make sure we check for it. by Reid Spencer · 20 years ago
  63. 582a23c * Fix a bug in an m4 macro that used an incorrect test operator by Reid Spencer · 20 years ago
  64. b09a68e Fix a Bourne Shell syntax error in a test by Reid Spencer · 20 years ago
  65. 6da9142 Fix one of the names to not have a . in front of it. by Reid Spencer · 20 years ago
  66. 2dc6586 Make the x86_64 target names match between def and use. Thanks Misha. by Reid Spencer · 20 years ago
  67. be41b25 Make the 64-bit x86 target named "x86_64" instead of "AMD64". by Reid Spencer · 20 years ago
  68. f97c703 Don't create symbolic links for lib/System any more. It doesn't need them. by Reid Spencer · 20 years ago
  69. 7931a78 For PR351: by Reid Spencer · 20 years ago
  70. 5d01fa5 For PR351: by Reid Spencer · 20 years ago
  71. 3ed2f2f Oops, reverse the logic on a test for WITH_LLVMGCCDIR to make it define by Reid Spencer · 20 years ago
  72. 52f853a Provide a value for HAVE_MMAP_ANONYMOUS variable, for consistency with by Reid Spencer · 20 years ago
  73. 59473af For PR351: by Reid Spencer · 20 years ago
  74. 3bf6960 Make the symbolic link using the correct variable! by Reid Spencer · 20 years ago
  75. 7b3e851 For PR351: by Reid Spencer · 20 years ago
  76. 0a43d39 Change llvmgcc/llvmg++ to llvm-gcc and llvm-g++ respectively. by Reid Spencer · 20 years ago
  77. e32beb7 Fix a bug in libtool's ltmain.sh. On Cygwin the "$output.exp" expression by Reid Spencer · 20 years ago
  78. ee93c87 Update the amd64 target detection checks. by Reid Spencer · 20 years ago
  79. 95ed843 Added support for detection of amd64 targets. by Reid Spencer · 20 years ago
  80. 502935f For PR432: by Reid Spencer · 20 years ago
  81. d00b82e Get rid of old automake stuff by Reid Spencer · 20 years ago
  82. 1997c45 Ignore generated files by Misha Brukman · 20 years ago
  83. ab5eaea For PR351: by Reid Spencer · 20 years ago
  84. 8a2d471 Add CMP and CP configuration variables for the unix cmp and cp programs. by Reid Spencer · 20 years ago
  85. 757838e Remove LLVMGCCDIR from the set of defines. by Reid Spencer · 20 years ago
  86. 6af3d26 Don't put newlines in AC macros that can't handle them! by Reid Spencer · 20 years ago
  87. f9960f7 Add some system specific functions we use by Reid Spencer · 20 years ago
  88. 145f857 Minor syntactical change to make this a little easier to comprehend. by Reid Spencer · 20 years ago
  89. ca76740 Get LLVMGCCDIR into the #defines by Reid Spencer · 20 years ago
  90. d4f0f98 More QMTest cruft gone! by Reid Spencer · 20 years ago
  91. 8690180 Remove last remnants of Python/QMTest support by Reid Spencer · 20 years ago
  92. 104298d Search for tclsh last so we don't find the FreeBSD warning script. by Reid Spencer · 20 years ago
  93. d56a04f * Make sure the cache variable gets cached by Reid Spencer · 20 years ago
  94. 0fcb941 Add a check for the tclsh program needed by dejagnu. This can have weird by Reid Spencer · 20 years ago
  95. 2bc7bd5 * Implement embedding libltdl into LLVM which required some rearranging. by Reid Spencer · 20 years ago
  96. 8baa775 * Update instructions about upgrading libtool by Reid Spencer · 20 years ago
  97. 5252d95 Converted with autoupdate for autoconf 2.50 -> 2.59 differences. by Reid Spencer · 20 years ago
  98. 2197262 This file contains macros that allow us to incorporate the ltdl source into by Reid Spencer · 20 years ago
  99. 1f31942 * allow doxygen documentation to be enabled/disabled (default off) by Reid Spencer · 20 years ago
  100. 3be58f9 Remove a dead check at the end of the configure script that was a left over by Reid Spencer · 20 years ago