| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make getObjectType() smarter about ranlibbed Mac OS X archives. | Brian Gaeke | 2003-12-17 | 1 | -0/+2 |
| | | | | | llvm-svn: 10493 | ||||
| * | In getObjectType(), doxygenify comment, and take a pointer to the | Brian Gaeke | 2003-12-11 | 1 | -50/+43 |
| | | | | | | | | | | | | | | beginning of the archive member data as an argument. Get rid of ParseLongFilenameSection(), which is dead. In ReadArchiveBuffer(), implement support for 4.4BSD/MacOSX long filenames. This is kind of invasive, because they prepend the long filename to the archive member data, and then lie about the size. So we have to keep track of the real size. llvm-svn: 10392 | ||||
| * | Implement skeletal support for __.SYMDEF (ranlib) sections in archives. | Brian Gaeke | 2003-11-16 | 1 | -10/+35 |
| | | | | | | | | | Correctly parse the Long Filename section of the archive. When reading in archive members, set their ModuleIDs to "ARCHIVENAME(MEMBERNAME)", as is traditional. llvm-svn: 10043 | ||||
| * | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -1/+4 |
| | | | | | llvm-svn: 9903 | ||||
| * | Added LLVM project notice to the top of every C++ source file. | John Criswell | 2003-10-20 | 1 | -0/+7 |
| | | | | | | | Header files will be on the way. llvm-svn: 9298 | ||||
| * | Update file header for renamed file | Chris Lattner | 2003-09-22 | 1 | -1/+1 |
| | | | | | llvm-svn: 8673 | ||||
| * | Fixed spelling and grammar. | Misha Brukman | 2003-09-11 | 1 | -1/+1 |
| | | | | | llvm-svn: 8489 | ||||
| * | Merged in autoconf branch. This provides configuration via the autoconf | John Criswell | 2003-06-30 | 1 | -3/+3 |
| | | | | | | | system. llvm-svn: 7014 | ||||
| * | Fixed 'prevalent'. | Misha Brukman | 2003-04-23 | 1 | -1/+1 |
| | | | | | llvm-svn: 5860 | ||||
| * | Preserve module source information in the ModuleID | Chris Lattner | 2003-04-22 | 1 | -3/+5 |
| | | | | | llvm-svn: 5836 | ||||
| * | Initial support for reading standard .a files | Chris Lattner | 2003-04-19 | 1 | -0/+166 |
| llvm-svn: 5820 | |||||

