- Mar 29, 2007
-
-
Reid Spencer authored
Make the sys::Path::getFileStatus function more efficient by having it return a pointer to the FileStatus structure rather than copy it. Adjust uses of the function accordingly. Also, fix some memory issues in sys::Path. llvm-svn: 35476
-
- Aug 25, 2006
-
-
Reid Spencer authored
Make the Win32 code exception free (untested/uncompiled) which forced some interface changes which had ripple effect. This should be the last of 797. llvm-svn: 29884
-
- Aug 01, 2006
-
-
Chris Lattner authored
llvm-svn: 29443
-
- Jun 01, 2006
-
-
Reid Spencer authored
llvm-svn: 28639
-
- Aug 02, 2005
-
-
Jeff Cohen authored
llvm-svn: 22585
-
Jeff Cohen authored
llvm-svn: 22582
-
Chris Lattner authored
build will not fail llvm-svn: 22578
-
- Jul 08, 2005
-
-
Jeff Cohen authored
llvm-svn: 22356
-
Jeff Cohen authored
llvm-svn: 22353
-
- May 06, 2005
-
-
Misha Brukman authored
llvm-svn: 21704
-
- Feb 19, 2005
-
-
Jeff Cohen authored
llvm-svn: 20243
-
- Jan 10, 2005
-
-
Reid Spencer authored
gdb debugger doesn't get confused on which file it is reading (the one in lib/System or the one in lib/System/{Win32,Unix}) llvm-svn: 19426
-
- Nov 16, 2004
-
-
Reid Spencer authored
Patch contributed by Jeff Cohen. llvm-svn: 17890
-
- Nov 15, 2004
-
-
Reid Spencer authored
Patch provided by Morten Ofstad llvm-svn: 17826
-
- Nov 05, 2004
-
-
Reid Spencer authored
llvm-svn: 17498
-
- Oct 14, 2004
-
-
Reid Spencer authored
llvm-svn: 16970
-
- Sep 30, 2004
-
-
Misha Brukman authored
llvm-svn: 16617
-
Misha Brukman authored
llvm-svn: 16615
-
- Sep 29, 2004
-
-
Reid Spencer authored
Patch contributed by Jeff Cohen. Thanks Jeff! llvm-svn: 16564
-
- Sep 23, 2004
-
-
Reid Spencer authored
llvm-svn: 16495
-
- Sep 19, 2004
-
-
Reid Spencer authored
Patch submitted by Jeff Cohen. Thanks Jeff! llvm-svn: 16401
-
- Sep 17, 2004
-
-
Reid Spencer authored
Add some additional commentary about the workings of this module. Patch contributed by Jeff Cohen. Thanks Jeff! llvm-svn: 16383
-
- Sep 16, 2004
-
-
Reid Spencer authored
Patch provided by Jeff Cohen. Thanks Jeff! llvm-svn: 16380
-
- Aug 29, 2004
-
-
Reid Spencer authored
of "Signals" (cleanup after fatal errors). llvm-svn: 16085
-
Reid Spencer authored
note individually but these essence of it is to not derive from std::string, clarify the interface, and provide better documentation. There is now also (untested) implementations for AIX, Darwin, and SunOS. llvm-svn: 16078
-
- Aug 25, 2004
-
-
Reid Spencer authored
llvm-svn: 16048
-