1. fc643c5 remove attribution from lib Makefiles. by Chris Lattner · 17 years ago
  2. 64ddbe4 Unbreak mingw build by Anton Korobeynikov · 17 years ago
  3. 7920078 Added "GetCurrentDirectory()" to sys::Path. by Ted Kremenek · 17 years ago
  4. fd52711 Added "isDirectory" method to llvm::sys::Path. by Ted Kremenek · 17 years ago
  5. ef361a6 remove obviously dead uses of IncludeFile. by Chris Lattner · 17 years ago
  6. e507c48 Remove dead file and directory. by Chris Lattner · 17 years ago
  7. 96ea209 Provide hook for _alloca to make JITing on Cygwin slightly happier :) by Anton Korobeynikov · 17 years ago
  8. 0ccb930 This change does a couple of things. First it gets the Visual Studio builds working. by Chuck Rose III · 17 years ago
  9. d03a6a9 Silence a warning saying that the variables always resolve to "true" in an by Bill Wendling · 17 years ago
  10. 6745458 really fix PR1581, thanks to Daniel Dunbar for pointing this out. by Chris Lattner · 17 years ago
  11. cb648f9 Remove spurious consts. This fixes warnings with compilers that by Dan Gohman · 17 years ago
  12. 718cb66 Add lengthof and endof templates that hide a lot of sizeof computations. by Owen Anderson · 17 years ago
  13. 6240ab5 Fix PR1581, patch by Timo Savola by Chris Lattner · 17 years ago
  14. db5565a finishing touches of bytecode -> bitcode changes. also unbreak Windows by Gabor Greif · 17 years ago
  15. e75ca3d eliminate residual cruft related to recognizing bytecode by Gabor Greif · 17 years ago
  16. aa6b7fd Solaris 2.x does not have RLIMIT_RSS, check for this symbol (analog NetBSD below), should subsume Cygwin by Gabor Greif · 17 years ago
  17. a99be51 Here is the bulk of the sanitizing. by Gabor Greif · 17 years ago
  18. 5248896 Provide hook for alloca on VCPP. Patch by Scott Graham by Anton Korobeynikov · 17 years ago
  19. 69bdf68 Fix LLVM build on NetBSD. Patch by Neil Booth. by Devang Patel · 17 years ago
  20. 3925326 Fix a bug where the bcreader could crash on .bc files that were an exact by Chris Lattner · 17 years ago
  21. f283a5e pull some win32 code into common code, add bitcode identification support. by Chris Lattner · 17 years ago
  22. 24eac6c silence annoying gcc 4.3 warnings by Chris Lattner · 17 years ago
  23. 2e40d03 Cygwin doesn't have the RSS_LIMIT for get/setrlimit. by Reid Spencer · 17 years ago
  24. ade7592 Hack to get sys::Path to recognize macho dylibs. by Chris Lattner · 17 years ago
  25. 947aa7d Teach sys::Path how to recognize different kinds of object files for ELF by Reid Spencer · 17 years ago
  26. 410aa02 Make isDynamicLibrary detect more than just an ELF file. by Reid Spencer · 17 years ago
  27. 3110289 Unbreak VC++ build. by Jeff Cohen · 17 years ago
  28. 2ae9d11 For PR1291: by Reid Spencer · 17 years ago
  29. 8bb5fd1 For PR1302: by Reid Spencer · 17 years ago
  30. 1ea733d Use the stat information in the Path object, if it is already obtained. This by Reid Spencer · 17 years ago
  31. 8475ec0 For PR789: by Reid Spencer · 17 years ago
  32. 84892be Determine absolute paths the correct way :) by Jeff Cohen · 17 years ago
  33. 4031bef Add a uniqueID field to the FileStatus structure for Paths. This will map by Reid Spencer · 17 years ago
  34. 69cce81 For PR789: by Reid Spencer · 17 years ago
  35. d437db1 Fix mingw32 build by Anton Korobeynikov · 17 years ago
  36. 349ec1c Unbreak mingw32 build by Anton Korobeynikov · 17 years ago
  37. c6551ff Implement PR1240 by Anton Korobeynikov · 17 years ago
  38. 413bc82 Ensure 64-bit correctness. by Jeff Cohen · 17 years ago
  39. 0a18267 Implement memoryLimit on Windows. by Jeff Cohen · 17 years ago
  40. 8f3acf8 fix typo by Chris Lattner · 17 years ago
  41. 9ba8a76 Add possibility to set memory limit for binaries run via libSystem. This by Anton Korobeynikov · 17 years ago
  42. acf8145 silence warning by Chris Lattner · 18 years ago
  43. fd58e6e Moved disassembler to libSystem by Anton Korobeynikov · 18 years ago
  44. 1c7a242 For PR808: NetBSD also doesn't have pthread_mutexattr_setpshared by Reid Spencer · 18 years ago
  45. a867cf0 Unbreak Darwin. by Reid Spencer · 18 years ago
  46. 02f20d3 Help the lli interpreter find the stderr/stdin/stdout symbols. These are by Reid Spencer · 18 years ago
  47. 81e3954 Handle each of stderr/stdin/stdout separately. by Reid Spencer · 18 years ago
  48. 65de742 Avoid taking the address of a macro by checking to see if stdin is defined by Reid Spencer · 18 years ago
  49. 11f457a Allow LLI, in interpreter mode, to find stdin, stdout, and stderr. This is by Reid Spencer · 18 years ago
  50. cd79df0 Partly fixed JITing on mingw32 platform. The support is not full due to by Anton Korobeynikov · 18 years ago
  51. 875fd8f Eliminate "control reaches end of non-void function" warnings. by Reid Spencer · 18 years ago
  52. d41b30d Unbreak VC++ build. by Jeff Cohen · 18 years ago
  53. 2b86b0e Get rid of unused variable. by Reid Spencer · 18 years ago
  54. 5f1d013 Use new config.h macro by Chris Lattner · 18 years ago
  55. 26b6c0b On Mac OS/X, make Process::PreventCoreFiles disable crash reporter for by Chris Lattner · 18 years ago
  56. 7d51544 - Fixed broken Win32 build by Anton Korobeynikov · 18 years ago
  57. 9b0d6f4 Guess what happens when asserts are disabled. :( by Chris Lattner · 18 years ago
  58. a537017 simplify AnalysisGroup registration, eliminating one typeid call. by Chris Lattner · 18 years ago
  59. 0554575 For PR797: by Reid Spencer · 18 years ago
  60. 99655e1 For PR797: by Reid Spencer · 18 years ago
  61. 3030099 For PR797: by Reid Spencer · 18 years ago
  62. 4c97bed Turn off exception handling for this library. It no longer throws nor by Reid Spencer · 18 years ago
  63. 51c5a28 For PR797: by Reid Spencer · 18 years ago
  64. 5a06077 For PR797: by Reid Spencer · 18 years ago
  65. 142ca8e For PR797: by Reid Spencer · 18 years ago
  66. e5c9cb5 For PR797: by Reid Spencer · 18 years ago
  67. a34a157 For PR797: Adjust code to compensate for Path class interface change. by Reid Spencer · 18 years ago
  68. e1647f4 For PR797: by Reid Spencer · 18 years ago
  69. cab0e43 Update for changes in Path class interface for exception removal. by Reid Spencer · 18 years ago
  70. 4874476 Make the sys::Path::GetTemporaryDirectory method not throw exceptions and by Reid Spencer · 18 years ago
  71. d8509c9 Don't throw needlessly. Failure of gettimeofday is *very* unlinkely so by Reid Spencer · 18 years ago
  72. 6d045fc For PR797: Make MappedFile not throw any exceptions. by Reid Spencer · 18 years ago
  73. ad42ea7 For PR797: by Reid Spencer · 18 years ago
  74. 76b08d8 Make an error message a little more intelligible. by Reid Spencer · 18 years ago
  75. 4ce5dc6 For PR797: by Reid Spencer · 18 years ago
  76. 023fcf9 For PR797: by Reid Spencer · 18 years ago
  77. 25259a3 Remove extraneous #include. by Reid Spencer · 18 years ago
  78. a8e80c5 Make the removal of files use Path::eraseFromDisk just like it does for by Reid Spencer · 18 years ago
  79. bffdc36 Add a note about how the "isFile" check in Path::eraseFromDisk prevents by Reid Spencer · 18 years ago
  80. a773bd5 Update the auto* tools: autoconf 2.60, libtool 1.5.22, automake 1.9.6. by Reid Spencer · 18 years ago
  81. 0d16727 Remove some now-dead methods. Use getFileStatus instead. by Chris Lattner · 18 years ago
  82. 8961501 Use getFileStatus instead of Path::isDirectory(). by Chris Lattner · 18 years ago
  83. c7c453a elimiante some syscalls by Chris Lattner · 18 years ago
  84. 1a7d326 Minor fix due to recent API changes by Anton Korobeynikov · 18 years ago
  85. 1bebfb5 Modify setStatusInfoOnDisk to not throw an exception. by Chris Lattner · 18 years ago
  86. 7dea101 Update win32 for Path::getStatusInfo by Chris Lattner · 18 years ago
  87. 0c33231 Modify Path::eraseFromDisk to not throw an exception. by Chris Lattner · 18 years ago
  88. 252ad03 Change Path::getStatusInfo to return a boolean and error string on an error by Chris Lattner · 18 years ago
  89. fab30f2 Fix the build on win32 by Chris Lattner · 18 years ago
  90. 23dd332 For PR780: by Reid Spencer · 18 years ago
  91. 7107c3b For PR780: by Reid Spencer · 18 years ago
  92. ff3d80f simple optimization: don't bother calling "exists" (which calls the syscall by Chris Lattner · 18 years ago
  93. 84bad2f Remove a dead conditional: info_ can only be allocated if FD is good. Improve by Chris Lattner · 18 years ago
  94. 0af7093 The only entry in the stat buf this code cares about is the size. Keep just by Chris Lattner · 18 years ago
  95. cca68fa Reduce code in the error path by only allocating info_ if everything looks good. by Chris Lattner · 18 years ago
  96. c22c7d3 Unindent some code by Chris Lattner · 18 years ago
  97. 0228c0f Turn an if into an else if. by Chris Lattner · 18 years ago
  98. 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
  99. c67dc45 Move << method out of line. by Chris Lattner · 18 years ago
  100. bed22d8 Change AllocateRWX/DeallocateRWX to not throw an exception. by Chris Lattner · 18 years ago