Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-31 | llvm: build with fewer warnings | Jan Voung | |
Warnings: unused variables, unused functions, -Wreorder, and remember to return a value in a non-void function. Also remove setjmp/longjmp intrinsics for x86, which aren't being used now (no equivalents in ARM and no equivalent for x86-64 with the zero-based sandbox, etc.). This exposes a few more unused functions. BUG= none TEST= test-all Review URL: https://codereview.chromium.org/11345016 | |||
2012-10-24 | Change BKPT and UDF instruction encodings to match NaCl ARM validator and ↵ | JF Bastien | |
runtime. BUG=match ARM validator and runtime R=dschuff@chromium.org Review URL: https://codereview.chromium.org/11254002 | |||
2012-07-03 | Diff from hg rev 0b098ca44de7 | Derek Schuff | |