Age | Commit message (Collapse) | Author |
|
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
|
|
--HG--
extra : convert_revision : cde33fefe46dc05e9b4ea785a4df6b78ac57ccd5
|
|
of my machine at UM.
--HG--
extra : convert_revision : f268c04e39fd384e0ac17253faae2233b58e9373
|
|
--HG--
extra : convert_revision : 7f501de99e5389dc3a4172654d7cbe32ed811259
|
|
--HG--
extra : convert_revision : 20e8aa51935dc23ac3c7e6da2cb7a4e62c9a3a7c
|
|
--HG--
extra : convert_revision : ef3dcc3a160eb19a6c4fcdcd411d392aa42e4efe
|
|
--HG--
extra : convert_revision : 46e6b2dd8e1984cbab0ea24c94760794734c0f95
|
|
--HG--
extra : convert_revision : e06a950964286604274fba81dcca362d75847233
|
|
creation and initialization now happens in python. Parameter objects
are generated and initialized by python. The .ini file is now solely for
debugging purposes and is not used in construction of the objects in any
way.
--HG--
extra : convert_revision : 7e722873e417cb3d696f2e34c35ff488b7bff4ed
|
|
--HG--
extra : convert_revision : 10e6ecc60bb8ee4e4a6f06f8c56550299c262c91
|
|
--HG--
extra : convert_revision : dd23c568b3777fed7973401b6cf035f5a14f12f3
|
|
--HG--
extra : convert_revision : f9d4c61ded4b13655dbe86f0bb6a0b3beaf45151
|
|
--HG--
extra : convert_revision : 65ffc14e7b78b49df9a67ef0d3521551dd44d1cd
|
|
--HG--
extra : convert_revision : 8f170f2754eccdb424a35b5b077225abcf6eee72
|
|
Nag the user during compile if they have an hg cloned copy of M5, have
mercurial installed, but don't have the style hook enabled.
--HG--
extra : convert_revision : 6bcbb67f1a3fcd36db7d3ef16a9ff19680f126f2
|
|
--HG--
extra : convert_revision : 8c912aa723f2532c728b47a0bd83c3f3f27d7dfe
|