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-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
2013-03-15
PNaCl: Add ExpandConstantExpr pass for converting ConstantExprs to Instructions
Mark Seaborn
2013-03-14
Fix CMakeFile as well.
Derek Schuff
2013-03-14
Fix LLVMBuild.txt for NaCl analysis passes
Derek Schuff
2013-03-14
Cleanup of ABI Checker
Derek Schuff
2013-03-13
ABI verifier: Add standalone tool pnacl-abicheck
Derek Schuff
2013-03-11
Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'
Eli Bendersky
2013-03-06
Add an RPC to LLC.nexe to init with appended flags (vs set all flags).
Jan Voung
2013-02-27
print TLS segment
Shankar Easwaran
2013-02-26
Try to get rid of a -wunitialized warning: explicitly initialize the pointer
Eli Bendersky
2013-02-26
Fix auto_ptr is deprecated warnings
Matt Arsenault
2013-02-25
Provide workaround for PR 15130.
Andrew Kaylor
2013-02-21
[objdump] Add PT_PHDR.
Michael J. Spencer
[next]