aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode/Reader/Analyzer.cpp
AgeCommit message (Expand)Author
2007-05-06remove bytecode readerChris Lattner
2007-04-28Implement review feedback. Aliasees can be either GlobalValue's orAnton Korobeynikov
2007-04-24fix a memory leakChris Lattner
2007-04-12Implement the "thread_local" keyword.Lauro Ramos Venancio
2007-02-15For PR1195:Reid Spencer
2007-02-15For PR1195:Reid Spencer
2007-02-12avoid creating a temporary string when reading the symbol table for aChris Lattner
2007-02-10Compaction tables don't exist any more.Reid Spencer
2007-02-07move AnalyzeBytecodeFile out of ReaderWrappers.cpp into Analyzer.cpp. NowChris Lattner
2007-02-07remove dead ivars, thanks to Reid for noticing this!Chris Lattner
2007-02-07remove the handleVBR32/handleVBR64 callbacks. They are very fine-grained.Chris Lattner
2007-02-07Eliminate std::vectors from the bcanalyzer interface.Chris Lattner
2007-02-05For PR411:Reid Spencer
2007-01-30Bye, Bye Compaction Tables. The benefit compaction tables provides doesn'tReid Spencer
2007-01-26For PR761:Reid Spencer
2007-01-12* PIC codegen for X86/Linux has been implementedAnton Korobeynikov
2007-01-06For PR411:Reid Spencer
2006-12-15Remove an extraneous { at the end of a block.Reid Spencer
2006-11-14Discard code that supported old bytecode formats. This makes the BytecodeReid Spencer
2006-11-03Remove some dead code.Reid Spencer
2006-09-17Small fixes for supporting dll* linkage typesAnton Korobeynikov
2006-07-06Change the verifier to never throw an exception. Instead verifyModule canopt...Chris Lattner
2005-12-26I bet pinski knows why g++ accepts this stuffDuraid Madina
2005-05-05Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman
2005-04-21Remove trailing whitespaceMisha Brukman
2004-10-15Don't print a bunch of metrics that are meaningless for external functionsChris Lattner
2004-09-11Print the dependent libraries when dumping bytecode.Reid Spencer
2004-08-27Correctly compute the number of compaction tables.Reid Spencer
2004-08-24Rearrange output a little to make it nicer.Reid Spencer
2004-08-21Bytecode Analyzer Cleanup:Reid Spencer
2004-08-20Packed types, brought to you by Brad JonesBrian Gaeke
2004-08-04Make getGlobalTableValue not use getTypeSlot, this speeds up the bc readerChris Lattner
2004-07-18bug 122:Reid Spencer
2004-07-10Make the VBRSavings percentage make sense (as a fraction of the totalReid Spencer
2004-07-05Finalize bytecode dumping. The "handleFinish" method was getting calledReid Spencer
2004-07-04Excise tabs.Reid Spencer
2004-06-29Merge Dumper.cpp and AnalyzerWrappers.cpp into this file. Also, adjust theReid Spencer
2004-06-11Implement tracking of bytecode instruction size and the number of longReid Spencer
2004-06-11Revert an unneeded interface change to Instruction.hReid Spencer
2004-06-10Implement detailed function level data collection and reporting.Reid Spencer
2004-06-10Implemented the bulk of the functionality. Cleaned up the code.Reid Spencer
2004-06-09Implement some rudimentary analysis.Reid Spencer
2004-06-07Commit For New Tool: llvm-abcd (Analysis of ByteCode Dumper). This toolReid Spencer