aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System/Unix
Commit message (Expand)AuthorAgeFilesLines
* Revert r48676. I had plans for using it, but now it's just dead code.Owen Anderson2008-03-241-47/+0
* Add a comment, and fix a bug where AllocateRW recurred to AllocateRWX instead...Owen Anderson2008-03-221-1/+1
* Add an AllocateRW to match AllocateRWX.Owen Anderson2008-03-221-0/+47
* Avoid calling array_endof in a static initializer, as it incursDan Gohman2008-03-211-2/+2
* Fix Path::GetMainExecutable on cygwin, patch by Sam Bishop.Chris Lattner2008-03-131-1/+10
* Stub out a Path::GetMainExecutable call to find the path to theChris Lattner2008-03-031-0/+18
* Add path separator support, patch by Sam Bishop. Chris Lattner2008-02-271-19/+2
* It is not safe to call fork in PrintStackTrace. Sometimes it freezes the prog...Lauro Ramos Venancio2008-02-151-44/+2
* Set error message.Devang Patel2008-02-041-2/+4
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-2910-20/+20
* Added "GetCurrentDirectory()" to sys::Path.Ted Kremenek2007-12-181-0/+10
* Added "isDirectory" method to llvm::sys::Path.Ted Kremenek2007-12-181-0/+8
* Remove dead file and directory.Chris Lattner2007-12-081-30/+0
* Remove spurious consts. This fixes warnings with compilers thatDan Gohman2007-09-141-2/+2
* Add lengthof and endof templates that hide a lot of sizeof computations.Owen Anderson2007-09-071-3/+4
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-1812-0/+1943