v8/test/compiler-unittests
bmeurer@chromium.org e4db78e705 [arm] Recognize comparisons of shifts with zero.
For example, recognize

  0 == r1 << r2

and generate a single

  MOVS rt, r1, lsl r2

instruction.

TEST=cctest,compiler-unittests
R=jarin@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23148 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2014-08-18 11:10:01 +00:00
..
arm [arm] Recognize comparisons of shifts with zero. 2014-08-18 11:10:01 +00:00
arm64 Unify MachineType and RepType. 2014-08-14 09:19:54 +00:00
ia32 Unify MachineType and RepType. 2014-08-14 09:19:54 +00:00
change-lowering-unittest.cc Refactor ChangeLowering class to avoid template specialization. 2014-08-18 06:54:07 +00:00
common-operator-unittest.cc Refactor ChangeLowering class to avoid template specialization. 2014-08-18 06:54:07 +00:00
common-operator-unittest.h Refactor ChangeLowering class to avoid template specialization. 2014-08-18 06:54:07 +00:00
compiler-unittests.cc Refactor ChangeLowering class to avoid template specialization. 2014-08-18 06:54:07 +00:00
compiler-unittests.gyp Refactor ChangeLowering class to avoid template specialization. 2014-08-18 06:54:07 +00:00
compiler-unittests.h Refactor ChangeLowering class to avoid template specialization. 2014-08-18 06:54:07 +00:00
compiler-unittests.status Reland "Add initial support for compiler unit tests using GTest/GMock.". 2014-08-08 07:04:07 +00:00
DEPS Refactor ChangeLowering class to avoid template specialization. 2014-08-18 06:54:07 +00:00
graph-unittest.cc Refactor ChangeLowering class to avoid template specialization. 2014-08-18 06:54:07 +00:00
graph-unittest.h Refactor ChangeLowering class to avoid template specialization. 2014-08-18 06:54:07 +00:00
instruction-selector-unittest.cc Unify MachineType and RepType. 2014-08-14 09:19:54 +00:00
instruction-selector-unittest.h [turbofan] Refactor the InstructionSelector tests. 2014-08-14 06:33:50 +00:00
machine-operator-reducer-unittest.cc Refactor ChangeLowering class to avoid template specialization. 2014-08-18 06:54:07 +00:00
testcfg.py Reland "Add initial support for compiler unit tests using GTest/GMock.". 2014-08-08 07:04:07 +00:00