For PR950:
[oota-llvm.git] / include / llvm / System /
2006-08-27 Chris Lattnermake optional pointer really optional
2006-08-25 Reid SpencerFor PR797:
2006-08-25 Reid SpencerFor PR797:
2006-08-23 Reid SpencerFor PR797:
2006-08-23 Reid SpencerFix constructor documentation.
2006-08-23 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 SpencerMake the sys::Path::GetTemporaryDirectory method not...
2006-08-22 Reid SpencerFix some indentation.
2006-08-22 Reid SpencerFor PR797:
2006-08-21 Reid SpencerFor PR797:
2006-08-21 Reid SpencerFor PR797:
2006-08-01 Chris LattnerRemove some now-dead methods. Use getFileStatus instead.
2006-07-28 Chris LattnerModify setStatusInfoOnDisk to not throw an exception.
2006-07-28 Chris LattnerModify Path::eraseFromDisk to not throw an exception.
2006-07-28 Chris LattnerChange Path::getStatusInfo to return a boolean and...
2006-07-26 Reid SpencerFor PR780:
2006-07-26 Reid SpencerFor PR780:
2006-07-07 Chris Lattner#include <iosfwd> not <ostream>
2006-07-07 Chris LattnerChange AllocateRWX/DeallocateRWX to not throw an exception.
2006-07-07 Chris LattnerChange LoadLibraryPermanently to not throw an exception.
2006-06-08 Reid SpencerFor PR804:
2006-06-07 Reid SpencerFor PR787:
2006-06-07 Reid SpencerFor PR780:
2006-06-07 Reid SpencerFor PR780:
2006-06-07 Reid SpencerFor PR780:
2006-05-19 Reid SpencerFix some doxygen usage in these headers.
2006-02-22 Chris LattnerMake the LLVM headers "-ansi -pedantic -Wno-long-long...
2006-01-30 Jeff CohenAdd AddSymbol() method to DynamicLibrary to work around...
2006-01-08 Reid SpencerAdd some documentation.
2005-12-22 Reid SpencerFix documentation for the AlarmSetup function.
2005-12-22 Reid SpencerImplement a generic polled Alarm function. This merely...
2005-08-24 Reid SpencerFor PR616:
2005-08-02 Jeff CohenImplement SetInterruptFunction for Windows.
2005-08-02 Chris Lattneradd a new function proto
2005-07-29 Andrew Lenharthsupport near allocations for the JIT
2005-07-27 Jeff CohenEliminate tabs and trailing spaces.
2005-07-13 Jeff CohenEliminate tabs
2005-07-13 Jeff CohenWin32 support for Mutex class.
2005-07-12 Reid SpencerFor PR540:
2005-07-08 Reid SpencerFinal Changes For PR495:
2005-07-08 Jeff Cohenfix typo
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 SpencerAdd two new methods for getting the User Id and Group...
2005-01-28 Chris LattnerDo not clean up if the MappedFile was never used or...
2005-01-11 Reid SpencerFix the documentation for executeAndWait so the argumen...
2005-01-08 Jeff CohenUse size_t instead of long to represent memory usage...
2005-01-01 Reid SpencerAdd functions for determining if the stdin/out/err...
2005-01-01 Jeff CohenFix bountiful sources of VC++ 'possible loss of data...
2004-12-27 Reid SpencerFor PR351:
2004-12-27 Reid SpencerFor PR351:
2004-12-20 Reid SpencerFor PR351:
2004-12-20 Reid SpencerWrap long lines
2004-12-19 Reid SpencerFor PR351:
2004-12-18 Reid SpencerCorrect the name of the method. CopyFiles -> CopyFile.
2004-12-15 Reid SpencerAdjust documentation of GetBytecodeLibraryPaths after...
2004-12-15 Reid SpencerFix a file overwrite bug in llvm-ar introduced by chang...
2004-12-15 Reid SpencerFor PR351:
2004-12-14 Jeff CohenImplement Win32 Path::getStatusInfo(), TimeValue::toStr...
2004-12-14 Reid SpencerFor PR351:
2004-12-13 Reid SpencerFor PR351:
2004-12-13 Reid SpencerFor PR351: \
2004-12-13 Reid Spencer* Add a std::ostream inserter for sys::Path
2004-12-13 Reid SpencerMake the size() method const
2004-12-13 Reid SpencerFor PR351:\
2004-12-11 Reid SpencerPath::get -> Path::toString
2004-11-29 Reid SpencerAdd in some methods for use by the JIT. LoadLibraryPerm...
2004-11-29 Reid SpencerMake the default constructor cause the program's symbol...
2004-11-18 Reid SpencerDynamic Library abstraction. This makes the abstraction...
2004-11-16 Reid SpencerPer code review:
2004-11-16 Reid SpencerPer code review:
2004-11-14 Reid SpencerChanges per code review:
2004-11-14 Reid Spencer*Make naming convention consistent.*Add convertion...
2004-11-14 Reid SpencerMake the remove*OnSignal functions deal with Paths...
2004-11-14 Reid Spencer*Put the StatusInfo type in the right section. *Provide...
2004-11-14 Reid SpencerAllow explicit closing of the MappedFile, before destru...
2004-11-09 Reid SpencerProvide conversion from posix time.
2004-11-09 Reid Spencer* Implement getStatusInfo for getting stat(2) like...
2004-11-05 Reid SpencerStop propagating method names that violate the coding...
2004-10-27 Chris LattnerConvert 'struct' to 'class' in various places to adhere...
2004-10-26 Misha BrukmanWrap comments at 80 cols
2004-10-19 Misha Brukman* Fit constructor initializer on a single line
2004-10-12 Misha BrukmanFix file comment header
2004-10-04 Chris LattnerFix #include flavor
2004-10-04 Reid SpencerMinor corrections suggested by Chris' ever-watchful...
2004-10-04 Reid SpencerFirst version of the MappedFile abstraction for operati...
2004-09-25 Reid SpencerClean up the interface of TimeValue:
2004-09-24 Reid SpencerInitial implementation of the TimeValue abstraction.
2004-09-13 Reid SpencerAdd the GetLibraryPath method.
2004-09-13 Reid SpencerSimplify the sys::Memory interface per Chris' request.
2004-09-13 Reid SpencerClean up the interface and implementation of sys::Progr...
2004-09-11 Reid SpencerInitial commit of a file to declare the interface for...
2004-09-11 Reid SpencerAdd methods for detecting file types by magic number...
2004-09-11 Reid SpencerAdd methods for detecting different kinds of files...
2004-08-31 Reid SpencerInitial commit for platform independent system configur...
next