- Jul 18, 2006
-
-
Chris Lattner authored
"access"). Instead, just let the open call fail if the file doesn't exist. This reduces the # syscalls executed. llvm-svn: 29173
-
Chris Lattner authored
spacing llvm-svn: 29172
-
Chris Lattner authored
the size, not the whole stat buffer. llvm-svn: 29171
-
Chris Lattner authored
good. llvm-svn: 29170
-
Chris Lattner authored
llvm-svn: 29169
-
- May 06, 2005
-
-
Misha Brukman authored
llvm-svn: 21704
-
- Feb 13, 2005
-
-
Chris Lattner authored
This causes garbage to be printed out after error messages. llvm-svn: 20165
-
- 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
-
- Dec 27, 2004
-
-
Reid Spencer authored
* Ensure #includes are wrapped with appropriate HAVE_ guards llvm-svn: 19156
-
- Dec 13, 2004
-
-
Reid Spencer authored
llvm-svn: 18852
-
- Dec 11, 2004
-
-
Reid Spencer authored
llvm-svn: 18785
-
- Nov 14, 2004
-
-
Reid Spencer authored
llvm-svn: 17779
-
- Oct 28, 2004
-
-
Reid Spencer authored
llvm-svn: 17286
-
- Oct 05, 2004
-
-
Brian Gaeke authored
llvm-svn: 16728
-
Tanya Lattner authored
llvm-svn: 16685
-
Chris Lattner authored
llvm-svn: 16682
-
- Oct 04, 2004
-
-
Reid Spencer authored
mapping of files. This first version uses mmap where its available. The class needs to implement an alternate mechanism based on malloc'd memory and file reading/writing for platforms without virtual memory. llvm-svn: 16649
-