v8/test/cctest/compiler
bmeurer a210c3757e [runtime] Remove the very dangerous %_CallFunction intrinsic.
The %_CallFunction doesn't implement the call sequence properly, it
doesn't do the receiver wrapping, nor does it check for
classConstructor. Also the eager deoptimization for %_CallFunction was
seriously b0rked (we must have been lucky with TurboFan so far).

R=yangguo@chromium.org
BUG=v8:4413
LOG=n

Review URL: https://codereview.chromium.org/1419813010

Cr-Commit-Position: refs/heads/master@{#31821}
2015-11-05 11:48:21 +00:00
..
c-signature.h Implement the BufferedRawMachineAssemblerTester. 2015-10-30 21:32:49 +00:00
call-tester.h Implement the BufferedRawMachineAssemblerTester. 2015-10-30 21:32:49 +00:00
codegen-tester.cc Implement the BufferedRawMachineAssemblerTester. 2015-10-30 21:32:49 +00:00
codegen-tester.h Implement the BufferedRawMachineAssemblerTester. 2015-10-30 21:32:49 +00:00
function-tester.h Remove obsolete src/v8.h include from compiler cctests. 2015-10-28 13:32:30 +00:00
graph-builder-tester.h Remove obsolete src/v8.h include from compiler cctests. 2015-10-28 13:32:30 +00:00
test-basic-block-profiler.cc Move compiler cctests into v8::internal::compiler namespace. 2015-10-30 09:16:39 +00:00
test-branch-combine.cc Move compiler cctests into v8::internal::compiler namespace. 2015-10-30 09:16:39 +00:00
test-changes-lowering.cc Move compiler cctests into v8::internal::compiler namespace. 2015-10-30 09:16:39 +00:00
test-gap-resolver.cc [presubmit] Enabling readability/inheritance linter checking. 2015-11-04 13:08:42 +00:00
test-graph-visualizer.cc Move compiler cctests into v8::internal::compiler namespace. 2015-10-30 09:16:39 +00:00
test-instruction.cc Move compiler cctests into v8::internal::compiler namespace. 2015-10-30 09:16:39 +00:00
test-js-constant-cache.cc Move compiler cctests into v8::internal::compiler namespace. 2015-10-30 09:16:39 +00:00
test-js-context-specialization.cc Move compiler cctests into v8::internal::compiler namespace. 2015-10-30 09:16:39 +00:00
test-js-typed-lowering.cc [turbofan] Add support for relevant ES6 type conversion intrinsics. 2015-11-05 09:51:28 +00:00
test-jump-threading.cc Remove obsolete src/v8.h include from compiler cctests. 2015-10-28 13:32:30 +00:00
test-linkage.cc Move compiler cctests into v8::internal::compiler namespace. 2015-10-30 09:16:39 +00:00
test-loop-analysis.cc Move compiler cctests into v8::internal::compiler namespace. 2015-10-30 09:16:39 +00:00
test-loop-assignment-analysis.cc Move compiler cctests into v8::internal::compiler namespace. 2015-10-30 09:16:39 +00:00
test-machine-operator-reducer.cc Move compiler cctests into v8::internal::compiler namespace. 2015-10-30 09:16:39 +00:00
test-multiple-return.cc Move compiler cctests into v8::internal::compiler namespace. 2015-10-30 09:16:39 +00:00
test-node.cc Move compiler cctests into v8::internal::compiler namespace. 2015-10-30 09:16:39 +00:00
test-operator.cc Move compiler cctests into v8::internal::compiler namespace. 2015-10-30 09:16:39 +00:00
test-osr.cc Move compiler cctests into v8::internal::compiler namespace. 2015-10-30 09:16:39 +00:00
test-pipeline.cc Move compiler cctests into v8::internal::compiler namespace. 2015-10-30 09:16:39 +00:00
test-representation-change.cc Move compiler cctests into v8::internal::compiler namespace. 2015-10-30 09:16:39 +00:00
test-run-bytecode-graph-builder.cc Move compiler cctests into v8::internal::compiler namespace. 2015-10-30 09:16:39 +00:00
test-run-deopt.cc Move compiler cctests into v8::internal::compiler namespace. 2015-10-30 09:16:39 +00:00
test-run-inlining.cc Move compiler cctests into v8::internal::compiler namespace. 2015-10-30 09:16:39 +00:00
test-run-intrinsics.cc [runtime] Remove the very dangerous %_CallFunction intrinsic. 2015-11-05 11:48:21 +00:00
test-run-jsbranches.cc Move compiler cctests into v8::internal::compiler namespace. 2015-10-30 09:16:39 +00:00
test-run-jscalls.cc Move compiler cctests into v8::internal::compiler namespace. 2015-10-30 09:16:39 +00:00
test-run-jsexceptions.cc Move compiler cctests into v8::internal::compiler namespace. 2015-10-30 09:16:39 +00:00
test-run-jsobjects.cc Move compiler cctests into v8::internal::compiler namespace. 2015-10-30 09:16:39 +00:00
test-run-jsops.cc Move compiler cctests into v8::internal::compiler namespace. 2015-10-30 09:16:39 +00:00
test-run-machops.cc X87: Change the test case for X87 float operations 2015-11-05 00:15:30 +00:00
test-run-native-calls.cc Move compiler cctests into v8::internal::compiler namespace. 2015-10-30 09:16:39 +00:00
test-run-properties.cc Move compiler cctests into v8::internal::compiler namespace. 2015-10-30 09:16:39 +00:00
test-run-stackcheck.cc Move compiler cctests into v8::internal::compiler namespace. 2015-10-30 09:16:39 +00:00
test-run-stubs.cc Move compiler cctests into v8::internal::compiler namespace. 2015-10-30 09:16:39 +00:00
test-run-variables.cc Move compiler cctests into v8::internal::compiler namespace. 2015-10-30 09:16:39 +00:00
test-simplified-lowering.cc Move compiler cctests into v8::internal::compiler namespace. 2015-10-30 09:16:39 +00:00
value-helper.h Remove obsolete src/v8.h include from compiler cctests. 2015-10-28 13:32:30 +00:00