- Remove calls to copyKillDeadInfo which is an N^2 function. Instead, propagate kill...
[oota-llvm.git] / lib / System / Win32 /
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
2006-07-07 Chris LattnerAdd a helper function
2006-07-07 Chris LattnerChange LoadLibraryPermanently to not throw an exception.
2006-06-08 Reid SpencerSquelch a warning about signed/unsigned.
2006-06-08 Reid SpencerFor PR804:
2006-06-07 Reid SpencerFor PR787:
2006-06-05 Reid SpencerFor PR798:
2006-06-01 Reid SpencerProvide configuration support and usage for MINGW32...
2006-05-07 Jeff CohenUnlike Unix, Windows won't let a file be implicitly...
2006-04-29 Jeff CohenMingw32 patches supplied by Anton Korobeynikov.
2006-01-30 Jeff CohenAdd AddSymbol() method to DynamicLibrary to work around...
2006-01-29 Jeff CohenFix indentation.
2005-12-22 Reid SpencerImplement a generic polled Alarm function. This merely...
2005-08-02 Jeff CohenIt's dangerous coding on Mondays.
2005-08-02 Jeff CohenImplement SetInterruptFunction for Windows.
2005-08-02 Chris LattnerImplement sys::SetInterruptFunction on Unix, stub it...
2005-07-29 Andrew Lenharthsupport near allocations for the JIT
2005-07-13 Jeff CohenNote to self: don't introduce memory leaks.
2005-07-13 Jeff CohenWin32 support for Mutex class.
2005-07-12 Reid SpencerFor PR540:
2005-07-09 Jeff CohenFix bugs also fixed in Unix version, plus other general...
2005-07-08 Reid SpencerEnsure that functions like isDirectory don't fail if...
2005-07-08 Jeff CohenStamp out tabs
2005-07-08 Jeff CohenMake Win32 implementation conform to new paradigm
2005-07-08 Reid SpencerFinal Changes For PR495:
2005-07-08 Jeff CohenFix VC++ breakage
2005-07-07 Reid SpencerChanges to mimic those in Unix/Path.inc in support...
2005-07-07 Reid SpencerFor PR495:
2005-07-07 Reid SpencerFor PR495:
2005-05-05 Misha BrukmanRemove vim settings from source code; people should...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-21 Reid SpencerProvide an implementation of the GetCurrentUserId and...
2005-04-11 Jeff CohenEliminate tabs
2005-02-20 Jeff CohenFix silly mistake.
2005-02-20 Jeff CohenImplement standard I/O redirection in ExecuteAndWait().
2005-02-19 Jeff CohenChange __MINGW to __MINGW32__. Patch submitted by...
2005-02-18 Jeff CohenMake PreventCoreFiles() do the right thing on Windows.
2005-02-16 Jeff CohenArg list already has program name in it.
next