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