1. 52b50a6 Make printing a warning message optional in CheckBytecodeOutputToConsole. by Reid Spencer · 21 years ago
  2. 436f23e Implement a function to print a warning if bytecode output is to be sent to by Reid Spencer · 21 years ago
  3. aeb47b8 Fix a bug that made the nightly tester *really* slow. During changes for by Reid Spencer · 21 years ago
  4. 772192c For PR351: Move non-portable FDHandle class to its only user: lib/Debugger by Reid Spencer · 21 years ago
  5. 7d05563 Fix a bug where system time always equals user time by Reid Spencer · 21 years ago
  6. 0255abb Put some header files back that Win32 needs. by Reid Spencer · 21 years ago
  7. df52c9a For PR351: by Reid Spencer · 21 years ago
  8. b31baa8 For PR351: by Reid Spencer · 21 years ago
  9. a434805 For PR351: by Reid Spencer · 21 years ago
  10. 9ac1418 For PR351: by Reid Spencer · 21 years ago
  11. a2f7ed7 For PR351: by Reid Spencer · 21 years ago
  12. cda985e For PR351: by Reid Spencer · 21 years ago
  13. 67f6d3a For PR351: by Reid Spencer · 21 years ago
  14. 44f6966 For PR351: by Reid Spencer · 21 years ago
  15. f6e5a25 Revert the last patch as it causes a static destruction ordering problem. by Reid Spencer · 21 years ago
  16. 51ab8ec For PR351: by Reid Spencer · 21 years ago
  17. 9665e8a For PR351: by Reid Spencer · 21 years ago
  18. 9b9e22a For PR351: by Reid Spencer · 21 years ago
  19. 2356f86 For PR351: by Reid Spencer · 21 years ago
  20. 2923f34 For PR351: by Reid Spencer · 21 years ago
  21. 9d88d1a For PR351: \ by Reid Spencer · 21 years ago
  22. 4af3da6 Get rid of some leaks found by VC leak detector. by Reid Spencer · 21 years ago
  23. d99eaa3 For PR351:Remove the file type checking methods (now in sys::Path) by Reid Spencer · 21 years ago
  24. 3d2162f Distribute headers and license files too by Reid Spencer · 21 years ago
  25. a7a5cc8 Up the compression threshold to 64K so we avoid it for all but the largest by Reid Spencer · 21 years ago
  26. e934219 Functionality moved to portable lib/System/DynamicLibrary.cpp implementation by Reid Spencer · 21 years ago
  27. 737459d Use System/DynamicLibrary instead of Support/DynamicLinker to implement. by Reid Spencer · 21 years ago
  28. a564845 Shared library extension is now in LTDL_SHLIB_EXT by Reid Spencer · 21 years ago
  29. c48c103 Add bzip2 subdirectory by Reid Spencer · 21 years ago
  30. f6a0acd Remove zlib support in favor of our own bzip2 library by Reid Spencer · 21 years ago
  31. bc98a64 Revise to LLVM makefile standards. by Reid Spencer · 21 years ago
  32. 26eda77 Initial Version from bzip2 Release 1.0.2. by Reid Spencer · 21 years ago
  33. 5f8448f Implement and document prefix options with arbitrary values including an by Reid Spencer · 21 years ago
  34. c4ae8e9 Fixed assertion from triggering. We need to check if the commandline map is empty before checking if an arg exists. by Tanya Lattner · 21 years ago
  35. c540ebb Patches to avoid "leaking" memory on process exit. Patch contributed by by Chris Lattner · 21 years ago
  36. ebf2bda Allow this to compile even on machines that HAVE the bzlib library but do by Reid Spencer · 21 years ago
  37. 6475b8d Undo last change as its unnecessary. by Reid Spencer · 21 years ago
  38. 170eb10 Make a cast explicit. by Reid Spencer · 21 years ago
  39. 5cc498f Add a comment to some code that at first glance just doesn't look right. by Reid Spencer · 21 years ago
  40. 9bbba091 Per code review: by Reid Spencer · 21 years ago
  41. e3c6ad7 Implement the high level interface to make (de)compression easier. by Reid Spencer · 21 years ago
  42. ad0846b Implement the MoreHelp utility that calls a function to printmore help information if the MoreHelp global is not null. by Reid Spencer · 21 years ago
  43. 580a116 Tune compression: by Reid Spencer · 21 years ago
  44. 710d1ce * Convert tabs to spaces by Misha Brukman · 21 years ago
  45. a591457 Allow hbd to be bugpointable on darwin by fixing common and linkonce codegen by Nate Begeman · 21 years ago
  46. 336e56e Handle headers for compressed bytecode files by Misha Brukman · 21 years ago
  47. fb4863a Replace uses of llvm.org with llvm.cs.uiuc.edu by Misha Brukman · 21 years ago
  48. 9437db4 * Fix compilation on AIX: GCC's fixincludes eliminates isinf() declaration by Misha Brukman · 21 years ago
  49. 6cb21d4 Change Library Names Not To Conflict With Others When Installed by Reid Spencer · 21 years ago
  50. f0ae6c6 Patch to support MSVC, contributed by Morten Ofstad by Chris Lattner · 21 years ago
  51. 67b6e4e Patch to support MSVC, contributed by Morten Ofstad by Chris Lattner · 21 years ago
  52. cac731e We won't use automake by Reid Spencer · 21 years ago
  53. 86d341b Initial automake generated Makefile template by Reid Spencer · 21 years ago
  54. 7925588 Pass -single_module option to gcc when linking dynamic libraries for use with bugpoint, so that we can bugpoint multiple .cp files by Nate Begeman · 21 years ago
  55. d96cb6e Update to reflect changes in Makefile rules. by Reid Spencer · 21 years ago
  56. 9f41a5f Initial version of automake Makefile.am file. by Reid Spencer · 21 years ago
  57. 047c009 Excise the ill-advised RLCOMP compression algorithm and simply leave the by Reid Spencer · 21 years ago
  58. 469c34b Add a context for the callback so different compression scenarios can be by Reid Spencer · 21 years ago
  59. ebe989c Fix build if not HAVE_BZIP2 by Chris Lattner · 21 years ago
  60. 460eb63 First version of a support utility to provide generalized compression in by Reid Spencer · 21 years ago
  61. c72c617 Add includes and use std:: for standard library calls to make code by Alkis Evlogimenos · 21 years ago
  62. d232438 Put in a #error in the event that we don't have an mmap that can map a file by Reid Spencer · 21 years ago
  63. 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
  64. e1cc150 Make CommandLine prefix error output with the name of the program. by Reid Spencer · 21 years ago
  65. 57ec727 Signals support has been moved to lib/System by Reid Spencer · 21 years ago
  66. cdc4b86 Move these files (which are dependent on VMCore) into VMCore by Misha Brukman · 21 years ago
  67. 1e13fd2 Allow any cl::opt to use the method getPosition() to retrieve the option's by Reid Spencer · 21 years ago
  68. 0a4f85e It is not possible to catch SIGKILL, don't bother trying. by Chris Lattner · 21 years ago
  69. 69105f3 Add a --version option for every tool that prints out: by Reid Spencer · 21 years ago
  70. d67e439 Remove linux/solaris specific stuff. by Chris Lattner · 21 years ago
  71. 21ddf17 Get rid of the printout from the low-level system interface by Chris Lattner · 21 years ago
  72. e96b2ed Pass timeouts into the low level "execute program with timeout" function by Chris Lattner · 21 years ago
  73. de0213b Add support for killing the program if it executes for too long. by Chris Lattner · 21 years ago
  74. 7848e68 These files don't need to include <iostream> since they include "Support/Debug.h". by Brian Gaeke · 21 years ago
  75. 0d3ac4c Solaris hack for isinf() by Brian Gaeke · 21 years ago
  76. 418f73c Add platform-independent wrapper function for isinf(). by Brian Gaeke · 21 years ago
  77. e312e15 Err, fix last checkin by Chris Lattner · 21 years ago
  78. 5fbf29c Fix bugpoint miscompilation support on OS/X by Chris Lattner · 21 years ago
  79. f98cfc7 Add a workaround for a GCC 3.3.2 bug by Chris Lattner · 21 years ago
  80. b3998ec Correctly build shared objects on MacOS X for debugging code generators by Misha Brukman · 21 years ago
  81. ce36d55 Bug fixes for PR341 by Chris Lattner · 21 years ago
  82. 13a253a Implicitly getting a new option by linking to support.o instead of support.a by Chris Lattner · 21 years ago
  83. d6391d7 Do not call Type::getUniqueID by Chris Lattner · 21 years ago
  84. a4c7c41 Work around apparent Apple compiler bug which was making all mangled by Brian Gaeke · 21 years ago
  85. 954da37 Add #include <iostream> since Value.h does not #include it any more. by Reid Spencer · 21 years ago
  86. 5114004 Fix compilation on internix by Chris Lattner · 21 years ago
  87. 30135b2 Wrapper for c99 isnan() by Brian Gaeke · 21 years ago
  88. ebb0faa * Fix file header and name * Order #includes alphabetically by Misha Brukman · 21 years ago
  89. b487303 Use the machine-independent method of querying the page size. by Misha Brukman · 21 years ago
  90. fa5fe7c Make all of this functionality work directly on win32. Properly conditionalize by Chris Lattner · 21 years ago
  91. b4db5f3 Implement getTimeRecord natively in Win32, properly conditionalize the by Chris Lattner · 21 years ago
  92. 8868e84 Include cerrno. by Alkis Evlogimenos · 21 years ago
  93. 5bfac5d Implement the new CopyFile function by Chris Lattner · 21 years ago
  94. d6af686 Fix spelling, trim empty space, tighten up function header comment. by Misha Brukman · 21 years ago
  95. 3c82aa3 Moved this file to lib/Bytecode/Writer because its used there only. by Reid Spencer · 21 years ago
  96. aafb1c1 Thoroughly rehack the dynamic linking mechanisms on Win32. The Win32 by Chris Lattner · 21 years ago
  97. 1c457b8 Prune #includes by Chris Lattner · 21 years ago
  98. 49f61c4 Add support for getting executable memory on Windows. This is actually by Chris Lattner · 21 years ago
  99. c89fe6d Add a new function for the JIT. libsupport is now the only library that by Chris Lattner · 21 years ago
  100. e53477e Add support for zero length files by Chris Lattner · 21 years ago