v8/test/cctest/compiler
Rodolph Perfetta 481772acdd [turbofan] remove redundant '& 0x1F' for shifts.
JavaScript shifts perform an implicit '& 0x1F' on their right operand, this
patch removes it when the underlying architecture already does it.

BUG=
R=bmeurer@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#25438}
2014-11-20 13:09:26 +00:00
..
c-signature.h Add MachineSignature, which is an encapsulation of the machine types for parameters and return values in a graph. 2014-08-28 13:17:38 +00:00
call-tester.h MIPS64: Add turbofan support for mips64. 2014-11-19 15:44:46 +00:00
codegen-tester.cc Revert "[turbofan] Merge GenericNode with Node." 2014-10-27 22:34:44 +00:00
codegen-tester.h [turbofan] add ForTesting to pipeline entry points that are for testing only. 2014-11-17 14:46:54 +00:00
function-tester.h [turbofan] add ForTesting to pipeline entry points that are for testing only. 2014-11-17 14:46:54 +00:00
graph-builder-tester.cc [turbofan] add ForTesting to pipeline entry points that are for testing only. 2014-11-17 14:46:54 +00:00
graph-builder-tester.h Fix bugs in simplified lowering relating to int32/uint32 signs. 2014-11-10 14:28:42 +00:00
graph-tester.h Make start node a value input to parameter nodes. 2014-08-05 08:47:39 +00:00
instruction-selector-tester.h Add MachineSignature, which is an encapsulation of the machine types for parameters and return values in a graph. 2014-08-28 13:17:38 +00:00
simplified-graph-builder.cc Remove ambiguous getter for operator value counts. 2014-11-18 15:45:36 +00:00
simplified-graph-builder.h [turbofan] Reduce memory consumption of graph building 2014-10-27 10:12:40 +00:00
test-basic-block-profiler.cc Revert "[turbofan] Merge GenericNode with Node." 2014-10-27 22:34:44 +00:00
test-branch-combine.cc Revert "[turbofan] Merge GenericNode with Node." 2014-10-27 22:34:44 +00:00
test-changes-lowering.cc [turbofan] More useful typing for And, Or and Shr. 2014-11-17 13:55:40 +00:00
test-codegen-deopt.cc [turbofan] add ForTesting to pipeline entry points that are for testing only. 2014-11-17 14:46:54 +00:00
test-control-reducer.cc Remove ambiguous getter for operator value counts. 2014-11-18 15:45:36 +00:00
test-gap-resolver.cc [turbofan] add RegisterConfiguration to decouple arch specific register layouts from compiler 2014-11-04 09:22:32 +00:00
test-graph-reducer.cc [turbofan] Smartify the GraphReducer. 2014-11-17 12:12:35 +00:00
test-graph-visualizer.cc Make visualizer robust to graphs with NULL inputs. 2014-11-03 17:42:17 +00:00
test-instruction.cc [turbofan] refactor pipeline to use hydrogen like Run calls 2014-11-14 16:44:45 +00:00
test-js-constant-cache.cc Fix bugs in simplified lowering relating to int32/uint32 signs. 2014-11-10 14:28:42 +00:00
test-js-context-specialization.cc Fix bugs in simplified lowering relating to int32/uint32 signs. 2014-11-10 14:28:42 +00:00
test-js-typed-lowering.cc Remove ambiguous getter for operator value counts. 2014-11-18 15:45:36 +00:00
test-linkage.cc Enable TurboFan for Win64 targets. 2014-11-20 11:51:11 +00:00
test-loop-assignment-analysis.cc Fix windows build. 2014-10-28 17:54:57 +00:00
test-machine-operator-reducer.cc [turbofan] remove redundant '& 0x1F' for shifts. 2014-11-20 13:09:26 +00:00
test-node-algorithm.cc Make generic algorithm less generic. 2014-11-03 10:31:11 +00:00
test-node-cache.cc Add JSGraph::GetCachedNodes and NodeCache::GetCachedNodes. These routines are necessary in the dead code elimination phase to trim away uses from unreachable nodes. 2014-10-15 12:29:39 +00:00
test-node.cc Move input/output counts directly into Operators, simplying OperatorProperties. 2014-10-29 14:41:18 +00:00
test-operator.cc Move input/output counts directly into Operators, simplying OperatorProperties. 2014-10-29 14:41:18 +00:00
test-pipeline.cc Move AST node counting to post-pass 2014-10-28 13:24:18 +00:00
test-representation-change.cc Better typing and type verification 2014-10-15 11:38:04 +00:00
test-run-deopt.cc Fix non-TF target build after r23107. 2014-08-13 14:47:32 +00:00
test-run-inlining.cc Fix bug in graph copy while inlining loops. 2014-11-12 09:47:17 +00:00
test-run-intrinsics.cc Add inlining for intrinsics. 2014-10-20 07:56:50 +00:00
test-run-jsbranches.cc Implement graph trimming in ControlReducer. 2014-10-17 11:51:57 +00:00
test-run-jscalls.cc Remove dependency from generic lowering on compilation info for determining strictness and builtins. 2014-08-28 08:39:24 +00:00
test-run-jsexceptions.cc Land the Fan (disabled) 2014-07-30 13:54:45 +00:00
test-run-jsops.cc Land the Fan (disabled) 2014-07-30 13:54:45 +00:00
test-run-machops.cc [turbofan] add gap move verifier 2014-11-12 14:53:51 +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-variables.cc Land the Fan (disabled) 2014-07-30 13:54:45 +00:00
test-schedule.cc Fix bugs in simplified lowering relating to int32/uint32 signs. 2014-11-10 14:28:42 +00:00
test-scheduler.cc Fix loop information computation for floating loops. 2014-11-18 14:56:00 +00:00
test-simplified-lowering.cc [turbofan] Smartify the GraphReducer. 2014-11-17 12:12:35 +00:00
test-typer.cc [turbofan] (reland) Compute tighter ranges for modulus in Typer. 2014-11-06 13:10:49 +00:00
value-helper.h [turbofan] intel lea add multiply matchers 2014-10-01 10:47:14 +00:00