aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/System
AgeCommit message (Expand)Author
2008-05-20Reverting r51218 because of breakage on PPC32.Bill Wendling
2008-05-18add missing #include.Chris Lattner
2008-05-17On Darwin, the string header file isn't 64-bit clean. The use ofBill Wendling
2008-05-11Make constructors target-specific. This fixes problems where the path wouldNick Lewycky
2008-05-06Remove uses of llvm/System/IncludeFile.h that are no longer needed.Dan Gohman
2008-05-05Fix more -Wshorten-64-to-32 warnings.Evan Cheng
2008-04-16Add "empty()" method to sys::Path and remove unnecessary whitespace.Bill Wendling
2008-04-07Make getDirnameSep a static method (not part of Path's interface).Ted Kremenek
2008-04-07Added method Path::getDirname().Ted Kremenek
2008-04-01MappedFile is dead, remove it.Chris Lattner
2008-04-01Stub out some sys::Path::MapInFilePages/UnMapFilePages methods.Chris Lattner
2008-04-01Make MappedFile::map return a const correct pointer, don't leak address space...Chris Lattner
2008-04-01Remove the MappedFile::charBase member, rename base -> getBase() andChris Lattner
2008-04-01add an accessor.Chris Lattner
2008-04-01Remove MappedFile support for mapping files for write and execChris Lattner
2008-04-01cleanup the MappedFile API and comments. This removes and updatesChris Lattner
2008-04-01remove DEFINING_FILE_FOR for MappedFile.hChris Lattner
2008-03-24Revert r48676. I had plans for using it, but now it's just dead code.Owen Anderson
2008-03-22Add a comment, and fix a bug where AllocateRW recurred to AllocateRWX instead...Owen Anderson
2008-03-22Add an AllocateRW to match AllocateRWX.Owen Anderson
2008-03-21Specialize FORCE_DEFINING_FILE_TO_BE_LINKED using a GCC trickDan Gohman
2008-03-14Restore this member, which is used on win32.Chris Lattner
2008-03-13Remove unused GetAddressOfSymbol()Devang Patel
2008-03-03Stub out a Path::GetMainExecutable call to find the path to theChris Lattner
2008-02-27Add path separator support, patch by Sam Bishop. Chris Lattner
2008-02-20Add convenient helper to get suffix of the fileAnton Korobeynikov
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-12-18Added "GetCurrentDirectory()" to sys::Path.Ted Kremenek
2007-12-18Added "isDirectory" method to llvm::sys::Path.Ted Kremenek
2007-12-18remove obviously dead uses of IncludeFile.Chris Lattner
2007-12-12Remove host endianness info from TargetData andDuncan Sands
2007-08-05Fix minor doxygen nits.Reid Spencer
2007-07-06eliminate residual cruft related to recognizing bytecodeGabor Greif
2007-07-05Here is the bulk of the sanitizing.Gabor Greif
2007-05-06add support for identifying bitcode filesChris Lattner
2007-05-03remove extraneous type qualifiersChris Lattner
2007-05-03remove extraneous top-level semi'sChris Lattner
2007-04-29Jeff's fix was fineChris Lattner
2007-04-29add missing ctorChris Lattner
2007-04-29Fix MemoryBuffer breakage correctly.Jeff Cohen
2007-04-29new method for creating a path, which does not create a temporary string.Chris Lattner
2007-04-11Teach sys::Path how to recognize different kinds of object files for ELFReid Spencer
2007-04-08Implement the output inserter for PathWithStatusReid Spencer
2007-04-07For PR1291:Reid Spencer
2007-04-04For PR1302:Reid Spencer
2007-03-29For PR789:Reid Spencer
2007-03-29uniqueID is a uint64_t (caught by VC++)Jeff Cohen
2007-03-29Add a uniqueID field to the FileStatus structure for Paths. This will mapReid Spencer
2007-03-29Don't forget to delete the FileStatus structure on destruction of Path.Reid Spencer
2007-03-29For PR789:Reid Spencer