Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
It's instantaneous and so it's somewhat bogus, but it's a first step.
|
|
|
|
|
|
|
|
This is not m5 specific and this currently only works in linux.
|
|
|
|
|
|
script check every line in the file if it cannot get context information.
|
|
This instruction basically returns the number of nanoseconds that the CPU
has been running.
|
|
|
|
|
|
|
|
should configure their editors to not insert tabs
|
|
- insert warnings for deprecated m5ops
- reserve opcodes for Ali's stuff
- remove code for stuff that has been deprecated forever
- simplify m5op_alpha
|
|
they're all in the same place. This also involves having just one
jobfile.py and moving it into the utils directory to avoid
duplication. Lots of improvements to the utility as well.
--HG--
rename : src/python/m5/attrdict.py => src/python/m5/util/attrdict.py
rename : util/pbs/jobfile.py => src/python/m5/util/jobfile.py
rename : src/python/m5/util.py => src/python/m5/util/misc.py
rename : src/python/m5/multidict.py => src/python/m5/util/multidict.py
rename : util/stats/orderdict.py => src/python/m5/util/orderdict.py
|
|
|
|
--HG--
extra : convert_revision : a4958e934f599bff24b251507da7c266c89430fc
|
|
--HG--
extra : convert_revision : d37accc884c2967d87dd267debab5afeb8b6ed85
|
|
--HG--
extra : convert_revision : 0bc61d239eb24956aa401bbf39470bfa81c86c29
|
|
--HG--
extra : convert_revision : 6dae828a1b6a254821095a1743325976202beec1
|
|
--HG--
extra : convert_revision : e3efbc0a79212c7474d547545411518b057cc1e9
|
|
--HG--
extra : convert_revision : 85ca7d737a7592946bedb7d1724aefa62ad1231e
|
|
--HG--
extra : convert_revision : e1b074fb21b2be0f2cec59a170a2216913c6e89b
|
|
--HG--
extra : convert_revision : f9ad0ea469aaf6ec059bd50db0cc5d956c354e2c
|
|
--HG--
extra : convert_revision : 86c0dec05f392078dfb2c3f941debc9bc46f63bb
|
|
--HG--
extra : convert_revision : 4317e5909f23e2b8bf6e8407f0df10fad34e9e35
|
|
--HG--
extra : convert_revision : 94403c4279ef358ea9cf78e5ffb13476496c28f5
|
|
--HG--
extra : convert_revision : 3dcdaca58340ec2cc190ecb692c79128be1a14d6
|
|
to be working at the moment.
--HG--
extra : convert_revision : 90a5b0e2a06087259c97ff88b94852ddea8ea7b2
|
|
actually compare xmm.
--HG--
extra : convert_revision : 02c6641200edb133c9bc11f1fdf3c1a0b1c87e77
|
|
Before this fix, the style hook would blow up when you did a qrefresh to add
a new file, but executed the qrefresh from a repository sub directory.
--HG--
extra : convert_revision : 851b0421dfa5c5b23d0f49441c4ba2e0ac579c5d
|
|
The style hook was ignoring new files, but processing all modified
files.
--HG--
extra : convert_revision : 97400c24a12103d7ac3d4f69b026853816c39d72
|
|
--HG--
extra : convert_revision : 71db222856a811f2724bbc9bbe4069c1f61754ed
|
|
--HG--
extra : convert_revision : 13880ec6df17b0317d4097243bb24add753a098a
|
|
immediately will stop regression randomly hanging.
--HG--
extra : convert_revision : a663ae935edd1b6e8f0bb5b08583a5b9761d0939
|
|
--HG--
extra : convert_revision : 5866eaa4008c4fa5da7fbb443132b8326955f71d
|
|
Use this in the regress script to avoid issues with the checker.
--HG--
extra : convert_revision : 562b6a6d73dc46e412d00ba2588af2793335274e
|
|
--HG--
extra : convert_revision : 2103029077450e46f70077066708255310963d9d
|
|
--HG--
extra : convert_revision : 646d559a10706521b1918d2378d0f99ab5255c77
|
|
--HG--
extra : convert_revision : 534b4f5cee3fd1a6d3638d9a910d22ad1aa81fde
|
|
--HG--
extra : convert_revision : d00b7b09c7f19bc0e37b385ef7c124f69c0e917f
|
|
after system calls.
Because of peculiarities in how system calls are returned from, single stepping executes some system calls and the instruction following them in a single step. Statetrace now patches the executable image when it detects a system call to force "correct" behavior, aka the appearance of stepping one instruction every single time.
--HG--
extra : convert_revision : ac6243a2e00ff98f827b005efd27b4dc5be4f774
|
|
modified_lines.
--HG--
extra : convert_revision : 0f4e23007399f9d0e2be5310062bd61f5415550d
|
|
The address of the stackpointer proceeding the vector minus 8 should be minus 16.
--HG--
extra : convert_revision : 648f01e9753e28391fc8d282bd9fe2bd47a0193f
|
|
--HG--
extra : convert_revision : 2bb456f292a862e1615c370c1d14a3f709860c38
|
|
--HG--
extra : convert_revision : 597503431883a24f68744bf0dce77356a32d7ff7
|
|
--HG--
extra : convert_revision : 3c1ff2585c9b20649792344b4180f6d82cef9c1b
|