gem5/src
Steve Reinhardt 0be64ffe2f style: eliminate equality tests with true and false
Using '== true' in a boolean expression is totally redundant,
and using '== false' is pretty verbose (and arguably less
readable in most cases) compared to '!'.

It's somewhat of a pet peeve, perhaps, but I had some time
waiting for some tests to run and decided to clean these up.

Unfortunately, SLICC appears not to have the '!' operator,
so I had to leave the '== false' tests in the SLICC code.
2014-05-31 18:00:23 -07:00
..
arch style: eliminate equality tests with true and false 2014-05-31 18:00:23 -07:00
base style: eliminate equality tests with true and false 2014-05-31 18:00:23 -07:00
cpu style: eliminate equality tests with true and false 2014-05-31 18:00:23 -07:00
dev dev: Set HDLCD default pixel clock for 1080p @ 60Hz 2014-05-09 18:58:46 -04:00
doc MEM: Put memory system document into doxygen 2012-09-25 11:49:41 -05:00
doxygen MEM: Put memory system document into doxygen 2012-09-25 11:49:41 -05:00
kern sim: Add openat/fstatat syscalls and fix mremap 2014-01-24 15:29:30 -06:00
mem style: eliminate equality tests with true and false 2014-05-31 18:00:23 -07:00
proto mem: Edit proto Packet and enhance the python script 2014-03-07 15:56:23 -05:00
python cpu: Add flag name printing to StaticInst 2014-05-09 18:58:47 -04:00
sim syscall emulation: clean up & comment SyscallReturn 2014-05-12 14:23:31 -07:00
unittest unittest: Fix build errors 2014-01-30 12:21:58 -06:00
Doxyfile Doxygen: Update the version of the Doxyfile 2012-10-11 06:38:42 -04:00
SConscript arch: teach ISA parser how to split code across files 2014-05-09 18:58:47 -04:00