aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2013-09-05PNaCl bitcode: Indirect calls: Store return type instead of function typeMark Seaborn
2013-09-05PNaCl bitcode: Don't output the LABEL type in the type tableMark Seaborn
2013-09-04Remove ARRAY/VECTOR types from PNaCl bitcode files.Karl Schimpf
2013-09-04PNaCl bitcode reader: Disallow pointer-typed arguments in indirect callsMark Seaborn
2013-09-03Remove generating STRUCT_ANON records in PNaCl bitcode files.Karl Schimpf
2013-09-03Remove all remaining pointer casts from PNaCl bitcode files.Karl Schimpf
2013-08-30Revert some ARM byval localmods since byval+varargs are not in stable pexes.Jan Voung
2013-08-30Revert "Remove generating STRUCT_ANON records in PNaCl bitcode files."Karl Schimpf
2013-08-30Remove generating STRUCT_ANON records in PNaCl bitcode files.Karl Schimpf
2013-08-29PNaCl bitcode: Remove handling of named struct typesMark Seaborn
2013-08-28Handle pointer conversions for call instructions.Karl Schimpf
2013-08-26Elide pointer to int casts on phi nodes.Karl Schimpf
2013-08-14Remove ptrtoint instructions from the PNaCl bitcode file.Karl Schimpf
2013-08-14Allow record-level printing by pnacl-bcanalyzer.Karl Schimpf
2013-08-09Properly support 16-bit atomics on x86-32.JF Bastien
2013-08-07Add the new @llvm.nacl.atomic.fence.all intrinsicJF Bastien
2013-08-05Fix handling of the volatile bit of loads/stores in PNaCl bitcode files.Karl Schimpf