Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
ddb265b905cf83c44bfa0819c3a80dc13f29173f
/
llvm
/
lib
/
Support
/
FileUtilities.cpp
0f54a09
Simplify the code and fix a typo.
by Lauro Ramos Venancio
· 18 years ago
99929d20e
Fix fpcmp infinite loop when comparing "29-266" with "29-268".
by Lauro Ramos Venancio
· 18 years ago
f3ebc3f
Remove attribution from file headers, per discussion on llvmdev.
by Chris Lattner
· 18 years ago
21b76a9
For PR1291:
by Reid Spencer
· 19 years ago
200c6f9
For PR789:
by Reid Spencer
· 19 years ago
78b899f
For PR789:
by Reid Spencer
· 19 years ago
aa5c220
Make the absolute/relative tolerance information easier to read/understand.
by Reid Spencer
· 19 years ago
61feeb9
Remove redundant <cmath>.
by Jim Laskey
· 19 years ago
309e03a
Beef up the output from DiffFilesWithTolerance by setting the error code
by Reid Spencer
· 19 years ago
d62a963
For PR797:
by Reid Spencer
· 19 years ago
efdc3a13
For PR797:
by Reid Spencer
· 19 years ago
4857253
Change Path::getStatusInfo to return a boolean and error string on an error
by Chris Lattner
· 19 years ago
26bb7c4
For PR777:
by Reid Spencer
· 19 years ago
fca31ae
200.sixtrack prints FP numbers with a very strange notation that uses D
by Chris Lattner
· 20 years ago
10468d8
Remove trailing whitespace
by Misha Brukman
· 21 years ago
252f546
Fix a bug where we would consider " .99" and "1.0" different because of the
by Chris Lattner
· 21 years ago
3e7a193
Instead of doing a manual comparison loop, just use memcmp, thanks to JohnC
by Chris Lattner
· 21 years ago
9d0db6f
Make this more efficient now that we know both files are the same length.
by Chris Lattner
· 21 years ago
f232a45
Fix spelling
by Misha Brukman
· 21 years ago
f4425b0
Adjust DiffFilesWithTolerance to help poor cygwin's mmap facility by
by Reid Spencer
· 21 years ago
6c43f5e
Fix crash comparing empty file against nonempty file.
by Chris Lattner
· 21 years ago
b782187
Make DiffFilesWithTolerance take sys::Path's instead of std::strings
by Chris Lattner
· 21 years ago
364e8b7
Fix a bug in previous checkin
by Chris Lattner
· 21 years ago
16a4368
Add a new method, refactored out of fpcmp
by Chris Lattner
· 21 years ago
c8f1f4b
Use binary mode for reading/writing bytecode files
by Jeff Cohen
· 21 years ago
5260b5b
For PR351: Move non-portable FDHandle class to its only user: lib/Debugger
by Reid Spencer
· 21 years ago
ea71e3c
For PR351:
by Reid Spencer
· 21 years ago
320a20a
For PR351:
by Reid Spencer
· 21 years ago
6b86328
For PR351:
by Reid Spencer
· 21 years ago
73fc525
For PR351:
by Reid Spencer
· 21 years ago
aa95684
For PR351: \
by Reid Spencer
· 21 years ago
21d9ef9
For PR351:Remove the file type checking methods (now in sys::Path)
by Reid Spencer
· 21 years ago
1df8148
Handle headers for compressed bytecode files
by Misha Brukman
· 21 years ago
4510104
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
7c16caa
Changes For Bug 352
by Reid Spencer
· 21 years ago
07ab2d1
Make all of this functionality work directly on win32. Properly conditionalize
by Chris Lattner
· 21 years ago
2c07354
Include cerrno.
by Alkis Evlogimenos
· 21 years ago
80adb79
Implement the new CopyFile function
by Chris Lattner
· 21 years ago
acc6cdd
Add support for zero length files
by Chris Lattner
· 21 years ago
0e713bc
Add a pair of functions to hide system specific details of mapping a file in for reading.
by Chris Lattner
· 21 years ago
e866d11
Add new function
by Chris Lattner
· 22 years ago
4a1c74d
Add new method
by Chris Lattner
· 22 years ago
6b668f2
Further revisions of the FDHandle idea. In this version we use ownership
by Chris Lattner
· 22 years ago
0120e92
Add trivial exception specs to produce better code since the methods cannot
by Chris Lattner
· 22 years ago
a462161
Factor FDHandle out of the bytecode reader into the FileUtilities.h support
by Chris Lattner
· 22 years ago
c9499b6
Finegrainify namespacification
by Chris Lattner
· 22 years ago
bb718f1
Fix copy-pasto.
by Misha Brukman
· 22 years ago
7c9144b
Add ability to query if a file is a legitimate ELF shared object.
by Misha Brukman
· 22 years ago
960707c
Put all LLVM code into the llvm namespace, as per bug 109.
by Brian Gaeke
· 22 years ago
251b979
Move IsArchive and IsBytecode here from gccld. Refactor into CheckMagic.
by Brian Gaeke
· 22 years ago
ca35fbf
Add implementation of FileOpenable().
by Brian Gaeke
· 22 years ago
482202a
Added LLVM project notice to the top of every C++ source file.
by John Criswell
· 22 years ago
c08758a
Fixed spelling & grammar.
by Misha Brukman
· 22 years ago
b83a22b
Added the MakeFileReadable() method.
by John Criswell
· 22 years ago
44375ca
Added a description of the algorithm. Return failure if the chmod() fails.
by John Criswell
· 22 years ago
5357283
Added the MakeFileExecutable() method. This method takes a filename and
by John Criswell
· 22 years ago
c231c08
close() requires "unistd.h" .
by Misha Brukman
· 22 years ago
3581f85
Moved removeFile() and getUniqueFilename() into FileUtilities.
by Misha Brukman
· 22 years ago
802b0e2
Check in the implementation of the FileUtilities!
by Chris Lattner
· 22 years ago