summaryrefslogtreecommitdiffstats
path: root/sandbox/linux/seccomp-bpf/codegen_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* sandbox: move Codegen into bpf_dsl directorymdempsky2015-02-051-403/+0
* CodeGen: reuse far jumps when possiblemdempsky2014-12-021-0/+32
* CodeGen: rewrite implementation [3/3]mdempsky2014-11-201-10/+49
* CodeGen: simplify unit tests [2/3]mdempsky2014-11-181-334/+164
* CodeGen: refactor API [1/3]mdempsky2014-11-171-74/+63
* CodeGen: refactor unit tests using parameterized testsmdempsky2014-11-031-173/+152
* bpf_dsl: add TrapRegistry and extract PolicyCompilermdempsky2014-10-161-6/+1
* Linux sandbox: Remove CodeGen::JoinInstructions.rickyz2014-09-181-17/+15
* Decouple CodeGen from ErrorCodemdempsky2014-09-171-28/+26
* Large IWYU cleanup for seccomp-bpfmdempsky2014-09-161-2/+7
* Linux sandbox: reformat codegen_unittest.ccjln@chromium.org2014-03-311-81/+76
* Linux Sandbox: fix BPF compiler bugjln@chromium.org2014-03-281-0/+96
* Linux sandbox: cleanup sandbox-bpf naming.jln@chromium.org2013-12-101-4/+4
* Remove SECCOMP_BPF_STANDALONE and port the demo target to gyp.rsesek@chromium.org2013-11-141-0/+2
* SANDBOX-BPF: Initial version of the updated code generator.markus@chromium.org2012-10-191-0/+445