v8/test/cctest/compiler
danno 737b8573f8 Reland: Add unoptimized/optimized variants of MathFloor TF code stub
- Add a TurboFanIC class, derived from TurboFanCodeStub, that
  automatically distinguishes between versions of the IC called from
  optimized and unoptimized code.
- Add appropriate InterfaceDescriptors for both the versions of the
  stub called from unoptimized and optimized code
- Change the MathFloor TF stub generator to output either the
  for-optimized or for-unoptimized version based on the minor_key
  parameter.

Committed: https://crrev.com/8f13b655b8a10dae2116dd18b32f09337bb2d410
Cr-Commit-Position: refs/heads/master@{#29534}

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

Cr-Commit-Position: refs/heads/master@{#29539}
2015-07-08 16:53:50 +00:00
..
c-signature.h [test] Refactor call-tester to use c-signature.h. 2015-06-02 15:01:06 +00:00
call-tester.h [test] Refactor call-tester to use c-signature.h. 2015-06-02 15:01:06 +00:00
codegen-tester.cc Reland "Initial switch to Chromium-style CHECK_* and DCHECK_* macros.". 2015-01-30 09:29:41 +00:00
codegen-tester.h [turbofan] Move RawMachineAssembler back to src/compiler. 2015-07-07 15:02:51 +00:00
function-tester.h Update all callsites of the TryCatch ctor to pass an Isolate 2015-05-28 12:49:41 +00:00
graph-builder-tester.h [test] Refactor call-tester to use c-signature.h. 2015-06-02 15:01:06 +00:00
instruction-selector-tester.h [turbofan] Move RawMachineAssembler back to src/compiler. 2015-07-07 15:02:51 +00:00
simplified-graph-builder.cc [turbofan] Fix value output count for the Start node. 2015-07-06 12:11:59 +00:00
simplified-graph-builder.h [turbofan] Enable typed lowering of string addition. 2015-06-02 08:50:53 +00:00
test-basic-block-profiler.cc Reland "Initial switch to Chromium-style CHECK_* and DCHECK_* macros.". 2015-01-30 09:29:41 +00:00
test-branch-combine.cc Remove deprecated v8::base::OS::nan_value(). 2015-01-21 14:38:58 +00:00
test-changes-lowering.cc [turbofan] Remove unused constructor function matching from typer. 2015-06-30 07:36:28 +00:00
test-gap-resolver.cc Reland: [turbofan] add MachineType to AllocatedOperand 2015-04-29 19:36:25 +00:00
test-graph-visualizer.cc [test] Remove deprecated cctest/test-node-algorithm tests. 2015-04-29 14:13:29 +00:00
test-instruction.cc Reland: [turbofan] add MachineType to AllocatedOperand 2015-04-29 19:36:25 +00:00
test-js-constant-cache.cc [turbofan] Remove unused constructor function matching from typer. 2015-06-30 07:36:28 +00:00
test-js-context-specialization.cc [turbofan] Context specialization is the job of the JSContextSpecialization. 2015-07-06 12:56:28 +00:00
test-js-typed-lowering.cc [turbofan] Right hand side of shifts needs ToUint32. 2015-07-03 11:42:00 +00:00
test-jump-threading.cc [turbofan] Ensure lazy bailout point in exception handler. 2015-06-17 05:40:42 +00:00
test-linkage.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
test-loop-analysis.cc [turbofan] Proper dead code elimination as regular reducer. 2015-06-19 12:07:26 +00:00
test-loop-assignment-analysis.cc Support for global var shortcuts in script contexts. 2015-07-06 16:36:39 +00:00
test-machine-operator-reducer.cc [turbofan] Remove unused constructor function matching from typer. 2015-06-30 07:36:28 +00:00
test-node.cc [test] Remove deprecated GraphTester helper class. 2015-04-29 15:16:11 +00:00
test-operator.cc Reland "Initial switch to Chromium-style CHECK_* and DCHECK_* macros.". 2015-01-30 09:29:41 +00:00
test-osr.cc [turbofan] Reland "Add new JSFrameSpecialization reducer." and "Perform OSR deconstruction early and remove type propagation.". 2015-07-06 11:11:26 +00:00
test-pipeline.cc [turbofan] Add test to keep generic pipeline on life support. 2015-06-18 04:52:44 +00:00
test-representation-change.cc [ubsan] Fix HeapObjectMatcher to avoid invalid casts. 2015-06-19 12:49:13 +00:00
test-run-deopt.cc [turbofan] Disable failing DeoptExceptionHandlerFinally test. 2015-06-19 11:41:12 +00:00
test-run-inlining.cc [turbofan] Disable recursive inlining for now. 2015-06-30 11:05:16 +00:00
test-run-intrinsics.cc [x64] Fix instruction selection for Word64Equal(Word64And, 0). 2015-06-24 09:15:31 +00:00
test-run-jsbranches.cc First simple implementation of for-of in TurboFan. 2015-01-14 15:24:29 +00:00
test-run-jscalls.cc [turbofan] Avoid embedding type feedback vector into code. 2015-06-23 08:27:33 +00:00
test-run-jsexceptions.cc [turbofan] Add mjsunit tests for try-catch-finally and OSR. 2015-06-09 08:16:41 +00:00
test-run-jsops.cc [es6] Remove harmony-classes flag 2015-06-26 21:16:58 +00:00
test-run-machops.cc [turbofan] Add TruncationMode for TruncateFloat64ToInt32. 2015-07-08 06:49:00 +00:00
test-run-properties.cc Fix windows warning. 2014-09-19 10:52:19 +00:00
test-run-stackcheck.cc Implement inlined stack-check guards in TurboFan. 2014-10-01 14:03:02 +00:00
test-run-stubs.cc Reland: Add unoptimized/optimized variants of MathFloor TF code stub 2015-07-08 16:53:50 +00:00
test-run-variables.cc Remove --harmony-scoping flag. 2015-03-13 15:15:57 +00:00
test-simplified-lowering.cc [turbofan] Remove unused constructor function matching from typer. 2015-06-30 07:36:28 +00:00
value-helper.h [turbofan] Add new Float32Abs and Float64Abs operators. 2015-04-08 11:55:04 +00:00