index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
System
/
Win32
Age
Commit message (
Expand
)
Author
2008-05-06
Fix renamePathOnDisk on Win32, patch from David Leon. This fixes problems with
Nick Lewycky
2008-04-07
Make getDirnameSep a static method (not part of Path's interface).
Ted Kremenek
2008-04-07
Added method Path::getDirname().
Ted Kremenek
2008-04-01
MappedFile is dead, remove it.
Chris Lattner
2008-04-01
Stub out some sys::Path::MapInFilePages/UnMapFilePages methods.
Chris Lattner
2008-04-01
Make MappedFile::map return a const correct pointer, don't leak address space...
Chris Lattner
2008-04-01
Remove MappedFile support for mapping files for write and exec
Chris Lattner
2008-04-01
cleanup the MappedFile API and comments. This removes and updates
Chris Lattner
2008-03-24
Revert r48676. I had plans for using it, but now it's just dead code.
Owen Anderson
2008-03-22
Add an AllocateRW to match AllocateRWX.
Owen Anderson
2008-03-14
this was removed from the Unix side.
Chris Lattner
2008-03-13
remove extraneous namespace qualifier, PR2142
Chris Lattner
2008-03-03
Stub out a Path::GetMainExecutable call to find the path to the
Chris Lattner
2008-02-27
Add path separator support, patch by Sam Bishop.
Chris Lattner
2008-02-22
Provide __main hooks for cygwin & mingw32
Anton Korobeynikov
2008-01-29
Use empty() instead of comparing size() with zero.
Dan Gohman
2008-01-24
Fix potential buffer overflow
Anton Korobeynikov
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-22
Unbreak mingw build
Anton Korobeynikov
2007-12-18
Added "GetCurrentDirectory()" to sys::Path.
Ted Kremenek
2007-12-18
Added "isDirectory" method to llvm::sys::Path.
Ted Kremenek
2007-11-21
This change does a couple of things. First it gets the Visual Studio builds ...
Chuck Rose III
2007-07-06
finishing touches of bytecode -> bitcode changes. also unbreak Windows
Gabor Greif
2007-06-25
Provide hook for alloca on VCPP. Patch by Scott Graham
Anton Korobeynikov
2007-05-06
pull some win32 code into common code, add bitcode identification support.
Chris Lattner
2007-04-07
Unbreak VC++ build.
Jeff Cohen
2007-04-07
For PR1291:
Reid Spencer
2007-03-29
For PR789:
Reid Spencer
2007-03-29
Determine absolute paths the correct way :)
Jeff Cohen
2007-03-29
Add a uniqueID field to the FileStatus structure for Paths. This will map
Reid Spencer
2007-03-29
For PR789:
Reid Spencer
2007-03-19
Fix mingw32 build
Anton Korobeynikov
2007-03-09
Unbreak mingw32 build
Anton Korobeynikov
2007-03-05
Ensure 64-bit correctness.
Jeff Cohen
2007-03-05
Implement memoryLimit on Windows.
Jeff Cohen
2007-02-16
Add possibility to set memory limit for binaries run via libSystem. This
Anton Korobeynikov
2006-12-19
Partly fixed JITing on mingw32 platform. The support is not full due to
Anton Korobeynikov
2006-11-05
Unbreak VC++ build.
Jeff Cohen
2006-09-01
- Fixed broken Win32 build
Anton Korobeynikov
2006-08-25
For PR797:
Reid Spencer
2006-08-24
For PR797:
Reid Spencer
2006-08-23
For PR797:
Reid Spencer
2006-08-23
For PR797:
Reid Spencer
2006-08-22
For PR797:
Reid Spencer
2006-08-22
Update for changes in Path class interface for exception removal.
Reid Spencer
2006-08-21
For PR797:
Reid Spencer
2006-08-01
Remove some now-dead methods. Use getFileStatus instead.
Chris Lattner
2006-08-01
Use getFileStatus instead of Path::isDirectory().
Chris Lattner
2006-08-01
elimiante some syscalls
Chris Lattner
2006-08-01
Minor fix due to recent API changes
Anton Korobeynikov
[next]