index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
pnacl-llc
Age
Commit message (
Expand
)
Author
2013-06-20
Clean-up pnacl-llc a bit, now that it's truly PNaCl-only.
Eli Bendersky
2013-06-17
PNaCl: Turn on ABI verifier by default in sandboxed translator
Mark Seaborn
2013-06-17
When running pnacl-llc sandboxed, force input to always be PNaCl bitcode.
Karl Schimpf
2013-06-12
Remove a stray usage of NACL_SRPC
Eli Bendersky
2013-06-11
Clean-up shared-library related code from pnacl-llc.
Eli Bendersky
2013-06-10
Merge the NACL_SRPC preprocessor flag into __native_client__
Eli Bendersky
2013-06-07
Fix Mispelled local variable in llc.
Karl Schimpf
2013-06-07
Add CL argument -bitcode-format to llvm-dis, llc, and pnacl-llc.
Karl Schimpf
2013-05-28
Update llc/pnacl-llc makefiles to link nacltransforms.
Eli Bendersky
2013-05-28
Add two passes that implement conversions from PNaCl's specific intrinsics
Eli Bendersky
2013-05-21
The RecordMetadataForSrpc function that was removed initialized NaClRecordObj...
Eli Bendersky
2013-05-15
Separate the PNaCl llc into a tool named pnacl-llc (how original!)
Eli Bendersky