aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode
AgeCommit message (Expand)Author
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-09Cleaned up a dead header file to prevent duplicate definition warningsReid Spencer
2004-06-08Fix the bug that was preventing the parser from working on all bytecodeReid Spencer
2004-06-08Make it #include Parser.h instead of AnalyzerInternals.h since it onlyReid 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-05-27Use the SymbolTable::isEmpty() method instead of checking for no valueReid Spencer
2004-05-26Part of bug 122:Reid Spencer
2004-05-25Put SlotTable.h inclusion back at front of list to be coding standardsReid Spencer
2004-05-25Make the constructor explicit so we can't implicitly convert bool toReid Spencer
2004-05-25Make some improvements suggested by Chris.Reid Spencer
2004-05-25Adding the initial implementation of the SlotTable class. This class isReid Spencer
2004-05-25Changed to use SymbolTable's new iteration interfaces.Reid Spencer
2004-05-25Convert to SymbolTable's new iteration interface.Reid Spencer
2004-04-28Squelch compile-time warning (profile build).Misha Brukman
2004-04-27Fix warning building in optimized modeChris Lattner
2004-04-27Changes to fix up the inst_iterator to pass to boost iterator checks. ThisChris 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
2004-03-12Write select instructions to bytecodeChris Lattner
2004-03-12Read select instrs from bytecodeChris Lattner
2004-02-15Adjustments to support the new ConstantAggregateZero classChris Lattner
2004-02-09This debugging hook is no longer needed.Chris Lattner
2004-02-09Adjust to the changed StructType interface. In particular, getElementTypes()...Chris Lattner
2004-02-09Start using the new and improve interface to FunctionType argumentsChris Lattner
2004-02-09Fix PR215: [bcwriter] Problem compactifying ConstantPointerRefsChris Lattner
2004-02-01Remove all of the annoying statistics now that I'm finished (for the nearChris Lattner
2004-01-21Implement ModuleProvider::materializeModule() by only materializing functionsMisha Brukman
2004-01-20SlotCalculator.h movedChris Lattner
2004-01-20Move SlotCalculator.h from include/llvm to include/llvm/AnalysisChris Lattner
2004-01-20Fix PR212 - Bytecode reader misreads 'long -9223372036854775808'!Chris Lattner