MPX: Add test cases for MPX
[platform/upstream/nasm.git] / eval.c
2013-10-03 Cyrill GorcunovMerge branch 'nasm-2.10.xx'
2013-10-02 H. Peter AnvinMerge branch 'avx512'
2013-08-06 Jin Kyu SongAVX-512: Add support for parsing braces
2013-02-17 Cyrill Gorcunoveval: Use is_power2 helper instead of open code
2012-05-31 H. Peter Anvineval: add general support for "integer functions" and...
2011-07-15 Cyrill GorcunovMerge branch 'nasm-2.09.xx'
2011-07-03 Cyrill GorcunovMerge branch 'nasm-2.09.xx'
2011-06-23 H. Peter AnvinMerge branch 'nasm-2.09.xx'
2011-06-23 H. Peter AnvinMerge branch 'nasm-2.09.xx'
2011-04-06 Cyrill GorcunovMerge branch 'nasm-2.09.xx'
2011-03-15 H. Peter AnvinMerge branch 'nasm-2.09.xx'
2011-03-12 Cyrill GorcunovMerge branch 'nasm-2.09.xx'
2011-02-28 Cyrill GorcunovMerge branch 'nasm-2.09.xx'
2011-02-22 Cyrill GorcunovMerge branch 'nasm-2.09.xx'
2011-02-21 Cyrill GorcunovMerge branch 'nasm-2.09.xx'
2011-02-20 Cyrill GorcunovMerge branch 'nasm-2.09.xx'
2011-02-14 Cyrill GorcunovMerge branch 'nasm-2.09.xx'
2010-11-23 Cyrill GorcunovMerge branch 'insns'
2010-11-21 Cyrill GorcunovMerge branch 'nasm-2.09.xx'
2010-11-20 Cyrill Gorcunoveval: rexp3 should operate with 64bit numbers
2010-11-16 H. Peter AnvinMerge branch 'nasm-2.09.xx'
2010-11-06 Cyrill Gorcunoveval: rexp3 should operate with 64bit numbers
2010-10-27 Cyrill GorcunovMerge branch 'nasm-2.09.xx'
2010-10-06 H. Peter AnvinMerge branch 'nasm-2.09.xx'
2010-09-17 Cyrill GorcunovMerge branch 'nasm-2.09.xx'
2010-09-15 Cyrill GorcunovMerge branch 'nasm-2.09.xx'
2010-09-15 H. Peter AnvinMerge branch 'nasm-2.09.xx'
2010-09-09 Cyrill Gorcunoveval.c: Use OPFLAG_FORWARD instead of opencoded number
2009-10-31 Cyrill GorcunovVarious tab/space/comment cleanup
2009-07-06 H. Peter AnvinNASM: relicense under the 2-clause BSD license
2009-06-29 H. Peter AnvinAdd copyright headers to the *.c/*.h files in the main...
2008-07-16 Victor van den Elzenfix unitialized variable in eval_strfunc
2008-06-17 H. Peter AnvinMerge branch 'nasm-2.03.x'
2008-06-16 H. Peter AnvinMerge branch 'nasm-2.03.x'
2008-06-16 H. Peter AnvinMerge branch 'nasm-2.03.x'
2008-06-16 H. Peter AnvinMerge branch 'nasm-2.03.x'
2008-06-16 H. Peter AnvinMerge branch 'nasm-2.03.x'
2008-06-16 H. Peter AnvinMerge branch 'nasm-2.03.x'
2008-06-15 H. Peter AnvinMerge branch 'nasm-2.03.x'
2008-06-15 H. Peter AnvinMerge branch 'nasm-2.03.x'
2008-06-15 H. Peter AnvinSupport __utf16__ and __utf32__ in an expression context
2008-06-12 H. Peter AnvinMerge branch 'nasm-2.03.x'
2008-06-10 H. Peter AnvinMake strings a first-class token type; defer evaluation
2008-03-13 Charles CrayneDisplay fully qualified local label in "not defined...
2007-12-29 Berosetregularized spelling of license to match name of LICENS...
2007-11-06 Charles CrayneUpgrade label functions to 64-bit
2007-11-05 H. Peter AnvinPermit opcode names as labels as long as they are follo...
2007-10-30 H. Peter AnvinUse a 32-bit floating-point limb size; support 8-bit...
2007-10-19 H. Peter AnvinFormatting: kill off "stealth whitespace"
2007-10-13 Keith KaniosFix 32-bit types in preproc.c and eval.c
2007-10-10 H. Peter AnvinUse the compiler-provided booleans if available, otherw...
2007-10-04 H. Peter AnvinChange cloc_t to struct location, and reorder the members
2007-10-04 H. Peter AnvinBR 1352920: change loc_t -> cloc_t
2007-10-03 H. Peter AnvinPortability fixes
2007-09-24 H. Peter AnvinSupport __float*__ for floating-point numbers in expres...
2007-09-24 H. Peter Anvineval.c: replace sequence of ifs with switch
2007-05-02 Chuck CrayneAllow '!' to be used in expressions with same meaning...
2007-04-12 Keith KaniosGeneral push for x86-64 support, dubbed 0.99.00.
2005-01-15 H. Peter AnvinApply Nindent to all .c and .h files
2002-05-27 H. Peter AnvinCorrect handling of SEG <nonsegment>; per BR 560575
2002-05-26 H. Peter AnvinHandle $ and $$ in ABSOLUTE sections
2002-04-30 H. Peter AnvinNASM 0.98.03
2002-04-30 H. Peter AnvinNASM 0.98p3.2
2002-04-30 H. Peter AnvinNASM 0.98p3
2002-04-30 H. Peter AnvinNASM 0.96