1. 3925326 Fix a bug where the bcreader could crash on .bc files that were an exact by Chris Lattner · 17 years ago
  2. f283a5e pull some win32 code into common code, add bitcode identification support. by Chris Lattner · 17 years ago
  3. 24eac6c silence annoying gcc 4.3 warnings by Chris Lattner · 17 years ago
  4. 2e40d03 Cygwin doesn't have the RSS_LIMIT for get/setrlimit. by Reid Spencer · 17 years ago
  5. ade7592 Hack to get sys::Path to recognize macho dylibs. by Chris Lattner · 17 years ago
  6. 947aa7d Teach sys::Path how to recognize different kinds of object files for ELF by Reid Spencer · 17 years ago
  7. 410aa02 Make isDynamicLibrary detect more than just an ELF file. by Reid Spencer · 17 years ago
  8. 3110289 Unbreak VC++ build. by Jeff Cohen · 17 years ago
  9. 2ae9d11 For PR1291: by Reid Spencer · 17 years ago
  10. 8bb5fd1 For PR1302: by Reid Spencer · 17 years ago
  11. 1ea733d Use the stat information in the Path object, if it is already obtained. This by Reid Spencer · 17 years ago
  12. 8475ec0 For PR789: by Reid Spencer · 17 years ago
  13. 84892be Determine absolute paths the correct way :) by Jeff Cohen · 17 years ago
  14. 4031bef Add a uniqueID field to the FileStatus structure for Paths. This will map by Reid Spencer · 17 years ago
  15. 69cce81 For PR789: by Reid Spencer · 17 years ago
  16. d437db1 Fix mingw32 build by Anton Korobeynikov · 18 years ago
  17. 349ec1c Unbreak mingw32 build by Anton Korobeynikov · 18 years ago
  18. c6551ff Implement PR1240 by Anton Korobeynikov · 18 years ago
  19. 413bc82 Ensure 64-bit correctness. by Jeff Cohen · 18 years ago
  20. 0a18267 Implement memoryLimit on Windows. by Jeff Cohen · 18 years ago
  21. 8f3acf8 fix typo by Chris Lattner · 18 years ago
  22. 9ba8a76 Add possibility to set memory limit for binaries run via libSystem. This by Anton Korobeynikov · 18 years ago
  23. acf8145 silence warning by Chris Lattner · 18 years ago
  24. fd58e6e Moved disassembler to libSystem by Anton Korobeynikov · 18 years ago
  25. 1c7a242 For PR808: NetBSD also doesn't have pthread_mutexattr_setpshared by Reid Spencer · 18 years ago
  26. a867cf0 Unbreak Darwin. by Reid Spencer · 18 years ago
  27. 02f20d3 Help the lli interpreter find the stderr/stdin/stdout symbols. These are by Reid Spencer · 18 years ago
  28. 81e3954 Handle each of stderr/stdin/stdout separately. by Reid Spencer · 18 years ago
  29. 65de742 Avoid taking the address of a macro by checking to see if stdin is defined by Reid Spencer · 18 years ago
  30. 11f457a Allow LLI, in interpreter mode, to find stdin, stdout, and stderr. This is by Reid Spencer · 18 years ago
  31. cd79df0 Partly fixed JITing on mingw32 platform. The support is not full due to by Anton Korobeynikov · 18 years ago
  32. 875fd8f Eliminate "control reaches end of non-void function" warnings. by Reid Spencer · 18 years ago
  33. d41b30d Unbreak VC++ build. by Jeff Cohen · 18 years ago
  34. 2b86b0e Get rid of unused variable. by Reid Spencer · 18 years ago
  35. 5f1d013 Use new config.h macro by Chris Lattner · 18 years ago
  36. 26b6c0b On Mac OS/X, make Process::PreventCoreFiles disable crash reporter for by Chris Lattner · 18 years ago
  37. 7d51544 - Fixed broken Win32 build by Anton Korobeynikov · 18 years ago
  38. 9b0d6f4 Guess what happens when asserts are disabled. :( by Chris Lattner · 18 years ago
  39. a537017 simplify AnalysisGroup registration, eliminating one typeid call. by Chris Lattner · 18 years ago
  40. 0554575 For PR797: by Reid Spencer · 18 years ago
  41. 99655e1 For PR797: by Reid Spencer · 18 years ago
  42. 3030099 For PR797: by Reid Spencer · 18 years ago
  43. 4c97bed Turn off exception handling for this library. It no longer throws nor by Reid Spencer · 18 years ago
  44. 51c5a28 For PR797: by Reid Spencer · 18 years ago
  45. 5a06077 For PR797: by Reid Spencer · 18 years ago
  46. 142ca8e For PR797: by Reid Spencer · 18 years ago
  47. e5c9cb5 For PR797: by Reid Spencer · 18 years ago
  48. a34a157 For PR797: Adjust code to compensate for Path class interface change. by Reid Spencer · 18 years ago
  49. e1647f4 For PR797: by Reid Spencer · 18 years ago
  50. cab0e43 Update for changes in Path class interface for exception removal. by Reid Spencer · 18 years ago
  51. 4874476 Make the sys::Path::GetTemporaryDirectory method not throw exceptions and by Reid Spencer · 18 years ago
  52. d8509c9 Don't throw needlessly. Failure of gettimeofday is *very* unlinkely so by Reid Spencer · 18 years ago
  53. 6d045fc For PR797: Make MappedFile not throw any exceptions. by Reid Spencer · 18 years ago
  54. ad42ea7 For PR797: by Reid Spencer · 18 years ago
  55. 76b08d8 Make an error message a little more intelligible. by Reid Spencer · 18 years ago
  56. 4ce5dc6 For PR797: by Reid Spencer · 18 years ago
  57. 023fcf9 For PR797: by Reid Spencer · 18 years ago
  58. 25259a3 Remove extraneous #include. by Reid Spencer · 18 years ago
  59. a8e80c5 Make the removal of files use Path::eraseFromDisk just like it does for by Reid Spencer · 18 years ago
  60. bffdc36 Add a note about how the "isFile" check in Path::eraseFromDisk prevents by Reid Spencer · 18 years ago
  61. a773bd5 Update the auto* tools: autoconf 2.60, libtool 1.5.22, automake 1.9.6. by Reid Spencer · 18 years ago
  62. 0d16727 Remove some now-dead methods. Use getFileStatus instead. by Chris Lattner · 18 years ago
  63. 8961501 Use getFileStatus instead of Path::isDirectory(). by Chris Lattner · 18 years ago
  64. c7c453a elimiante some syscalls by Chris Lattner · 18 years ago
  65. 1a7d326 Minor fix due to recent API changes by Anton Korobeynikov · 18 years ago
  66. 1bebfb5 Modify setStatusInfoOnDisk to not throw an exception. by Chris Lattner · 18 years ago
  67. 7dea101 Update win32 for Path::getStatusInfo by Chris Lattner · 18 years ago
  68. 0c33231 Modify Path::eraseFromDisk to not throw an exception. by Chris Lattner · 18 years ago
  69. 252ad03 Change Path::getStatusInfo to return a boolean and error string on an error by Chris Lattner · 18 years ago
  70. fab30f2 Fix the build on win32 by Chris Lattner · 18 years ago
  71. 23dd332 For PR780: by Reid Spencer · 18 years ago
  72. 7107c3b For PR780: by Reid Spencer · 18 years ago
  73. ff3d80f simple optimization: don't bother calling "exists" (which calls the syscall by Chris Lattner · 18 years ago
  74. 84bad2f Remove a dead conditional: info_ can only be allocated if FD is good. Improve by Chris Lattner · 18 years ago
  75. 0af7093 The only entry in the stat buf this code cares about is the size. Keep just by Chris Lattner · 18 years ago
  76. cca68fa Reduce code in the error path by only allocating info_ if everything looks good. by Chris Lattner · 18 years ago
  77. c22c7d3 Unindent some code by Chris Lattner · 18 years ago
  78. 0228c0f Turn an if into an else if. by Chris Lattner · 18 years ago
  79. b14c342 no need to do a stat then an lstat. lstat will tell us if normal files don't exist. by Chris Lattner · 18 years ago
  80. c67dc45 Move << method out of line. by Chris Lattner · 18 years ago
  81. bed22d8 Change AllocateRWX/DeallocateRWX to not throw an exception. by Chris Lattner · 18 years ago
  82. 61ae820 Fix this impl by Chris Lattner · 18 years ago
  83. cc2fa54 Add a helper function by Chris Lattner · 18 years ago
  84. adcbce0 Change LoadLibraryPermanently to not throw an exception. by Chris Lattner · 18 years ago
  85. a98a81e This uses EH extensively by Chris Lattner · 18 years ago
  86. dc6830f Only print the stack trace if it was requested. Previously, any call into by Reid Spencer · 18 years ago
  87. 2fafaf1 Don't pull in environ, not always safe. Global variables are bad anyway. by Evan Cheng · 18 years ago
  88. ab4d9b0 Squelch a warning about signed/unsigned. by Reid Spencer · 18 years ago
  89. 393830a For PR804: by Reid Spencer · 18 years ago
  90. 32f5553 For PR787: by Reid Spencer · 18 years ago
  91. 6df60a9 For PR780: by Reid Spencer · 18 years ago
  92. 3e0c154 For PR798: Add support for Graphviz. Patch contributed by Anton Korobeynikov. by Reid Spencer · 18 years ago
  93. 48fdf91 Provide configuration support and usage for MINGW32 platform by Reid Spencer · 18 years ago
  94. 72f42bb For PR786: by Reid Spencer · 18 years ago
  95. f883eb9 Bug noticed, by inspection. Filename can be null. by Chris Lattner · 18 years ago
  96. 505f9c8 This function is not documented as throwing an exception and callers don't by Chris Lattner · 18 years ago
  97. 095cc37 Fix accidentally committed patch. by Chris Lattner · 18 years ago
  98. 2b80e8d Fix iterator invalidation bug, identified by Coverity. by Chris Lattner · 18 years ago
  99. e564de2 Unlike Unix, Windows won't let a file be implicitly replaced via renaming without explicit permission. by Jeff Cohen · 18 years ago
  100. 10a59ce Mingw32 patches supplied by Anton Korobeynikov. by Jeff Cohen · 18 years ago