summaryrefslogtreecommitdiff
path: root/include/llvm/System
Commit message (Expand)AuthorAge
* Jeff's fix was fineChris Lattner2007-04-29
* add missing ctorChris Lattner2007-04-29
* Fix MemoryBuffer breakage correctly.Jeff Cohen2007-04-29
* new method for creating a path, which does not create a temporary string.Chris Lattner2007-04-29
* Teach sys::Path how to recognize different kinds of object files for ELFReid Spencer2007-04-11
* Implement the output inserter for PathWithStatusReid Spencer2007-04-08
* For PR1291:Reid Spencer2007-04-07
* For PR1302:Reid Spencer2007-04-04
* For PR789:Reid Spencer2007-03-29
* uniqueID is a uint64_t (caught by VC++)Jeff Cohen2007-03-29
* Add a uniqueID field to the FileStatus structure for Paths. This will mapReid Spencer2007-03-29
* Don't forget to delete the FileStatus structure on destruction of Path.Reid Spencer2007-03-29
* For PR789:Reid Spencer2007-03-29
* Implement PR1240Anton Korobeynikov2007-03-06
* Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov2007-02-16
* Moved disassembler to libSystemAnton Korobeynikov2007-01-23
* Unbreak VC++ build.Jeff Cohen2006-11-05
* make optional pointer really optionalChris Lattner2006-08-27
* For PR797:Reid Spencer2006-08-25
* For PR797:Reid Spencer2006-08-25
* For PR797:Reid Spencer2006-08-23
* Fix constructor documentation.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
* Make the sys::Path::GetTemporaryDirectory method not throw exceptions andReid Spencer2006-08-22
* Fix some indentation.Reid Spencer2006-08-22
* For PR797:Reid Spencer2006-08-22
* For PR797:Reid Spencer2006-08-21
* For PR797:Reid Spencer2006-08-21
* Remove some now-dead methods. Use getFileStatus instead.Chris Lattner2006-08-01
* Modify setStatusInfoOnDisk to not throw an exception.Chris 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
* For PR780:Reid Spencer2006-07-26
* For PR780:Reid Spencer2006-07-26
* #include <iosfwd> not <ostream>Chris Lattner2006-07-07
* Change AllocateRWX/DeallocateRWX to not throw an exception.Chris Lattner2006-07-07
* Change LoadLibraryPermanently to not throw an exception.Chris Lattner2006-07-07
* For PR804:Reid Spencer2006-06-08
* For PR787:Reid Spencer2006-06-07
* For PR780:Reid Spencer2006-06-07
* For PR780:Reid Spencer2006-06-07
* For PR780:Reid Spencer2006-06-07
* Fix some doxygen usage in these headers.Reid Spencer2006-05-19
* Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.Chris Lattner2006-02-22
* Add AddSymbol() method to DynamicLibrary to work around Windows limitationJeff Cohen2006-01-30
* Add some documentation.Reid Spencer2006-01-08
* Fix documentation for the AlarmSetup function.Reid Spencer2005-12-22