- db5565a finishing touches of bytecode -> bitcode changes. also unbreak Windows by Gabor Greif · 18 years ago
- e75ca3d eliminate residual cruft related to recognizing bytecode by Gabor Greif · 18 years ago
- aa6b7fd Solaris 2.x does not have RLIMIT_RSS, check for this symbol (analog NetBSD below), should subsume Cygwin by Gabor Greif · 18 years ago
- a99be51 Here is the bulk of the sanitizing. by Gabor Greif · 18 years ago
- 5248896 Provide hook for alloca on VCPP. Patch by Scott Graham by Anton Korobeynikov · 18 years ago
- 69bdf68 Fix LLVM build on NetBSD. Patch by Neil Booth. by Devang Patel · 18 years ago
- 3925326 Fix a bug where the bcreader could crash on .bc files that were an exact by Chris Lattner · 18 years ago
- f283a5e pull some win32 code into common code, add bitcode identification support. by Chris Lattner · 18 years ago
- 24eac6c silence annoying gcc 4.3 warnings by Chris Lattner · 18 years ago
- 2e40d03 Cygwin doesn't have the RSS_LIMIT for get/setrlimit. by Reid Spencer · 18 years ago
- ade7592 Hack to get sys::Path to recognize macho dylibs. by Chris Lattner · 18 years ago
- 947aa7d Teach sys::Path how to recognize different kinds of object files for ELF by Reid Spencer · 18 years ago
- 410aa02 Make isDynamicLibrary detect more than just an ELF file. by Reid Spencer · 18 years ago
- 3110289 Unbreak VC++ build. by Jeff Cohen · 18 years ago
- 2ae9d11 For PR1291: by Reid Spencer · 18 years ago
- 8bb5fd1 For PR1302: by Reid Spencer · 18 years ago
- 1ea733d Use the stat information in the Path object, if it is already obtained. This by Reid Spencer · 18 years ago
- 8475ec0 For PR789: by Reid Spencer · 18 years ago
- 84892be Determine absolute paths the correct way :) by Jeff Cohen · 18 years ago
- 4031bef Add a uniqueID field to the FileStatus structure for Paths. This will map by Reid Spencer · 18 years ago
- 69cce81 For PR789: by Reid Spencer · 18 years ago
- d437db1 Fix mingw32 build by Anton Korobeynikov · 18 years ago
- 349ec1c Unbreak mingw32 build by Anton Korobeynikov · 18 years ago
- c6551ff Implement PR1240 by Anton Korobeynikov · 18 years ago
- 413bc82 Ensure 64-bit correctness. by Jeff Cohen · 18 years ago
- 0a18267 Implement memoryLimit on Windows. by Jeff Cohen · 18 years ago
- 8f3acf8 fix typo by Chris Lattner · 18 years ago
- 9ba8a76 Add possibility to set memory limit for binaries run via libSystem. This by Anton Korobeynikov · 18 years ago
- acf8145 silence warning by Chris Lattner · 18 years ago
- fd58e6e Moved disassembler to libSystem by Anton Korobeynikov · 18 years ago
- 1c7a242 For PR808: NetBSD also doesn't have pthread_mutexattr_setpshared by Reid Spencer · 18 years ago
- a867cf0 Unbreak Darwin. by Reid Spencer · 18 years ago
- 02f20d3 Help the lli interpreter find the stderr/stdin/stdout symbols. These are by Reid Spencer · 18 years ago
- 81e3954 Handle each of stderr/stdin/stdout separately. by Reid Spencer · 18 years ago
- 65de742 Avoid taking the address of a macro by checking to see if stdin is defined by Reid Spencer · 18 years ago
- 11f457a Allow LLI, in interpreter mode, to find stdin, stdout, and stderr. This is by Reid Spencer · 18 years ago
- cd79df0 Partly fixed JITing on mingw32 platform. The support is not full due to by Anton Korobeynikov · 18 years ago
- 875fd8f Eliminate "control reaches end of non-void function" warnings. by Reid Spencer · 18 years ago
- d41b30d Unbreak VC++ build. by Jeff Cohen · 18 years ago
- 2b86b0e Get rid of unused variable. by Reid Spencer · 18 years ago
- 5f1d013 Use new config.h macro by Chris Lattner · 18 years ago
- 26b6c0b On Mac OS/X, make Process::PreventCoreFiles disable crash reporter for by Chris Lattner · 18 years ago
- 7d51544 - Fixed broken Win32 build by Anton Korobeynikov · 18 years ago
- 9b0d6f4 Guess what happens when asserts are disabled. :( by Chris Lattner · 18 years ago
- a537017 simplify AnalysisGroup registration, eliminating one typeid call. by Chris Lattner · 19 years ago
- 0554575 For PR797: by Reid Spencer · 19 years ago
- 99655e1 For PR797: by Reid Spencer · 19 years ago
- 3030099 For PR797: by Reid Spencer · 19 years ago
- 4c97bed Turn off exception handling for this library. It no longer throws nor by Reid Spencer · 19 years ago
- 51c5a28 For PR797: by Reid Spencer · 19 years ago
- 5a06077 For PR797: by Reid Spencer · 19 years ago
- 142ca8e For PR797: by Reid Spencer · 19 years ago
- e5c9cb5 For PR797: by Reid Spencer · 19 years ago
- a34a157 For PR797: Adjust code to compensate for Path class interface change. by Reid Spencer · 19 years ago
- e1647f4 For PR797: by Reid Spencer · 19 years ago
- cab0e43 Update for changes in Path class interface for exception removal. by Reid Spencer · 19 years ago
- 4874476 Make the sys::Path::GetTemporaryDirectory method not throw exceptions and by Reid Spencer · 19 years ago
- d8509c9 Don't throw needlessly. Failure of gettimeofday is *very* unlinkely so by Reid Spencer · 19 years ago
- 6d045fc For PR797: Make MappedFile not throw any exceptions. by Reid Spencer · 19 years ago
- ad42ea7 For PR797: by Reid Spencer · 19 years ago
- 76b08d8 Make an error message a little more intelligible. by Reid Spencer · 19 years ago
- 4ce5dc6 For PR797: by Reid Spencer · 19 years ago
- 023fcf9 For PR797: by Reid Spencer · 19 years ago
- 25259a3 Remove extraneous #include. by Reid Spencer · 19 years ago
- a8e80c5 Make the removal of files use Path::eraseFromDisk just like it does for by Reid Spencer · 19 years ago
- bffdc36 Add a note about how the "isFile" check in Path::eraseFromDisk prevents by Reid Spencer · 19 years ago
- a773bd5 Update the auto* tools: autoconf 2.60, libtool 1.5.22, automake 1.9.6. by Reid Spencer · 19 years ago
- 0d16727 Remove some now-dead methods. Use getFileStatus instead. by Chris Lattner · 19 years ago
- 8961501 Use getFileStatus instead of Path::isDirectory(). by Chris Lattner · 19 years ago
- c7c453a elimiante some syscalls by Chris Lattner · 19 years ago
- 1a7d326 Minor fix due to recent API changes by Anton Korobeynikov · 19 years ago
- 1bebfb5 Modify setStatusInfoOnDisk to not throw an exception. by Chris Lattner · 19 years ago
- 7dea101 Update win32 for Path::getStatusInfo by Chris Lattner · 19 years ago
- 0c33231 Modify Path::eraseFromDisk to not throw an exception. by Chris Lattner · 19 years ago
- 252ad03 Change Path::getStatusInfo to return a boolean and error string on an error by Chris Lattner · 19 years ago
- fab30f2 Fix the build on win32 by Chris Lattner · 19 years ago
- 23dd332 For PR780: by Reid Spencer · 19 years ago
- 7107c3b For PR780: by Reid Spencer · 19 years ago
- ff3d80f simple optimization: don't bother calling "exists" (which calls the syscall by Chris Lattner · 19 years ago
- 84bad2f Remove a dead conditional: info_ can only be allocated if FD is good. Improve by Chris Lattner · 19 years ago
- 0af7093 The only entry in the stat buf this code cares about is the size. Keep just by Chris Lattner · 19 years ago
- cca68fa Reduce code in the error path by only allocating info_ if everything looks good. by Chris Lattner · 19 years ago
- c22c7d3 Unindent some code by Chris Lattner · 19 years ago
- 0228c0f Turn an if into an else if. by Chris Lattner · 19 years ago
- b14c342 no need to do a stat then an lstat. lstat will tell us if normal files don't exist. by Chris Lattner · 19 years ago
- c67dc45 Move << method out of line. by Chris Lattner · 19 years ago
- bed22d8 Change AllocateRWX/DeallocateRWX to not throw an exception. by Chris Lattner · 19 years ago
- 61ae820 Fix this impl by Chris Lattner · 19 years ago
- cc2fa54 Add a helper function by Chris Lattner · 19 years ago
- adcbce0 Change LoadLibraryPermanently to not throw an exception. by Chris Lattner · 19 years ago
- a98a81e This uses EH extensively by Chris Lattner · 19 years ago
- dc6830f Only print the stack trace if it was requested. Previously, any call into by Reid Spencer · 19 years ago
- 2fafaf1 Don't pull in environ, not always safe. Global variables are bad anyway. by Evan Cheng · 19 years ago
- ab4d9b0 Squelch a warning about signed/unsigned. by Reid Spencer · 19 years ago
- 393830a For PR804: by Reid Spencer · 19 years ago
- 32f5553 For PR787: by Reid Spencer · 19 years ago
- 6df60a9 For PR780: by Reid Spencer · 19 years ago
- 3e0c154 For PR798: Add support for Graphviz. Patch contributed by Anton Korobeynikov. by Reid Spencer · 19 years ago
- 48fdf91 Provide configuration support and usage for MINGW32 platform by Reid Spencer · 19 years ago
- 72f42bb For PR786: by Reid Spencer · 19 years ago