summaryrefslogtreecommitdiff
path: root/basicblock.cpp
AgeCommit message (Expand)Author
2026-05-20Sort switch blocks in graph view by case numberGlenn Smith
2026-01-27Perform function lifting and inlining in arch pluginsBrandon Miller
2026-01-01update copyrights for 2026Jordan Wiens
2025-09-03Add disassembly setting for block labelsMason Reed
2025-06-23Perform BB analysis from Architecture C++ APIBrandon Miller
2025-03-28missed the older dates!Jordan Wiens
2025-02-11Fix partial initialization of `DisassemblyTextLine`Mason Reed
2025-01-30Render LayersGlenn Smith
2025-01-24Add line formatter API and a generic line formatter pluginRusty Wagner
2025-01-20Revert "Add line formatter API and a generic line formatter plugin"Rusty Wagner
2025-01-17Add line formatter API and a generic line formatter pluginRusty Wagner
2024-05-19Make call param hints more configurable & support more param types for hint d...Mason Reed
2024-05-08Disassembly: Add relative to fixed base address modeGlenn Smith
2024-05-02Add address display mode optionsGlenn Smith
2024-01-08update copyright yearJordan Wiens
2023-01-05Update copyright to 2023Josh F
2022-10-14Fix some minor bugs in BasicBlock and highlight APIPeter LaFosse
2022-05-05Add a method to duplicate a DisassemblySettingsXusheng
2022-01-28Format All FilesKyleMiles
2022-01-03update copyright yearsJordan Wiens
2021-10-05More HLIL API parity; Resolves #2363KyleMiles
2021-09-27Better support for change type in linear viewXusheng
2021-08-04Expose some BasicBlock APIs.Brian Potchik
2021-04-22add persistent search resultXusheng
2021-01-18updating copyright yearJordan Wiens
2020-09-15display as in linear viewXusheng
2020-01-16Factor gutter width/tag token width into a settingGlenn Smith
2020-01-01update copyright year to 2020Jordan Wiens
2019-08-06Fix some double frees with DisassemblyTextLine in APIRusty Wagner
2019-08-01TagsGlenn Smith
2019-04-05add post dominance apisPeter LaFosse
2019-01-17update company name and copyright dateJordan Wiens
2018-12-13Commonize all InstructionTextToken generationPeter LaFosse
2018-11-05Provide fall-through indication in BasicBlockEdge info.Brian Potchik
2018-07-26Merge branch 'dev' into test_stack_adjustRusty Wagner
2018-07-10Various Python 3 support changesKyleMiles
2018-06-04Generic flow graph API and report collectionsRusty Wagner
2018-04-02Add plugin commands for LLIL and MLILRusty Wagner
2018-01-14Container Memory Reservations.Brian Potchik
2017-08-22Add BasicBlock CanExit Accessor.Brian Potchik
2017-07-10Add confidence levels to type objectsRusty Wagner
2017-06-27Compute back edges in the coreRusty Wagner
2017-05-19update copyright yearJordan Wiens
2017-02-20Add dominance frontier APIsRusty Wagner
2017-02-18Add back edge property to block edgesRusty Wagner
2017-02-17Add dominator APIsRusty Wagner
2017-02-16Basic blocks have incoming and outgoing edges with basic block references, us...Rusty Wagner
2017-01-03Tokenize typesRusty Wagner
2016-09-14Add APIs for instruction and block highlightingRusty Wagner
2016-07-29Add API to set display type of integersRusty Wagner