gem5/src/mem/slicc/symbols
Steve Reinhardt f6b828d068 style: eliminate explicit boolean comparisons
Result of running 'hg m5style --skip-all --fix-control -a' to get
rid of '== true' comparisons, plus trivial manual edits to get
rid of '== false'/'== False' comparisons.

Left a couple of explicit comparisons in where they didn't seem
unreasonable:
invalid boolean comparison in src/arch/mips/interrupts.cc:155
>>        DPRINTF(Interrupt, "Interrupts OnCpuTimerINterrupt(tc) == true\n");<<
invalid boolean comparison in src/unittest/unittest.hh:110
>>            "EXPECT_FALSE(" #expr ")", (expr) == false)<<
2016-02-06 17:21:20 -08:00
..
__init__.py ruby: tag and data cache access support 2012-07-10 22:51:54 -07:00
Action.py slicc: Pure python implementation of slicc. 2009-09-22 18:12:39 -07:00
Event.py slicc: Pure python implementation of slicc. 2009-09-22 18:12:39 -07:00
Func.py ruby: slicc: avoid duplicate code for function argument check 2015-08-30 10:52:58 -05:00
RequestType.py ruby: tag and data cache access support 2012-07-10 22:51:54 -07:00
State.py slicc: support for transitions with a wildcard next state 2015-07-20 09:15:18 -05:00
StateMachine.py gpu-compute: AMD's baseline GPU model 2016-01-19 14:28:22 -05:00
Symbol.py slicc: Pure python implementation of slicc. 2009-09-22 18:12:39 -07:00
SymbolTable.py ruby: slicc: have a static MachineType 2015-07-20 09:15:18 -05:00
Transition.py style: eliminate explicit boolean comparisons 2016-02-06 17:21:20 -08:00
Type.py ruby: slicc: have a static MachineType 2015-07-20 09:15:18 -05:00
Var.py ruby: slicc: remove member buffer_expr from Var class 2015-09-14 10:04:55 -05:00