aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode/Reader
AgeCommit message (Expand)Author
2004-07-25bug 263:Reid Spencer
2004-07-18User ValueListTy as the type of the ValueList. This avoides the ValueListReid Spencer
2004-07-18bug 122:Reid Spencer
2004-07-18bug 122:Reid Spencer
2004-07-14Actually set the endian/pointersize flags on the module being read in!Brian Gaeke
2004-07-13Fix warning on SparcV9, where sizeof (int) != sizeof (void *).Brian Gaeke
2004-07-11Various cleanups:Reid Spencer
2004-07-11- Rename two methods to give them more meaningReid Spencer
2004-07-10Make the VBRSavings percentage make sense (as a fraction of the totalReid Spencer
2004-07-09Error Handling Cleanup:Reid Spencer
2004-07-09Fix a backwards compatibility bug found by Tanya. In version 1.2, theReid Spencer
2004-07-06Remove definition and use of OtherVal enumerator. This just fixes a thinko.Reid Spencer
2004-07-05Finalize bytecode dumping. The "handleFinish" method was getting calledReid Spencer
2004-07-04- Don't use macros to call the BytecodeHandlerReid Spencer
2004-07-04- Make ValueList an "OtherVal" user of Values to ensure it doesn't getReid Spencer
2004-07-04Remove tabs. Move function declaration to Reader.h where it belongs.Reid Spencer
2004-07-04Add #include <iostream> which is needed now that Value.h doesn't include itReid Spencer
2004-07-04Excise tabs.Reid Spencer
2004-06-29Remove files no longer needed. ConstantReader and InstructionReader wereReid Spencer
2004-06-29This is a slimming down of the previous ReaderInternals.h that justReid Spencer
2004-06-29MAJOR REWRITE.Reid Spencer
2004-06-29Adjustments to allow Bytecode Reading to support the BytecodeHandlerReid Spencer
2004-06-29Merge Dumper.cpp and AnalyzerWrappers.cpp into this file. Also, adjust theReid Spencer
2004-06-17Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()Chris Lattner
2004-06-11Implement tracking of bytecode instruction size and the number of longReid Spencer
2004-06-11Revert an unneeded interface change to Instruction.hReid Spencer
2004-06-10Remove tabs.Reid Spencer
2004-06-10Implement detailed function level data collection and reporting.Reid Spencer
2004-06-10Adjust prototypes to new Handler interface.Reid Spencer
2004-06-10Make the parser deal with functions instead of just function types.Reid Spencer
2004-06-10Doxygenize a comment.Reid Spencer
2004-06-10Implemented the bulk of the functionality. Cleaned up the code.Reid Spencer
2004-06-09Cleanup alignment of output.Reid Spencer
2004-06-09Implement analysis output. Don't dump function details unless requested.Reid Spencer
2004-06-09Implement some rudimentary analysis.Reid Spencer
2004-06-09Clean up indentation of file body output.Reid Spencer
2004-06-09Move parsing details to Parser.cpp.Reid Spencer
2004-06-09Bring some things out of header files that belong only in this file.Reid Spencer
2004-06-08Fix the bug that was preventing the parser from working on all bytecodeReid Spencer
2004-06-08Adjust what's included to compensate for changes in Parser.hReid Spencer
2004-06-08Merged BytecodeHandler.h into Parser.h since the parser and the handlerReid Spencer
2004-06-07Commit For New Tool: llvm-abcd (Analysis of ByteCode Dumper). This toolReid Spencer
2004-05-28Use the new FileUtilities.h API for mapping a file into an addressChris Lattner
2004-04-28Squelch compile-time warning (profile build).Misha Brukman
2004-04-27Fix warning building in optimized modeChris Lattner
2004-04-05Implement support for a new LLVM 1.3 bytecode format, which uses uint'sChris Lattner
2004-04-03Remove a bunch of cruft that was used to be backwards compatible with the lastChris Lattner
2004-03-31Use the true, decoded name of the archive member in getObjectType.Brian Gaeke
2004-03-31Add support for reading constantexpr select instructionsChris Lattner
2004-03-29Make error message a bit nicer.Chris Lattner