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
/
test
/
CodeGen
Age
Commit message (
Expand
)
Author
2014-03-26
optimize x < 0 and generalize it to non-i64 values too
Alon Zakai
2014-03-15
Handle conflicting lifetime markers conservatively.
Dan Gohman
2014-03-15
Add triple and datalayout strings to testcases.
Dan Gohman
2014-03-10
update float ffi rules
Alon Zakai
2014-03-09
add aliases test
Alon Zakai
2014-03-05
Disable the ResolveAliases and GlobalCleanup passes.
Dan Gohman
2014-03-05
Disable the LowerExpectIntrinsic pass.
Dan Gohman
2014-03-05
Don't emit redirects for llvm.memcpy.p0i8.p0i8.i32 and friends.
Dan Gohman
2014-03-05
Don't emit JS declarations for LLVM intrinsics expanded inline.
Dan Gohman
2014-03-05
Tidy up the output for memset and memcpy, and add a test.
Dan Gohman
2014-03-05
Don't run a pass to strip dead prototypes; just ignore them.
Dan Gohman
2014-03-05
Clean up the handling of inline asm.
Dan Gohman
2014-03-05
Teach phi translation to also look through bitcasts.
Dan Gohman
2014-03-04
Introduce AllocaManager, a class for managing allocas.
Dan Gohman
2014-03-04
Update to the new datalayout string.
Dan Gohman
2014-02-28
Update tests for recent changes which result in more parens being used in som...
Dan Gohman
2014-02-28
Move ExpandI64 into lib/Target/JSBackend.
Dan Gohman
2014-02-28
Implement llvm.flt.rounds and disable the createRewriteLLVMIntrinsicsPass pass.
Dan Gohman
2014-02-12
Create a test directory for basic JS Codegen
Dan Gohman
2013-10-11
Cherry-pick LLVM 187787 to prevent tail calls on x86-32 when not appropriate.
Jan Voung
2013-10-11
Apply upstream: [mips] Fix a bug in MipsLongBranch::replaceBranch
Petar Jovanovic
2013-10-11
Apply upstream: [mips] Implement llvm.trap intrinsic.
Petar Jovanovic
2013-10-11
Apply upstream: Add missing ATOMIC_CMP_SWAP case.
Petar Jovanovic
2013-10-11
Apply upstream: [mips] Trap on integer division by zero.
Petar Jovanovic
2013-09-16
Work around a gcc 4.6.3 / 4.7 bug.
Jim Stichnoth
2013-07-25
Clean some PNaCl-specific tests.
Jim Stichnoth
2013-07-24
Hide the x86-64 sandbox base address.
Jim Stichnoth
2013-07-23
Cherrypick test from r186226 - Fix ARM paired GPR COPY lowering
JF Bastien
2013-07-22
Cherrypick upstream ARM FastISel ext patches
JF Bastien
2013-07-18
Merge remote-tracking branch 'origin/master'
Eli Bendersky
2013-07-17
Disallow a global address in the x86-64 displacement field.
Jim Stichnoth
2013-07-15
Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'
Eli Bendersky
2013-07-08
R600: Fix R600ControlFlowFinalizer not considering VTX_READ 128 bit dst reg
Tom Stellard
2013-06-25
Revert "Apply upstream r183551, r183601, r183624 and r183794"
Jan Voung
2013-06-24
Merge r179774: Allow misaligned stores in x86 fast-isel.
Mark Seaborn
2013-06-13
Fix PrologEpilogInserter to save and restore all callee saved registers
Derek Schuff
2013-06-11
Apply upstream r183551, r183601, r183624 and r183794
JF Bastien
2013-05-31
Apply LLVM upstream: r182877 - Enable FastISel on ARM for Linux and NaCl
JF Bastien
2013-05-29
Apply LLVM upstream: r181801 - Fix ARM FastISel tests, as a first step to ena...
JF Bastien
2013-05-29
Apply LLVM upstream: r182175 - Support unaligned load/store on more ARM targets
JF Bastien
2013-05-29
Merging r182394:
Bill Wendling
2013-05-29
Merging r182298:
Bill Wendling
2013-05-29
Merging r182254:
Bill Wendling
2013-05-29
Merging r182253:
Bill Wendling
2013-05-22
Merging r182486:
Bill Wendling
2013-05-21
Merging r182387:
Bill Wendling
2013-05-21
Merging r182364:
Bill Wendling
2013-05-17
Merging r182113:
Bill Wendling
2013-05-17
Re-allow an x86-32 fast-isel optimization for NaCl / use shorter insts.
Jan Voung
2013-05-17
Cherry-pick r181922: Fix miscompile due to StackColoring incorrectly merging ...
Mark Seaborn
[next]