gem5/src/arch
Andreas Hansson 8127c4e7bf misc: Fix issues flagged by gcc 6
A few warnings (and thus errors) pop up after being added to -Wall:

1. -Wmisleading-indentation

In the auto-generated code there were instances of if/else blocks that
were not indented to gcc's liking. This is addressed by adding braces.

2. -Wshift-negative-value

gcc is clever enougn to consider ~0 a negative constant, and
rightfully complains. This is addressed by using mask() which
explicitly casts to unsigned before shifting.

That is all. Porting done.
2016-04-13 12:13:44 -04:00
..
alpha Revert to 74c1e6513bd0 (sim: Thermal support for Linux) 2016-04-07 10:42:07 +01:00
arm misc: Fix issues flagged by gcc 6 2016-04-13 12:13:44 -04:00
generic style: fix missing spaces in control statements 2016-02-06 17:21:19 -08:00
hsail mem: Remove threadId from memory request class 2016-04-07 09:30:20 -05:00
mips mem: Remove threadId from memory request class 2016-04-07 09:30:20 -05:00
null cpu,isa,mem: Add per-thread wakeup logic 2015-09-30 11:14:19 -05:00
power Revert to 74c1e6513bd0 (sim: Thermal support for Linux) 2016-04-07 10:42:07 +01:00
sparc syscall_emul: remove mmapFlagTable 2016-04-01 16:38:16 -07:00
x86 syscall_emul: remove mmapFlagTable 2016-04-01 16:38:16 -07:00
isa_parser.py arch, x86: add support for arrays as memory operands 2016-02-06 17:21:20 -08:00
micro_asm.py scons: add slicc and ply to sys.path and PYTHONPATH so everyone has access 2009-09-22 15:24:16 -07:00
micro_asm_test.py Add a second section to make sure the ROM is extended properly. 2007-05-31 22:21:21 +00:00
SConscript gpu-compute: AMD's baseline GPU model 2016-01-19 14:28:22 -05:00