aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Bytecode/Analyzer.h
AgeCommit message (Expand)Author
2007-05-06remove bytecode headersChris Lattner
2007-02-07push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner
2007-02-07remove dead ivars.Chris Lattner
2006-11-28Added a temporary hack to get the llvm-streams to work for future checkins.Bill Wendling
2006-11-14Discard code that supported old bytecode formats. This makes the BytecodeReid Spencer
2005-04-21Remove trailing whitespaceMisha Brukman
2005-01-16Improve compatibility with aCC on HPUX. Patch by Duraid MadinaChris Lattner
2004-08-21Bytecode Analyzer cleanup:Reid Spencer
2004-06-29Adjust comments to match code.Reid Spencer
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