summaryrefslogtreecommitdiff
path: root/lib/System
Commit message (Expand)AuthorAge
* Unbreak VC++ build.Jeff Cohen2006-11-05
* Get rid of unused variable.Reid Spencer2006-11-02
* Use new config.h macroChris Lattner2006-09-14
* On Mac OS/X, make Process::PreventCoreFiles disable crash reporter forChris Lattner2006-09-14
* - Fixed broken Win32 buildAnton Korobeynikov2006-09-01
* Guess what happens when asserts are disabled. :(Chris Lattner2006-08-30
* simplify AnalysisGroup registration, eliminating one typeid call.Chris Lattner2006-08-28
* For PR797:Reid Spencer2006-08-25
* For PR797:Reid Spencer2006-08-25
* For PR797:Reid Spencer2006-08-24
* Turn off exception handling for this library. It no longer throws norReid Spencer2006-08-23
* For PR797:Reid Spencer2006-08-23
* For PR797:Reid Spencer2006-08-23
* For PR797:Reid Spencer2006-08-23
* For PR797:Reid Spencer2006-08-23
* For PR797:Reid Spencer2006-08-22
* For PR797:Reid Spencer2006-08-22
* Update for changes in Path class interface for exception removal.Reid Spencer2006-08-22
* Make the sys::Path::GetTemporaryDirectory method not throw exceptions andReid Spencer2006-08-22
* Don't throw needlessly. Failure of gettimeofday is *very* unlinkely soReid Spencer2006-08-22
* For PR797:Reid Spencer2006-08-22
* For PR797:Reid Spencer2006-08-22
* Make an error message a little more intelligible.Reid Spencer2006-08-22
* For PR797:Reid Spencer2006-08-21
* For PR797:Reid Spencer2006-08-21
* Remove extraneous #include.Reid Spencer2006-08-07
* Make the removal of files use Path::eraseFromDisk just like it does forReid Spencer2006-08-07
* Add a note about how the "isFile" check in Path::eraseFromDisk preventsReid Spencer2006-08-07
* Update the auto* tools: autoconf 2.60, libtool 1.5.22, automake 1.9.6.Reid Spencer2006-08-04
* Remove some now-dead methods. Use getFileStatus instead.Chris Lattner2006-08-01
* Use getFileStatus instead of Path::isDirectory().Chris Lattner2006-08-01
* elimiante some syscallsChris Lattner2006-08-01
* Minor fix due to recent API changesAnton Korobeynikov2006-08-01
* Modify setStatusInfoOnDisk to not throw an exception.Chris Lattner2006-07-28
* Update win32 for Path::getStatusInfoChris Lattner2006-07-28
* Modify Path::eraseFromDisk to not throw an exception.Chris Lattner2006-07-28
* Change Path::getStatusInfo to return a boolean and error string on an errorChris Lattner2006-07-28
* Fix the build on win32Chris Lattner2006-07-26
* For PR780:Reid Spencer2006-07-26
* For PR780:Reid Spencer2006-07-26
* simple optimization: don't bother calling "exists" (which calls the syscallChris Lattner2006-07-18
* Remove a dead conditional: info_ can only be allocated if FD is good. ImproveChris Lattner2006-07-18
* The only entry in the stat buf this code cares about is the size. Keep justChris Lattner2006-07-18
* Reduce code in the error path by only allocating info_ if everything looksChris Lattner2006-07-18
* Unindent some codeChris Lattner2006-07-18
* Turn an if into an else if.Chris Lattner2006-07-12
* no need to do a stat then an lstat. lstat will tell us if normal files don't...Chris Lattner2006-07-07
* Move << method out of line.Chris Lattner2006-07-07
* Change AllocateRWX/DeallocateRWX to not throw an exception.Chris Lattner2006-07-07
* Fix this implChris Lattner2006-07-07