aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-24[NDK] Remove old yasm build scriptsHEADndk-r26dndk-r26cndk-r26bndk-r26-rc1ndk-r26-beta1ndk-r26ndk-r25cndk-r25bndk-r25-beta4ndk-r25-beta3ndk-r25-beta2ndk-r25-beta1ndk-r25ndk-r24-rc1ndk-r24-beta2ndk-r24-beta1ndk-r24ndk-r23cndk-r23bndk-r23-beta6ndk-r23-beta5ndk-r23-beta4ndk-r23-beta3ndk-r23-beta2ndk-r23-beta1ndk-r23ndk-r22-beta1ndk-r22ndk-r21endk-r21dndk-r21cndk-r21bndk-r21-rc1ndk-r21-beta2ndk-r21-beta1ndk-r21ndk-release-r23ndk-release-r22ndk-release-r21ndk-r27-releasendk-r26-releasendk-r25-releasendk-r24-releasemastermainbusytown-mac1010-releaseHaibo Huang
2019-06-12Remove support for 32-bit Windows.Dan Albert
2019-05-24Set CFLAGS_FOR_BUILD to be CFLAGS for yasmHaibo Huang
2019-03-22Adapt to ndk.hosts changes.Dan Albert
2018-01-22Use the appropriate i686 or x86_64 mingw-w64 triplendk-r20bndk-r20-beta3ndk-r20-beta2ndk-r20-beta1ndk-r20ndk-r19cndk-r19bndk-r19-beta2ndk-r19-beta1ndk-r19ndk-r18bndk-r18-beta2ndk-r18-beta1ndk-r17bndk-r17-beta2ndk-r17-beta1ndk-r17ndk-release-r20ndk-release-r19ndk-release-r18ndk-release-r17Ryan Prichard
2017-09-14Don't use TMPDIR when building yasm.Dan Albert
2016-01-12Install yasm to OUT_DIR, not DIST_DIR.ndk-r16-beta2ndk-r16-beta1ndk-r16ndk-r15-beta2ndk-r15-beta1ndk-r14-beta2ndk-r14-beta1ndk-r14ndk-r13-beta2ndk-r13-beta1ndk-r13ndk-r12bndk-r12-beta2ndk-r12-beta1ndk-release-r16ndk-r16-releasendk-r15-releasendk-r14-releasendk-r13-releasendk-r12-releaseDan Albert
2015-08-28Refactor to use build_support.Dan Albert
2015-08-28Use module docstring for argparse help.Dan Albert
2015-08-28Fix up build-yasm.sh to build standalone.Dan Albert
2015-08-28Move build-yasm.sh from ndk/ to toolchain/yasm/.Dan Albert
2015-06-26Upgrade to yasm 1.3.0.Elliott Hughes
2013-11-13test commitBrian Gladman
2013-11-13Minor change to Python detection in the Visual Studio build to avoid spurious...briangladman
2013-08-07Optimize matching loops.Peter Johnson
2013-07-03Update config.guess and config.sub.Peter Johnson
2013-07-03cv8: Fix line number issues with multiple files.Peter Johnson
2013-06-21Unbreak distcheck.Peter Johnson
2013-06-21Fix vpbroadcastq.Peter Johnson
2012-11-06Make the detection of Python in the Visual Studio 2010 build more robustBrianGladman
2012-10-19Add support for "function" decorator in win32/win64.Peter Johnson
2012-09-11add new elf file to visual studio 2010 buildBrianGladman
2012-08-30gas-parse.c: Eliminate warning.Peter Johnson
2012-08-30Regen yasm_arch.7 and yasm_objfmts.7.Peter Johnson
2012-08-30Add support for x32H.J. Lu
2012-08-30Merge pull request #64 from sgraham/fix-win32-warningsPeter Johnson
2012-08-30Improve check for Cython version.Peter Johnson
2012-08-18Fix vphaddudq opcode; should be DB rather than D8.Peter Johnson
2012-05-31Merge pull request #65 from vmt/masterPeter Johnson
2012-05-28Fix minor typo in the definition of pmulhrwVivek Thampi
2012-05-09fix a couple warnings when building on win32Scott Graham
2012-03-12Merge pull request #63 from nico/blahPeter Johnson
2012-03-10Don't use a C++ comment in a C source file.Nico Weber
2012-03-09Merge pull request #62 from nico/ticket246Peter Johnson
2012-03-06In the Mach-O writer, only warn on ignored flags if the new flagsNico Weber
2012-03-02Merge pull request #61 from fischman/masterPeter Johnson
2012-03-02Added support for HSW TSX instructions:sergey semenko
2012-03-02Add AMD TBM instructions.Jason Garrett-Glaser
2012-03-02Drop success-path chatter from genperf.Ami Fischman
2011-10-31Add prebuild step for yasm-verssion.hBrianGladman
2011-10-31add path for YASM-VERSION.hBrianGladman
2011-10-31Bump DEF_VER to 1.2.0 for release.Peter Johnson
2011-10-31Add Mkfiles/vc10/out_copy_rename.bat to distribution.Peter Johnson
2011-10-31Copy YASM-VERSION.h to Mkfiles for distribution.Peter Johnson
2011-10-31re2c: Work around tmpfile() issue on win32.Peter Johnson
2011-10-30win64: Default to nobase for .xdata section.Peter Johnson
2011-10-02re2c: Use tmpfile instead of fixed temporary filename.Peter Johnson
2011-10-02Merge pull request #60 from olsner/struc_basePeter Johnson
2011-10-02Add testcase for struc with base offsetSimon Brenner
2011-10-02Implement the base offset parameter to 'struc'Simon Brenner