Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
b7d61101b1a9e28541470e05af1321fea76f08e5
/
lib
/
Bytecode
/
Reader
/
Analyzer.cpp
dd8cec5
avoid creating a temporary string when reading the symbol table for a
by Chris Lattner
· 18 years ago
91c4af2
Compaction tables don't exist any more.
by Reid Spencer
· 18 years ago
c6d0b16
move AnalyzeBytecodeFile out of ReaderWrappers.cpp into Analyzer.cpp. Now
by Chris Lattner
· 19 years ago
4f9ff5a
remove dead ivars, thanks to Reid for noticing this!
by Chris Lattner
· 19 years ago
7b6040b
remove the handleVBR32/handleVBR64 callbacks. They are very fine-grained.
by Chris Lattner
· 19 years ago
63cf59e
Eliminate std::vectors from the bcanalyzer interface.
by Chris Lattner
· 19 years ago
ef9b9a7
For PR411:
by Reid Spencer
· 19 years ago
d2bb887
Bye, Bye Compaction Tables. The benefit compaction tables provides doesn't
by Reid Spencer
· 19 years ago
aacc35a
For PR761:
by Reid Spencer
· 19 years ago
7f70559
* PIC codegen for X86/Linux has been implemented
by Anton Korobeynikov
· 19 years ago
78d033e
For PR411:
by Reid Spencer
· 19 years ago
c6d416a
Remove an extraneous { at the end of a block.
by Reid Spencer
· 19 years ago
d798a51
Discard code that supported old bytecode formats. This makes the Bytecode
by Reid Spencer
· 19 years ago
e03f09c
Remove some dead code.
by Reid Spencer
· 19 years ago
93c2b37
Small fixes for supporting dll* linkage types
by Anton Korobeynikov
· 19 years ago
05ac92c
Change the verifier to never throw an exception. Instead verifyModule canoptionally return the string error, which is an easier api for clients touse anyway.
by Chris Lattner
· 19 years ago
0f7bfba
I bet pinski knows why g++ accepts this stuff
by Duraid Madina
· 20 years ago
6b8a63a
Remove vim settings from source code; people should use llvm/utils/vim/vimrc
by Misha Brukman
· 20 years ago
8a96c53
Remove trailing whitespace
by Misha Brukman
· 20 years ago
4a8167f
Don't print a bunch of metrics that are meaningless for external functions
by Chris Lattner
· 21 years ago
3ee8eed
Print the dependent libraries when dumping bytecode.
by Reid Spencer
· 21 years ago
488d73a
Correctly compute the number of compaction tables.
by Reid Spencer
· 21 years ago
3120e71
Rearrange output a little to make it nicer.
by Reid Spencer
· 21 years ago
911ec6d
Bytecode Analyzer Cleanup:
by Reid Spencer
· 21 years ago
715c90b
Packed types, brought to you by Brad Jones
by Brian Gaeke
· 21 years ago
2c6c14d
Make getGlobalTableValue not use getTypeSlot, this speeds up the bc reader
by Chris Lattner
· 21 years ago
3c90f9f
bug 122:
by Reid Spencer
· 21 years ago
9cb5242
Make the VBRSavings percentage make sense (as a fraction of the total
by Reid Spencer
· 21 years ago
5c15fe5
Finalize bytecode dumping. The "handleFinish" method was getting called
by Reid Spencer
· 21 years ago
b61cdb7
Excise tabs.
by Reid Spencer
· 21 years ago
f41aa73
Merge Dumper.cpp and AnalyzerWrappers.cpp into this file. Also, adjust the
by Reid Spencer
· 21 years ago
1cf5024
Implement tracking of bytecode instruction size and the number of long
by Reid Spencer
· 21 years ago
8a9a370
Revert an unneeded interface change to Instruction.h
by Reid Spencer
· 21 years ago
cbb22e2
Implement detailed function level data collection and reporting.
by Reid Spencer
· 21 years ago
00c28a7
Implemented the bulk of the functionality. Cleaned up the code.
by Reid Spencer
· 21 years ago
649ee57
Implement some rudimentary analysis.
by Reid Spencer
· 21 years ago
dac69c8
Commit For New Tool: llvm-abcd (Analysis of ByteCode Dumper). This tool
by Reid Spencer
· 21 years ago