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
/
include
Age
Commit message (
Expand
)
Author
2013-07-22
Remove module info records not allowed by PNaCl from the bitcode.
Karl Schimpf
2013-07-18
Merge remote-tracking branch 'origin/master'
Eli Bendersky
2013-07-15
Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'
Eli Bendersky
2013-07-13
Concurrency support for PNaCl ABI
JF Bastien
2013-07-10
Add option to pnacl-abicheck to handle pnacl bitcode
Derek Schuff
2013-07-09
Prune some arch-specific MC InstPrinter (.s printing), from sandboxed transla...
Jan Voung
2013-07-02
Remove comma at end of enumerator, to remove warning.
Karl Schimpf
2013-07-02
Simplify globals in PNaCl wire format based on normalized constants.
Karl Schimpf
2013-06-29
PNaCl ABI: Remove use of @llvm.memset.p0i8.i64 (64-bit intrinsic variant)
Mark Seaborn
2013-06-28
Revert the IntrinsicLowering logic that preserves externals for intrinsics.
Eli Bendersky
2013-06-26
PNaCl wire format: Remove the METADATA_BLOCK block from pexes
Mark Seaborn
2013-06-26
PNaCl wire format: Clean up representation of "alloca" instruction
Mark Seaborn
2013-06-25
PNaCl wire format: Remove the top-level DATALAYOUT record
Mark Seaborn
2013-06-25
PNaCl ABI: Disallow various operations on the i1 type
Mark Seaborn
2013-06-24
Simplify representation of forward value references in bitcode.
Karl Schimpf
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-19
Rewrite llvm.flt.rounds to "1" for now, and disallow llvm.flt.rounds.
Jan Voung
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-13
Fix PrologEpilogInserter to save and restore all callee saved registers
Derek Schuff
2013-06-13
PNaCl: Strip more unwanted attributes: "align" on functions and "unnamed_addr"
Mark Seaborn
2013-06-13
Insulate PNaCl bitcode from LLVM encodings of floating point optimization flags.
Karl Schimpf
2013-06-13
Fix reading of headers when using a streamable memory object.
Karl Schimpf
2013-06-10
PNaCl: Extend ExpandStructRegs to handle "insertvalue" instructions
Mark Seaborn
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-05-31
Apply LLVM upstream: r182877 - Enable FastISel on ARM for Linux and NaCl
JF Bastien
2013-05-31
Merging 182989: Fix ScalarEvolution::ComputeExitLimitFromCond for 'or' condit...
Andrew Trick
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-29
Merging r182394:
Bill Wendling
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
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-17
Merging r181864:
Bill Wendling
2013-05-14
The customary LLVM way of obtaining intrinsics is with
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-09
Support @llvm.nacl.{set|long}jmp intrinsics by translating them to library calls
Eli Bendersky
2013-05-08
Insert denominator zero checks for NaCl
David Sehr
2013-05-06
Implemented public interface for modifying registered (not positional or sink...
Andrew Trick
2013-05-06
Support command line option categories.
Andrew Trick
2013-05-06
Fix build warnings/UB in LTOCodeGenerator.cpp
Derek Schuff
2013-05-06
Provide InstCombines for the following 3 cases:
Jean-Luc Duprat
[prev]
[next]