| Commit message (Expand) | Author | Age | Files | Lines |
* | Unbreak VC++ build. | Jeff Cohen | 2006-11-05 | 1 | -0/+5 |
* | Get rid of unused variable. | Reid Spencer | 2006-11-02 | 1 | -1/+1 |
* | Use new config.h macro | Chris Lattner | 2006-09-14 | 1 | -2/+2 |
* | On Mac OS/X, make Process::PreventCoreFiles disable crash reporter for | Chris Lattner | 2006-09-14 | 1 | -7/+29 |
* | - Fixed broken Win32 build | Anton Korobeynikov | 2006-09-01 | 4 | -20/+24 |
* | Guess what happens when asserts are disabled. :( | Chris Lattner | 2006-08-30 | 1 | -1/+2 |
* | simplify AnalysisGroup registration, eliminating one typeid call. | Chris Lattner | 2006-08-28 | 1 | -1/+1 |
* | For PR797: | Reid Spencer | 2006-08-25 | 9 | -76/+67 |
* | For PR797: | Reid Spencer | 2006-08-25 | 2 | -8/+7 |
* | For PR797: | Reid Spencer | 2006-08-24 | 1 | -42/+37 |
* | Turn off exception handling for this library. It no longer throws nor | Reid Spencer | 2006-08-23 | 1 | -1/+0 |
* | For PR797: | Reid Spencer | 2006-08-23 | 3 | -109/+63 |
* | For PR797: | Reid Spencer | 2006-08-23 | 4 | -41/+30 |
* | For PR797: | Reid Spencer | 2006-08-23 | 2 | -11/+18 |
* | For PR797: | Reid Spencer | 2006-08-23 | 1 | -15/+22 |
* | For PR797: | Reid Spencer | 2006-08-22 | 1 | -5/+10 |
* | For PR797: | Reid Spencer | 2006-08-22 | 1 | -9/+18 |
* | Update for changes in Path class interface for exception removal. | Reid Spencer | 2006-08-22 | 1 | -16/+6 |
* | Make the sys::Path::GetTemporaryDirectory method not throw exceptions and | Reid Spencer | 2006-08-22 | 1 | -23/+30 |
* | Don't throw needlessly. Failure of gettimeofday is *very* unlinkely so | Reid Spencer | 2006-08-22 | 1 | -2/+7 |
* | For PR797: | Reid Spencer | 2006-08-22 | 1 | -10/+15 |
* | For PR797: | Reid Spencer | 2006-08-22 | 1 | -8/+13 |
* | Make an error message a little more intelligible. | Reid Spencer | 2006-08-22 | 1 | -1/+1 |
* | For PR797: | Reid Spencer | 2006-08-21 | 4 | -54/+126 |
* | For PR797: | Reid Spencer | 2006-08-21 | 1 | -1/+1 |
* | Remove extraneous #include. | Reid Spencer | 2006-08-07 | 1 | -1/+0 |
* | Make the removal of files use Path::eraseFromDisk just like it does for | Reid Spencer | 2006-08-07 | 1 | -4/+5 |
* | Add a note about how the "isFile" check in Path::eraseFromDisk prevents | Reid Spencer | 2006-08-07 | 1 | -0/+5 |
* | Update the auto* tools: autoconf 2.60, libtool 1.5.22, automake 1.9.6. | Reid Spencer | 2006-08-04 | 2 | -163/+188 |
* | Remove some now-dead methods. Use getFileStatus instead. | Chris Lattner | 2006-08-01 | 2 | -67/+0 |
* | Use getFileStatus instead of Path::isDirectory(). | Chris Lattner | 2006-08-01 | 2 | -13/+14 |
* | elimiante some syscalls | Chris Lattner | 2006-08-01 | 2 | -23/+20 |
* | Minor fix due to recent API changes | Anton Korobeynikov | 2006-08-01 | 1 | -1/+1 |
* | Modify setStatusInfoOnDisk to not throw an exception. | Chris Lattner | 2006-07-28 | 2 | -12/+12 |
* | Update win32 for Path::getStatusInfo | Chris Lattner | 2006-07-28 | 1 | -4/+6 |
* | Modify Path::eraseFromDisk to not throw an exception. | Chris Lattner | 2006-07-28 | 2 | -35/+39 |
* | Change Path::getStatusInfo to return a boolean and error string on an error | Chris Lattner | 2006-07-28 | 1 | -15/+15 |
* | Fix the build on win32 | Chris Lattner | 2006-07-26 | 1 | -1/+2 |
* | For PR780: | Reid Spencer | 2006-07-26 | 8 | -0/+10 |
* | For PR780: | Reid Spencer | 2006-07-26 | 3 | -3/+8 |
* | simple optimization: don't bother calling "exists" (which calls the syscall | Chris Lattner | 2006-07-18 | 1 | -3/+0 |
* | Remove a dead conditional: info_ can only be allocated if FD is good. Improve | Chris Lattner | 2006-07-18 | 1 | -5/+4 |
* | The only entry in the stat buf this code cares about is the size. Keep just | Chris Lattner | 2006-07-18 | 1 | -14/+14 |
* | Reduce code in the error path by only allocating info_ if everything looks | Chris Lattner | 2006-07-18 | 1 | -10/+8 |
* | Unindent some code | Chris Lattner | 2006-07-18 | 1 | -25/+24 |
* | Turn an if into an else if. | Chris Lattner | 2006-07-12 | 1 | -2/+2 |
* | no need to do a stat then an lstat. lstat will tell us if normal files don't... | Chris Lattner | 2006-07-07 | 1 | -7/+4 |
* | Move << method out of line. | Chris Lattner | 2006-07-07 | 1 | -8/+8 |
* | Change AllocateRWX/DeallocateRWX to not throw an exception. | Chris Lattner | 2006-07-07 | 3 | -37/+69 |
* | Fix this impl | Chris Lattner | 2006-07-07 | 1 | -1/+1 |