summaryrefslogtreecommitdiff
path: root/include/llvm/Bytecode
Commit message (Expand)AuthorAge
* '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
* Commit For New Tool: llvm-abcd (Analysis of ByteCode Dumper). This toolReid Spencer2004-06-07
* Add enum for compaction table.Chris Lattner2004-01-18
* remove obsolete fileChris Lattner2004-01-10
* Add new block numberChris Lattner2003-12-01
* Remove unused enum valueChris Lattner2003-12-01
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-20
* Rename AbstractModuleProvider -> ModuleProvider, to match the header file name,Chris Lattner2003-10-04
* Standardize header file commentsChris Lattner2003-09-30
* Added doxygen comments for the streaming module provider.Misha Brukman2003-09-22
* Added functions to perform streaming function loading, doxygenified comments.Misha Brukman2003-09-22
* Converted tabs to spaces.Misha Brukman2003-09-22
* Spell `necessary' correctly.Misha Brukman2003-08-18
* Changed the LITTLE_ENDIAN and BIG_ENDIAN macros to ENDIAN_LITTLE and ENDIAN_BIG.John Criswell2003-06-11
* Fix memory corruption problemChris Lattner2003-05-06
* Add information about the module sourceChris Lattner2003-04-22
* Add prototype to read .a filesChris Lattner2003-04-19
* Add new chunk typeChris Lattner2003-03-19
* Generalize interface a bitChris Lattner2003-03-06
* Fix typoChris Lattner2002-10-25
* Fix namespace correctness bugChris Lattner2002-09-17
* Add a version of the bytecode writer pass that has a default ctorChris Lattner2002-07-23
* changed first arg of parseBytecodeBuffer to unsigned charAnand Shukla2002-07-21
* changed first arg og parseBytecodeBuffer to ucharAnand Shukla2002-07-21
* Fix prototype to make function.Chris Lattner2002-07-17
* added include<iostream> for cerrAnand Shukla2002-06-25
* changes to make it compatible with 64bit gccAnand Shukla2002-06-25