summaryrefslogtreecommitdiff
path: root/include/llvm/Bytecode
Commit message (Expand)AuthorAge
* improve comment.Chris Lattner2006-05-14
* Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.Chris Lattner2006-02-22
* minor cleanupChris Lattner2005-11-30
* Fix a problem with llvm-ranlib that (on some platforms) caused the archiveReid Spencer2005-11-30
* Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman2005-05-05
* Convert tabs to spacesMisha Brukman2005-04-22
* Remove trailing whitespaceMisha Brukman2005-04-21
* Implement an isBytecodeArchive method to determine if an archive containsReid Spencer2005-02-26
* Improve compatibility with aCC on HPUX. Patch by Duraid MadinaChris Lattner2005-01-16
* Make the OpenAndLoad functions have an ErrorMessage argument.Reid Spencer2004-12-13
* Distinguish between BSD4.4 and SVR4 symbol tablesReid Spencer2004-11-20
* Make findModulesDefiningSymbols modify its symbols argument so we can \Reid Spencer2004-11-19
* Per code review:\Reid Spencer2004-11-16
* Remove useless/confusing namespace qualifier.Reid Spencer2004-11-15
* Changes necessary to enable linking of archives without LLVM symbol tables.Reid Spencer2004-11-15
* Remove ReadArchiveFile (functionality moved to Archive.h). Add an alternate f...Reid Spencer2004-11-14
* Complete rewrite to get first working version.Reid Spencer2004-11-14
* Remove extra spacesMisha Brukman2004-11-08
* Make writing compressed bytecode the default.Reid Spencer2004-11-08
* Make compression the default on writing.Reid Spencer2004-11-07
* * Provide option for specifying bytecode compressionReid Spencer2004-11-07
* Add support for compressed bytecodeReid Spencer2004-11-06
* Provide an interface for getting just the external symbols from aReid Spencer2004-11-06
* Deprecate constructors we don't want users to use.Reid Spencer2004-11-06
* Go ahead and trust the client not to mess with the ModuleProvider* returnedReid Spencer2004-11-05
* * Documentation corrections (thanks to Chris for nit-picking)Reid Spencer2004-11-05
* First version of the interface to Archive files. This introduces theReid Spencer2004-11-05
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-20
* Correct the interface of a function to use the correct typedef for anReid Spencer2004-09-11
* Add a function that gets just the dependent libraries from a bytecode file.Reid Spencer2004-08-24
* Dump the DependentLibsBlockID, its not a block, its just a list inside theReid Spencer2004-08-21
* Add new methods:Reid Spencer2004-08-21
* Bytecode Analyzer cleanup:Reid Spencer2004-08-21
* Packed types, brought to you by Brad JonesBrian Gaeke2004-08-20
* The Type* is redundant with the TypeSlotChris Lattner2004-08-04
* bug 402:Reid Spencer2004-07-25
* Constant value not needed after CPR's disappear.Reid Spencer2004-07-17
* Make all the virtual function (except destructor) inline so there areReid Spencer2004-07-04
* Provide support for the BytecodeHandler interface which will be called byReid Spencer2004-06-29
* Fix include guardReid Spencer2004-06-29
* Adjust comments to match code.Reid Spencer2004-06-29
* - Changed Handler.h -> BytecodeHandler.hReid Spencer2004-06-25
* Okay, Module have not been known as 'C' for a LONG time nowChris Lattner2004-06-25
* Definition of the Bytecode Handler interface. Subclasses can override justReid Spencer2004-06-24
* Implement tracking of bytecode instruction size and the number of longReid Spencer2004-06-11
* Updated the BytecodeAnalysis data structure to contain additional fieldsReid Spencer2004-06-10
* Implemented the bulk of the functionality. Cleaned up the code.Reid Spencer2004-06-10
* Add some new fields for bytecode analysis.Reid Spencer2004-06-09
* Fix case of doxygen directive `\p': it's lowercase.Misha Brukman2004-06-08
* Clean up documentation and make it possible for the BytecodeAnalyzer toReid Spencer2004-06-08