- Dec 08, 2011
-
-
Michael J. Spencer authored
directory_iterator preserve InputIterator semantics on copy. llvm-svn: 146200
-
- Sep 14, 2011
-
-
Bill Wendling authored
Patch by Joakim Johansson! llvm-svn: 139743
-
- Jul 28, 2011
-
-
Argyrios Kyrtzidis authored
If true and 'model' parameter is not an absolute path, a temp directory will be prepended. Make it true by default to match current behaviour. llvm-svn: 136310
-
- Mar 24, 2011
-
-
Andrew Trick authored
llvm-svn: 128218
-
Michael J. Spencer authored
llvm-svn: 128199
-
- Feb 10, 2011
-
-
Douglas Gregor authored
I have another way to achieve the same goal. llvm-svn: 125239
-
Cameron Zwarich authored
llvm-svn: 125236
-
- Feb 09, 2011
-
-
Douglas Gregor authored
name of a path, after resolving symbolic links and eliminating excess path elements such as "foo/../" and "./". This routine still needs a Windows implementation, but I don't have a Windows machine available. Help? Please? llvm-svn: 125228
-
- Jan 16, 2011
-
-
Michael J. Spencer authored
llvm-svn: 123604
-
- Jan 15, 2011
-
-
Michael J. Spencer authored
llvm-svn: 123544
-
- Jan 05, 2011
-
-
Michael J. Spencer authored
llvm-svn: 122879
-
- Dec 07, 2010
-
-
Michael J. Spencer authored
via their return value instead of an out parameter. llvm-svn: 121149
-
Michael J. Spencer authored
namespace. None of them return anything except for success anyway. These will be converted to returning their result soon. llvm-svn: 121109
-
Michael J. Spencer authored
that close or unlink set. llvm-svn: 121094
-
Michael J. Spencer authored
the standard macros instead of octal notation. llvm-svn: 121093
-
Michael J. Spencer authored
llvm-svn: 121092
-
Michael J. Spencer authored
llvm-svn: 121091
-
Michael J. Spencer authored
Unix bug spotted by Dan Gohman. llvm-svn: 121090
-
- Dec 04, 2010
-
-
Michael J. Spencer authored
llvm-svn: 120913
-
Michael J. Spencer authored
llvm-svn: 120870
-
Michael J. Spencer authored
llvm-svn: 120867
-
- Dec 03, 2010
-
-
Michael J. Spencer authored
llvm-svn: 120827
-
Michael J. Spencer authored
llvm-svn: 120819
-
Michael J. Spencer authored
llvm-svn: 120818
-
Michael J. Spencer authored
llvm-svn: 120817
-
Michael J. Spencer authored
llvm-svn: 120800
-
Michael J. Spencer authored
llvm-svn: 120792
-
Michael J. Spencer authored
llvm-svn: 120790
-
Michael J. Spencer authored
llvm-svn: 120776
-
- Dec 01, 2010
-
-
Michael J. Spencer authored
instead of toStringRef. The file system APIs need c strings. llvm-svn: 120601
-
Michael J. Spencer authored
file creation APIs aren't implemented. llvm-svn: 120593
-
- Nov 29, 2010
-
-
Michael J. Spencer authored
llvm-svn: 120329
-
Charles Davis authored
from LLVM forever: grep -lR "llvm/System" * | grep -v .svn | xargs sed -ie 's#llvm/System#llvm/Support#g' llvm-svn: 120314
-
Michael J. Spencer authored
llvm-svn: 120298
-
- Jun 18, 2009
-
-
Owen Anderson authored
llvm-svn: 73710
-
- Jun 16, 2009
-
-
Owen Anderson authored
llvm-svn: 73545
-
- Dec 29, 2007
-
-
Chris Lattner authored
llvm-svn: 45418
-
- Dec 05, 2006
-
-
Reid Spencer authored
llvm-svn: 32225
-
- Jul 12, 2005
-
-
Reid Spencer authored
Add a Mutex class for thread synchronization in a platform-independent way. The current implementation only supports pthreads. Win32 use of Critical Sections will be added later. The design permits other threading models to be used if (and only if) pthreads is not available. llvm-svn: 22403
-
- May 06, 2005
-
-
Misha Brukman authored
llvm-svn: 21704
-