Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-08 | Allow the PNaCl toolchain to be used in place of a standard version of Clang. | Nick Bray | |
The main differences between PNaCl and standard Clang are that the tools are prefixed with "pnacl-" instead of "llvm-" and PNaCl does not accept "-o=file" style arguments, and requires them to be specified as "-o file". | |||
2012-12-25 | add x86-64 workaround to nativizer | Alon Zakai | |
2012-12-24 | debugging tool tweaks | Alon Zakai | |
2012-12-19 | Updated scripts to call python2 directly rather than relying on python ↵ | Alan Kligman | |
symlink pointing to the right place. See PEP394 for details on why this should be OK. | |||
2012-03-15 | make nativizer tool executable | Alon Zakai | |
2012-01-25 | improve nativize_llvm | Alon Zakai | |
2012-01-25 | add nativize_llvm tool | Alon Zakai | |