Change the verifier to never throw an exception. Instead verifyModule canoptionally...
[oota-llvm.git] / lib / Bytecode / Reader / Analyzer.cpp
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...