aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/JS/basics.ll
AgeCommit message (Collapse)Author
2014-03-15Add triple and datalayout strings to testcases.Dan Gohman
This allows them to be run without specifying any command-line options, which is convenient.
2014-02-28Update tests for recent changes which result in more parens being used in ↵Dan Gohman
some places.
2014-02-28Implement llvm.flt.rounds and disable the createRewriteLLVMIntrinsicsPass pass.Dan Gohman
2014-02-12Create a test directory for basic JS CodegenDan Gohman