80-col violations/trailing whitespace.
[oota-llvm.git] / lib / System / Win32 /
2010-01-28 Douglas GregorAdd llvm::Program::ChangeStderrToBinary().
2010-01-14 Anton KorobeynikovRemove spurious semicolon.
2009-12-18 Daniel DunbarFix Win32 Path.inc for API update.
2009-12-17 Jeffrey YasskinMake Path use StringRef instead of std::string where...
2009-11-25 Edward O'CallaghanAPI change Path::isSpecialFile to Path::isRegularFile...
2009-11-24 Edward O'CallaghanProvide Path::isSpecialFile interface for PR5568.
2009-11-05 Benjamin KramerPath::createDirectoryOnDisk should ignore existing...
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-09-22 Daniel Dunbar... missed hiding a variable for MSVC only.
2009-09-22 Daniel DunbarHide MSVC specific CRT interaction behind _MSC_VER.
2009-09-22 Mikhail GlushenkovRemove the GetProcessId() call from Win32/Program.inc...
2009-09-22 Daniel DunbarAdd a magic LLVM_DISABLE_CRT_DEBUG environment variable...
2009-09-22 Daniel DunbarRevert "Get rid of GetProcessId in Win32/Program.inc...
2009-09-15 Mikhail GlushenkovGet rid of GetProcessId in Win32/Program.inc.
2009-09-11 Dan GohmanFix llvm-extract's "writing bitcode to a terminal"...
2009-09-09 Mikhail GlushenkovCheck that the 'kill' call succeeded.
2009-09-08 Mikhail GlushenkovConst-correctness.
2009-09-08 Mikhail GlushenkovGet rid of the Pid_ member in the Program class.
2009-09-08 Mikhail GlushenkovAdd a Kill() function to the Program class.
2009-08-23 Chris LattnerPrune #includes from llvm/Linker.h and llvm/System...
2009-08-12 Chris Lattnerimprove win32 path support, patch by Baptiste Lepilleur!
2009-08-03 Daniel DunbarFix a race condition in getting the process exit code...
2009-08-02 Daniel DunbarEmpty arguments need to be quoted on Win32.
2009-07-26 Daniel DunbarDon't use llvm_report_error in libSystem, this is a...
2009-07-23 Reid KlecknerRe-committing r76828 with the JIT memory manager change...
2009-07-23 Reid KlecknerReverting r76825 and r76828, since they caused clang...
2009-07-23 Reid KlecknerMake the JIT code emitter properly retry and ask for...
2009-07-18 Mikhail GlushenkovRemove duplication in Program::Execute{And,No}Wait.
2009-07-12 Daniel DunbarUse llvm_report_error, not llvm_unreachable.
2009-07-12 Daniel DunbarImprove sys::Path::makeAbsolute on Win32.
2009-07-09 Chris LattnereraseFromDisk no longer throws.
2009-07-08 David GreeneAdd an ExecuteNoWait interface to support asynchronous...
2009-07-08 Chris Lattnerremove two methods that no longer exist.
2009-07-08 Chris Lattnermore getting windows to build.
2009-07-08 Chris Lattnerhopefully fix the build on windows.
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.
next