summaryrefslogtreecommitdiff
path: root/lib/Bytecode
Commit message (Expand)AuthorAge
...
* Allow reading of member names that begin with an _ character.Reid Spencer2004-11-23
* Fix a comment to imply the correct semantics.Reid Spencer2004-11-22
* Distinguish between BSD4.4 and SVR4 symbol tablesReid Spencer2004-11-20
* Correct the computation of when to add the padding. It is not based on theReid Spencer2004-11-19
* Add note that this is for old bytecode files.Chris Lattner2004-11-19
* Don't save an iterator, just use post-increment.Reid Spencer2004-11-19
* Make findModulesDefiningSymbols modify its symbols argument so we can \Reid Spencer2004-11-19
* Fix some things for Mac OSX archives:Reid Spencer2004-11-17
* Make sure we parse bytecode with a module identifier that reflects the fullReid Spencer2004-11-17
* Adjust long file name writing to match BSD 4.4 and Mac OSX style archives.Reid Spencer2004-11-17
* Despite documentation to the contrary, Mac OSX and BSD 4.4 archive formatsReid Spencer2004-11-17
* Fix typeo in comment.Reid Spencer2004-11-16
* Per code review:\Reid Spencer2004-11-16
* Per code review:\Reid Spencer2004-11-16
* Per code review:\Reid Spencer2004-11-16
* Per code review:\Reid Spencer2004-11-16
* Do not emit FunctionBlock blocks for external functions. This shrinksChris Lattner2004-11-15
* Use a per-function flag bit to indicate whether or not there is a functionChris Lattner2004-11-15
* Disable this change, it was prematureChris Lattner2004-11-15
* Make *SURE* to null out the pointer before throwing an exception, otherwiseChris Lattner2004-11-15
* Cleanups. Null out pointer after freeing it for paranoiaChris Lattner2004-11-15
* If a function is external, do not output a FunctionBlock for the functionChris Lattner2004-11-15
* Make functions default to having external linkage if they have noChris Lattner2004-11-15
* * Make sure the string table gets read even if there isn't a foreignReid Spencer2004-11-15
* Changes necessary to enable linking of archives without LLVM symbol tables.Reid Spencer2004-11-15
* Moved to lib/Bytecode/Archive.Reid Spencer2004-11-14
* Simplify compression code by using the high level interface to the CompressorReid Spencer2004-11-14
* Add wrappers to get defined symbols from bytecodeReid Spencer2004-11-14
* Simplify handling of decompressionReid Spencer2004-11-14
* Simplify decompression code by using the high level interface to the CompressorReid Spencer2004-11-14
* Completely rewritten to allow reading of archives and symbol table lookup in ...Reid Spencer2004-11-14
* Implementation declarations for ArchiveReid Spencer2004-11-14
* First working versionReid Spencer2004-11-14
* Add the Archive libraryReid Spencer2004-11-14
* Mark an unmaterialized function as having GhostLinkageMisha Brukman2004-11-14
* Moved to lib/Bytecode/Archive in preparation for re-write.Reid Spencer2004-11-14
* Recognize compressed LLVM bytecode files.John Criswell2004-11-09
* * Comments & cleanup per CL code review.Reid Spencer2004-11-07
* Add comments per CL code review.Reid Spencer2004-11-07
* * Add comments and cleanup per CL code reviewReid Spencer2004-11-07
* Add support for compressed bytecodeReid Spencer2004-11-06
* Implement the GetBytecodeSymbols interface function to extract just theReid Spencer2004-11-06
* Makefile for the LLVMArchive library.Reid Spencer2004-11-06
* First kinda/sorta working version of the Archive library. Reading is notReid Spencer2004-11-06
* Fix library name.Reid Spencer2004-10-28
* Fix name of libraryReid Spencer2004-10-28
* Fix the previous bug the correct way. This fixes ptrdist/bcChris Lattner2004-10-24
* Fix a bug that Brian brought to my attention. This corrects:Chris Lattner2004-10-23
* We won't use automakeReid Spencer2004-10-22
* Initial automake generated Makefile templateReid Spencer2004-10-18