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-09-13
Report fatal translator errors to the browser
Derek Schuff
2013-08-13
Add pnacl-llc CMake dependency on LLVMNaClTransforms.
JF Bastien
2013-07-31
Copy (strdup) a command-line arg to avoid use-after-free.
Jim Stichnoth
2013-07-25
More pnacl-llc cleanups.
Eli Bendersky
2013-07-23
More cleanups of pnacl-llc.
Eli Bendersky
2013-07-19
Switch to the upstream way to measure IR parsing time, since we have 3.3 now
Eli Bendersky
2013-07-18
Merge remote-tracking branch 'origin/master'
Eli Bendersky
2013-07-16
Make it compile
Eli Bendersky
2013-07-15
Clean up some duplicated and/or unused code in pnacl-llc.
Eli Bendersky
2013-07-15
Run the LLVM IR verifier just once in pnacl-llc.
Eli Bendersky
2013-07-01
Cleanup of pnacl-llc.
Eli Bendersky
2013-06-28
Change header include for llvm.nacl.target.arch in pnacl-llc.
Jan Voung
2013-06-24
Force user to provide -mptriple to pnacl-llc.
Eli Bendersky
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