summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Fix function declaration warnings with clang (#226)HEADmasterBiswapriyo Nath2023-05-171-2/+2
* GAS preprocessor: don't cut comments inside of string literals. (#81)Ulya Trofimovich2023-05-121-1/+27
* More makedep features (#80)bird2tori2023-05-121-12/+8
* Fix allocator mismatch (#107)Duncan Ogilvie2023-05-121-3/+3
* 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
* 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 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
* Fix detecting Windows platform (#204)Biswapriyo Nath2023-05-121-1/+1
* Update Mach-O for newer macOS (#180)Peter Johnson2021-07-1014-303/+1786
* Fix test failures (#177)Peter Johnson2021-07-091-1/+1
* Revert optimizations added in #68 (#146)Denis Denisov2020-05-0310-237/+17
* Fix info.stab / info.stabstr typo in stabs-dbgfmt.c (#96)Ozkan Sezer2020-05-031-1/+1
* 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
* Leak fixes (#79)bird2tori2017-09-233-0/+10
* New AMD Excavator MONITORX, MWAITX instruction support (for 32bit/64bit) (#78)Paul Blinzer2017-09-231-0/+14
* Added -Wno-segreg-in-64bit.Peter Johnson2015-11-061-1/+1
* Support numbers prefixed with + or - in %ifnumHenrik Gramner2015-10-171-1/+4
* Merge pull request #68 from jix/masterPeter Johnson2015-01-0110-17/+237
|\
| * Interpret vstart as linear addressJannis Harder2012-08-011-3/+11
| * Generate segmented addresses for labelsJannis Harder2012-08-011-14/+26
| * Add segments to label addressesJannis Harder2012-08-011-2/+14
| * squashmeJannis Harder2012-08-011-1/+79
| * Overrides and dummy value finalization for binJannis Harder2012-07-311-0/+10
| * Add vseg section optionJannis Harder2012-07-3110-1/+101
* | Fix yasm segfaults GNU assembler files on OS XDenis Denisov2014-11-151-7/+9
* | COFF/PE: Always set paddr and vaddr to 0.Peter Johnson2014-09-2621-7794/+7743
* | Add missing objfmt_x64 to CMakeLists.txt.Peter Johnson2014-09-191-0/+1
* | Allow building of static executables with cmake.Peter Johnson2014-08-101-13/+23
* | Warnings cleanup.Peter Johnson2014-08-108-30/+9
* | coff-objfmt.c: Add missing break.Peter Johnson2014-04-131-0/+1
* | Add cpu ivybridge, haswell, broadwell, skylake.Peter Johnson2014-04-051-3/+38
* | Add Intel ADX, RDSEED, and SMAP instructions.Peter Johnson2014-04-0511-12/+158
* | Add Intel SHA instructions.Peter Johnson2014-02-143-1/+53
* | Use a larger hash table sizeHenrik Gramner2014-01-211-1/+1
* | cv8: Fix line number issues with multiple files.Peter Johnson2013-07-034-40/+67
* | Unbreak distcheck.Peter Johnson2013-06-211-2/+2
* | Fix vpbroadcastq.Peter Johnson2013-06-211-1/+1
* | Add support for "function" decorator in win32/win64.Peter Johnson2012-10-194-0/+171
* | gas-parse.c: Eliminate warning.Peter Johnson2012-08-301-2/+0
* | Add support for x32H.J. Lu2012-08-3030-20/+6427
* | Merge pull request #64 from sgraham/fix-win32-warningsPeter Johnson2012-08-302-2/+2
|\ \
| * | fix a couple warnings when building on win32Scott Graham2012-05-092-2/+2
* | | Fix vphaddudq opcode; should be DB rather than D8.Peter Johnson2012-08-182-4/+4