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
Age
Commit message (
Expand
)
Author
2014-02-28
Use range metadata instead of introducing selects.
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-14
Preserve alignment information when promoting integer loads and stores.
Dan Gohman
2014-02-14
Preserve alignment information when splitting loads and stores.
Dan Gohman
2014-02-13
Emscripten doesn't need to legalize pointers.
Dan Gohman
2014-02-13
Don't leave behind unreachable blocks with illegal instructions.
Dan Gohman
2014-02-12
Revamp ExpandI64.
Dan Gohman
2014-02-12
Generalize PromoteIntegers to handle arbitrary bit widths.
Dan Gohman
2014-02-12
Create a test directory for basic JS Codegen
Dan Gohman
2013-11-15
PNaCl: Change exception info format to distinguish catch-all/cleanup clauses
Mark Seaborn
2013-11-15
Switch PromoteIntegers pass from clearing upper bits after converted operations
Derek Schuff
2013-10-22
Make sure flatten globals doesn't insert uses of globals that previously had ...
JF Bastien
2013-10-21
Remove unused globals.
JF Bastien
2013-10-16
Add PNaClSjLjEH pass to implement C++ exception handling using setjmp()+longj...
Mark Seaborn
2013-10-11
Cherry-pick LLVM 187787 to prevent tail calls on x86-32 when not appropriate.
Jan Voung
2013-10-11
Fix bug in rewriting of library calls to intrinsics + new regression test.
Eli Bendersky
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-10-03
PNaCl bitcode: Simplify how the writer elides casts
Mark Seaborn
2013-09-20
Support mul binary operator in integer promotion pass
Derek Schuff
2013-09-18
Only allow PNaCl version 2 bitcode files.
Karl Schimpf
2013-09-16
Work around a gcc 4.6.3 / 4.7 bug.
Jim Stichnoth
2013-09-09
PNaCl bitcode: Fix reader to handle pointer type in is.lock.free intrinsic
Mark Seaborn
2013-09-09
PNaCl bitcode: Remove TYPE_CODE_POINTER entries from type table
Mark Seaborn
2013-09-09
PNaCl bitcode: Change FORWARDTYPEREF to never use pointer types
Mark Seaborn
2013-09-06
PNaCl bitcode: Strip pointer types from intrinsic declarations' parameters
Mark Seaborn
2013-09-06
Clean up vestigial code for constants in PNaCl bitcode files.
Karl Schimpf
2013-09-06
PNaCl bitcode: Fix some tests to not use unsupported pointer-typed args
Mark Seaborn
2013-09-05
PNaCl bitcode: Change test to use an intrinsic to make it more realistic
Mark Seaborn
2013-09-05
PNaCl bitcode: Indirect calls: Store return type instead of function type
Mark Seaborn
2013-09-05
PNaCl bitcode: Don't output the LABEL type in the type table
Mark Seaborn
2013-09-04
Remove ARRAY/VECTOR types from PNaCl bitcode files.
Karl Schimpf
2013-09-04
PNaCl bitcode reader: Disallow pointer-typed arguments in indirect calls
Mark Seaborn
2013-09-03
Remove generating STRUCT_ANON records in PNaCl bitcode files.
Karl Schimpf
2013-09-03
Remove all remaining pointer casts from PNaCl bitcode files.
Karl Schimpf
2013-08-30
Revert some ARM byval localmods since byval+varargs are not in stable pexes.
Jan Voung
2013-08-30
Revert "Remove generating STRUCT_ANON records in PNaCl bitcode files."
Karl Schimpf
2013-08-30
Remove generating STRUCT_ANON records in PNaCl bitcode files.
Karl Schimpf
2013-08-29
PNaCl bitcode: Remove handling of named struct types
Mark Seaborn
2013-08-28
Handle pointer conversions for call instructions.
Karl Schimpf
2013-08-26
Elide pointer to int casts on phi nodes.
Karl Schimpf
2013-08-14
Remove ptrtoint instructions from the PNaCl bitcode file.
Karl Schimpf
2013-08-14
Allow record-level printing by pnacl-bcanalyzer.
Karl Schimpf
2013-08-09
Properly support 16-bit atomics on x86-32.
JF Bastien
2013-08-07
Add the new @llvm.nacl.atomic.fence.all intrinsic
JF Bastien
2013-08-05
Fix handling of the volatile bit of loads/stores in PNaCl bitcode files.
Karl Schimpf
[next]