insns: Mark AVX2 instructions as FUTURE
[platform/upstream/nasm.git] / preproc.c
2011-06-27 Cyrill Gorcunovpreproc: Finally drop context-through search
2011-06-27 Cyrill Gorcunovpreproc: nasm_free is safe against NULL argument
2011-06-26 Cyrill GorcunovRevert "BR3288901: Relax concat rules in preprocessor...
2011-06-26 Cyrill Gorcunovpreproc: Add trace point into paste_tokens
2011-06-26 Cyrill Gorcunovpreproc: Some more tracing calls
2011-06-26 Cyrill Gorcunovpreproc: Missed double charp in nasm_trace
2011-06-25 Cyrill Gorcunovpreproc: Add tokenization tracing
2011-06-25 Cyrill Gorcunovpreproc.c: Get rid of a few tabs and update year
2011-06-25 Cyrill Gorcunovpreproc.c: Use list_reverse helper
2011-06-25 Cyrill Gorcunovpreproc: Drop unused 'mtok' variable
2011-06-25 Cyrill GorcunovBR3288901: Relax concat rules in preprocessor code
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-03-07 Cyrill Gorcunovpreproc.c: Don't forget to dup filename before free
2011-03-05 Cyrill Gorcunovpreproc.c: Fix use-after-free bug
2011-02-28 Cyrill GorcunovMerge branch 'nasm-2.09.xx'
2011-02-28 Cyrill Gorcunovpreproc: Use nasm_zalloc helper
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-12-18 Keith Kaniospreproc.c: fix tokenize() warnings for ignored expansio...
2010-12-18 Keith Kaniospreproc.c: simplify %un[i]macro warning message
2010-12-18 Keith Kaniospreproc.c: warn/ignore when attempting to %un[i]macro...
2010-12-18 Keith Kaniospreproc.c: replace tabs with spaces on recent commits
2010-12-18 Keith Kaniospreproc.c: free expansion definitions as needed
2010-12-18 Keith Kaniospreproc.c: free tokens when ignoring expansion definiti...
2010-12-18 Keith Kaniospreproc.c: placate tokenize() warnings during expansion...
2010-11-23 Cyrill GorcunovMerge branch 'insns'
2010-11-21 Cyrill GorcunovMerge branch 'nasm-2.09.xx'
2010-11-16 H. Peter AnvinMerge branch 'nasm-2.09.xx'
2010-11-13 Keith Kaniospreproc.c: fix handling of %? and %??
2010-11-11 Cyrill GorcunovMerge branch 'cleanup'
2010-11-11 Cyrill GorcunovRevert 29cb0bb1b39f4e3c9e013993457e85fce14f5142
2010-11-11 Cyrill Gorcunovpreproc: Add dump_token helper
2010-11-11 Cyrill Gorcunovpreproc: Use nasm_zalloc more
2010-11-11 Cyrill Gorcunovpreproc: Use memset for stack allocated structure
2010-11-11 Cyrill Gorcunovpreproc: inc_fopen -- set sl->next early
2010-11-11 Cyrill Gorcunovpreproc: Use nasm_zalloc for new_ExpDef, new_ExpInv
2010-11-11 Cyrill Gorcunovpreproc: Use nasm_zalloc in new_Line
2010-11-11 Cyrill Gorcunovpreproc.c: Get rid of tab/space mess
2010-11-10 Cyrill Gorcunovpreproc: do_directive: Allocate 'Include' from zeroifie...
2010-11-08 H. Peter Anvinpreproc.c: use nasm_strdup() rather than naked strdup()
2010-11-08 Keith Kaniospreproc.c: placate errors in OpenWatcom Compiler
2010-11-07 Keith Kaniospreproc.c: Fix OpenWatcom compiler error
2010-11-07 Cyrill Gorcunovpreproc.c: Fix OpenWatcom compiler error
2010-11-06 Keith Kaniospreproc.c: merge from preproc-rewrite branch
2010-10-27 Cyrill GorcunovMerge branch 'nasm-2.09.xx'
2010-10-27 Cyrill Gorcunovpreproc.c: Restore concat rules on context local variables
2010-10-27 Cyrill Gorcunovpreproc: Issue warning on unterminated %{ construct
2010-10-27 Cyrill GorcunovBR3074517: Print %macro name inside %rep blocks
2010-10-07 Cyrill Gorcunovpreproc: Issue warning on unterminated %{ construct
2010-10-06 H. Peter AnvinMerge branch 'nasm-2.09.xx'
2010-10-06 Cyrill Gorcunovpreproc.c: Support multiple matches in paste_tokens
2010-09-30 Cyrill GorcunovBR30730640: Restore preprocessor token concatenation...
2010-09-24 Cyrill GorcunovBR3074517: Print %macro name inside %rep blocks
2010-09-17 Cyrill GorcunovMerge branch 'nasm-2.09.xx'
2010-09-17 Cyrill GorcunovBR3066383: Restore backward compatibility with token...
2010-09-15 Cyrill GorcunovMerge branch 'nasm-2.09.xx'
2010-09-15 Cyrill GorcunovBR3064459: Missing %endif doesn't always cause error
2010-09-15 H. Peter AnvinMerge branch 'nasm-2.09.xx'
2010-09-15 H. Peter Anvinpreproc: reverse the order of the tokens in %deftok
2010-09-12 Cyrill Gorcunovpreproc.c: Get rid of new TABs brought in recently
2010-09-11 Cyrill GorcunovBR3064459: Missing %endif doesn't always cause error
2010-09-07 Cyrill Gorcunovpreproc.c: Make %substr robust
2010-09-07 Cyrill GorcunovHandle %substr invalid parameters preventing NULL deref...
2010-09-07 Cyrill Gorcunovpreproc.c: Make %substr robust
2010-09-07 Cyrill GorcunovHandle %substr invalid parameters preventing NULL deref...
2010-09-06 Cyrill GorcunovFix NULL dereferences on %substr missing operands
2010-09-06 Cyrill GorcunovFix NULL dereferences on %substr missing operands
2010-09-06 Cyrill GorcunovBR3060469: Fix SIGSEV on missed %deftok second parameter
2010-09-06 Cyrill GorcunovBR3060469: Fix SIGSEV on missed %deftok second parameter
2010-08-14 Keith Kaniospreproc.c: revamped context-local fall-through warning...
2010-08-11 Cyrill Gorcunovpreproc.c: Context-through single macros expansion...
2010-08-11 Keith Kaniospreproc.c: modified deprecation warning for context...
2010-08-09 Cyrill Gorcunovpreproc.c: Fix error message typo
2010-08-09 Cyrill GorcunovBR3041451: Implement upper bound for %rep counter
2010-08-09 Keith Kaniospreproc.c: added deprecation warning for context-local...
2010-07-23 Cyrill Gorcunovpreproc.: Fix NULL dereference on broken %strlen argument
2010-07-20 H. Peter Anvinpreproc: allow non-identifier character in environment...
2010-07-16 H. Peter AnvinMerge branch 'nasm-2.08.xx'
2010-07-13 H. Peter Anvinpreproc: add %ifenv
2010-07-13 H. Peter AnvinBR3028880: Revert to nonfatal, better error message...
2010-07-13 Cyrill GorcunovBR3028880: Make nonexistent environment variable being...
2010-07-13 Cyrill GorcunovBR3028880: Fix NULL dereference on nonexistent environm...
2010-07-13 Cyrill Gorcunovtokenize: Fix wrong string index in indirect strings
2010-07-13 Cyrill Gorcunovpreproc: Extract reading line from predefined macros...
2010-07-13 Cyrill GorcunovMerge branches 'master' and 'preproc-paste-fix'
2010-07-13 Cyrill GorcunovBR3026808: Assign to local preprocessor variable does...
2010-07-09 Cyrill Gorcunovpreproc.c: Fix NULL deref on token pasting
2010-07-09 Cyrill Gorcunovpreproc.c: Fix NULL deref on token pasting
2010-07-08 H. Peter Anvinpreproc: don't paste TOK_PREPROC_ID
2010-07-08 H. Peter AnvinRevert "BR3005117: Expland local single macro before...
2010-07-08 H. Peter AnvinRevert "expand_mmac_params: Don't forget to handle...
2010-07-08 H. Peter AnvinRevert "expand_mmac_params: Expand local single macros...
2010-07-08 H. Peter AnvinRevert "expand_mmac_params: Expand local single macros...
2010-06-19 Cyrill Gorcunovpreproc.c: Get rid of signed/unsigned comparison warning
next