Tweak build system to allow for installing the tutorial and uninstalling the docs.
[oota-llvm.git] / include / llvm / System /
2008-03-24 Owen AndersonRevert r48676. I had plans for using it, but now it...
2008-03-22 Owen AndersonAdd a comment, and fix a bug where AllocateRW recurred...
2008-03-22 Owen AndersonAdd an AllocateRW to match AllocateRWX.
2008-03-21 Dan GohmanSpecialize FORCE_DEFINING_FILE_TO_BE_LINKED using a...
2008-03-14 Chris LattnerRestore this member, which is used on win32.
2008-03-13 Devang PatelRemove unused GetAddressOfSymbol()
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-20 Anton KorobeynikovAdd convenient helper to get suffix of the file
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-18 Ted KremenekAdded "GetCurrentDirectory()" to sys::Path.
2007-12-18 Ted KremenekAdded "isDirectory" method to llvm::sys::Path.
2007-12-18 Chris Lattnerremove obviously dead uses of IncludeFile.
2007-12-12 Duncan SandsRemove host endianness info from TargetData and
2007-08-05 Reid SpencerFix minor doxygen nits.
2007-07-06 Gabor Greifeliminate residual cruft related to recognizing bytecode
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-05-06 Chris Lattneradd support for identifying bitcode files
2007-05-03 Chris Lattnerremove extraneous type qualifiers
2007-05-03 Chris Lattnerremove extraneous top-level semi's
2007-04-29 Chris LattnerJeff's fix was fine
2007-04-29 Chris Lattneradd missing ctor
2007-04-29 Jeff CohenFix MemoryBuffer breakage correctly.
2007-04-29 Chris Lattnernew method for creating a path, which does not create...
2007-04-11 Reid SpencerTeach sys::Path how to recognize different kinds of...
2007-04-08 Reid SpencerImplement the output inserter for PathWithStatus
2007-04-07 Reid SpencerFor PR1291:
2007-04-04 Reid SpencerFor PR1302:
2007-03-29 Reid SpencerFor PR789:
2007-03-29 Jeff CohenuniqueID is a uint64_t (caught by VC++)
2007-03-29 Reid SpencerAdd a uniqueID field to the FileStatus structure for...
2007-03-29 Reid SpencerDon't forget to delete the FileStatus structure on...
2007-03-29 Reid SpencerFor PR789:
2007-03-06 Anton KorobeynikovImplement PR1240
2007-02-16 Anton KorobeynikovAdd possibility to set memory limit for binaries run...
2007-01-23 Anton KorobeynikovMoved disassembler to libSystem
2006-11-05 Jeff CohenUnbreak VC++ build.
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:
next