summaryrefslogtreecommitdiff
path: root/macros
Commit message (Expand)AuthorAgeFilesLines
* preproc: add %i... variants, evaluated macro parameters, cleanupsevalmacroH. Peter Anvin2019-02-261-7/+1
* Cleanup of label renaming infrastructure, add subsection supportH. Peter Anvin2018-06-011-7/+14
* BR 3392411: smartalign: make sure we always define the end symbolH. Peter Anvin2017-09-271-2/+2
* perl: change to the new, safer 3-operand form of open()H. Peter Anvin2017-04-021-2/+2
* macros: standart -- Shift endmacro leftCyrill Gorcunov2017-01-061-1/+1
* Handle multiple standard macro sets sanelyH. Peter Anvin2016-07-132-25/+52
* Reorganize the source code into subdirectoriesH. Peter Anvin2016-05-252-0/+493
* ifunc.mac: the ilog2 warning may want to be both ceil and floorH. Peter Anvin2016-05-241-1/+3
* smartalign.mac: Ignore smartalign in preprocess-only modeH. Peter Anvin2016-01-151-1/+3
* eval: add general support for "integer functions" and add ilog2*()H. Peter Anvin2012-05-311-0/+46
* New %use package "fp"H. Peter Anvin2010-05-071-0/+54
* Rename SEGALIGN to SECTALIGNCyrill Gorcunov2010-04-211-1/+1
* smartalign.mac: align macro should align a segment as wellCyrill Gorcunov2010-04-211-0/+1
* smartalign: Introduce nojmp modeCyrill Gorcunov2010-04-211-3/+7
* Add copyright headers to standard macro packagesH. Peter Anvin2009-06-282-0/+66
* smartalign: clean up unnecessary duplication; tweak dependenciesH. Peter Anvin2008-10-251-64/+13
* smartalign: use a "times" construct rather than %repH. Peter Anvin2008-10-191-3/+2
* smartalign: rewrite to use the indirect construct, %[...]H. Peter Anvin2008-10-191-83/+21
* Already aligned aligns should be 0 bytes, not %1.Victor van den Elzen2008-10-011-3/+3
* Actually make non-power-of-2 alignments workH. Peter Anvin2008-09-251-3/+3
* smartalign: use context-local labelH. Peter Anvin2008-07-171-2/+2
* smartalign: adjust the alignment thresholdH. Peter Anvin2008-07-171-2/+11
* smartalign: 16-bit generic alignment macrosH. Peter Anvin2008-07-171-12/+11
* smartalign: 16-bit P6 NOPsH. Peter Anvin2008-07-171-6/+6
* smartalign.mac: smart alignments macro packageH. Peter Anvin2008-07-161-0/+255
* preproc: add support for builtin include modules (%use)H. Peter Anvin2008-06-191-0/+74