| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert r48676. I had plans for using it, but now it's just dead code. | Owen Anderson | 2008-03-24 | 2 | -70/+0 |
* | Add a comment, and fix a bug where AllocateRW recurred to AllocateRWX instead... | Owen Anderson | 2008-03-22 | 1 | -1/+1 |
* | Add an AllocateRW to match AllocateRWX. | Owen Anderson | 2008-03-22 | 2 | -0/+70 |
* | Avoid calling array_endof in a static initializer, as it incurs | Dan Gohman | 2008-03-21 | 1 | -2/+2 |
* | Specialize FORCE_DEFINING_FILE_TO_BE_LINKED using a GCC trick | Dan Gohman | 2008-03-21 | 1 | -1/+1 |
* | this was removed from the Unix side. | Chris Lattner | 2008-03-14 | 1 | -5/+0 |
* | Remove unused GetAddressOfSymbol() | Devang Patel | 2008-03-13 | 1 | -6/+1 |
* | Fix Path::GetMainExecutable on cygwin, patch by Sam Bishop. | Chris Lattner | 2008-03-13 | 1 | -1/+10 |
* | remove extraneous namespace qualifier, PR2142 | Chris Lattner | 2008-03-13 | 1 | -2/+1 |
* | This is a simple fix for getting error messages from dlerror in | Chris Lattner | 2008-03-12 | 1 | -1/+2 |
* | Stub out a Path::GetMainExecutable call to find the path to the | Chris Lattner | 2008-03-03 | 2 | -0/+24 |
* | Add path separator support, patch by Sam Bishop. | Chris Lattner | 2008-02-27 | 3 | -38/+23 |
* | Provide __main hooks for cygwin & mingw32 | Anton Korobeynikov | 2008-02-22 | 2 | -17/+28 |
* | Add convenient helper to get suffix of the file | Anton Korobeynikov | 2008-02-20 | 1 | -1/+4 |
* | It is not safe to call fork in PrintStackTrace. Sometimes it freezes the prog... | Lauro Ramos Venancio | 2008-02-15 | 1 | -44/+2 |
* | Remove use of ltdl | Devang Patel | 2008-02-13 | 3 | -4958/+17 |
* | Set error message. | Devang Patel | 2008-02-04 | 1 | -2/+4 |
* | Use empty() instead of comparing size() with zero. | Dan Gohman | 2008-01-29 | 1 | -1/+1 |
* | Fix potential buffer overflow | Anton Korobeynikov | 2008-01-24 | 1 | -1/+1 |
* | Fix compile failures with g++-4.3. | Duncan Sands | 2008-01-09 | 2 | -0/+2 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 33 | -66/+66 |
* | remove attribution from lib Makefiles. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Unbreak mingw build | Anton Korobeynikov | 2007-12-22 | 1 | -1/+2 |
* | Added "GetCurrentDirectory()" to sys::Path. | Ted Kremenek | 2007-12-18 | 2 | -0/+19 |
* | Added "isDirectory" method to llvm::sys::Path. | Ted Kremenek | 2007-12-18 | 2 | -0/+15 |
* | remove obviously dead uses of IncludeFile. | Chris Lattner | 2007-12-18 | 3 | -3/+0 |
* | Remove dead file and directory. | Chris Lattner | 2007-12-08 | 1 | -30/+0 |
* | Provide hook for _alloca to make JITing on Cygwin slightly happier :) | Anton Korobeynikov | 2007-12-03 | 1 | -3/+11 |
* | This change does a couple of things. First it gets the Visual Studio builds ... | Chuck Rose III | 2007-11-21 | 2 | -2/+15 |
* | Silence a warning saying that the variables always resolve to "true" in an | Bill Wendling | 2007-11-01 | 1 | -4/+4 |
* | really fix PR1581, thanks to Daniel Dunbar for pointing | Chris Lattner | 2007-09-28 | 1 | -1/+1 |
* | Remove spurious consts. This fixes warnings with compilers that | Dan Gohman | 2007-09-14 | 1 | -2/+2 |
* | Add lengthof and endof templates that hide a lot of sizeof computations. | Owen Anderson | 2007-09-07 | 1 | -3/+4 |
* | Fix PR1581, patch by Timo Savola | Chris Lattner | 2007-07-31 | 1 | -1/+1 |
* | finishing touches of bytecode -> bitcode changes. also unbreak Windows | Gabor Greif | 2007-07-06 | 1 | -1/+1 |
* | eliminate residual cruft related to recognizing bytecode | Gabor Greif | 2007-07-06 | 1 | -16/+0 |
* | Solaris 2.x does not have RLIMIT_RSS, check for this symbol (analog NetBSD be... | Gabor Greif | 2007-07-06 | 1 | -1/+1 |
* | Here is the bulk of the sanitizing. | Gabor Greif | 2007-07-05 | 1 | -1/+1 |
* | Provide hook for alloca on VCPP. Patch by Scott Graham | Anton Korobeynikov | 2007-06-25 | 1 | -4/+18 |
* | Fix LLVM build on NetBSD. Patch by Neil Booth. | Devang Patel | 2007-06-04 | 1 | -0/+2 |
* | Fix a bug where the bcreader could crash on .bc files that were an exact | Chris Lattner | 2007-05-11 | 1 | -0/+1 |
* | pull some win32 code into common code, add bitcode identification support. | Chris Lattner | 2007-05-06 | 3 | -46/+29 |
* | silence annoying gcc 4.3 warnings | Chris Lattner | 2007-05-03 | 1 | -2/+4 |
* | Cygwin doesn't have the RSS_LIMIT for get/setrlimit. | Reid Spencer | 2007-04-23 | 1 | -0/+2 |
* | Hack to get sys::Path to recognize macho dylibs. | Chris Lattner | 2007-04-11 | 1 | -4/+7 |
* | Teach sys::Path how to recognize different kinds of object files for ELF | Reid Spencer | 2007-04-11 | 1 | -7/+25 |
* | Make isDynamicLibrary detect more than just an ELF file. | Reid Spencer | 2007-04-11 | 1 | -2/+10 |
* | Unbreak VC++ build. | Jeff Cohen | 2007-04-07 | 2 | -32/+32 |
* | For PR1291: | Reid Spencer | 2007-04-07 | 3 | -63/+68 |
* | For PR1302: | Reid Spencer | 2007-04-04 | 1 | -9/+38 |