mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-03 19:32:35 +00:00
c1b997464b
Matrix has been templated to Matrix (for MPInt and Fraction) with
explicit instantiation for both these types.
IntMatrix, inheriting from Matrix<MPInt>, has been created to allow for
integer-only methods.
makeMatrix has been duplicated to makeIntMatrix and makeFracMatrix.
This was already landed previously but was reverted in
|
||
---|---|---|
.. | ||
Analysis | ||
Bytecode | ||
Conversion | ||
Debug | ||
Dialect | ||
ExecutionEngine | ||
Interfaces | ||
IR | ||
Parser | ||
Pass | ||
Rewrite | ||
Support | ||
TableGen | ||
Target | ||
Transforms | ||
CMakeLists.txt |