aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode/Writer
AgeCommit message (Expand)Author
2004-11-15Do not emit FunctionBlock blocks for external functions. This shrinksChris Lattner
2004-11-15Disable this change, it was prematureChris Lattner
2004-11-15If a function is external, do not output a FunctionBlock for the functionChris Lattner
2004-11-14Simplify compression code by using the high level interface to the CompressorReid Spencer
2004-11-07* Add comments and cleanup per CL code reviewReid Spencer
2004-11-06Add support for compressed bytecodeReid Spencer
2004-10-28Fix name of libraryReid Spencer
2004-10-24Fix the previous bug the correct way. This fixes ptrdist/bcChris Lattner
2004-10-23Fix a bug that Brian brought to my attention. This corrects:Chris Lattner
2004-10-22We won't use automakeReid Spencer
2004-10-18Initial automake generated Makefile templateReid Spencer
2004-10-16Add support for undef, unreachable, and function flagsChris Lattner
2004-10-14Today is not my day. Fix broken #Chris Lattner
2004-10-14unbreak previous checkin :(Chris Lattner
2004-10-14Add back a missing parenChris Lattner
2004-10-14Wrap to 80 cols, delete some seriously old debugging printoutsChris Lattner
2004-10-14Minor cleanupsChris Lattner
2004-10-13Update to reflect changes in Makefile rules.Reid Spencer
2004-10-10Initial version of automake Makefile.am file.Reid Spencer
2004-09-01Changes For Bug 352Reid Spencer
2004-08-27Prevent an empty compaction table from being written to the bytecode file.Reid Spencer
2004-08-26Add the CompactionTableIsEmpty function so that we can determine if aReid Spencer
2004-08-20Packed types, brought to you by Brad JonesBrian Gaeke
2004-08-17Bytecode File Format Changes:Reid Spencer
2004-08-17Correct the comments in the symbol table writer to reflect reality.Reid Spencer
2004-08-04Stop using getValues().Alkis Evlogimenos
2004-07-29Merge i*.h headers into Instructions.h as part of bug403.Alkis Evlogimenos
2004-07-25Adjust to new Module.h interface for dependent libraries.Reid Spencer
2004-07-25bug 263:Reid Spencer
2004-07-18bug 122:Reid Spencer
2004-07-18bug 122:Reid Spencer
2004-07-15Fix for PR341Chris Lattner
2004-07-12Fix unused var warningChris Lattner
2004-07-11Remove tabs.Reid Spencer
2004-07-11Prepare the writer for a non-broken implementation of writing floatingReid Spencer
2004-07-04Implementation of SlotTable went into header file. Note that this headerReid Spencer
2004-07-04Remove Tabs.Reid Spencer
2004-07-04Implement new output functions for types and compacted type planes. AlsoReid Spencer
2004-07-04Add new methods outputTypes and outputCompactionTypes for handling TypesReid Spencer
2004-07-04For bug 122:Reid Spencer
2004-07-04- Type::TypeTyID doesn't exist any more (bug 122)Reid Spencer
2004-06-25No functionality changes here:Chris Lattner
2004-06-25Fix more warnings building with VC++Chris Lattner
2004-06-25fix warningsChris Lattner
2004-06-17Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()Chris Lattner
2004-06-09Cleaned up a dead header file to prevent duplicate definition warningsReid Spencer
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