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-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-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
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-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
Fix build warnings/UB in LTOCodeGenerator.cpp
Derek Schuff
2013-05-02
Copy BitCodes.h to NaCl/NaClBitCodes.h
Karl Schimpf
2013-05-01
Fix ifdef for NaClLLVMBitCodes.h
Karl Schimpf
2013-05-01
Copy LLVM bitcode reader to generate a PNaCl wire format reader.
Karl Schimpf
2013-04-30
Remove a hanging LOCALMOD that was for the CC rewrite pass.
Jan Voung
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-01
PNaCl: Allow the ABI checker to be used from "opt"
Mark Seaborn
2013-03-29
PNaCl: Fix ExpandTls to handle a couple of corner cases involving PHI nodes
Mark Seaborn
2013-03-28
Add a pass to strip bitcode metadata.
Jan Voung
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-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-18
Switch ABI verifier passes to manual initialization.
Derek Schuff
[next]