https://bugs.llvm.org/show_bug.cgi?id=34544

Wouter van Oortmerssen <aardap...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #6 from Wouter van Oortmerssen <aardap...@gmail.com> ---
Have been working on roundtripping a variety of C code thru .s, fixing
everything I can across, to the point where this should generally be considered
working now. If you come across any particular problems, please file individual
bugs for the missing assembler feature against me.

Some of the changes:

Section types: https://reviews.llvm.org/D63947
Allow offsets and p2align in symbol load: https://reviews.llvm.org/D63951
Allow @object in .type directives: https://reviews.llvm.org/D63955
Support .int16/32/64 directives: https://reviews.llvm.org/D63959
tablegen: distinguish float/int immediate operands:
https://reviews.llvm.org/D64039
Negative float constants: https://reviews.llvm.org/D64367
refactored utilities to not depend on MachineInstr:
https://reviews.llvm.org/D64643
.init_array: https://reviews.llvm.org/D64602
Infinity / nan: https://reviews.llvm.org/D64770
Call_indirect signatures: https://reviews.llvm.org/D64758

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to