aboutsummaryrefslogtreecommitdiff
path: root/lib/System
AgeCommit message (Expand)Author
2007-02-16Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov
2007-02-01silence warningChris Lattner
2007-01-23Moved disassembler to libSystemAnton Korobeynikov
2007-01-20For PR808:Reid Spencer
2007-01-19Unbreak Darwin.Reid Spencer
2007-01-19Help the lli interpreter find the stderr/stdin/stdout symbols. These areReid Spencer
2007-01-19Handle each of stderr/stdin/stdout separately.Reid Spencer
2007-01-11Avoid taking the address of a macro by checking to see if stdin is definedReid Spencer
2007-01-10Allow LLI, in interpreter mode, to find stdin, stdout, and stderr. This isReid Spencer
2006-12-19Partly fixed JITing on mingw32 platform. The support is not full due toAnton Korobeynikov
2006-12-05Eliminate "control reaches end of non-void function" warnings.Reid Spencer
2006-11-05Unbreak VC++ build.Jeff Cohen
2006-11-02Get rid of unused variable.Reid Spencer
2006-09-14Use new config.h macroChris Lattner
2006-09-14On Mac OS/X, make Process::PreventCoreFiles disable crash reporter forChris Lattner
2006-09-01- Fixed broken Win32 buildAnton Korobeynikov
2006-08-30Guess what happens when asserts are disabled. :(Chris Lattner
2006-08-28simplify AnalysisGroup registration, eliminating one typeid call.Chris Lattner
2006-08-25For PR797:Reid Spencer
2006-08-25For PR797:Reid Spencer
2006-08-24For PR797:Reid Spencer
2006-08-23Turn off exception handling for this library. It no longer throws norReid Spencer
2006-08-23For PR797:Reid Spencer
2006-08-23For PR797:Reid Spencer
2006-08-23For PR797:Reid Spencer
2006-08-23For PR797:Reid Spencer
2006-08-22For PR797:Reid Spencer
2006-08-22For PR797:Reid Spencer
2006-08-22Update for changes in Path class interface for exception removal.Reid Spencer
2006-08-22Make the sys::Path::GetTemporaryDirectory method not throw exceptions andReid Spencer
2006-08-22Don't throw needlessly. Failure of gettimeofday is *very* unlinkely soReid Spencer
2006-08-22For PR797:Reid Spencer
2006-08-22For PR797:Reid Spencer
2006-08-22Make an error message a little more intelligible.Reid Spencer
2006-08-21For PR797:Reid Spencer
2006-08-21For PR797:Reid Spencer
2006-08-07Remove extraneous #include.Reid Spencer
2006-08-07Make the removal of files use Path::eraseFromDisk just like it does forReid Spencer
2006-08-07Add a note about how the "isFile" check in Path::eraseFromDisk preventsReid Spencer
2006-08-04Update the auto* tools: autoconf 2.60, libtool 1.5.22, automake 1.9.6.Reid Spencer
2006-08-01Remove some now-dead methods. Use getFileStatus instead.Chris Lattner
2006-08-01Use getFileStatus instead of Path::isDirectory().Chris Lattner
2006-08-01elimiante some syscallsChris Lattner
2006-08-01Minor fix due to recent API changesAnton Korobeynikov
2006-07-28Modify setStatusInfoOnDisk to not throw an exception.Chris Lattner
2006-07-28Update win32 for Path::getStatusInfoChris Lattner
2006-07-28Modify Path::eraseFromDisk to not throw an exception.Chris Lattner
2006-07-28Change Path::getStatusInfo to return a boolean and error string on an errorChris Lattner
2006-07-26Fix the build on win32Chris Lattner
2006-07-26For PR780:Reid Spencer