aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/System
Commit message (Expand)AuthorAgeFilesLines
* Fix minor doxygen nits.Reid Spencer2007-08-051-8/+11
* eliminate residual cruft related to recognizing bytecodeGabor Greif2007-07-061-9/+0
* Here is the bulk of the sanitizing.Gabor Greif2007-07-051-3/+3
* add support for identifying bitcode filesChris Lattner2007-05-061-0/+8
* remove extraneous type qualifiersChris Lattner2007-05-031-1/+1
* remove extraneous top-level semi'sChris Lattner2007-05-031-2/+2
* Jeff's fix was fineChris Lattner2007-04-291-6/+2
* add missing ctorChris Lattner2007-04-291-2/+6
* Fix MemoryBuffer breakage correctly.Jeff Cohen2007-04-291-0/+8
* new method for creating a path, which does not create a temporary string.Chris Lattner2007-04-291-0/+8
* Teach sys::Path how to recognize different kinds of object files for ELFReid Spencer2007-04-111-7/+18
* Implement the output inserter for PathWithStatusReid Spencer2007-04-081-2/+5
* For PR1291:Reid Spencer2007-04-072-26/+89
* For PR1302:Reid Spencer2007-04-041-4/+7
* For PR789:Reid Spencer2007-03-291-9/+15
* uniqueID is a uint64_t (caught by VC++)Jeff Cohen2007-03-291-1/+1
* Add a uniqueID field to the FileStatus structure for Paths. This will mapReid Spencer2007-03-291-1/+3
* Don't forget to delete the FileStatus structure on destruction of Path.Reid Spencer2007-03-291-0/+1
* For PR789:Reid Spencer2007-03-291-4/+14
* Implement PR1240Anton Korobeynikov2007-03-061-0/+4
* Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov2007-02-161-0/+4
* Moved disassembler to libSystemAnton Korobeynikov2007-01-231-0/+31
* Unbreak VC++ build.Jeff Cohen2006-11-051-1/+1
* make optional pointer really optionalChris Lattner2006-08-271-1/+1
* For PR797:Reid Spencer2006-08-252-3/+3
* For PR797:Reid Spencer2006-08-251-6/+0
* For PR797:Reid Spencer2006-08-231-3/+3
* Fix constructor documentation.Reid Spencer2006-08-231-7/+4
* For PR797:Reid Spencer2006-08-231-3/+2
* For PR797:Reid Spencer2006-08-231-3/+5
* For PR797:Reid Spencer2006-08-231-19/+21
* For PR797:Reid Spencer2006-08-221-4/+4
* Make the sys::Path::GetTemporaryDirectory method not throw exceptions andReid Spencer2006-08-221-3/+4
* Fix some indentation.Reid Spencer2006-08-221-5/+4
* For PR797:Reid Spencer2006-08-221-7/+24
* For PR797:Reid Spencer2006-08-211-8/+10
* For PR797:Reid Spencer2006-08-211-1/+2
* Remove some now-dead methods. Use getFileStatus instead.Chris Lattner2006-08-011-22/+0
* Modify setStatusInfoOnDisk to not throw an exception.Chris Lattner2006-07-281-2/+3
* Modify Path::eraseFromDisk to not throw an exception.Chris Lattner2006-07-281-6/+4
* Change Path::getStatusInfo to return a boolean and error string on an errorChris Lattner2006-07-281-56/+44
* For PR780:Reid Spencer2006-07-268-0/+21
* For PR780:Reid Spencer2006-07-263-3/+10
* #include <iosfwd> not <ostream>Chris Lattner2006-07-071-5/+2
* Change AllocateRWX/DeallocateRWX to not throw an exception.Chris Lattner2006-07-071-7/+15
* Change LoadLibraryPermanently to not throw an exception.Chris Lattner2006-07-071-3/+4
* For PR804:Reid Spencer2006-06-081-1/+1
* For PR787:Reid Spencer2006-06-071-0/+4
* For PR780:Reid Spencer2006-06-071-3/+5
* For PR780:Reid Spencer2006-06-071-8/+31