aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/JS
AgeCommit message (Expand)Author
2014-03-26optimize x < 0 and generalize it to non-i64 values tooAlon Zakai
2014-03-15Handle conflicting lifetime markers conservatively.Dan Gohman
2014-03-15Add triple and datalayout strings to testcases.Dan Gohman
2014-03-10update float ffi rulesAlon Zakai
2014-03-09add aliases testAlon Zakai
2014-03-05Disable the ResolveAliases and GlobalCleanup passes.Dan Gohman
2014-03-05Disable the LowerExpectIntrinsic pass.Dan Gohman
2014-03-05Don't emit redirects for llvm.memcpy.p0i8.p0i8.i32 and friends.Dan Gohman
2014-03-05Don't emit JS declarations for LLVM intrinsics expanded inline.Dan Gohman
2014-03-05Tidy up the output for memset and memcpy, and add a test.Dan Gohman
2014-03-05Don't run a pass to strip dead prototypes; just ignore them.Dan Gohman
2014-03-05Clean up the handling of inline asm.Dan Gohman
2014-03-05Teach phi translation to also look through bitcasts.Dan Gohman
2014-03-04Introduce AllocaManager, a class for managing allocas.Dan Gohman
2014-03-04Update to the new datalayout string.Dan Gohman
2014-02-28Update tests for recent changes which result in more parens being used in som...Dan Gohman
2014-02-28Move ExpandI64 into lib/Target/JSBackend.Dan Gohman
2014-02-28Implement llvm.flt.rounds and disable the createRewriteLLVMIntrinsicsPass pass.Dan Gohman
2014-02-12Create a test directory for basic JS CodegenDan Gohman