index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
System
/
Win32
/
Path.inc
Commit message (
Expand
)
Author
Age
Files
Lines
*
hopefully fix an apparent build error on windows.
Chris Lattner
2009-04-01
1
-0
/
+1
*
add a helper method to sys::Path for clang, patch by
Chris Lattner
2008-08-11
1
-0
/
+7
*
Minor comment fix.
Argyrios Kyrtzidis
2008-06-16
1
-1
/
+1
*
Fix the sys::Path::getSuffix() implementation.
Argyrios Kyrtzidis
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
*
finishing touches of bytecode -> bitcode changes. also unbreak Windows
Gabor Greif
2007-07-06
1
-1
/
+1
*
pull some win32 code into common code, add bitcode identification support.
Chris Lattner
2007-05-06
1
-15
/
+0
*
Unbreak VC++ build.
Jeff Cohen
2007-04-07
1
-28
/
+25
*
For PR1291:
Reid Spencer
2007-04-07
1
-16
/
+14
*
For PR789:
Reid Spencer
2007-03-29
1
-14
/
+14
*
Determine absolute paths the correct way :)
Jeff Cohen
2007-03-29
1
-3
/
+9
*
Add a uniqueID field to the FileStatus structure for Paths. This will map
Reid Spencer
2007-03-29
1
-0
/
+7
*
For PR789:
Reid Spencer
2007-03-29
1
-14
/
+27
*
Unbreak VC++ build.
Jeff Cohen
2006-11-05
1
-0
/
+5
*
- Fixed broken Win32 build
Anton Korobeynikov
2006-09-01
1
-13
/
+19
*
For PR797:
Reid Spencer
2006-08-25
1
-11
/
+11
*
For PR797:
Reid Spencer
2006-08-24
1
-42
/
+37
*
For PR797:
Reid Spencer
2006-08-23
1
-3
/
+3
*
For PR797:
Reid Spencer
2006-08-23
1
-6
/
+10
*
For PR797:
Reid Spencer
2006-08-22
1
-5
/
+10
*
Update for changes in Path class interface for exception removal.
Reid Spencer
2006-08-22
1
-16
/
+6
*
Remove some now-dead methods. Use getFileStatus instead.
Chris Lattner
2006-08-01
1
-33
/
+0
*
elimiante some syscalls
Chris Lattner
2006-08-01
1
-8
/
+8
*
Minor fix due to recent API changes
Anton Korobeynikov
2006-08-01
1
-1
/
+1
*
Modify setStatusInfoOnDisk to not throw an exception.
Chris Lattner
2006-07-28
1
-8
/
+8
*
Update win32 for Path::getStatusInfo
Chris Lattner
2006-07-28
1
-4
/
+6
*
Modify Path::eraseFromDisk to not throw an exception.
Chris Lattner
2006-07-28
1
-11
/
+10
*
Squelch a warning about signed/unsigned.
Reid Spencer
2006-06-08
1
-1
/
+1
*
For PR804:
Reid Spencer
2006-06-08
1
-1
/
+1
*
For PR798:
Reid Spencer
2006-06-05
1
-7
/
+8
*
Unlike Unix, Windows won't let a file be implicitly replaced via renaming wit...
Jeff Cohen
2006-05-07
1
-1
/
+1
*
Mingw32 patches supplied by Anton Korobeynikov.
Jeff Cohen
2006-04-29
1
-1
/
+1
*
Fix bugs also fixed in Unix version, plus other general cleanup.
Jeff Cohen
2005-07-09
1
-17
/
+61
*
Ensure that functions like isDirectory don't fail if the file doesn't
Reid Spencer
2005-07-08
1
-0
/
+6
*
Stamp out tabs
Jeff Cohen
2005-07-08
1
-19
/
+18
*
Make Win32 implementation conform to new paradigm
Jeff Cohen
2005-07-08
1
-48
/
+59
*
Final Changes For PR495:
Reid Spencer
2005-07-08
1
-12
/
+19
*
Fix VC++ breakage
Jeff Cohen
2005-07-08
1
-8
/
+5
[next]