aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/System
Commit message (Expand)AuthorAgeFilesLines
* Add sys::Path::makeAbsolute().Daniel Dunbar2009-04-091-0/+4
* Add llvm::sys::getHostTriple and removeDaniel Dunbar2009-03-311-6/+8
* Add a new 'AddSignalHandler' function to Signals.h that allowsChris Lattner2009-03-041-6/+5
* Fix a bunch of Doxygen syntax issues. Escape special characters,Dan Gohman2009-03-031-1/+2
* 80-column violation.Mikhail Glushenkov2009-02-081-6/+6
* Add a Sleep() function.Mikhail Glushenkov2009-02-081-5/+10
* Make Mutex's constructor explicit, and tidy up whitespace.Dan Gohman2009-02-061-3/+3
* rename methods in System/Host to be more consistent.Chris Lattner2009-01-221-7/+7
* Update the stub and callback code to handle lazy compilation. The stubJim Grosbach2008-10-201-0/+8
* On Darwin ARM, memory needs special handling to do JIT. This patch expandsJim Grosbach2008-10-031-2/+7
* Add llvm::sys::{osName,osVersion} for retrieving operating system nameDaniel Dunbar2008-10-021-0/+9
* Preliminary support for systems which require changing JIT memory regions pri...Evan Cheng2008-09-181-0/+5
* add a helper method to sys::Path for clang, patch byChris Lattner2008-08-111-0/+6
* Add a new InvalidateInstructionCache method to sys::Memory.Chris Lattner2008-06-251-26/+29
* Add support for building on solaris, working around namespaceChris Lattner2008-06-241-0/+40
* Add comment.Matthijs Kooijman2008-06-161-0/+3
* Prune and tidy #includes.Dan Gohman2008-05-291-1/+0
* Follow-up to the reverting of r51218. This puts the checks out-of-line. BecauseBill Wendling2008-05-211-9/+3
* Reverting r51218 because of breakage on PPC32.Bill Wendling2008-05-201-4/+3
* add missing #include.Chris Lattner2008-05-181-0/+1
* On Darwin, the string header file isn't 64-bit clean. The use ofBill Wendling2008-05-171-3/+3
* Make constructors target-specific. This fixes problems where the path wouldNick Lewycky2008-05-111-3/+2
* 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