minor cleanups. Add provisions for a new standard BLOCKINFO_BLOCK
[oota-llvm.git] / include / llvm / Bytecode / Analyzer.h
2007-02-07 Chris Lattnerpush bytecode decompressor out through APIs. Now the...
2007-02-07 Chris Lattnerremove dead ivars.
2006-11-28 Bill WendlingAdded a temporary hack to get the llvm-streams to work...
2006-11-14 Reid SpencerDiscard code that supported old bytecode formats. This...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-01-16 Chris LattnerImprove compatibility with aCC on HPUX. Patch by Durai...
2004-08-21 Reid SpencerBytecode Analyzer cleanup:
2004-06-29 Reid SpencerAdjust comments to match code.
2004-06-11 Reid SpencerImplement tracking of bytecode instruction size and...
2004-06-10 Reid SpencerUpdated the BytecodeAnalysis data structure to contain...
2004-06-10 Reid SpencerImplemented the bulk of the functionality. Cleaned...
2004-06-09 Reid SpencerAdd some new fields for bytecode analysis.
2004-06-08 Misha BrukmanFix case of doxygen directive `\p': it's lowercase.
2004-06-08 Reid SpencerClean up documentation and make it possible for the...
2004-06-07 Reid SpencerCommit For New Tool: llvm-abcd (Analysis of ByteCode...