aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMNaClHeaders.cpp
AgeCommit message (Collapse)Author
2012-10-31llvm: build with fewer warningsJan 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-24Change 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-03Diff from hg rev 0b098ca44de7Derek Schuff