Silence a warning when assertions are turned off.
[oota-llvm.git] / lib / System / Win32 /
2009-06-30 Oscar FuentesFixed assert that checks return value of TlsSetValue.
2009-06-26 Owen AndersonFix error in the Win32 implementation pointed out by...
2009-06-25 Owen AndersonAdd support for const thread locals.
2009-06-25 Owen AndersonAdd a class for supporting platform independent thread...
2009-06-25 Owen AndersonGuard dynamic library loading.
2009-06-18 Owen AndersonGive RWMutex the SmartRWMutex treatment too.
2009-06-18 Owen AndersonInsert a SmartMutex templated class into the class...
2009-06-17 Owen AndersonImprove the Win32 reader-writer lock implementation...
2009-06-16 Owen AndersonAccidentally broke this file.
2009-06-16 Owen AndersonRemove the Win32 implementation, since it doesn't compi...
2009-06-16 Owen AndersonAdd a portable wrapper for reader-writer locks.
2009-06-15 Chris Lattner"This patch implements the method with the GetModuleFil...
2009-06-15 Chris Lattneradd a new static method to portably determine whether...
2009-06-04 Torok EdwinFix comments.
2009-06-04 Torok EdwinAdd support for outputting ANSI colors to raw_fd_ostream.
2009-05-11 Douglas GregorAdd terminal width detection to llvm::sys::Process...
2009-04-28 Stefanus Du ToitFix choice of version of Windows callback to use to...
2009-04-21 Anton KorobeynikovSilence warnings.
2009-04-21 Anton KorobeynikovDrop obsolete reference to __eprintf.
2009-04-14 Mikhail GlushenkovCall CreateProcess with bInheritHandles = TRUE.
2009-04-14 Mikhail GlushenkovDelete trailing whitespace.
2009-04-01 Chris Lattnerhopefully fix an apparent build error on windows.
2009-03-31 Daniel DunbarAdd llvm::sys::getHostTriple and remove
2009-03-19 Sebastian RedlFix the Win32 VS2008 build:
2009-03-08 Chris Lattneradd some explicit llvm:: qualifiers to the unix side...
2009-03-04 Chris LattnerAdd a new 'AddSignalHandler' function to Signals.h...
2009-02-14 Cedric VenetUnbreak the build on win32.
2009-02-12 Julien LerougeFix MingW build, patch by Kenneth Boyd!
2009-02-08 Mikhail GlushenkovAdd a Sleep() function.
2009-02-08 Mikhail GlushenkovAdd Emacs hints to Alarm.inc.
2009-01-29 Chris LattnerFix windows build, patch by Marius Wachtler!
2009-01-22 Chris Lattnerrename methods in System/Host to be more consistent.
2008-11-02 Anton KorobeynikovSilence a warning
2008-10-20 Jim GrosbachUpdate the stub and callback code to handle lazy compil...
2008-10-04 Argyrios KyrtzidisAdd implementations for sys::Memory::setWritable and...
2008-10-02 Daniel DunbarAdd llvm::sys::{osName,osVersion} for retrieving operat...
2008-08-11 Chris Lattneradd a helper method to sys::Path for clang, patch by
2008-06-16 Argyrios KyrtzidisMinor comment fix.
2008-06-15 Argyrios KyrtzidisFix the sys::Path::getSuffix() implementation.
2008-06-15 Argyrios KyrtzidisFix the environment block that is passed to the CreateP...
2008-06-12 Matthijs KooijmanFix redirection of stderr in sys::Program::ExecuteAndWa...
2008-06-12 Matthijs KooijmanMake I/O redirection handling in sys::Program a bit...
2008-06-06 Anton KorobeynikovProvide hooks for libgcc symbols' address resolution...
2008-05-11 Nick LewyckyMake constructors target-specific. This fixes problems...
2008-05-06 Nick LewyckyFix renamePathOnDisk on Win32, patch from David Leon...
2008-04-07 Ted KremenekMake getDirnameSep a static method (not part of Path...
2008-04-07 Ted KremenekAdded method Path::getDirname().
2008-04-01 Chris LattnerMappedFile is dead, remove it.
2008-04-01 Chris LattnerStub out some sys::Path::MapInFilePages/UnMapFilePages...
2008-04-01 Chris LattnerMake MappedFile::map return a const correct pointer...
2008-04-01 Chris LattnerRemove MappedFile support for mapping files for write...
2008-04-01 Chris Lattnercleanup the MappedFile API and comments. This removes...
2008-03-24 Owen AndersonRevert r48676. I had plans for using it, but now it...
2008-03-22 Owen AndersonAdd an AllocateRW to match AllocateRWX.
2008-03-14 Chris Lattnerthis was removed from the Unix side.
2008-03-13 Chris Lattnerremove extraneous namespace qualifier, PR2142
2008-03-03 Chris LattnerStub out a Path::GetMainExecutable call to find the...
2008-02-27 Chris LattnerAdd path separator support, patch by Sam Bishop.
2008-02-22 Anton KorobeynikovProvide __main hooks for cygwin & mingw32
2008-01-29 Dan GohmanUse empty() instead of comparing size() with zero.
2008-01-24 Anton KorobeynikovFix potential buffer overflow
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-22 Anton KorobeynikovUnbreak mingw build
2007-12-18 Ted KremenekAdded "GetCurrentDirectory()" to sys::Path.
2007-12-18 Ted KremenekAdded "isDirectory" method to llvm::sys::Path.
2007-11-21 Chuck Rose IIIThis change does a couple of things. First it gets...
2007-07-06 Gabor Greiffinishing touches of bytecode -> bitcode changes. also...
2007-06-25 Anton KorobeynikovProvide hook for alloca on VCPP. Patch by Scott Graham
2007-05-06 Chris Lattnerpull some win32 code into common code, add bitcode...
2007-04-07 Jeff CohenUnbreak VC++ build.
2007-04-07 Reid SpencerFor PR1291:
2007-03-29 Reid SpencerFor PR789:
2007-03-29 Jeff CohenDetermine absolute paths the correct way :)
2007-03-29 Reid SpencerAdd a uniqueID field to the FileStatus structure for...
2007-03-29 Reid SpencerFor PR789:
2007-03-19 Anton KorobeynikovFix mingw32 build
2007-03-09 Anton KorobeynikovUnbreak mingw32 build
2007-03-05 Jeff CohenEnsure 64-bit correctness.
2007-03-05 Jeff CohenImplement memoryLimit on Windows.
2007-02-16 Anton KorobeynikovAdd possibility to set memory limit for binaries run...
2006-12-19 Anton KorobeynikovPartly fixed JITing on mingw32 platform. The support...
2006-11-05 Jeff CohenUnbreak VC++ build.
2006-09-01 Anton Korobeynikov- Fixed broken Win32 build
2006-08-25 Reid SpencerFor PR797:
2006-08-24 Reid SpencerFor PR797:
2006-08-23 Reid SpencerFor PR797:
2006-08-23 Reid SpencerFor PR797:
2006-08-22 Reid SpencerFor PR797:
2006-08-22 Reid SpencerUpdate for changes in Path class interface for exceptio...
2006-08-21 Reid SpencerFor PR797:
2006-08-01 Chris LattnerRemove some now-dead methods. Use getFileStatus instead.
2006-08-01 Chris LattnerUse getFileStatus instead of Path::isDirectory().
2006-08-01 Chris Lattnerelimiante some syscalls
2006-08-01 Anton KorobeynikovMinor fix due to recent API changes
2006-07-28 Chris LattnerModify setStatusInfoOnDisk to not throw an exception.
2006-07-28 Chris LattnerUpdate win32 for Path::getStatusInfo
2006-07-28 Chris LattnerModify Path::eraseFromDisk to not throw an exception.
2006-07-26 Chris LattnerFix the build on win32
2006-07-07 Chris LattnerChange AllocateRWX/DeallocateRWX to not throw an exception.
2006-07-07 Chris LattnerFix this impl
next