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
/
lib
/
System
/
Win32
/
Path.inc
Commit message (
Expand
)
Author
Age
Files
Lines
*
add a helper method to sys::Path for clang, patch by
Chris Lattner
2008-08-11
1
-0
/
+7
*
Minor comment fix.
Argiris Kirtzidis
2008-06-16
1
-1
/
+1
*
Fix the sys::Path::getSuffix() implementation.
Argiris Kirtzidis
2008-06-15
1
-0
/
+16
*
Make constructors target-specific. This fixes problems where the path would
Nick Lewycky
2008-05-11
1
-1
/
+11
*
Fix renamePathOnDisk on Win32, patch from David Leon. This fixes problems with
Nick Lewycky
2008-05-06
1
-1
/
+1
*
Make getDirnameSep a static method (not part of Path's interface).
Ted Kremenek
2008-04-07
1
-1
/
+3
*
Added method Path::getDirname().
Ted Kremenek
2008-04-07
1
-0
/
+2
*
Stub out some sys::Path::MapInFilePages/UnMapFilePages methods.
Chris Lattner
2008-04-01
1
-0
/
+10
*
remove extraneous namespace qualifier, PR2142
Chris Lattner
2008-03-13
1
-2
/
+1
*
Stub out a Path::GetMainExecutable call to find the path to the
Chris Lattner
2008-03-03
1
-0
/
+6
*
Add path separator support, patch by Sam Bishop.
Chris Lattner
2008-02-27
1
-19
/
+2
*
Use empty() instead of comparing size() with zero.
Dan Gohman
2008-01-29
1
-1
/
+1
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Unbreak mingw build
Anton Korobeynikov
2007-12-22
1
-1
/
+2
*
Added "GetCurrentDirectory()" to sys::Path.
Ted Kremenek
2007-12-18
1
-0
/
+9
*
Added "isDirectory" method to llvm::sys::Path.
Ted Kremenek
2007-12-18
1
-0
/
+7
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+772