aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bytecode
Commit message (Expand)AuthorAgeFilesLines
* Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()Chris Lattner2004-06-1712-33/+33
* Implement tracking of bytecode instruction size and the number of longReid Spencer2004-06-114-0/+32
* Revert an unneeded interface change to Instruction.hReid Spencer2004-06-112-2/+2
* Remove tabs.Reid Spencer2004-06-102-4/+4
* Implement detailed function level data collection and reporting.Reid Spencer2004-06-104-296/+208
* Adjust prototypes to new Handler interface.Reid Spencer2004-06-102-138/+60
* Make the parser deal with functions instead of just function types.Reid Spencer2004-06-104-76/+84
* Doxygenize a comment.Reid Spencer2004-06-101-2/+2
* Implemented the bulk of the functionality. Cleaned up the code.Reid Spencer2004-06-1012-799/+1180
* Cleanup alignment of output.Reid Spencer2004-06-092-28/+28
* Implement analysis output. Don't dump function details unless requested.Reid Spencer2004-06-092-2/+40
* Implement some rudimentary analysis.Reid Spencer2004-06-092-6/+94
* Clean up indentation of file body output.Reid Spencer2004-06-092-18/+20
* Move parsing details to Parser.cpp.Reid Spencer2004-06-092-50/+0
* Bring some things out of header files that belong only in this file.Reid Spencer2004-06-092-0/+42
* Cleaned up a dead header file to prevent duplicate definition warningsReid Spencer2004-06-091-1/+1
* Fix the bug that was preventing the parser from working on all bytecodeReid Spencer2004-06-082-10/+10
* Make it #include Parser.h instead of AnalyzerInternals.h since it onlyReid Spencer2004-06-081-1/+1
* Adjust what's included to compensate for changes in Parser.hReid Spencer2004-06-082-0/+22
* Merged BytecodeHandler.h into Parser.h since the parser and the handlerReid Spencer2004-06-083-359/+752
* Commit For New Tool: llvm-abcd (Analysis of ByteCode Dumper). This toolReid Spencer2004-06-0717-1/+4344
* Use the new FileUtilities.h API for mapping a file into an addressChris Lattner2004-05-283-46/+22
* Use the SymbolTable::isEmpty() method instead of checking for no valueReid Spencer2004-05-271-1/+1
* Part of bug 122:Reid Spencer2004-05-263-71/+52
* Put SlotTable.h inclusion back at front of list to be coding standardsReid Spencer2004-05-251-1/+1
* Make the constructor explicit so we can't implicitly convert bool toReid Spencer2004-05-251-1/+1
* Make some improvements suggested by Chris.Reid Spencer2004-05-251-8/+9
* Adding the initial implementation of the SlotTable class. This class isReid Spencer2004-05-252-0/+309
* Changed to use SymbolTable's new iteration interfaces.Reid Spencer2004-05-251-6/+18
* Convert to SymbolTable's new iteration interface.Reid Spencer2004-05-251-15/+35
* Squelch compile-time warning (profile build).Misha Brukman2004-04-281-1/+1
* Fix warning building in optimized modeChris Lattner2004-04-271-0/+1
* Changes to fix up the inst_iterator to pass to boost iterator checks. ThisChris Lattner2004-04-271-2/+2
* Implement support for a new LLVM 1.3 bytecode format, which uses uint'sChris Lattner2004-04-056-87/+191
* Remove a bunch of cruft that was used to be backwards compatible with the lastChris Lattner2004-04-033-92/+23
* Use the true, decoded name of the archive member in getObjectType.Brian Gaeke2004-03-312-14/+20
* Add support for reading constantexpr select instructionsChris Lattner2004-03-311-0/+3
* Make error message a bit nicer.Chris Lattner2004-03-291-1/+1
* Write select instructions to bytecodeChris Lattner2004-03-121-1/+2
* Read select instrs from bytecodeChris Lattner2004-03-121-0/+5
* Adjustments to support the new ConstantAggregateZero classChris Lattner2004-02-151-1/+2
* This debugging hook is no longer needed.Chris Lattner2004-02-091-2/+0
* Adjust to the changed StructType interface. In particular, getElementTypes()...Chris Lattner2004-02-092-6/+6
* Start using the new and improve interface to FunctionType argumentsChris Lattner2004-02-093-26/+23
* Fix PR215: [bcwriter] Problem compactifying ConstantPointerRefsChris Lattner2004-02-091-0/+2
* Remove all of the annoying statistics now that I'm finished (for the nearChris Lattner2004-02-013-89/+0
* Implement ModuleProvider::materializeModule() by only materializing functionsMisha Brukman2004-01-211-0/+10
* SlotCalculator.h movedChris Lattner2004-01-202-3/+3
* Move SlotCalculator.h from include/llvm to include/llvm/AnalysisChris Lattner2004-01-201-4/+3
* Fix PR212 - Bytecode reader misreads 'long -9223372036854775808'!Chris Lattner2004-01-201-3/+7