- Changed some of the signatures of helper functions in the AST to make them more
flexible by using
Type' ident
rather thanType
in their signatures (the latter fixesident
to beIdent
). Changed functions:isAlias
,isPrimTypeOf
,isVector
,isVectorOf
,isArray
, andisPointer
.
-
Fix for printing NaN and infinite floating point values.
-
Add support for more AtomicRWOps.
- Add preliminary support for LLVM versions up through 17.