aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Bytecode
Commit message (Expand)AuthorAgeFilesLines
* '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
* Add enum for compaction table.Chris Lattner2004-01-181-2/+8
* remove obsolete fileChris Lattner2004-01-101-282/+0
* Add new block numberChris Lattner2003-12-011-0/+4
* Remove unused enum valueChris Lattner2003-12-011-1/+0
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-115-0/+21
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-205-0/+35
* Rename AbstractModuleProvider -> ModuleProvider, to match the header file name,Chris Lattner2003-10-041-6/+4
* Standardize header file commentsChris Lattner2003-09-305-6/+6
* Added doxygen comments for the streaming module provider.Misha Brukman2003-09-221-6/+7
* Added functions to perform streaming function loading, doxygenified comments.Misha Brukman2003-09-221-9/+25
* Converted tabs to spaces.Misha Brukman2003-09-221-14/+14
* Spell `necessary' correctly.Misha Brukman2003-08-181-1/+1
* Changed the LITTLE_ENDIAN and BIG_ENDIAN macros to ENDIAN_LITTLE and ENDIAN_BIG.John Criswell2003-06-111-5/+5
* Fix memory corruption problemChris Lattner2003-05-061-1/+2
* Add information about the module sourceChris Lattner2003-04-221-0/+1
* Add prototype to read .a filesChris Lattner2003-04-191-0/+7
* Add new chunk typeChris Lattner2003-03-191-0/+1
* Generalize interface a bitChris Lattner2003-03-061-1/+2
* Fix typoChris Lattner2002-10-251-1/+1
* Fix namespace correctness bugChris Lattner2002-09-171-1/+1
* Add a version of the bytecode writer pass that has a default ctorChris Lattner2002-07-231-3/+2
* changed first arg of parseBytecodeBuffer to unsigned charAnand Shukla2002-07-211-1/+1
* changed first arg og parseBytecodeBuffer to ucharAnand Shukla2002-07-211-1/+1
* Fix prototype to make function.Chris Lattner2002-07-171-2/+1
* added include<iostream> for cerrAnand Shukla2002-06-251-0/+1
* changes to make it compatible with 64bit gccAnand Shukla2002-06-251-2/+2