aboutsummaryrefslogtreecommitdiff
path: root/test
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-06Implement integer promotion for urem, udiv, srem, and sdivDan Gohman
2014-03-06Fix a use-after-free error in GlobalOpt CleanupConstantGlobalUsersDan Gohman
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-28Use range metadata instead of introducing selects.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-14Preserve alignment information when promoting integer loads and stores.Dan Gohman
2014-02-14Preserve alignment information when splitting loads and stores.Dan Gohman
2014-02-13Emscripten doesn't need to legalize pointers.Dan Gohman
2014-02-13Don't leave behind unreachable blocks with illegal instructions.Dan Gohman
2014-02-12Revamp ExpandI64.Dan Gohman
2014-02-12Generalize PromoteIntegers to handle arbitrary bit widths.Dan Gohman
2014-02-12Create a test directory for basic JS CodegenDan Gohman
2013-11-15PNaCl: Change exception info format to distinguish catch-all/cleanup clausesMark Seaborn
2013-11-15Switch PromoteIntegers pass from clearing upper bits after converted operationsDerek Schuff
2013-10-22Make sure flatten globals doesn't insert uses of globals that previously had ...JF Bastien
2013-10-21Remove unused globals.JF Bastien
2013-10-16Add PNaClSjLjEH pass to implement C++ exception handling using setjmp()+longj...Mark Seaborn
2013-10-11Cherry-pick LLVM 187787 to prevent tail calls on x86-32 when not appropriate.Jan Voung
2013-10-11Fix bug in rewriting of library calls to intrinsics + new regression test.Eli Bendersky
2013-10-11Apply upstream: [mips] Fix a bug in MipsLongBranch::replaceBranchPetar Jovanovic
2013-10-11Apply upstream: [mips] Implement llvm.trap intrinsic.Petar Jovanovic
2013-10-11Apply upstream: Add missing ATOMIC_CMP_SWAP case.Petar Jovanovic
2013-10-11Apply upstream: [mips] Trap on integer division by zero.Petar Jovanovic
2013-10-03PNaCl bitcode: Simplify how the writer elides castsMark Seaborn
2013-09-20Support mul binary operator in integer promotion passDerek Schuff
2013-09-18Only allow PNaCl version 2 bitcode files.Karl Schimpf
2013-09-16Work around a gcc 4.6.3 / 4.7 bug.Jim Stichnoth
2013-09-09PNaCl bitcode: Fix reader to handle pointer type in is.lock.free intrinsicMark Seaborn
2013-09-09PNaCl bitcode: Remove TYPE_CODE_POINTER entries from type tableMark Seaborn
2013-09-09PNaCl bitcode: Change FORWARDTYPEREF to never use pointer typesMark Seaborn
2013-09-06PNaCl bitcode: Strip pointer types from intrinsic declarations' parametersMark Seaborn
2013-09-06Clean up vestigial code for constants in PNaCl bitcode files.Karl Schimpf
2013-09-06PNaCl bitcode: Fix some tests to not use unsupported pointer-typed argsMark Seaborn
2013-09-05PNaCl bitcode: Change test to use an intrinsic to make it more realisticMark Seaborn