summaryrefslogtreecommitdiff
path: root/lib/Bytecode/Writer
Commit message (Expand)AuthorAge
...
* Update to reflect changes in Makefile rules.Reid Spencer2004-10-13
* Initial version of automake Makefile.am file.Reid Spencer2004-10-10
* Changes For Bug 352Reid Spencer2004-09-01
* Prevent an empty compaction table from being written to the bytecode file.Reid Spencer2004-08-27
* Add the CompactionTableIsEmpty function so that we can determine if aReid Spencer2004-08-26
* Packed types, brought to you by Brad JonesBrian Gaeke2004-08-20
* Bytecode File Format Changes:Reid Spencer2004-08-17
* Correct the comments in the symbol table writer to reflect reality.Reid Spencer2004-08-17
* Stop using getValues().Alkis Evlogimenos2004-08-04
* Merge i*.h headers into Instructions.h as part of bug403.Alkis Evlogimenos2004-07-29
* Adjust to new Module.h interface for dependent libraries.Reid Spencer2004-07-25
* bug 263:Reid Spencer2004-07-25
* bug 122:Reid Spencer2004-07-18
* bug 122:Reid Spencer2004-07-18
* Fix for PR341Chris Lattner2004-07-15
* Fix unused var warningChris Lattner2004-07-12
* Remove tabs.Reid Spencer2004-07-11
* Prepare the writer for a non-broken implementation of writing floatingReid Spencer2004-07-11
* Implementation of SlotTable went into header file. Note that this headerReid Spencer2004-07-04
* Remove Tabs.Reid Spencer2004-07-04
* Implement new output functions for types and compacted type planes. AlsoReid Spencer2004-07-04
* Add new methods outputTypes and outputCompactionTypes for handling TypesReid Spencer2004-07-04
* For bug 122:Reid Spencer2004-07-04
* - Type::TypeTyID doesn't exist any more (bug 122)Reid Spencer2004-07-04
* No functionality changes here:Chris Lattner2004-06-25
* Fix more warnings building with VC++Chris Lattner2004-06-25
* fix warningsChris Lattner2004-06-25
* Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()Chris Lattner2004-06-17
* Cleaned up a dead header file to prevent duplicate definition warningsReid Spencer2004-06-09
* Use the SymbolTable::isEmpty() method instead of checking for no valueReid Spencer2004-05-27
* Part of bug 122:Reid Spencer2004-05-26
* Put SlotTable.h inclusion back at front of list to be coding standardsReid Spencer2004-05-25
* Make the constructor explicit so we can't implicitly convert bool toReid Spencer2004-05-25
* Make some improvements suggested by Chris.Reid Spencer2004-05-25
* Adding the initial implementation of the SlotTable class. This class isReid Spencer2004-05-25
* Changed to use SymbolTable's new iteration interfaces.Reid Spencer2004-05-25
* Convert to SymbolTable's new iteration interface.Reid Spencer2004-05-25
* Changes to fix up the inst_iterator to pass to boost iterator checks. ThisChris Lattner2004-04-27
* Implement support for a new LLVM 1.3 bytecode format, which uses uint'sChris Lattner2004-04-05
* Write select instructions to bytecodeChris Lattner2004-03-12
* Adjustments to support the new ConstantAggregateZero classChris Lattner2004-02-15
* Adjust to the changed StructType interface. In particular, getElementTypes()...Chris Lattner2004-02-09
* Start using the new and improve interface to FunctionType argumentsChris Lattner2004-02-09
* Fix PR215: [bcwriter] Problem compactifying ConstantPointerRefsChris Lattner2004-02-09
* Remove all of the annoying statistics now that I'm finished (for the nearChris Lattner2004-02-01
* SlotCalculator.h movedChris Lattner2004-01-20
* Move SlotCalculator.h from include/llvm to include/llvm/AnalysisChris Lattner2004-01-20
* Major changes. Now we only compactify individual type planes if it is inChris Lattner2004-01-20
* add a method proto, make a method not inlineChris Lattner2004-01-20
* Bugfixes for dealing with partially compactified functionsChris Lattner2004-01-20