aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/System
Commit message (Expand)AuthorAgeFilesLines
* Remove uses of llvm/System/IncludeFile.h that are no longer needed.Dan Gohman2008-05-066-19/+0
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-051-4/+4
* Add "empty()" method to sys::Path and remove unnecessary whitespace.Bill Wendling2008-04-161-39/+42
* Make getDirnameSep a static method (not part of Path's interface).Ted Kremenek2008-04-071-7/+0
* Added method Path::getDirname().Ted Kremenek2008-04-071-0/+12
* MappedFile is dead, remove it.Chris Lattner2008-04-011-85/+0
* Stub out some sys::Path::MapInFilePages/UnMapFilePages methods.Chris Lattner2008-04-011-0/+23
* Make MappedFile::map return a const correct pointer, don't leak address space...Chris Lattner2008-04-011-4/+2
* Remove the MappedFile::charBase member, rename base -> getBase() andChris Lattner2008-04-011-13/+3
* add an accessor.Chris Lattner2008-04-011-0/+3
* Remove MappedFile support for mapping files for write and execChris Lattner2008-04-011-24/+4
* cleanup the MappedFile API and comments. This removes and updatesChris Lattner2008-04-011-95/+40
* remove DEFINING_FILE_FOR for MappedFile.hChris Lattner2008-04-011-4/+1
* Revert r48676. I had plans for using it, but now it's just dead code.Owen Anderson2008-03-241-13/+0
* Add a comment, and fix a bug where AllocateRW recurred to AllocateRWX instead...Owen Anderson2008-03-221-0/+8
* Add an AllocateRW to match AllocateRWX.Owen Anderson2008-03-221-0/+5
* Specialize FORCE_DEFINING_FILE_TO_BE_LINKED using a GCC trickDan Gohman2008-03-211-4/+17
* Restore this member, which is used on win32.Chris Lattner2008-03-141-2/+1
* Remove unused GetAddressOfSymbol()Devang Patel2008-03-131-25/+2
* Stub out a Path::GetMainExecutable call to find the path to theChris Lattner2008-03-031-0/+4
* Add path separator support, patch by Sam Bishop. Chris Lattner2008-02-271-0/+4
* Add convenient helper to get suffix of the fileAnton Korobeynikov2008-02-201-0/+8
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-2913-26/+26
* Added "GetCurrentDirectory()" to sys::Path.Ted Kremenek2007-12-181-0/+5
* Added "isDirectory" method to llvm::sys::Path.Ted Kremenek2007-12-181-1/+7
* remove obviously dead uses of IncludeFile.Chris Lattner2007-12-183-9/+0
* Remove host endianness info from TargetData andDuncan Sands2007-12-121-0/+36
* Fix minor doxygen nits.Reid Spencer2007-08-051-8/+11
* eliminate residual cruft related to recognizing bytecodeGabor Greif2007-07-061-9/+0
* Here is the bulk of the sanitizing.Gabor Greif2007-07-051-3/+3
* add support for identifying bitcode filesChris Lattner2007-05-061-0/+8
* remove extraneous type qualifiersChris Lattner2007-05-031-1/+1
* remove extraneous top-level semi'sChris Lattner2007-05-031-2/+2
* Jeff's fix was fineChris Lattner2007-04-291-6/+2
* add missing ctorChris Lattner2007-04-291-2/+6
* Fix MemoryBuffer breakage correctly.Jeff Cohen2007-04-291-0/+8
* new method for creating a path, which does not create a temporary string.Chris Lattner2007-04-291-0/+8
* Teach sys::Path how to recognize different kinds of object files for ELFReid Spencer2007-04-111-7/+18
* Implement the output inserter for PathWithStatusReid Spencer2007-04-081-2/+5
* For PR1291:Reid Spencer2007-04-072-26/+89
* For PR1302:Reid Spencer2007-04-041-4/+7
* For PR789:Reid Spencer2007-03-291-9/+15
* uniqueID is a uint64_t (caught by VC++)Jeff Cohen2007-03-291-1/+1
* Add a uniqueID field to the FileStatus structure for Paths. This will mapReid Spencer2007-03-291-1/+3
* Don't forget to delete the FileStatus structure on destruction of Path.Reid Spencer2007-03-291-0/+1
* For PR789:Reid Spencer2007-03-291-4/+14
* Implement PR1240Anton Korobeynikov2007-03-061-0/+4
* Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov2007-02-161-0/+4
* Moved disassembler to libSystemAnton Korobeynikov2007-01-231-0/+31
* Unbreak VC++ build.Jeff Cohen2006-11-051-1/+1