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
/
lib
Age
Commit message (
Expand
)
Author
2013-07-24
Hide the x86-64 sandbox base address.
Jim Stichnoth
2013-07-24
[MIPS] Fix LLVM merge issues
Petar Jovanovic
2013-07-22
Unbreak the Windows/Cygwin toolchain build after the 3.3 merge.
Eli Bendersky
2013-07-22
Cherrypick upstream ARM FastISel ext patches
JF Bastien
2013-07-22
Enable ability to have multiple PNaCl wire format versions.
Karl Schimpf
2013-07-22
Fix default cases for printing instructions/constants in PNaCl wire format.
Karl Schimpf
2013-07-22
Remove module info records not allowed by PNaCl from the bitcode.
Karl Schimpf
2013-07-22
Disallow dev/private intrinsics by default (only llvm.nacl.target.arch remains)
Jan Voung
2013-07-20
Remove prefetch
JF Bastien
2013-07-19
Switch to the upstream way to measure IR parsing time, since we have 3.3 now
Eli Bendersky
2013-07-19
Clean up a debug printout left in by mistake during the 3.3 merge
Eli Bendersky
2013-07-18
Merge remote-tracking branch 'origin/master'
Eli Bendersky
2013-07-18
Some more OS-specific calls were added that are not supported in the
Eli Bendersky
2013-07-18
More safeguarding of Attr->getKindAsEnum by checking for isEnumAttribute
Eli Bendersky
2013-07-18
Correctly adjust LOCALMOD for x64 frame register computation.
Eli Bendersky
2013-07-18
Adding checks for isEnumAttribute because getKindAsEnum now asserts
Eli Bendersky
2013-07-17
Fixed constpool pattern matching problem that made the crtbeginS build
Eli Bendersky
2013-07-17
Remove unnecessary debug printout
Eli Bendersky
2013-07-17
Disallow a global address in the x86-64 displacement field.
Jim Stichnoth
2013-07-16
More tests pass
Eli Bendersky
2013-07-16
Fixing make check errors...
Eli Bendersky
2013-07-16
Remove useless field InstructionList from NaClBitcodeReader.
Karl Schimpf
2013-07-16
Make it compile
Eli Bendersky
2013-07-15
Trying to get the thing to copmile...
Eli Bendersky
2013-07-15
Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'
Eli Bendersky
2013-07-13
Concurrency support for PNaCl ABI
JF Bastien
2013-07-11
Fix ARM paired GPR COPY lowering
JF Bastien
2013-07-11
Sandbox ARM load/store exclusive dual
JF Bastien
2013-07-10
Fix ARM LDMIA MI.
JF Bastien
2013-07-10
Reject the llvm.powi intrinsic in the PNaCl ABI verifier.
Eli Bendersky
2013-07-09
Make GlobalOpt's GV-by-alloca replacement work for PNaCl.
Eli Bendersky
2013-07-09
PNaCl: Fix negative relocation addends on x86-32
Mark Seaborn
2013-07-08
Fix for a regression caused by the LoopVectorizer when
Tom Stellard
2013-07-08
R600: Fix R600ControlFlowFinalizer not considering VTX_READ 128 bit dst reg
Tom Stellard
2013-07-03
Do not fail when library functions are declared incorrectly.
Eli Bendersky
2013-07-03
Don't generate Type ID's for global variable fields.
Karl Schimpf
2013-07-02
Move LLVM sqrt intrinsic to stable (for float and doubles).
Jan Voung
2013-07-02
Simplify globals in PNaCl wire format based on normalized constants.
Karl Schimpf
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-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
Do not preserve abort() - it's not needed for ARM and X86.
Eli Bendersky
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
[next]