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
Age
Commit message (
Expand
)
Author
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
Revert llc to upstream
Eli Bendersky
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
Fix the ninja build by adding naclbitreader to dependencies.
Jim Stichnoth
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-06-06
Make PNaCl bitcode files have a different format from LLVM bitcode files.
Karl Schimpf
2013-06-05
PNaCl ABI: Strip out attributes on functions and function calls
Mark Seaborn
2013-06-05
Change CL flag -pnacl-freeze to -bitcode-format={llvm,pnacl}.
Karl Schimpf
2013-05-30
PNaCl: Add a pass to expand out Clang's use of registers of struct type
Mark Seaborn
2013-05-29
PNaCl: Add ExpandSmallArguments pass to widen parameters to 32 bits
Mark Seaborn
2013-05-28
Update llc/pnacl-llc makefiles to link nacltransforms.
Eli Bendersky
2013-05-28
PNaCl: Extend ExpandMulWithOverflow pass to handle uadd.with.overflow too
Mark Seaborn
2013-05-28
Add two passes that implement conversions from PNaCl's specific intrinsics
Eli Bendersky
2013-05-24
PNaCl: Add "-pnacl-abi-simplify-{pre,post}opt" meta-passes to "opt"
Mark Seaborn
2013-05-24
PNaCl: Add pass to expand out Clang-generated umul.with.overflow calls
Mark Seaborn
2013-05-24
Allow generation of pnacl bitcode files in several llvm commnads.
Karl Schimpf
2013-05-24
Make abbreviations explicit in pnacl-freeze/thaw.
Karl Schimpf
2013-05-22
PNaCl: Add ReplacePtrsWithInts pass for stripping out pointer types
Mark Seaborn
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
2013-05-14
Adding a pass - RewritePNaClLibraryCalls, that replaces known library calls w...
Eli Bendersky
2013-05-10
PNaCl ABI: Promote illegal integer types
Derek Schuff
2013-05-10
LLVM: Add ELF Note section to NaCl object files identifying them as such to gold
Derek Schuff
2013-05-08
Insert denominator zero checks for NaCl
David Sehr
2013-05-06
Copy llvm-bcanalyzer to build pnacl-bcanalyzer.
Karl Schimpf
2013-05-06
Allow pnacl-freeze/thaw to redirect to stdin/stdout.
Karl Schimpf
2013-05-06
Fix build warnings/UB in LTOCodeGenerator.cpp
Derek Schuff
2013-05-01
Copy LLVM bitcode reader to generate a PNaCl wire format reader.
Karl Schimpf
2013-04-30
Remove unnecessary includes from pnacl-freeze.
Karl Schimpf
2013-04-29
Fix CMake build of bitcode wrapper header utility.
Derek Schuff
2013-04-26
Check for metadata in PNaCl ABI checker.
Jan Voung
2013-04-26
Copy Bitwriter to generate PNaClBitwriter.
Karl Schimpf
2013-04-23
PNaCl: Add ExpandByVal pass for expanding out by-value struct args and results
Mark Seaborn
2013-04-23
PNaCl: Add FlattenGlobals pass for simplifying global variable initializers
Mark Seaborn
2013-04-22
Fix bot build of translator, renormalize CMakeLists/LLVMBuild.txt/Makefile
Derek Schuff
2013-04-18
Fix CMake build
Derek Schuff
2013-04-01
pnacl-abicheck: Fix exit status so that 256 errors aren't reported as success
Mark Seaborn
2013-04-01
PNaCl: Allow the ABI checker to be used from "opt"
Mark Seaborn
2013-03-28
Add a pass to strip bitcode metadata.
Jan Voung
2013-03-28
Target Cortex-A9 with NEON in PNaCl's LLC driver.
JF Bastien
2013-03-27
Make pnacl-abicheck return nonzero status if errors are found.
Derek Schuff
2013-03-26
PNaCl: Add ExpandGetElementPtr pass for converting GetElementPtr to arithmetic
Mark Seaborn
2013-03-25
PNaCl ABI: add passes to cleanup/finalize some linkage types and resolve alia...
Derek Schuff
2013-03-25
Add -time-ir-parsing flag to llc.
Eli Bendersky
2013-03-21
PNaCl: Add ExpandVarArgs pass for expanding out variable-args function calls
Mark Seaborn
2013-03-20
Merge remote-tracking branch 'origin/master'
Eli Bendersky
[next]