summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bytecode/Writer
Commit message (Expand)AuthorAgeFilesLines
* Check in some patches for better assertionsChris Lattner2004-12-042-0/+4
* Adjust to Compressor interface changeReid Spencer2004-11-251-2/+1
* Do not emit FunctionBlock blocks for external functions. This shrinksChris Lattner2004-11-151-3/+5
* Disable this change, it was prematureChris Lattner2004-11-151-3/+3
* If a function is external, do not output a FunctionBlock for the functionChris Lattner2004-11-151-3/+3
* Simplify compression code by using the high level interface to the CompressorReid Spencer2004-11-141-73/+4
* * Add comments and cleanup per CL code reviewReid Spencer2004-11-071-31/+65
* Add support for compressed bytecodeReid Spencer2004-11-061-20/+77
* Fix name of libraryReid Spencer2004-10-281-1/+1
* Fix the previous bug the correct way. This fixes ptrdist/bcChris Lattner2004-10-241-2/+2
* Fix a bug that Brian brought to my attention. This corrects:Chris Lattner2004-10-231-1/+2
* We won't use automakeReid Spencer2004-10-222-674/+0
* Initial automake generated Makefile templateReid Spencer2004-10-181-0/+659
* Add support for undef, unreachable, and function flagsChris Lattner2004-10-161-14/+17
* Today is not my day. Fix broken #Chris Lattner2004-10-141-1/+1
* unbreak previous checkin :(Chris Lattner2004-10-141-1/+1
* Add back a missing parenChris Lattner2004-10-141-2/+2
* Wrap to 80 cols, delete some seriously old debugging printoutsChris Lattner2004-10-141-26/+15
* Minor cleanupsChris Lattner2004-10-141-7/+3
* Update to reflect changes in Makefile rules.Reid Spencer2004-10-131-4/+4
* Initial version of automake Makefile.am file.Reid Spencer2004-10-101-0/+15
* Changes For Bug 352Reid Spencer2004-09-013-5/+5
* Prevent an empty compaction table from being written to the bytecode file.Reid Spencer2004-08-271-8/+12
* Add the CompactionTableIsEmpty function so that we can determine if aReid Spencer2004-08-262-0/+29
* Packed types, brought to you by Brad JonesBrian Gaeke2004-08-201-0/+21
* Bytecode File Format Changes:Reid Spencer2004-08-172-30/+17
* Correct the comments in the symbol table writer to reflect reality.Reid Spencer2004-08-171-3/+7
* Stop using getValues().Alkis Evlogimenos2004-08-041-4/+3
* Merge i*.h headers into Instructions.h as part of bug403.Alkis Evlogimenos2004-07-291-1/+1
* Adjust to new Module.h interface for dependent libraries.Reid Spencer2004-07-251-2/+2
* bug 263:Reid Spencer2004-07-255-783/+832
* bug 122:Reid Spencer2004-07-181-30/+16
* bug 122:Reid Spencer2004-07-181-8/+8
* Fix for PR341Chris Lattner2004-07-151-1/+1
* Fix unused var warningChris Lattner2004-07-121-3/+2
* Remove tabs.Reid Spencer2004-07-111-2/+2
* Prepare the writer for a non-broken implementation of writing floatingReid Spencer2004-07-112-2/+19
* 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
* 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-175-17/+17
* Cleaned up a dead header file to prevent duplicate definition warningsReid Spencer2004-06-091-1/+1
* Moved this file to lib/Bytecode/Writer because its used there only.Reid Spencer2004-05-301-0/+786
OpenPOWER on IntegriCloud