aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/i386/bpf_jit_machdep.h
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.release/8.2.0_cvsKen Smith2011-02-161-1/+1
* Fix a typo in copyrights.Jung-uk Kim2008-08-251-1/+1
* MFamd64: Correctly check unsignedness of all registers usedJung-uk Kim2008-08-181-3/+15
* - Remove unnecessary jump instruction(s) when offset(s) is/are zero(s).Jung-uk Kim2008-08-131-33/+50
* MFamd64: Remove unused macros.Jung-uk Kim2008-08-121-21/+0
* Update copyrights and fix style(9).Jung-uk Kim2008-08-121-2/+2
* Emit opcodes closer to GNU as(1) generated codes and micro-optimize.Jung-uk Kim2008-06-241-48/+35
* Rehash and clean up BPF JIT compiler macros to match AT&T notations.Jung-uk Kim2008-06-231-57/+57
* Fix ZERO_EDX() macro from the previous commit. It was emittingJung-uk Kim2005-12-061-1/+1
* - Micro-optimize `mov $0, %edx' -> `xor %edx, %edx'.Jung-uk Kim2005-12-061-0/+6
* Add experimental BPF Just-In-Time compiler for amd64 and i386.Jung-uk Kim2005-12-061-0/+398