Skip to content
Snippets Groups Projects
  1. May 23, 2013
  2. May 22, 2013
  3. May 17, 2013
  4. May 16, 2013
    • Adrian Böckenkamp's avatar
      gem5: codebase patched to compile with ag++ · f92557c2
      Adrian Böckenkamp authored
      This changes allows us to compile the gem5 simulator with ag++. It
      was tested with ag++ v0.8, built Apr 18 2013. Most of the changes
      are preprocessor directives like #ifndef __puma which have been
      inserted into the gem5 code. Unfortunately, a python script and a
      SWIG input file have been patched, too.
      Additionally, the CMake file has been updated. A single call to
      "make" now invokes the ag++ (instead of the g++) compiler front
      end. The new CMake target "gem5-allclean" should be used to clean
      the current project when building FailGem5. In addition to cleaning
      the Fail build directory, it also invokes "scons -c" in the gem5
      build directory; that is, gem5 is cleaned as well.
      
      Change-Id: I20a92f025f34f626b81e30f2c873baeba189f83b
      f92557c2
  5. May 07, 2013
  6. Apr 29, 2013
  7. Apr 28, 2013
  8. Apr 24, 2013
  9. Apr 23, 2013
  10. Apr 22, 2013
    • Horst Schirmeier's avatar
      Merge changes If331ad7a,I6241ea2d,Iba4f73dc,I7a49e8e9,Ifae805ae · e68116e4
      Horst Schirmeier authored
      * changes:
        bochs: fix parsing ips values > 2^31
        tools/prune-trace: various improvements
        tools/import-trace: sanity checks
        tools/import-trace: import timing information + various additions
        cosmetics
      e68116e4
    • Horst Schirmeier's avatar
      bochs: fix parsing ips values > 2^31 · 5feebab5
      Horst Schirmeier authored
      Change-Id: If331ad7aeedf04c1a62a9bca4bbe74021b5fccd5
      5feebab5
    • Horst Schirmeier's avatar
      tools/prune-trace: various improvements · 56bfa6c6
      Horst Schirmeier authored
      - Variants/benchmarks can now be selected with wildcards
        (--variant/--benchmark), and can be excluded from pruning
        (--variant-exclude/--benchmark-exclude).
      - The database clearing step can be skipped with --no-delete to
        avoid deadlocks with concurrent DB accesses.
      - Internals:
        * injection_instr / injection_instr_absolute moves from
          fspgroup to fsppilot.  fsppilot now contains all information we
          need for running FI experiments.
          TODO: generic campaign needs to be modified, too.
        * Force MySQL to use an efficient join order (STRAIGHT_JOIN).
      
      Change-Id: I6241ea2de9da1a1e709fae6374df4fc06ef262a0
      56bfa6c6
Loading