10
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected 1 day ago.
May 21, 2023 — May 21, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
All Pyrex files: Use __cinit__ instead of __new__ in extension classes. More... over 14 years ago
yasm_intnum_create_sized(): Fix off-by-one error in sign extension check. More... over 14 years ago
Unbreak python bindings on 64-bit Linux. More... over 14 years ago
Avoid generating duplicate 66h prefix on PINSRB in 16-bit mode. More... over 14 years ago
Revert gas parser default to raw preproc until gas tests pass with the gas preproc. More... over 14 years ago
Fix incorrect vaesimc encoding (need to set VEX.vvvv=1111). More... over 14 years ago
Fix --preproc-only (and possibly other long options) by avoiding false matches on shorter long argument names. More... over 14 years ago
gas-preproc.c: Avoid casting away of const. More... over 14 years ago
Update gas preproc a bit: - Handle removal of comments during preprocessing - Fix a bug with evaluation of nested .if/.else statements. More... over 14 years ago
nasm-pp.c: Use vsnprintf if available. More... over 14 years ago
Default to gas preproc for gas parser. More... over 14 years ago
Add initial gas preprocessor, contributed by Alexei Svitkine. Support for include directive amongst other major key pieces. Does not currently support macros. Fixes #79. More... over 14 years ago
Unbreak gen_x86_insn.py on Python 2.4. More... over 14 years ago
Add files for building YASM with Visual Studio 2010 (beta 2) More... over 14 years ago
Update gen_x86_insn.py to work in both Python 2 and 3 More... over 14 years ago
Fix #198: Previous commit accidentally broke a great many instructions. More... over 14 years ago
Fix a bunch of GAS x86 instruction issues. - Fix #193: ljmp/lcall not implemented; add 2-operand far jump to jmp/call. - Add loop{,z,e} instruction suffixes - Fix a bunch of jmp/call minor issues. - Vastly improve suffix handling in general to make more consistent and make a greater variety of no-suffix instructions work in a way that matches GAS. More... over 14 years ago
Fix #191: Incorrect argument order generated for AMD FMA4 opcodes. More... over 14 years ago
Fix #190: Incorrect opcode generated for vphaddudq. More... over 14 years ago
Fix #189: Avoid compiler warning in genperf. More... over 14 years ago
Fix #187: Add new variable CFLAGS_FOR_BUILD for CC_FOR_BUILD compiles. More... over 14 years ago
Fix #188: Times forward references would result in bad code generation. More... over 14 years ago
Fix #78 further: Support C++ style // comments. More... over 14 years ago
Further change to python invocation in genperf More... almost 15 years ago
improve handling of Python batch file for genperf More... almost 15 years ago
Fix #186: Avoid memory runaway in optimizer TIMES circular reference checking. More... almost 15 years ago
Fix #185: Add mkinstalldirs to svn repo, as autogen.sh doesn't pull it in. More... almost 15 years ago
Fix #184: test -e is not portable (despite being in POSIX); use test -f instead. More... almost 15 years ago
Unbreak distcheck. More... almost 15 years ago
Fix #178: Don't "distribute" shift right op. More... almost 15 years ago