Do not let the numbering of PHI nodes placed in the function depend on
[oota-llvm.git] / lib / Bytecode /
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...
2004-01-20 Chris LattnerFix bogus warning and simplify code
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 reading 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 LattnerAllow bytecode files to refer directly to global values...
2004-01-15 Chris LattnerFix more breakage with string change.
2004-01-15 Chris LattnerFix PR73: bytecode format inconsistent
2004-01-15 Chris LattnerFix PR73
2004-01-15 Chris LattnerFix brokenness in my last checking
2004-01-15 Chris LattnerChange all of the bytecode reader primitives to throw...
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 LattnerVersion 1.2 now supports encoding strings as a special...
2004-01-14 Chris LattnerWhen emitting bytecode, handle strings specially. ...
2004-01-14 Chris LattnerLike output_data, it's obvious that input_data was...
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 LattnerRemove support for the pre-1.0 bytecode version #1...
2004-01-14 Chris LattnerToggle sense of flag
2004-01-14 Chris LattnerThe only clients of the slot calculator are now the...
2004-01-12 Chris LattnerDon't use ConstantExpr::getShift anymore
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 Lattner* finegrainify namespacification of ArchiveReader.cpp
2004-01-10 Chris LattnerRefactor writer stuff out of include/llvm/Bytecode...
2004-01-10 Chris LattnerFinegrainify namespacification
2004-01-09 Chris LattnerInching our way towards fixing PR82
2003-12-30 Chris Lattnerremove some useless #includes
2003-12-30 Chris LattnerUse new getFileSize function instead of sys/stat.h...
2003-12-29 Chris LattnerFactor FDHandle out of the bytecode reader into the...
2003-12-26 Chris Lattnerminor cleanups
2003-12-22 John CriswellReverted back to revision 1.11. The previous fix doesn...
2003-12-20 John CriswellFix PR#193.
next