Just because we cannot completely eliminate all uses of a global, we can
[oota-llvm.git] / lib / Bytecode /
2004-10-10 Reid SpencerInitial version of automake Makefile.am file.
2004-09-28 Misha BrukmanFix doxygen comment
2004-09-27 Chris LattnerThe system ranlib on darwin occasionally adds two extra...
2004-09-15 Reid SpencerConvert code to compile with vc7.1.
2004-09-12 Misha BrukmanUnbreak doxygen, according to Reid.
2004-09-12 Misha BrukmanFix code spacing/alignment
2004-09-11 Reid SpencerChange interface to use correct typedef so it will...
2004-09-11 Reid SpencerPrint the dependent libraries when dumping bytecode.
2004-09-03 Alkis EvlogimenosFixes to make LLVM compile with vc7.1.
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-27 Reid SpencerCorrectly compute the number of compaction tables.
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-24 Reid SpencerAdd a wrapper for extraction of the dependent libraries...
2004-08-24 Reid SpencerRearrange output a little to make it nicer.
2004-08-21 Reid SpencerBytecode Analyzer Cleanup:
2004-08-21 Reid SpencerGet rid of an extraneous local variable.
2004-08-21 Reid SpencerTwo Changes:
2004-08-21 Reid SpencerAdd boolean file format flags in preparation for versio...
2004-08-21 Reid SpencerBytecode Reader Cleanup:
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 Reid SpencerTurn a use of intptr_t into a reinterpret_cast<uint64_t...
2004-08-04 Alkis EvlogimenosStop using getValues().
2004-08-04 Chris LattnerMake getGlobalTableValue not use getTypeSlot, this...
2004-08-03 Chris LattnerDo not do a linear std::find to reconstruct information...
2004-07-29 Alkis EvlogimenosMerge i*.h headers into Instructions.h as part of bug403.
2004-07-27 Chris LattnerSimplify code and silence warning
2004-07-25 Chris LattnerFix a serious bug in the double constant reader. In...
2004-07-25 Reid SpencerAlways write FP values correctly.
2004-07-25 Reid SpencerDon't create a backwards compatibility flag for somethi...
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-18 Reid SpencerUser ValueListTy as the type of the ValueList. This...
2004-07-18 Reid Spencerbug 122:
2004-07-18 Reid Spencerbug 122:
2004-07-15 Chris LattnerFix for PR341
2004-07-14 Brian GaekeActually set the endian/pointersize flags on the module...
2004-07-13 Brian GaekeFix warning on SparcV9, where sizeof (int) != sizeof...
2004-07-12 Chris LattnerFix unused var warning
2004-07-11 Reid SpencerVarious cleanups:
2004-07-11 Reid Spencer- Rename two methods to give them more meaning
2004-07-11 Reid SpencerRemove tabs.
2004-07-11 Reid SpencerPrepare the writer for a non-broken implementation...
2004-07-10 Reid SpencerMake the VBRSavings percentage make sense (as a fractio...
2004-07-09 Reid SpencerError Handling Cleanup:
2004-07-09 Reid SpencerFix a backwards compatibility bug found by Tanya. In...
2004-07-06 Reid SpencerRemove definition and use of OtherVal enumerator. This...
2004-07-05 Reid SpencerFinalize bytecode dumping. The "handleFinish" method...
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-07-04 Reid Spencer- Don't use macros to call the BytecodeHandler
2004-07-04 Reid Spencer- Make ValueList an "OtherVal" user of Values to ensure...
2004-07-04 Reid SpencerRemove tabs. Move function declaration to Reader.h...
2004-07-04 Reid SpencerAdd #include <iostream> which is needed now that Value...
2004-07-04 Reid SpencerExcise tabs.
2004-06-29 Reid SpencerRemove files no longer needed. ConstantReader and Instr...
2004-06-29 Reid SpencerThis is a slimming down of the previous ReaderInternals...
2004-06-29 Reid SpencerMAJOR REWRITE.
2004-06-29 Reid SpencerAdjustments to allow Bytecode Reading to support the...
2004-06-29 Reid SpencerMerge Dumper.cpp and AnalyzerWrappers.cpp into this...
2004-06-29 Reid SpencerAnalyzer moved to ../Reader directory.
2004-06-29 Reid SpencerRemove newly defunct Analyzer directory.
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-11 Reid SpencerImplement tracking of bytecode instruction size and...
2004-06-11 Reid SpencerRevert an unneeded interface change to Instruction.h
2004-06-10 Reid SpencerRemove tabs.
2004-06-10 Reid SpencerImplement detailed function level data collection and...
2004-06-10 Reid SpencerAdjust prototypes to new Handler interface.
2004-06-10 Reid SpencerMake the parser deal with functions instead of just...
2004-06-10 Reid SpencerDoxygenize a comment.
2004-06-10 Reid SpencerImplemented the bulk of the functionality. Cleaned...
2004-06-09 Reid SpencerCleanup alignment of output.
2004-06-09 Reid SpencerImplement analysis output. Don't dump function details...
2004-06-09 Reid SpencerImplement some rudimentary analysis.
2004-06-09 Reid SpencerClean up indentation of file body output.
2004-06-09 Reid SpencerMove parsing details to Parser.cpp.
2004-06-09 Reid SpencerBring some things out of header files that belong only...
2004-06-09 Reid SpencerCleaned up a dead header file to prevent duplicate...
2004-06-08 Reid SpencerFix the bug that was preventing the parser from working...
2004-06-08 Reid SpencerMake it #include Parser.h instead of AnalyzerInternals...
2004-06-08 Reid SpencerAdjust what's included to compensate for changes in...
2004-06-08 Reid SpencerMerged BytecodeHandler.h into Parser.h since the parser...
2004-06-07 Reid SpencerCommit For New Tool: llvm-abcd (Analysis of ByteCode...
2004-05-28 Chris LattnerUse the new FileUtilities.h API for mapping a file...
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.
next