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-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
Split Alignment out of the Section Characteristics.
Rafael Espindola
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-06
Remove some redundant includes in llvm-mc.cpp.
Rafael Espindola
2013-05-04
Optimize llvm-link too.
Rafael Espindola
2013-05-04
Last batch of cleanups to Linker.h.
Rafael Espindola
2013-05-04
Don't construct or delete a module on the Linker.
Rafael Espindola
2013-05-04
Remove unused members and constructor arguments.
Rafael Espindola
2013-05-04
Add missing header.
Rafael Espindola
2013-05-03
Revert r181009.
Amara Emerson
2013-05-03
Add support for reading ARM ELF build attributes.
Amara Emerson
2013-05-02
Remove redundant flag.
Bill Wendling
2013-05-02
We don't want FP elimination when doing an Apple-style build.
Bill Wendling
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
Use llvm/Object/MachO.h in macho-dumper. Drop the old macho parser.
Rafael Espindola
2013-04-26
Copy Bitwriter to generate PNaClBitwriter.
Karl Schimpf
2013-04-25
Clarify getRelocationAddress x getRelocationOffset a bit.
Rafael Espindola
2013-04-25
Don't compute a std::vector<uint8_t> just to write it out a stream.
Rafael Espindola
2013-04-24
Use pointers to iterate over symbols.
Rafael Espindola
2013-04-24
Don't produce an empty llvm.compiler.used in LTO.
Rafael Espindola
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-23
Fix typo.
Rafael Espindola
2013-04-23
Simplify yaml2obj a bit.
Rafael Espindola
2013-04-23
Write relocations in yaml2obj.
Rafael Espindola
2013-04-22
Fix bot build of translator, renormalize CMakeLists/LLVMBuild.txt/Makefile
Derek Schuff
[prev]
[next]