Age | Commit message (Expand) | Author |
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-03 | Re-implemented Path::createDirectoryOnDisk (for Unix). | Ted Kremenek |
2008-04-01 | add some #includes. | Chris Lattner |
2008-04-01 | MappedFile is dead, remove it. | Chris Lattner |
2008-04-01 | Implement Path::MapInFilePages/UnMapFilePages on unix, which | 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 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-31 | Actually disable crash reporting on Mac OS X, returning bugpoint to speedy | Nate Begeman |
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 | Avoid calling array_endof in a static initializer, as it incurs | Dan Gohman |
2008-03-21 | Specialize FORCE_DEFINING_FILE_TO_BE_LINKED using a GCC trick | Dan Gohman |
2008-03-14 | this was removed from the Unix side. | Chris Lattner |
2008-03-13 | Remove unused GetAddressOfSymbol() | Devang Patel |
2008-03-13 | Fix Path::GetMainExecutable on cygwin, patch by Sam Bishop. | Chris Lattner |
2008-03-13 | remove extraneous namespace qualifier, PR2142 | Chris Lattner |
2008-03-12 | This is a simple fix for getting error messages from dlerror in | Chris Lattner |
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-22 | Provide __main hooks for cygwin & mingw32 | Anton Korobeynikov |
2008-02-20 | Add convenient helper to get suffix of the file | Anton Korobeynikov |
2008-02-15 | It is not safe to call fork in PrintStackTrace. Sometimes it freezes the prog... | Lauro Ramos Venancio |
2008-02-13 | Remove use of ltdl | Devang Patel |
2008-02-04 | Set error message. | Devang Patel |
2008-01-29 | Use empty() instead of comparing size() with zero. | Dan Gohman |
2008-01-24 | Fix potential buffer overflow | Anton Korobeynikov |
2008-01-09 | Fix compile failures with g++-4.3. | Duncan Sands |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
2007-12-29 | remove attribution from lib Makefiles. | Chris Lattner |
2007-12-22 | Unbreak mingw build | Anton Korobeynikov |
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-08 | Remove dead file and directory. | Chris Lattner |
2007-12-03 | Provide hook for _alloca to make JITing on Cygwin slightly happier :) | Anton Korobeynikov |
2007-11-21 | This change does a couple of things. First it gets the Visual Studio builds ... | Chuck Rose III |
2007-11-01 | Silence a warning saying that the variables always resolve to "true" in an | Bill Wendling |
2007-09-28 | really fix PR1581, thanks to Daniel Dunbar for pointing | Chris Lattner |
2007-09-14 | Remove spurious consts. This fixes warnings with compilers that | Dan Gohman |
2007-09-07 | Add lengthof and endof templates that hide a lot of sizeof computations. | Owen Anderson |
2007-07-31 | Fix PR1581, patch by Timo Savola | Chris Lattner |
2007-07-06 | finishing touches of bytecode -> bitcode changes. also unbreak Windows | Gabor Greif |
2007-07-06 | eliminate residual cruft related to recognizing bytecode | Gabor Greif |
2007-07-06 | Solaris 2.x does not have RLIMIT_RSS, check for this symbol (analog NetBSD be... | Gabor Greif |
2007-07-05 | Here is the bulk of the sanitizing. | Gabor Greif |