User Details
- User Since
- Apr 6 2016, 11:42 AM (390 w, 3 h)
Sep 29 2017
Seems this revision didn't close automatically. Fixing that.
Remove unnecessary .res file.
Refactored into FileWriter; updated tests.
Sep 28 2017
Moved binary .res output to its printable representation in dialog test.
Rewrite binary tests to ASCII hexdump and move them to .test files.
Some minor style changes.
Rewritten binary .res expected output to ASCII format.
Sep 27 2017
Rewritten fixed fields implementation a little bit. Now, we have an enumeration describing fixed field types, a list of field names, and a mapping from names to their types.
Sep 26 2017
Use llvm-readobj to examine the resulting .res files.
Sep 21 2017
Sep 20 2017
Style fixes suggested in the comments. Integrated llvm-readobj into test invocation.
Sep 19 2017
Fixed file header.
Sep 14 2017
Minor style improvement.
Sep 13 2017
Rebase wrt patch D37841.
Rebase wrt patch D37841.
This fixes @ecbeckmann's comment https://reviews.llvm.org/D37824#inline-329768 (set type IDs and memory flags as constants). It's probably better to fix this in the first patch this appears in.
Refactored the code to simplify the patches following this one.
Aug 30 2017
Changed the code according to Eric's suggestion; some bugfixes.
Aug 29 2017
Small style fixes.
One file was missing from the patch.
Aug 28 2017
Small style fixes.
Aug 23 2017
Change temporary files into pipes in testing infrastructure.
Change temp files to pipes in tests; fix readability issues.
[Testing] Change temporary files into pipes.
Rebased the code; addressed ecbeckmann's comment.
Use pipes instead of temporary files.
Use pipes instead of temporary files.
Replace files with pipes.
Rewrote tests using temporary files to pipes.
Aug 22 2017
Small fix-ups for the problems mentioned above.
Aug 18 2017
Small bugfixes (compilation problems on gcc and missing newlines at the end of the files).
Uses IntOrString(Token) instead of if-s.