summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bytecode
Commit message (Expand)AuthorAgeFilesLines
* Fix unused var warningChris Lattner2004-07-121-3/+2
* Various cleanups:Reid Spencer2004-07-111-153/+193
* - Rename two methods to give them more meaningReid Spencer2004-07-111-2/+8
* Remove tabs.Reid Spencer2004-07-111-2/+2
* Prepare the writer for a non-broken implementation of writing floatingReid Spencer2004-07-112-2/+19
* Make the VBRSavings percentage make sense (as a fraction of the totalReid Spencer2004-07-101-3/+2
* Error Handling Cleanup:Reid Spencer2004-07-092-121/+129
* Fix a backwards compatibility bug found by Tanya. In version 1.2, theReid Spencer2004-07-091-0/+5
* Remove definition and use of OtherVal enumerator. This just fixes a thinko.Reid Spencer2004-07-061-1/+1
* Finalize bytecode dumping. The "handleFinish" method was getting calledReid Spencer2004-07-054-29/+38
* Implementation of SlotTable went into header file. Note that this headerReid Spencer2004-07-041-116/+0
* Remove Tabs.Reid Spencer2004-07-041-4/+4
* Implement new output functions for types and compacted type planes. AlsoReid Spencer2004-07-041-51/+68
* Add new methods outputTypes and outputCompactionTypes for handling TypesReid Spencer2004-07-041-2/+4
* For bug 122:Reid Spencer2004-07-042-133/+237
* - Type::TypeTyID doesn't exist any more (bug 122)Reid Spencer2004-07-041-5/+1
* Move SlotCalculator.h to lib/Bytecode/Writer since that is the only placeReid Spencer2004-07-041-0/+141
* - Don't use macros to call the BytecodeHandlerReid Spencer2004-07-041-278/+434
* - Make ValueList an "OtherVal" user of Values to ensure it doesn't getReid Spencer2004-07-041-60/+51
* Remove tabs. Move function declaration to Reader.h where it belongs.Reid Spencer2004-07-041-8/+4
* Add #include <iostream> which is needed now that Value.h doesn't include itReid Spencer2004-07-041-0/+1
* Excise tabs.Reid Spencer2004-07-041-32/+31
* Remove files no longer needed. ConstantReader and InstructionReader wereReid Spencer2004-06-299-3404/+0
* This is a slimming down of the previous ReaderInternals.h that justReid Spencer2004-06-291-0/+470
* MAJOR REWRITE.Reid Spencer2004-06-291-326/+1355
* Adjustments to allow Bytecode Reading to support the BytecodeHandlerReid Spencer2004-06-291-15/+68
* Merge Dumper.cpp and AnalyzerWrappers.cpp into this file. Also, adjust theReid Spencer2004-06-291-63/+377
* Analyzer moved to ../Reader directory.Reid Spencer2004-06-297-2573/+0
* Remove newly defunct Analyzer directory.Reid Spencer2004-06-291-1/+1
* No functionality changes here:Chris Lattner2004-06-251-7/+4
* Fix more warnings building with VC++Chris Lattner2004-06-252-4/+3
* fix warningsChris Lattner2004-06-251-2/+2
* 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
OpenPOWER on IntegriCloud