Age | Commit message (Expand) | Author |
2009-02-08 | 80-column violation. | Mikhail Glushenkov |
2009-02-08 | Add a Sleep() function. | Mikhail Glushenkov |
2009-02-06 | Make Mutex's constructor explicit, and tidy up whitespace. | Dan Gohman |
2009-01-22 | rename methods in System/Host to be more consistent. | Chris Lattner |
2008-10-20 | Update the stub and callback code to handle lazy compilation. The stub | Jim Grosbach |
2008-10-03 | On Darwin ARM, memory needs special handling to do JIT. This patch expands | Jim Grosbach |
2008-10-02 | Add llvm::sys::{osName,osVersion} for retrieving operating system name | Daniel Dunbar |
2008-09-18 | Preliminary support for systems which require changing JIT memory regions pri... | Evan Cheng |
2008-08-11 | add a helper method to sys::Path for clang, patch by | Chris Lattner |
2008-06-25 | Add a new InvalidateInstructionCache method to sys::Memory. | Chris Lattner |
2008-06-24 | Add support for building on solaris, working around namespace | Chris Lattner |
2008-06-16 | Add comment. | Matthijs Kooijman |
2008-05-29 | Prune and tidy #includes. | Dan Gohman |
2008-05-21 | Follow-up to the reverting of r51218. This puts the checks out-of-line. Because | Bill Wendling |
2008-05-20 | Reverting r51218 because of breakage on PPC32. | Bill Wendling |
2008-05-18 | add missing #include. | Chris Lattner |
2008-05-17 | On Darwin, the string header file isn't 64-bit clean. The use of | Bill Wendling |
2008-05-11 | Make constructors target-specific. This fixes problems where the path would | Nick Lewycky |
2008-05-06 | Remove uses of llvm/System/IncludeFile.h that are no longer needed. | Dan Gohman |
2008-05-05 | Fix more -Wshorten-64-to-32 warnings. | Evan Cheng |
2008-04-16 | Add "empty()" method to sys::Path and remove unnecessary whitespace. | Bill Wendling |
2008-04-07 | Make getDirnameSep a static method (not part of Path's interface). | Ted Kremenek |
2008-04-07 | Added method Path::getDirname(). | Ted Kremenek |
2008-04-01 | MappedFile is dead, remove it. | Chris Lattner |
2008-04-01 | Stub out some sys::Path::MapInFilePages/UnMapFilePages methods. | Chris Lattner |
2008-04-01 | Make MappedFile::map return a const correct pointer, don't leak address space... | Chris Lattner |
2008-04-01 | Remove the MappedFile::charBase member, rename base -> getBase() and | Chris Lattner |
2008-04-01 | add an accessor. | Chris Lattner |
2008-04-01 | Remove MappedFile support for mapping files for write and exec | Chris Lattner |
2008-04-01 | cleanup the MappedFile API and comments. This removes and updates | Chris Lattner |
2008-04-01 | remove DEFINING_FILE_FOR for MappedFile.h | Chris Lattner |
2008-03-24 | Revert r48676. I had plans for using it, but now it's just dead code. | Owen Anderson |
2008-03-22 | Add a comment, and fix a bug where AllocateRW recurred to AllocateRWX instead... | Owen Anderson |
2008-03-22 | Add an AllocateRW to match AllocateRWX. | Owen Anderson |
2008-03-21 | Specialize FORCE_DEFINING_FILE_TO_BE_LINKED using a GCC trick | Dan Gohman |
2008-03-14 | Restore this member, which is used on win32. | Chris Lattner |
2008-03-13 | Remove unused GetAddressOfSymbol() | Devang Patel |
2008-03-03 | Stub out a Path::GetMainExecutable call to find the path to the | Chris Lattner |
2008-02-27 | Add path separator support, patch by Sam Bishop. | Chris Lattner |
2008-02-20 | Add convenient helper to get suffix of the file | Anton Korobeynikov |
2007-12-29 | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner |
2007-12-18 | Added "GetCurrentDirectory()" to sys::Path. | Ted Kremenek |
2007-12-18 | Added "isDirectory" method to llvm::sys::Path. | Ted Kremenek |
2007-12-18 | remove obviously dead uses of IncludeFile. | Chris Lattner |
2007-12-12 | Remove host endianness info from TargetData and | Duncan Sands |
2007-08-05 | Fix minor doxygen nits. | Reid Spencer |
2007-07-06 | eliminate residual cruft related to recognizing bytecode | Gabor Greif |
2007-07-05 | Here is the bulk of the sanitizing. | Gabor Greif |
2007-05-06 | add support for identifying bitcode files | Chris Lattner |
2007-05-03 | remove extraneous type qualifiers | Chris Lattner |