Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create archives with the same permissions are ar. | Owen Anderson | 2008-05-24 | 1 | -0/+7 |
| | | | | | | Patch by Mikael Lepistö. llvm-svn: 51540 | ||||
* | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman | 2008-05-13 | 1 | -2/+2 |
| | | | | | | | several things that were neither in an anonymous namespace nor static but not intended to be global. llvm-svn: 51017 | ||||
* | Change the MemoryBuffer::getFile* methods to take just a pointer to the | Chris Lattner | 2008-04-01 | 1 | -4/+2 |
| | | | | | | | | start of a filename, not a filename+length. All clients can produce a null terminated name, and the system api's require null terminated strings anyway. llvm-svn: 49041 | ||||
* | change the archive stuff to use MemoryBuffer instead of mappedfile. | Chris Lattner | 2008-04-01 | 1 | -26/+20 |
| | | | | | | | MemoryBuffer is higher level and more closely matches the model needed. llvm-svn: 49029 | ||||
* | Remove MappedFile support for mapping files for write and exec | Chris Lattner | 2008-04-01 | 1 | -2/+2 |
| | | | | | | | and shared. This complicates the design, is not used, and probably doesn't even work. llvm-svn: 49022 | ||||
* | add missing #includes | Chris Lattner | 2008-04-01 | 1 | -0/+1 |
| | | | | llvm-svn: 49020 | ||||
* | Make llvm-ar behave like ar, if you create an empty archive, ar creates an ↵ | Andrew Lenharth | 2008-02-28 | 1 | -1/+1 |
| | | | | | | empty archive. llvm-ar would not generate an output file in this case llvm-svn: 47733 | ||||
* | Update gcc 4.3 warnings fix patch with recent head changes | Anton Korobeynikov | 2008-02-20 | 1 | -1/+2 |
| | | | | llvm-svn: 47368 | ||||
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| | | | | llvm-svn: 45418 | ||||
* | eliminate residual cruft related to recognizing bytecode | Gabor Greif | 2007-07-06 | 1 | -7/+2 |
| | | | | | | | files. bitcode files are the only LLVM format left. llvm-svn: 37945 | ||||
* | Here is the bulk of the sanitizing. | Gabor Greif | 2007-07-05 | 1 | -6/+6 |
| | | | | | | Almost all occurrences of "bytecode" in the sources have been eliminated. llvm-svn: 37913 | ||||
* | adjust this to live in lib/Archive | Chris Lattner | 2007-05-06 | 1 | -0/+482 |
llvm-svn: 36886 |