Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 561 Bytes

CHANGELOG.md

File metadata and controls

18 lines (11 loc) · 561 Bytes

Revision history for llvm-pretty

pending

  • Changed some of the signatures of helper functions in the AST to make them more flexible by using Type' ident rather than Type in their signatures (the latter fixes ident to be Ident). Changed functions: isAlias, isPrimTypeOf, isVector, isVectorOf, isArray, and isPointer.

0.12.1.0 (August 2024)

  • Fix for printing NaN and infinite floating point values.

  • Add support for more AtomicRWOps.

0.12.0.0 (January 2024)

  • Add preliminary support for LLVM versions up through 17.