Add a method
[oota-llvm.git] / include / llvm / System /
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...
2004-08-29 Reid SpencerPut the lib/System interface functions in llvm::sys...
2004-08-29 Reid SpencerInitial commit of the platform agnostic interface to...
2004-08-29 Reid SpencerAdd a function to remove whole directorys on fatal...
2004-08-29 Reid SpencerRevise the design of the Path concept per peer review...
2004-08-25 Reid SpencerInitial implementation of the Path operating system...
2004-08-16 Reid SpencerBack out include/llvm/System changes until a satisfacto...
2004-08-15 Reid SpencerFirst version of a class to represent the notion of...
2004-08-15 Reid SpencerFirst version of a class to represent operating system...
2004-07-17 Reid SpencerAdded a README to point users to the documentation...
2004-05-27 Chris LattnerMoved header from include/Support/ to include/llvm...
2004-02-19 Chris LattnerAdd a new function
2003-12-31 Chris Lattnerdoxygenify
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM notice.
2003-09-30 Chris LattnerStandardize header file comments
2003-08-01 Chris LattnerThis file doesn't need this include
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2002-12-12 Chris LattnerFix header
2002-04-18 Chris LattnerNew api for signal handling for LLVM tools