gem5/src
Ali Saidi 02bd40d552 While I'm waiting for legion to run make m5 compile with a few more compilers
SConstruct:
src/SConscript:
    Add flags for Intel CC while i'm at it
src/base/compiler.hh:
    the _Pragma stuff needst to be called this way unless someone happens to have a cleaner way
src/base/cprintf_formats.hh:
    add std:: where appropriate
src/base/statistics.hh:
    use this->map since icc was getting confused about std::map vs the locally defined map
src/cpu/static_inst.hh:
    Add some more dummy returns where needed
src/mem/packet.hh:
    add more dummy returns where needed
src/sim/host.hh:
    use limits to come up with max tick

--HG--
extra : convert_revision : 08e9f7898b29fb9d063136529afb9b6abceab60c
2007-01-27 15:38:04 -05:00
..
arch Merge zizzer:/bk/newmem 2007-01-26 18:57:35 -05:00
base While I'm waiting for legion to run make m5 compile with a few more compilers 2007-01-27 15:38:04 -05:00
cpu While I'm waiting for legion to run make m5 compile with a few more compilers 2007-01-27 15:38:04 -05:00
dev Merge zizzer:/bk/newmem 2007-01-26 18:50:28 -05:00
doxygen Fix up doxygen. 2006-08-14 19:25:07 -04:00
kern Moved the Alpha MiscRegFile into it's own file, and got rid of the Alpha specific DepTag constants. 2006-11-09 21:30:48 -05:00
mem While I'm waiting for legion to run make m5 compile with a few more compilers 2007-01-27 15:38:04 -05:00
python Move time forward to Jan 1, 2009 and update stats 2007-01-25 19:14:05 -05:00
sim While I'm waiting for legion to run make m5 compile with a few more compilers 2007-01-27 15:38:04 -05:00
unittest remove some output formatting stuff that we don't use 2006-12-24 14:06:56 -08:00
Doxyfile Fix up doxygen. 2006-08-14 19:25:07 -04:00
SConscript While I'm waiting for legion to run make m5 compile with a few more compilers 2007-01-27 15:38:04 -05:00