For PR411:
[oota-llvm.git] / lib / Bytecode / Reader / Analyzer.cpp
2007-02-05 Reid SpencerFor PR411:
2007-01-30 Reid SpencerBye, Bye Compaction Tables. The benefit compaction...
2007-01-26 Reid SpencerFor PR761:
2007-01-12 Anton Korobeynikov* PIC codegen for X86/Linux has been implemented
2007-01-06 Reid SpencerFor PR411:
2006-12-15 Reid SpencerRemove an extraneous { at the end of a block.
2006-11-14 Reid SpencerDiscard code that supported old bytecode formats. This...
2006-11-03 Reid SpencerRemove some dead code.
2006-09-17 Anton KorobeynikovSmall fixes for supporting dll* linkage types
2006-07-06 Chris LattnerChange the verifier to never throw an exception. Inste...
2005-12-26 Duraid MadinaI bet pinski knows why g++ accepts this stuff
2005-05-05 Misha BrukmanRemove vim settings from source code; people should...
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-10-15 Chris LattnerDon't print a bunch of metrics that are meaningless...
2004-09-11 Reid SpencerPrint the dependent libraries when dumping bytecode.
2004-08-27 Reid SpencerCorrectly compute the number of compaction tables.
2004-08-24 Reid SpencerRearrange output a little to make it nicer.
2004-08-21 Reid SpencerBytecode Analyzer Cleanup:
2004-08-20 Brian GaekePacked types, brought to you by Brad Jones
2004-08-04 Chris LattnerMake getGlobalTableValue not use getTypeSlot, this...
2004-07-18 Reid Spencerbug 122:
2004-07-10 Reid SpencerMake the VBRSavings percentage make sense (as a fractio...
2004-07-05 Reid SpencerFinalize bytecode dumping. The "handleFinish" method...
2004-07-04 Reid SpencerExcise tabs.
2004-06-29 Reid SpencerMerge Dumper.cpp and AnalyzerWrappers.cpp into this...
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 SpencerImplement detailed function level data collection and...
2004-06-10 Reid SpencerImplemented the bulk of the functionality. Cleaned...
2004-06-09 Reid SpencerImplement some rudimentary analysis.
2004-06-07 Reid SpencerCommit For New Tool: llvm-abcd (Analysis of ByteCode...