]> git.siccegge.de Git - frida/frida.git/history - src/disassembler/llvm/LLVMDisassembler.cxx
Add doc repo as submodule
[frida/frida.git] / src / disassembler / llvm / LLVMDisassembler.cxx
2015-10-12 Christoph EggerWrap long lines
2015-06-02 Christoph EggerSilence compiler warnings
2015-05-19 Christoph EggerDon't create empty blocks for unconditional jumps out...
2015-05-16 Christoph EggerRemove deprecated printEachInstruction function
2015-04-25 Christoph EggerSome code cleanup
2015-04-25 Christoph EggerFix logic flaw preventing us from handling symbols...
2015-03-26 Christoph EggerProperly fail if no appropriate Disassembler can be...
2015-03-25 Christoph EggerPreliminary LLVM-3.6 support
2015-03-25 Christoph EggerDisable buildModule
2015-03-25 Christoph EggerProper error handling when opening binary
2015-03-20 Christoph EggerRemove whitespace around printed instruction
2015-03-20 Christoph EggerChange from list to vector
2015-03-19 Christoph EggerRework API for getting at instructions
2015-03-16 Christoph EggerRestructure InformationManager
2015-03-13 Christoph EggerBasic MachO Support
2015-03-13 Christoph EggerMore logging in LLVMDisassembler
2015-03-11 Christoph EggerUser proper hirarchial names for loggers
2015-03-10 Christoph EggerFinish current function before starting next one
2015-03-10 Christoph EggerActually call finishFuction() when function is finished
2015-03-10 Christoph EggerDisable symbolizer
2015-03-10 Christoph EggerRe-add support for PE binaries
2015-03-05 Christoph EggerAdd extra space in Logging output for Disassembler
2015-03-04 Christoph EggerreadSections() already in Disassembler constructor
2015-03-03 Christoph EggerUse -Wextra and be -Wextra-clean
2015-03-03 Christoph EggerFix Loading of symbolless files
2015-02-24 Christoph EggerReoganize Function/BasicBlock creation
2015-02-20 Christoph EggerPass the InformationManager inside the BasicBlock and...
2015-02-20 Christoph EggerRemove unused LLVMBasicBlock class
2015-02-20 Christoph EggerRemove unused LLVMFunction class
2015-02-20 Christoph EggerMake InformationManager responsible for cleaning Blocks...
2015-02-20 Christoph EggerMove Function/BasicBlock to core and clean up includes
2015-01-21 Christoph EggerAdd dynamically linked symbols
2015-01-21 Christoph EggerGet entry address from llvm
2015-01-21 Christoph EggerCreate ObjectFile only once and store it with full...
2015-01-20 Christoph EggerFix startup if no binary is specified on the commandline
2015-01-14 Christoph EggerMake function/jump targets clickable
2015-01-14 Christoph Eggerimplement entryAddress()
2015-01-14 Christoph EggerMake LLVMDisassembler a template class
2015-01-10 Christoph EggerLogging improvements
2015-01-10 Christoph EggerAlso add blocks to function when splitting
2015-01-08 Christoph EggerSplit blocks before finishing function
2015-01-07 Christoph EggerWhitespace cleanup
2015-01-07 Christoph EggerAdd in an Information Manager
2014-12-18 Christoph EggerOnly disassemble the text segment
2014-12-12 Christoph EggerSplit disassemble()
2014-12-07 Christoph EggerFallbacks if we do not have symbols
2014-12-07 Christoph EggerCorrectly handle the case where we do not have Instruct...
2014-11-19 Christoph EggerForward-port to LLVM 3.5 release
2014-06-03 Christoph EggerInclude absolute branch address
2014-06-03 Christoph Eggerproperly preserve edges
2014-06-03 Christoph EggerAlways add following blocks even if it is already created
2014-06-03 Christoph EggerAdd more logging output
2014-06-03 Christoph EggerClean up disassemble() function
2014-06-03 Christoph EggerSplit BasicBlocks if there are backward jumps
2014-06-03 Christoph EggerMove to table widget -- looks nicer and matches better
2014-05-27 Christoph EggerFill BasicBlockWidgets with actual assembly instructions
2014-05-27 Christoph EggerProperly create and export BasicBlock linking
2014-05-27 Christoph EggerRemove old API
2014-05-27 Christoph EggerFixup magit madness
2014-05-27 Christoph EggerAvoid memory leak
2014-05-27 Christoph EggerAdd interface to iterate over functions
2014-05-27 Christoph EggerDowngrade outputs to 'DEBUG'
2014-05-26 Christoph EggerRecursive disassembler
2014-05-20 Christoph EggerFactor out llvm disassembler