| Commit message (Expand) | Author | Age | Files | Lines |
* | Make this work with the ICC compiler, contributed by Bjørn Wennberg | Chris Lattner | 2004-12-08 | 1 | -0/+1 |
* | Fix compilation error on Darwin. | Chris Lattner | 2004-12-04 | 1 | -15/+18 |
* | Move darwin-specific majik here. | Chris Lattner | 2004-12-03 | 1 | -5/+27 |
* | Fix seriously broken implementation of GetMagicNumber. | Reid Spencer | 2004-12-02 | 2 | -8/+12 |
* | Implement two new functions: LoadLibraryPermanently and | Reid Spencer | 2004-11-29 | 1 | -28/+62 |
* | We just use ltdl's implementation for this abstraction now. Its portable to | Reid Spencer | 2004-11-29 | 1 | -13/+3 |
* | Mods for compilation with llvm. | Reid Spencer | 2004-11-29 | 1 | -7/+10 |
* | Original version of ltdl.h from libtool 1.5.10 | Reid Spencer | 2004-11-29 | 1 | -0/+366 |
* | Original version of ltdl.c from libtool 1.5.10 | Reid Spencer | 2004-11-29 | 1 | -0/+4495 |
* | Implement the default constructor which causes the current program to be | Reid Spencer | 2004-11-29 | 4 | -9/+39 |
* | Cast the void* handle data member to HMODULE* to keep the VC++ compiler | Reid Spencer | 2004-11-20 | 2 | -10/+18 |
* | Dynamic Library abstraction. This makes the abstraction of a single dynamic | Reid Spencer | 2004-11-18 | 11 | -0/+408 |
* | * Use low-level unix I/O interface since we're on Unix. | Reid Spencer | 2004-11-16 | 2 | -14/+34 |
* | Erase non-applicable Unix comment, this is Win32 | Misha Brukman | 2004-11-16 | 2 | -2/+0 |
* | Remove useless #include. | Reid Spencer | 2004-11-16 | 11 | -12/+0 |
* | Simplify code. | Reid Spencer | 2004-11-16 | 2 | -4/+2 |
* | Per code review: | Reid Spencer | 2004-11-16 | 4 | -2/+10 |
* | Per code review: | Reid Spencer | 2004-11-16 | 2 | -14/+8 |
* | Provide the ThrowErrno utility. | Reid Spencer | 2004-11-15 | 1 | -0/+3 |
* | Adjust implementation to match new interface. | Reid Spencer | 2004-11-15 | 2 | -4/+4 |
* | Actually get the #include correct so it compiles .. duh. | Reid Spencer | 2004-11-15 | 9 | -10/+10 |
* | Make it actually compile on Solaris. | Reid Spencer | 2004-11-15 | 3 | -3/+3 |
* | Consolidate the implementation of TimeValue::now() for Unix to use the | Reid Spencer | 2004-11-15 | 9 | -53/+32 |
* | Implement functionality suggested from code review: getStatusInfo should | Reid Spencer | 2004-11-14 | 2 | -2/+8 |
* | Make sure IdentifyFileType is in the sys namespace. | Reid Spencer | 2004-11-14 | 1 | -1/+1 |
* | Add missing include. | Alkis Evlogimenos | 2004-11-14 | 1 | -0/+1 |
* | Forget strerror_r, it causes problems. Fix later when threading matters | Reid Spencer | 2004-11-14 | 1 | -5/+0 |
* | Implement the toString method | Reid Spencer | 2004-11-14 | 2 | -0/+32 |
* | Update for prototype changes | Reid Spencer | 2004-11-14 | 2 | -4/+4 |
* | * Implement getDirectoryContents * Implement getStatusInfo * Implement setSta... | Reid Spencer | 2004-11-14 | 2 | -14/+162 |
* | Fix bugs in class invariant | Reid Spencer | 2004-11-14 | 2 | -0/+6 |
* | Include the correct implementation file | Reid Spencer | 2004-11-14 | 1 | -1/+3 |
* | Don't exceed 80 columns. | Reid Spencer | 2004-11-14 | 1 | -5/+5 |
* | Implement IdentifyFileType function | Reid Spencer | 2004-11-14 | 1 | -0/+27 |
* | Fix isBytecodeFile to correctly recognized compressed bytecode too. | Reid Spencer | 2004-11-09 | 2 | -8/+14 |
* | * Implement getStatusInfo for getting stat(2) like information | Reid Spencer | 2004-11-09 | 2 | -10/+78 |
* | Fix a typo: isvalid -> isValid | Reid Spencer | 2004-11-08 | 1 | -1/+1 |
* | Consistently use llvm.cs.uiuc.edu instead of llvm.org | Misha Brukman | 2004-11-07 | 1 | -1/+1 |
* | Stop propagating method names that violate the coding standard | Reid Spencer | 2004-11-05 | 19 | -267/+267 |
* | Change Library Names Not To Conflict With Others When Installed | Reid Spencer | 2004-10-27 | 3 | -3/+1 |
* | Add EXTRA_DIST for additional files to be distributed. | Reid Spencer | 2004-10-26 | 1 | -0/+2 |
* | We won't use automake | Reid Spencer | 2004-10-22 | 2 | -696/+0 |
* | Fix some grammar | Misha Brukman | 2004-10-19 | 1 | -3/+3 |
* | Initial automake generated Makefile template | Reid Spencer | 2004-10-18 | 1 | -0/+674 |
* | AIX does not have mkdtemp() so emulate its behavior using mktemp() and mkdir() | Misha Brukman | 2004-10-18 | 1 | -5/+10 |
* | Allow this file to compile on Darwin. | Reid Spencer | 2004-10-14 | 1 | -0/+1 |
* | Use __MINGW instead of __MING. Patch contributed by Henrik Bach. | Reid Spencer | 2004-10-14 | 2 | -2/+2 |
* | Get proper BSD #includes for MappedFile implementation. | Reid Spencer | 2004-10-14 | 1 | -0/+2 |
* | Implementation of MappedFile for Win32. Patch provided by Jeff Cohen. | Reid Spencer | 2004-10-14 | 2 | -12/+202 |
* | Update to reflect changes in Makefile rules. | Reid Spencer | 2004-10-13 | 1 | -1/+1 |