summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix function declaration warnings with clang (#226)HEADmasterBiswapriyo Nath2023-05-174-8/+7
* CI: update GitHub Actions version (#225)Biswapriyo Nath2023-05-171-2/+2
* Fix missing yasm_xfree function declaration (#224)Biswapriyo Nath2023-05-141-0/+1
* GAS preprocessor: don't cut comments inside of string literals. (#81)Ulya Trofimovich2023-05-121-1/+27
* More makedep features (#80)bird2tori2023-05-122-33/+188
* libyasm/section.c: support gas .private_extern directive (#138)mackyle2023-05-121-0/+18
* Fix allocator mismatch (#107)Duncan Ogilvie2023-05-127-22/+22
* Python 2 to 3 migration - m4 folder (#144)Scott Furry2023-05-122-28/+64
* Enable AES on westmere (#97)Kaz Wesley2023-05-121-1/+1
* Allow sha256rnds2 to have memory as 2nd operand (#108)Peter Meerwald-Stadler2023-05-121-1/+1
* Added missing config vars to config.h.cmake. (#160)James Touton2023-05-122-1/+7
* Fix 128-bit variant of VPBLENDVB incorrectly marked as AVX2 instead of AVX (#...squidcc2023-05-121-1/+1
* Update elf-objfmt.c (#148)kalebskeithley2023-05-121-0/+4
* Fix test failure introduced in 51af4082cc898b122b88f11fd34033fc00fad81e (#145)Matthieu Darbois2023-05-121-3/+3
* Fix badly freed pointer on indented code block after rept (#189)Fighter192023-05-121-3/+4
* gas preproc: Fix UB/crashes (#186)cryptobro2023-05-121-0/+6
* Fix memleak of codeview leaf (#114)Peter Meerwald-Stadler2023-05-121-0/+1
* Add EM for loongarch (#192)liuxiang882023-05-121-1/+2
* Remove __DATE__ from version strings (#198)Ismo Puustinen2023-05-123-3/+0
* Fix detecting Windows platform (#204)Biswapriyo Nath2023-05-125-9/+9
* Introduce a security policy and add text to the README (#223)Siddhesh Poyarekar2023-05-122-0/+40
* Add vcpkg installation instructions (#200)MonicaLiu2022-09-141-0/+12
* Merge branch 'master' of https://github.com/yasm/yasmBrian Gladman2022-01-2714-303/+1786
|\
| * Update Mach-O for newer macOS (#180)Peter Johnson2021-07-1014-303/+1786
* | Update Visual Studio build to Visual STudio 2022Brian Gladman2022-01-2711-44/+44
|/
* Add GitHub CI build workflow (#179)Peter Johnson2021-07-091-0/+41
* Do not use AC_HEADER_STDC (#178)Peter Johnson2021-07-091-6/+0
* Fix test failures (#177)Peter Johnson2021-07-091-1/+1
* minor update to VS2019 buildBrian Gladman2020-07-271-3/+6
* add missing include fileBrian Gladman2020-05-041-0/+8
* Fix EOL handling in genmacro.c (#123)mx2372020-05-031-1/+1
* Revert optimizations added in #68 (#146)Denis Denisov2020-05-0315-390/+27
* Fix info.stab / info.stabstr typo in stabs-dbgfmt.c (#96)Ozkan Sezer2020-05-031-1/+1
* Allow user to set the YASM path with or without an ending backslash in Visual...Brian Gladman2019-10-121-1/+1
* add build files for Microsoft Visual Studio 2019Brian Gladman2019-05-1636-0/+4425
* Merge branch 'master' of https://github.com/yasm/yasmBrian Gladman2018-12-040-0/+0
|\
| * correct bug in VSYASM build integration files (vsyasm.targets)Brian Gladman2018-12-041-2/+2
* | correct bug in VSYASM build integration files (vsyasm.targets)Brian Gladman2018-12-041-4/+4
|/
* change vsyasm.props to use the YASM_PATH environment variable if presentBrian Gladman2018-09-281-3/+3
* Update the files for integrating YASM into Visual Studio 2017Brian Gladman2018-09-272-61/+63
* avoid 'return value of ftruncate ignored' warnings (#76)mostynb2017-09-231-1/+2
* allow movbe to be suffixed with wlq in gas syntax.Matt Oliver2017-09-231-1/+3
* fix memory errors when using gas processor with coff object output.Matt Oliver2017-09-231-0/+1
* Only print 'warnings treated as errors' if there were warnings (#75)Simon Brenner2017-09-231-8/+10
* Leak fixes (#79)bird2tori2017-09-234-0/+11
* New AMD Excavator MONITORX, MWAITX instruction support (for 32bit/64bit) (#78)Paul Blinzer2017-09-231-0/+14
* add Visual Studio 2017 build filesBrian Gladman2017-03-0737-0/+4430
* add missing VC++ headerBrian Gladman2017-03-071-0/+8
* Added -Wno-segreg-in-64bit.Peter Johnson2015-11-065-2/+9
* Merge branch 'master' of github.com:yasm/yasmBrian Gladman2015-11-063-9/+15
|\