aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Bytecode
AgeCommit message (Expand)Author
2004-06-11Implement tracking of bytecode instruction size and the number of longReid Spencer
2004-06-10Updated the BytecodeAnalysis data structure to contain additional fieldsReid Spencer
2004-06-10Implemented the bulk of the functionality. Cleaned up the code.Reid Spencer
2004-06-09Add some new fields for bytecode analysis.Reid Spencer
2004-06-08Fix case of doxygen directive `\p': it's lowercase.Misha Brukman
2004-06-08Clean up documentation and make it possible for the BytecodeAnalyzer toReid Spencer
2004-06-07Commit For New Tool: llvm-abcd (Analysis of ByteCode Dumper). This toolReid Spencer
2004-01-18Add enum for compaction table.Chris Lattner
2004-01-10remove obsolete fileChris Lattner
2003-12-01Add new block numberChris Lattner
2003-12-01Remove unused enum valueChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-10-04Rename AbstractModuleProvider -> ModuleProvider, to match the header file name,Chris Lattner
2003-09-30Standardize header file commentsChris Lattner
2003-09-22Added doxygen comments for the streaming module provider.Misha Brukman
2003-09-22Added functions to perform streaming function loading, doxygenified comments.Misha Brukman
2003-09-22Converted tabs to spaces.Misha Brukman
2003-08-18Spell `necessary' correctly.Misha Brukman
2003-06-11Changed the LITTLE_ENDIAN and BIG_ENDIAN macros to ENDIAN_LITTLE and ENDIAN_BIG.John Criswell
2003-05-06Fix memory corruption problemChris Lattner
2003-04-22Add information about the module sourceChris Lattner
2003-04-19Add prototype to read .a filesChris Lattner
2003-03-19Add new chunk typeChris Lattner
2003-03-06Generalize interface a bitChris Lattner
2002-10-25Fix typoChris Lattner
2002-09-17Fix namespace correctness bugChris Lattner
2002-07-23Add a version of the bytecode writer pass that has a default ctorChris Lattner
2002-07-21changed first arg of parseBytecodeBuffer to unsigned charAnand Shukla
2002-07-21changed first arg og parseBytecodeBuffer to ucharAnand Shukla
2002-07-17Fix prototype to make function.Chris Lattner
2002-06-25added include<iostream> for cerrAnand Shukla
2002-06-25changes to make it compatible with 64bit gccAnand Shukla
2002-06-25*** empty log message ***Chris Lattner
2002-04-29Eliminate duplicate or unneccesary #include'sChris Lattner
2002-04-29Add new optional getPassName() virtual function that a Pass can overrideChris Lattner
2002-03-29s/Method/FunctionChris Lattner
2002-01-21Implement a more powerful, simpler, pass system. This pass system can figureChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-11-26Move DataTypes.h from llvm/Support to just SupportChris Lattner
2001-10-24Changes to get some meaningful feedback from the bytecode reader. At some po...Chris Lattner
2001-10-18initial checkinChris Lattner
2001-09-07Use a deque instead of a vector for greater efficiency writing bytecodeChris Lattner
2001-07-23Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner
2001-07-15Add support to write and read a fixed amount of raw dataChris Lattner
2001-06-06Initial revisionChris Lattner