Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
ba4733d901b1c2b994f66707657342b8c81c92bc
/
lib
/
Support
/
FileUtilities.cpp
c64f148
For PR777:
by Reid Spencer
· 19 years ago
8dcd548
200.sixtrack prints FP numbers with a very strange notation that uses D
by Chris Lattner
· 20 years ago
f976c85
Remove trailing whitespace
by Misha Brukman
· 20 years ago
c0d0e77
Fix a bug where we would consider " .99" and "1.0" different because of the
by Chris Lattner
· 20 years ago
2ee51cb
Instead of doing a manual comparison loop, just use memcmp, thanks to JohnC
by Chris Lattner
· 20 years ago
e4b6a86
Make this more efficient now that we know both files are the same length.
by Chris Lattner
· 20 years ago
1e1a99f
Fix spelling
by Misha Brukman
· 20 years ago
45d5564
Adjust DiffFilesWithTolerance to help poor cygwin's mmap facility by
by Reid Spencer
· 20 years ago
da7e70e
Fix crash comparing empty file against nonempty file.
by Chris Lattner
· 20 years ago
cc1b90b
Make DiffFilesWithTolerance take sys::Path's instead of std::strings
by Chris Lattner
· 20 years ago
c95b560
Fix a bug in previous checkin
by Chris Lattner
· 20 years ago
4454253
Add a new method, refactored out of fpcmp
by Chris Lattner
· 20 years ago
5fb6ed4
Use binary mode for reading/writing bytecode files
by Jeff Cohen
· 20 years ago
772192c
For PR351: Move non-portable FDHandle class to its only user: lib/Debugger
by Reid Spencer
· 20 years ago
a2f7ed7
For PR351:
by Reid Spencer
· 20 years ago
67f6d3a
For PR351:
by Reid Spencer
· 20 years ago
2356f86
For PR351:
by Reid Spencer
· 20 years ago
2923f34
For PR351:
by Reid Spencer
· 20 years ago
9d88d1a
For PR351: \
by Reid Spencer
· 20 years ago
d99eaa3
For PR351:Remove the file type checking methods (now in sys::Path)
by Reid Spencer
· 20 years ago
336e56e
Handle headers for compressed bytecode files
by Misha Brukman
· 21 years ago
d232438
Put in a #error in the event that we don't have an mmap that can map a file
by Reid Spencer
· 21 years ago
551ccae
Changes For Bug 352
by Reid Spencer
· 21 years ago
fa5fe7c
Make all of this functionality work directly on win32. Properly conditionalize
by Chris Lattner
· 21 years ago
8868e84
Include cerrno.
by Alkis Evlogimenos
· 21 years ago
5bfac5d
Implement the new CopyFile function
by Chris Lattner
· 21 years ago
e53477e
Add support for zero length files
by Chris Lattner
· 21 years ago
eb08299
Add a pair of functions to hide system specific details of mapping a file in for reading.
by Chris Lattner
· 21 years ago
81a085a
Add new function
by Chris Lattner
· 21 years ago
316cb08
Add new method
by Chris Lattner
· 21 years ago
9899ae3
Further revisions of the FDHandle idea. In this version we use ownership
by Chris Lattner
· 21 years ago
9b448b7
Add trivial exception specs to produce better code since the methods cannot
by Chris Lattner
· 21 years ago
2d6481c
Factor FDHandle out of the bytecode reader into the FileUtilities.h support
by Chris Lattner
· 21 years ago
2cdd21c
Finegrainify namespacification
by Chris Lattner
· 21 years ago
971a7b8
Fix copy-pasto.
by Misha Brukman
· 21 years ago
17cca96
Add ability to query if a file is a legitimate ELF shared object.
by Misha Brukman
· 21 years ago
d0fde30
Put all LLVM code into the llvm namespace, as per bug 109.
by Brian Gaeke
· 22 years ago
a2302ff
Move IsArchive and IsBytecode here from gccld. Refactor into CheckMagic.
by Brian Gaeke
· 22 years ago
56be7ff
Add implementation of FileOpenable().
by Brian Gaeke
· 22 years ago
b576c94
Added LLVM project notice to the top of every C++ source file.
by John Criswell
· 22 years ago
950971d
Fixed spelling & grammar.
by Misha Brukman
· 22 years ago
66622be
Added the MakeFileReadable() method.
by John Criswell
· 22 years ago
9adeccc
Added a description of the algorithm. Return failure if the chmod() fails.
by John Criswell
· 22 years ago
6991a03
Added the MakeFileExecutable() method. This method takes a filename and
by John Criswell
· 22 years ago
da81eca
close() requires "unistd.h" .
by Misha Brukman
· 22 years ago
3d1b0c7
Moved removeFile() and getUniqueFilename() into FileUtilities.
by Misha Brukman
· 22 years ago
7a6ff2b
Check in the implementation of the FileUtilities!
by Chris Lattner
· 22 years ago