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
Age
Commit message (
Expand
)
Author
2013-07-02
Simplify globals in PNaCl wire format based on normalized constants.
Karl Schimpf
2013-07-02
Tweak the PNaClLangRef doc with some recent changes
Eli Bendersky
2013-07-02
Enable ABI verification check for whitelisting external symbols
Eli Bendersky
2013-07-01
Internalize all symbols except _start.
Eli Bendersky
2013-07-01
PNaCl ABI checker: Check for exact names and types of whitelisted intrinsics
Mark Seaborn
2013-07-01
Cleanup of pnacl-llc.
Eli Bendersky
2013-06-29
PNaCl ABI: Remove use of @llvm.memset.p0i8.i64 (64-bit intrinsic variant)
Mark Seaborn
2013-06-28
Move stacksave/restore to allowed list, pow to disallowed.
Jan Voung
2013-06-28
Revert the IntrinsicLowering logic that preserves externals for intrinsics.
Eli Bendersky
2013-06-28
Teach llvm-nm to read PNaCl bitcode.
Eli Bendersky
2013-06-28
Do not preserve abort() - it's not needed for ARM and X86.
Eli Bendersky
2013-06-28
Change header include for llvm.nacl.target.arch in pnacl-llc.
Jan Voung
2013-06-27
Do not preserve "pow" for the sake of re-materializing intrinsics.
Eli Bendersky
2013-06-26
PNaCl pexe reader: Remove now-unused Type argument from getValue()/popValue()
Mark Seaborn
2013-06-26
PNaCl wire format: Disallow duplicate FORWARDTYPEREFs for the same value ID
Mark Seaborn
2013-06-26
PNaCl: Remove some LOCALMODs in the upstream bitcode reader/writer
Mark Seaborn
2013-06-26
PNaCl wire format: Remove the METADATA_BLOCK block from pexes
Mark Seaborn
2013-06-26
PNaCl wire format: Use FORWARDTYPEREF consistently for all forward references
Mark Seaborn
2013-06-26
PNaCl wire format: Clean up representation of "alloca" instruction
Mark Seaborn
2013-06-26
PNaCl wire format: Remove magic number and hash from encoding of 'switch'
Mark Seaborn
2013-06-25
PNaCl wire format: Remove code for reading old SwitchInst representation
Mark Seaborn
2013-06-25
Support for mem* library functions in stable bitcode via intrinsics.
Eli Bendersky
2013-06-25
PNaCl wire format: Remove the top-level DATALAYOUT record
Mark Seaborn
2013-06-25
PNaCl: Fix ExpandStructRegs to handle "select" instructions
Mark Seaborn
2013-06-25
Revert "Apply upstream r183551, r183601, r183624 and r183794"
Jan Voung
2013-06-25
PNaCl: Fix removal of dead function prototypes in ABI simplification
Mark Seaborn
2013-06-25
PNaCl ABI: Disallow various operations on the i1 type
Mark Seaborn
2013-06-24
Clarify PNaClLangRef w.r.t. function attributes or varargs
Eli Bendersky
2013-06-24
PNaCl ABI: Strip alignment info from memcpy/memmove/memset intrinsic calls
Mark Seaborn
2013-06-24
PNaCl ABI: Disallow built-in multiplication in "alloca" instructions
Mark Seaborn
2013-06-24
Move i32/i64 cttz, ctlz, and ctpop to whitelisted intrinsics.
Jan Voung
2013-06-24
Force user to provide -mptriple to pnacl-llc.
Eli Bendersky
2013-06-24
Simplify representation of forward value references in bitcode.
Karl Schimpf
2013-06-24
Merge r179774: Allow misaligned stores in x86 fast-isel.
Mark Seaborn
2013-06-23
PNaCl wire format: Remove the top-level TRIPLE record
Mark Seaborn
2013-06-21
PNaCl wire format: Update comments for function attribute removal
Mark Seaborn
2013-06-21
Update LangRef.rst to the 3.3 version and add PnaclRef.rst
Eli Bendersky
2013-06-21
PNaCl wire format: Remove function attributes from pexe reader/writer
Mark Seaborn
2013-06-21
Fix warning messages in bitcode encoding functions.
Karl Schimpf
2013-06-20
Unbreak CMake+Ninja build
Eli Bendersky
2013-06-20
Clean-up pnacl-llc a bit, now that it's truly PNaCl-only.
Eli Bendersky
2013-06-20
PNaCl ABI: Reduce the set of allowed "align" attributes on loads/stores
Mark Seaborn
2013-06-19
PNaCl ABI: Disallow the "externally_initialized" attribute of GlobalVariables
Mark Seaborn
2013-06-19
Rewrite llvm.flt.rounds to "1" for now, and disallow llvm.flt.rounds.
Jan Voung
2013-06-19
Fix an x86-64 fast-isel address calculation overflow.
Jim Stichnoth
2013-06-19
Insulate calling conventions in PNaCl bitcode files.
Karl Schimpf
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-16
PNaCl ABI: Disallow non-default symbol visibility ("hidden" and "protected")
Mark Seaborn
2013-06-14
PNaCl ABI: Disallow the "available_externally" linkage type
Mark Seaborn
[next]