aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System/Unix
Commit message (Expand)AuthorAgeFilesLines
* 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