index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
System
/
Path.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix various doxygen warnings.
Dan Gohman
2010-02-22
1
-1
/
+1
*
Fix "the the" and similar typos.
Dan Gohman
2010-02-10
1
-1
/
+1
*
Make Path use StringRef instead of std::string where possible.
Jeffrey Yasskin
2009-12-17
1
-23
/
+24
*
Adjust comments to new semantics.
Edward O'Callaghan
2009-11-25
1
-3
/
+3
*
API change Path::isSpecialFile to Path::isRegularFile, improve semantics in r...
Edward O'Callaghan
2009-11-25
1
-3
/
+5
*
Fix comments as pre-post review for rev.89765.
Edward O'Callaghan
2009-11-24
1
-2
/
+2
*
Provide Path::isSpecialFile interface for PR5568.
Edward O'Callaghan
2009-11-24
1
-0
/
+5
*
Prune #includes from llvm/Linker.h and llvm/System/Path.h,
Chris Lattner
2009-08-23
1
-28
/
+4
*
Revert 78662 to fix broken windows build. Add a comment which explains the pr...
Benjamin Kramer
2009-08-11
1
-1
/
+2
*
Remove an unnecessary mutable.
Dan Gohman
2009-08-11
1
-1
/
+1
*
Add a raw_ostream operator<< to sys::Path.
Dan Gohman
2009-07-15
1
-0
/
+12
*
add a new static method to portably determine whether a patch is
Chris Lattner
2009-06-15
1
-0
/
+5
*
Add sys::Path::makeAbsolute().
Daniel Dunbar
2009-04-09
1
-0
/
+4
*
add a helper method to sys::Path for clang, patch by
Chris Lattner
2008-08-11
1
-0
/
+6
*
Follow-up to the reverting of r51218. This puts the checks out-of-line. Because
Bill Wendling
2008-05-21
1
-9
/
+3
*
Reverting r51218 because of breakage on PPC32.
Bill Wendling
2008-05-20
1
-4
/
+3
*
add missing #include.
Chris Lattner
2008-05-18
1
-0
/
+1
*
On Darwin, the string header file isn't 64-bit clean. The use of
Bill Wendling
2008-05-17
1
-3
/
+3
*
Make constructors target-specific. This fixes problems where the path would
Nick Lewycky
2008-05-11
1
-3
/
+2
*
Fix more -Wshorten-64-to-32 warnings.
Evan Cheng
2008-05-05
1
-4
/
+4
*
Add "empty()" method to sys::Path and remove unnecessary whitespace.
Bill Wendling
2008-04-16
1
-39
/
+42
*
Make getDirnameSep a static method (not part of Path's interface).
Ted Kremenek
2008-04-07
1
-7
/
+0
*
Added method Path::getDirname().
Ted Kremenek
2008-04-07
1
-0
/
+12
*
Stub out some sys::Path::MapInFilePages/UnMapFilePages methods.
Chris Lattner
2008-04-01
1
-0
/
+23
*
add an accessor.
Chris Lattner
2008-04-01
1
-0
/
+3
*
Stub out a Path::GetMainExecutable call to find the path to the
Chris Lattner
2008-03-03
1
-0
/
+4
*
Add path separator support, patch by Sam Bishop.
Chris Lattner
2008-02-27
1
-0
/
+4
*
Add convenient helper to get suffix of the file
Anton Korobeynikov
2008-02-20
1
-0
/
+8
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Added "GetCurrentDirectory()" to sys::Path.
Ted Kremenek
2007-12-18
1
-0
/
+5
*
Added "isDirectory" method to llvm::sys::Path.
Ted Kremenek
2007-12-18
1
-1
/
+7
*
remove obviously dead uses of IncludeFile.
Chris Lattner
2007-12-18
1
-2
/
+0
*
Fix minor doxygen nits.
Reid Spencer
2007-08-05
1
-8
/
+11
*
eliminate residual cruft related to recognizing bytecode
Gabor Greif
2007-07-06
1
-9
/
+0
*
Here is the bulk of the sanitizing.
Gabor Greif
2007-07-05
1
-3
/
+3
*
add support for identifying bitcode files
Chris Lattner
2007-05-06
1
-0
/
+8
*
remove extraneous type qualifiers
Chris Lattner
2007-05-03
1
-1
/
+1
*
Jeff's fix was fine
Chris Lattner
2007-04-29
1
-6
/
+2
*
add missing ctor
Chris Lattner
2007-04-29
1
-2
/
+6
*
Fix MemoryBuffer breakage correctly.
Jeff Cohen
2007-04-29
1
-0
/
+8
*
new method for creating a path, which does not create a temporary string.
Chris Lattner
2007-04-29
1
-0
/
+8
*
Teach sys::Path how to recognize different kinds of object files for ELF
Reid Spencer
2007-04-11
1
-7
/
+18
*
Implement the output inserter for PathWithStatus
Reid Spencer
2007-04-08
1
-2
/
+5
*
For PR1291:
Reid Spencer
2007-04-07
1
-25
/
+88
*
For PR1302:
Reid Spencer
2007-04-04
1
-4
/
+7
*
For PR789:
Reid Spencer
2007-03-29
1
-9
/
+15
*
uniqueID is a uint64_t (caught by VC++)
Jeff Cohen
2007-03-29
1
-1
/
+1
*
Add a uniqueID field to the FileStatus structure for Paths. This will map
Reid Spencer
2007-03-29
1
-1
/
+3
*
Don't forget to delete the FileStatus structure on destruction of Path.
Reid Spencer
2007-03-29
1
-0
/
+1
*
For PR789:
Reid Spencer
2007-03-29
1
-4
/
+14
[next]