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
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
2006-07-28
Modify setStatusInfoOnDisk to not throw an exception.
Chris Lattner
2006-07-28
Update win32 for Path::getStatusInfo
Chris Lattner
2006-07-28
Modify Path::eraseFromDisk to not throw an exception.
Chris Lattner
2006-07-26
Fix the build on win32
Chris Lattner
2006-07-07
Change AllocateRWX/DeallocateRWX to not throw an exception.
Chris Lattner
2006-07-07
Fix this impl
Chris Lattner
2006-07-07
Add a helper function
Chris Lattner
2006-07-07
Change LoadLibraryPermanently to not throw an exception.
Chris Lattner
2006-06-08
Squelch a warning about signed/unsigned.
Reid Spencer
2006-06-08
For PR804:
Reid Spencer
2006-06-07
For PR787:
Reid Spencer
2006-06-05
For PR798:
Reid Spencer
2006-06-01
Provide configuration support and usage for MINGW32 platform
Reid Spencer
2006-05-07
Unlike Unix, Windows won't let a file be implicitly replaced via renaming wit...
Jeff Cohen
2006-04-29
Mingw32 patches supplied by Anton Korobeynikov.
Jeff Cohen
2006-01-30
Add AddSymbol() method to DynamicLibrary to work around Windows limitation
Jeff Cohen
2006-01-29
Fix indentation.
Jeff Cohen
2005-12-22
Implement a generic polled Alarm function. This merely removes the system
Reid Spencer
2005-08-02
It's dangerous coding on Mondays.
Jeff Cohen
2005-08-02
Implement SetInterruptFunction for Windows.
Jeff Cohen
2005-08-02
Implement sys::SetInterruptFunction on Unix, stub it on win32 so that the
Chris Lattner
2005-07-29
support near allocations for the JIT
Andrew Lenharth
[next]