aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/asm_ia32
Commit message (Expand)AuthorAgeFilesLines
* Rename all references of ia32 to x86-32 and amd64 to x86-64.lloyd2011-04-222-157/+0
* Also allow clang with 32-bit assembly code, everything seems to worklloyd2010-08-081-0/+11
* Consolidate the two engines that provided assembler implementationslloyd2010-07-131-1/+1
* Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-161-0/+4
* Instead of having two asm_macr.h files being switched in based on modulelloyd2009-11-142-4/+0
* Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-291-2/+0
* Add engine deps on the asm_xxx modules so the engines get loadedlloyd2009-09-241-0/+4
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-25/+27
* Macro cleanuplloyd2008-11-091-7/+2
* Make PBE base, IF_algo only load if needed by dependencieslloyd2008-10-011-1/+1
* Fix loading issueslloyd2008-09-291-1/+1
* load_on request, not load_on required (though it had the same effect)lloyd2008-09-291-1/+1
* Make asm implementations distinctly named objects, for instance MD5_IA32,lloyd2008-09-292-0/+147