Reduce code in the error path by only allocating info_ if everything looks
[oota-llvm.git] / lib / System /
2006-07-18 Chris LattnerReduce code in the error path by only allocating info_...
2006-07-18 Chris LattnerUnindent some code
2006-07-12 Chris LattnerTurn an if into an else if.
2006-07-07 Chris Lattnerno need to do a stat then an lstat. lstat will tell...
2006-07-07 Chris LattnerMove << method out of line.
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-07-07 Chris LattnerThis uses EH extensively
2006-06-16 Reid SpencerOnly print the stack trace if it was requested. Previou...
2006-06-09 Evan ChengDon't pull in environ, not always safe. Global variable...
2006-06-08 Reid SpencerSquelch a warning about signed/unsigned.
2006-06-08 Reid SpencerFor PR804:
2006-06-07 Reid SpencerFor PR787:
2006-06-07 Reid SpencerFor PR780:
2006-06-05 Reid SpencerFor PR798:
2006-06-01 Reid SpencerProvide configuration support and usage for MINGW32...
2006-06-01 Reid SpencerFor PR786:
2006-05-14 Chris LattnerBug noticed, by inspection. Filename can be null.
2006-05-14 Chris LattnerThis function is not documented as throwing an exceptio...
2006-05-12 Chris LattnerFix accidentally committed patch.
2006-05-12 Chris LattnerFix iterator invalidation bug, identified by Coverity.
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-04-17 Jeff CohenAdd checks for __OpenBSD__.
2006-04-13 Reid SpencerAdd the README files to the distribution.
2006-03-14 Reid SpencerConvert llvm.cs.uiuc.edu -> llvm.org
2006-01-30 Jeff CohenAdd AddSymbol() method to DynamicLibrary to work around...
2006-01-29 Jeff CohenFix indentation.
2005-12-22 Reid SpencerFor PR351:
2005-12-22 Reid SpencerImplement a generic polled Alarm function. This merely...
2005-11-14 Chris Lattnerinstead of using mstats, use malloc_zone_statistics...
2005-11-14 Chris LattnerTeach -track-memory to work on darwin. Looking at...
2005-10-24 Chris LattnerDONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIV...
2005-10-24 Chris LattnerOnly build .a file versions of these libraries, instead...
2005-08-24 Reid SpencerFor PR616:
2005-08-02 Misha BrukmanFix grammar: it's == "it is".
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-28 Reid SpencerFix a problem in getDirectoryContents where sub-directo...
2005-07-27 Jeff CohenEliminate all remaining tabs and trailing spaces.
2005-07-27 Jeff CohenEliminate tabs and trailing spaces.
2005-07-13 Reid SpencerDon't call pthread_mutexattr_setpshared on FreeBSD...
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-09 Jeff Cohen1. Fix bug in getBaseName where it mishandles suffixes
2005-07-08 Reid SpencerEnsure that functions like isDirectory don't fail if...
2005-07-08 Reid SpencerTwo changes:
2005-07-08 Jeff CohenStamp out tabs
2005-07-08 Jeff CohenMake Win32 implementation conform to new paradigm
2005-07-08 Jeff CohenFix eraseSuffix()
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-06-02 Reid SpencerPut in a hack for Cygwin that prevents mkdtemp from...
2005-05-16 Duraid Madinacomment the hpux bit
2005-05-05 Misha BrukmanRemove vim settings from source code; people should...
2005-04-22 Alkis EvlogimenosSilence gcc-4.0.0 warnings.
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-21 Reid SpencerProvide an implementation of the GetCurrentUserId and...
2005-04-21 Reid SpencerFor Bug 543:
2005-04-21 Reid SpencerFor Bug 543:
2005-04-20 Misha BrukmanAdd FIXME by Markus Oberhumer from bug 545: not checkin...
2005-04-20 Misha BrukmanDo not mark directories as `executable', we only want...
2005-04-20 Misha BrukmanIgnore dangling symlinks in getDirectoryContents()
2005-04-11 Jeff CohenEliminate tabs
2005-03-02 Reid SpencerBe slightly more accurate in an error message.
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.
2005-02-14 Chris LattnerFix a bug in my previous change to this, which broke...
2005-02-13 Chris LattnerFix the llvm bootstrap
2005-02-13 Chris LattnerIf errno is zero strerror_r does not modify the buffer...
2005-01-27 Jeff CohenFix some Path bugs
2005-01-22 Jeff CohenFix destroyDirectory bug
2005-01-16 Chris LattnerFix bugpoint
2005-01-14 Reid SpencerWe don't distribute the operating system specific direc...
2005-01-14 Jeff CohenFix and improve win32 path validation.
2005-01-14 Reid SpencerMake asctime_r work for HP/UX.
2005-01-09 Reid SpencerRename Unix/*.cpp and Win32/*.cpp to have a *.inc suffi...
2005-01-08 Jeff CohenUse size_t instead of long to represent memory usage...
2005-01-02 Reid SpencerCorrect the case of a #include directory name, just...
2005-01-01 Jeff CohenAdd functions for determining if the stdin/out/err...
2005-01-01 Reid SpencerAdd functions for determining if the stdin/out/err...
2004-12-31 Jeff CohenWhere do these tabs keep coming from???
2004-12-31 Jeff CohenMostly cleanup, but also some bug fixes, for win32...
2004-12-31 Reid SpencerFix a compilation error for the case where mallinfo...
2004-12-31 Jeff CohenGet rid of those nasty tabs...
2004-12-31 Jeff CohenBring win32/Path.cpp up to date with respect to Unix...
2004-12-30 Jeff CohenFix MINGW compilation errors
2004-12-27 Reid SpencerFor PR351:
next