Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-24 | Teach KLEE to respect the requested memory alignment of globals and stack | Dan Liew | |
variables when possible. Previously an alignment 8 was always used which did not faithfully emulate what was either explicitly requested in the LLVM IR or what the default alignment was for the target. |