Fix names of 64-bit CMP*D* opcodes, add LWA and STD* opcodes
[oota-llvm.git] / lib / Bytecode /
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.
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-28 Misha BrukmanSquelch compile-time warning (profile build).
2004-04-27 Chris LattnerFix warning building in optimized mode
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-04-03 Chris LattnerRemove a bunch of cruft that was used to be backwards...
2004-03-31 Brian GaekeUse the true, decoded name of the archive member in...
2004-03-31 Chris LattnerAdd support for reading constantexpr select instructions
2004-03-29 Chris LattnerMake error message a bit nicer.
2004-03-12 Chris LattnerWrite select instructions to bytecode
2004-03-12 Chris LattnerRead select instrs from bytecode
2004-02-15 Chris LattnerAdjustments to support the new ConstantAggregateZero...
2004-02-09 Chris LattnerThis debugging hook is no longer needed.
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-21 Misha BrukmanImplement ModuleProvider::materializeModule() by only...
2004-01-20 Chris LattnerSlotCalculator.h moved
2004-01-20 Chris LattnerMove SlotCalculator.h from include/llvm to include...
2004-01-20 Chris LattnerFix PR212 - Bytecode reader misreads 'long -92233720368...
next