Give a better assertion if we see a use before a def.
[oota-llvm.git] / lib / Bytecode / Writer /
2004-08-27 Reid SpencerPrevent an empty compaction table from being written...
2004-08-26 Reid SpencerAdd the CompactionTableIsEmpty function so that we...
2004-08-20 Brian GaekePacked types, brought to you by Brad Jones
2004-08-17 Reid SpencerBytecode File Format Changes:
2004-08-17 Reid SpencerCorrect the comments in the symbol table writer to...
2004-08-04 Alkis EvlogimenosStop using getValues().
2004-07-29 Alkis EvlogimenosMerge i*.h headers into Instructions.h as part of bug403.
2004-07-25 Reid SpencerAdjust to new Module.h interface for dependent libraries.
2004-07-25 Reid Spencerbug 263:
2004-07-18 Reid Spencerbug 122:
2004-07-18 Reid Spencerbug 122:
2004-07-15 Chris LattnerFix for PR341
2004-07-12 Chris LattnerFix unused var warning
2004-07-11 Reid SpencerRemove tabs.
2004-07-11 Reid SpencerPrepare the writer for a non-broken implementation...
2004-07-04 Reid SpencerImplementation of SlotTable went into header file....
2004-07-04 Reid SpencerRemove Tabs.
2004-07-04 Reid SpencerImplement new output functions for types and compacted...
2004-07-04 Reid SpencerAdd new methods outputTypes and outputCompactionTypes...
2004-07-04 Reid SpencerFor bug 122:
2004-07-04 Reid Spencer- Type::TypeTyID doesn't exist any more (bug 122)
2004-06-25 Chris LattnerNo functionality changes here:
2004-06-25 Chris LattnerFix more warnings building with VC++
2004-06-25 Chris Lattnerfix warnings
2004-06-17 Chris LattnerRename Type::PrimitiveID to TypeId and ::getPrimitiveID...
2004-06-09 Reid SpencerCleaned up a dead header file to prevent duplicate...
2004-05-27 Reid SpencerUse the SymbolTable::isEmpty() method instead of checki...
2004-05-26 Reid SpencerPart of bug 122:
2004-05-25 Reid SpencerPut SlotTable.h inclusion back at front of list to...
2004-05-25 Reid SpencerMake the constructor explicit so we can't implicitly...
2004-05-25 Reid SpencerMake some improvements suggested by Chris.
2004-05-25 Reid SpencerAdding the initial implementation of the SlotTable...
2004-05-25 Reid SpencerChanged to use SymbolTable's new iteration interfaces.
2004-05-25 Reid SpencerConvert to SymbolTable's new iteration interface.
2004-04-27 Chris LattnerChanges to fix up the inst_iterator to pass to boost...
2004-04-05 Chris LattnerImplement support for a new LLVM 1.3 bytecode format...
2004-03-12 Chris LattnerWrite select instructions to bytecode
2004-02-15 Chris LattnerAdjustments to support the new ConstantAggregateZero...
2004-02-09 Chris LattnerAdjust to the changed StructType interface. In particu...
2004-02-09 Chris LattnerStart using the new and improve interface to FunctionTy...
2004-02-09 Chris LattnerFix PR215: [bcwriter] Problem compactifying ConstantPoi...
2004-02-01 Chris LattnerRemove all of the annoying statistics now that I'm...
2004-01-20 Chris LattnerSlotCalculator.h moved
2004-01-20 Chris LattnerMove SlotCalculator.h from include/llvm to include...
2004-01-20 Chris LattnerMajor changes. Now we only compactify individual type...
2004-01-20 Chris Lattneradd a method proto, make a method not inline
2004-01-20 Chris LattnerBugfixes for dealing with partially compactified functions
2004-01-18 Chris LattnerSave another 30K from 176.gcc by encoding the compactio...
2004-01-18 Chris LattnerRemove -debug output
2004-01-18 Chris LattnerAdd support for writing bytecode files with compactiont...
2004-01-18 Chris LattnerAdd support for building the compactiontable for byteco...
2004-01-18 Chris LattnerAdd support for representing the "compaction table"
2004-01-17 Chris LattnerBytecode format for LLVM 1.2 no longer explicitly encod...
2004-01-15 Chris LattnerIf these blocks are empty, there is no reason to even...
2004-01-15 Chris LattnerCleanups & efficiency improvements
2004-01-15 Chris LattnerThe bcwriter does not want ConstantPointerRef's to...
2004-01-15 Chris LattnerConstantPointerRef's are no longer emitted. This saves...
2004-01-15 Chris LattnerFix PR73: bytecode format inconsistent
2004-01-15 Chris LattnerRemove the optimization that depends on ENDIAN_LITTLE...
2004-01-14 Chris LattnerImprove comments, add support for remembering the const...
2004-01-14 Chris LattnerThe new bytecode format supports emitting strings a...
2004-01-14 Chris LattnerWhen emitting bytecode, handle strings specially. ...
2004-01-14 Chris LattnerIt is obvious that this has never been used for outputi...
2004-01-14 Chris LattnerBe const correct
2004-01-14 Chris LattnerOk, I can't handle it. This is a temporary checkin...
2004-01-14 Chris LattnerToggle sense of flag
2004-01-14 Chris LattnerThe only clients of the slot calculator are now the...
2004-01-11 Chris LattnerUrg, remove testing code.
2004-01-11 Chris LattnerFix a regression that I introduced yesterday. :(
2004-01-10 Chris LattnerCheck in two changes:
2004-01-10 Chris LattnerDo not bother to emit a BytecodeBlock for an empty...
2004-01-10 Chris LattnerErr, we don't need Config/*.h files for things that...
2004-01-10 Chris Lattnerminor comment tweaks
2004-01-10 Chris LattnerRefactor writer stuff out of include/llvm/Bytecode...
2004-01-10 Chris LattnerFinegrainify namespacification
2003-12-01 Chris LattnerEmit & read more compressed bytecode by not emitting...
2003-11-21 Chris LattnerFinegrainify namespacification
2003-11-17 Chris LattnerRemove usage of ConstantPointer
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-31 Alkis EvlogimenosUse already existing classes for post order iterator.
2003-10-30 Alkis EvlogimenosOutput types in reverse postorder. This will allow...
2003-10-29 Brian GaekeExplicitly cast type, so we aren't passing output_vbr...
2003-10-29 Alkis EvlogimenosAdd more debugging info to help tracing the SlotCalculator.
2003-10-21 Chris LattnerMake sure to add a type for va_next operands, which...
2003-10-21 Chris LattnerFix problem which effected linking apache
2003-10-21 John CriswellAdded LLVM copyright header.
2003-10-20 John CriswellAdded LLVM copyright notice to Makefiles.
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-20 Chris Lattner"Function"[0] == 'F', not 'M'
2003-10-18 Chris Lattneradd support for new linkage types
2003-10-18 Chris LattnerUpdated to emit the final 1.0 bytecode format. This...
2003-10-17 Alkis EvlogimenosEliminate some extraneous code in SlotCalculator::inser...
2003-10-16 Chris LattnerAdd support for 'weak' linkage.
2003-10-13 Chris LattnerStop using "reverse depth first" order
2003-10-13 Chris LattnerRegularize header file comments
2003-09-30 Chris LattnerStandardize header file comments
2003-09-15 Chris LattnerFix a spello Misha made while fixing one of my appostri...
2003-09-11 Misha BrukmanFixed spelling and grammar.
2003-09-08 Chris LattnerAdd support for writing volatile load/stores
next