Eliminate use of DSCallSiteIterator in key loop. This is a half step to
[oota-llvm.git] / lib / Bytecode / Writer /
2004-12-04 Chris LattnerCheck in some patches for better assertions
2004-11-25 Reid SpencerAdjust to Compressor interface change
2004-11-15 Chris LattnerDo not emit FunctionBlock blocks for external functions...
2004-11-15 Chris LattnerDisable this change, it was premature
2004-11-15 Chris LattnerIf a function is external, do not output a FunctionBloc...
2004-11-14 Reid SpencerSimplify compression code by using the high level inter...
2004-11-07 Reid Spencer* Add comments and cleanup per CL code review
2004-11-06 Reid SpencerAdd support for compressed bytecode
2004-10-28 Reid SpencerFix name of library
2004-10-24 Chris LattnerFix the previous bug the correct way. This fixes ptrdi...
2004-10-23 Chris LattnerFix a bug that Brian brought to my attention. This...
2004-10-22 Reid SpencerWe won't use automake
2004-10-18 Reid SpencerInitial automake generated Makefile template
2004-10-16 Chris LattnerAdd support for undef, unreachable, and function flags
2004-10-14 Chris LattnerToday is not my day. Fix broken #
2004-10-14 Chris Lattnerunbreak previous checkin :(
2004-10-14 Chris LattnerAdd back a missing paren
2004-10-14 Chris LattnerWrap to 80 cols, delete some seriously old debugging...
2004-10-14 Chris LattnerMinor cleanups
2004-10-13 Reid SpencerUpdate to reflect changes in Makefile rules.
2004-10-10 Reid SpencerInitial version of automake Makefile.am file.
2004-09-01 Reid SpencerChanges For Bug 352
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
next