Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix minor doxygen nits. | Reid Spencer | 2007-08-05 | 1 | -8/+11 |
* | eliminate residual cruft related to recognizing bytecode | Gabor Greif | 2007-07-06 | 1 | -9/+0 |
* | Here is the bulk of the sanitizing. | Gabor Greif | 2007-07-05 | 1 | -3/+3 |
* | add support for identifying bitcode files | Chris Lattner | 2007-05-06 | 1 | -0/+8 |
* | remove extraneous type qualifiers | Chris Lattner | 2007-05-03 | 1 | -1/+1 |
* | remove extraneous top-level semi's | Chris Lattner | 2007-05-03 | 1 | -2/+2 |
* | Jeff's fix was fine | Chris Lattner | 2007-04-29 | 1 | -6/+2 |
* | add missing ctor | Chris Lattner | 2007-04-29 | 1 | -2/+6 |
* | Fix MemoryBuffer breakage correctly. | Jeff Cohen | 2007-04-29 | 1 | -0/+8 |
* | new method for creating a path, which does not create a temporary string. | Chris Lattner | 2007-04-29 | 1 | -0/+8 |
* | Teach sys::Path how to recognize different kinds of object files for ELF | Reid Spencer | 2007-04-11 | 1 | -7/+18 |
* | Implement the output inserter for PathWithStatus | Reid Spencer | 2007-04-08 | 1 | -2/+5 |
* | For PR1291: | Reid Spencer | 2007-04-07 | 2 | -26/+89 |
* | For PR1302: | Reid Spencer | 2007-04-04 | 1 | -4/+7 |
* | For PR789: | Reid Spencer | 2007-03-29 | 1 | -9/+15 |
* | uniqueID is a uint64_t (caught by VC++) | Jeff Cohen | 2007-03-29 | 1 | -1/+1 |
* | Add a uniqueID field to the FileStatus structure for Paths. This will map | Reid Spencer | 2007-03-29 | 1 | -1/+3 |
* | Don't forget to delete the FileStatus structure on destruction of Path. | Reid Spencer | 2007-03-29 | 1 | -0/+1 |
* | For PR789: | Reid Spencer | 2007-03-29 | 1 | -4/+14 |
* | Implement PR1240 | Anton Korobeynikov | 2007-03-06 | 1 | -0/+4 |
* | Add possibility to set memory limit for binaries run via libSystem. This | Anton Korobeynikov | 2007-02-16 | 1 | -0/+4 |
* | Moved disassembler to libSystem | Anton Korobeynikov | 2007-01-23 | 1 | -0/+31 |
* | Unbreak VC++ build. | Jeff Cohen | 2006-11-05 | 1 | -1/+1 |
* | make optional pointer really optional | Chris Lattner | 2006-08-27 | 1 | -1/+1 |
* | For PR797: | Reid Spencer | 2006-08-25 | 2 | -3/+3 |
* | For PR797: | Reid Spencer | 2006-08-25 | 1 | -6/+0 |
* | For PR797: | Reid Spencer | 2006-08-23 | 1 | -3/+3 |
* | Fix constructor documentation. | Reid Spencer | 2006-08-23 | 1 | -7/+4 |
* | For PR797: | Reid Spencer | 2006-08-23 | 1 | -3/+2 |
* | For PR797: | Reid Spencer | 2006-08-23 | 1 | -3/+5 |
* | For PR797: | Reid Spencer | 2006-08-23 | 1 | -19/+21 |
* | For PR797: | Reid Spencer | 2006-08-22 | 1 | -4/+4 |
* | Make the sys::Path::GetTemporaryDirectory method not throw exceptions and | Reid Spencer | 2006-08-22 | 1 | -3/+4 |
* | Fix some indentation. | Reid Spencer | 2006-08-22 | 1 | -5/+4 |
* | For PR797: | Reid Spencer | 2006-08-22 | 1 | -7/+24 |
* | For PR797: | Reid Spencer | 2006-08-21 | 1 | -8/+10 |
* | For PR797: | Reid Spencer | 2006-08-21 | 1 | -1/+2 |
* | Remove some now-dead methods. Use getFileStatus instead. | Chris Lattner | 2006-08-01 | 1 | -22/+0 |
* | Modify setStatusInfoOnDisk to not throw an exception. | Chris Lattner | 2006-07-28 | 1 | -2/+3 |
* | Modify Path::eraseFromDisk to not throw an exception. | Chris Lattner | 2006-07-28 | 1 | -6/+4 |
* | Change Path::getStatusInfo to return a boolean and error string on an error | Chris Lattner | 2006-07-28 | 1 | -56/+44 |
* | For PR780: | Reid Spencer | 2006-07-26 | 8 | -0/+21 |
* | For PR780: | Reid Spencer | 2006-07-26 | 3 | -3/+10 |
* | #include <iosfwd> not <ostream> | Chris Lattner | 2006-07-07 | 1 | -5/+2 |
* | Change AllocateRWX/DeallocateRWX to not throw an exception. | Chris Lattner | 2006-07-07 | 1 | -7/+15 |
* | Change LoadLibraryPermanently to not throw an exception. | Chris Lattner | 2006-07-07 | 1 | -3/+4 |
* | For PR804: | Reid Spencer | 2006-06-08 | 1 | -1/+1 |
* | For PR787: | Reid Spencer | 2006-06-07 | 1 | -0/+4 |
* | For PR780: | Reid Spencer | 2006-06-07 | 1 | -3/+5 |
* | For PR780: | Reid Spencer | 2006-06-07 | 1 | -8/+31 |