Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code in...
[oota-llvm.git] / tools / llvm-objdump / MCFunction.cpp
2012-02-29 Derek SchuffMake MemoryObject accessor members const again
2012-02-06 Derek SchuffEnable streaming of bitcode
2011-09-20 Benjamin Kramerllvm-objdump: factor code better, add comments.
2011-09-19 Benjamin KramerAdd a MachO-specific "mode" to llvm-objdump, that,...
2011-09-15 Owen AndersonDon't attach annotations to MCInst's. Instead, have...
2011-08-08 Benjamin KramerAdd MCInstrAnalysis class. This allows the targets...
2011-07-25 Benjamin Kramerllvm-objdump: Ignore unreachable blocks when printing...
2011-07-22 Benjamin Kramerllvm-objdump: Skip branches that leave the current...
2011-07-20 Francois PichetUnbreak the MSVC build. Since the "next" function alrea...
2011-07-20 Benjamin KramerSketch out an CFG reconstruction mode for llvm-objdump.