tests: Add a ptr helper function trietest.
[gem5.git] / src /
2017-12-04 Gabe Blacktests: Add a ptr helper function trietest.
2017-12-04 Gabe Blacktests: Get rid of the bitvectest unit test.
2017-12-01 Giacomo Travagliniarm: Enable ns registers access in secure mode
2017-11-30 Alec Roelkearch-riscv: use sext rather than manual masks
2017-11-30 Alec Roelkearch-riscv: Remove spaces around ea_code
2017-11-29 Alec Roelkearch-riscv: Add missing license paragraphs
2017-11-29 Andreas Sandbergcpu: Don't override ISA if provided by user
2017-11-29 David Guillen Fandoscpu-minor: Add missing instruction stats
2017-11-29 Alec Roelkearch-riscv: Remove static parts of AMOs out of ISA
2017-11-29 Alec Roelkearch-riscv: Move parts of mem insts out of ISA
2017-11-29 Alec Roelkearch-riscv: Move unknown out of ISA description
2017-11-29 Alec Roelkearch-riscv: Move standard ops out of ISA
2017-11-28 Andreas Sandbergcpu-o3: Add missing vector stat initializers
2017-11-28 Giacomo Travagliniarch-arm: Add haveEL pseudocode function
2017-11-28 Giacomo Travagliniarch-arm: Add assertions when extracting an ArmSystem...
2017-11-28 Gabe Blacktests: Move the bituniontest to be alongside the bituni...
2017-11-28 Gabe Blackscons: Build GTests in the directory they're declared.
2017-11-28 Gabe Blacktests: Reimplement the bituniontest as a googletest.
2017-11-28 Gabe Blackscons: Add in a new type of unit test called GTest.
2017-11-28 Gabe Blackscons: Minor cleanup of how partial linking is handled...
2017-11-28 Alec Roelkearch-riscv: Move static_inst into a directory
2017-11-27 Gabe Blacktests: Build the input file into the initest unit test.
2017-11-27 Gabe Blackscons: Break make_obj into make_static and make_shared...
2017-11-27 Gabe Blackscons: Remove the extra_deps option from the helper...
2017-11-27 Gabe Blackscons: Get rid of a flag which makes Werror optional.
2017-11-27 Gabe Blackscons: Move some compiler flag setting code to the...
2017-11-27 Gabe Blackscons: Get rid of SourceFile's done function.
2017-11-27 Gabe Blackscons: Switch from "guards" to "tags" on source files.
2017-11-22 Gabe Blacktests: Resurrect initest input file(s).
2017-11-22 Gabe Blacktests: Fix the stats unit test.
2017-11-22 Andreas Sandbergarch-arm: Add support for the brk instruction
2017-11-22 Giacomo Travagliniarch-arm: HVC instruction undefined in secure EL1
2017-11-22 Alec Roelkearch-riscv: Add missing system calls
2017-11-22 Alec Roelkesim-se: Add default to SyscallDesc constructor
2017-11-22 Gabe Blacksparc: Move integer StaticInst base classes out of...
2017-11-22 Gabe Blacksparc: Move the mem base classes out of the ISA descrip...
2017-11-22 Gabe Blacksparc: Move the microop/macroop base classes out of...
2017-11-22 Gabe Blacksparc: Return debug faults from unimplemented instructions.
2017-11-22 Gabe Blacksparc: Pull the unimplemented formats out of the ISA...
2017-11-22 Gabe Blacksparc: Pull the "Uknown" StaticInst class out of the...
2017-11-22 Gabe Blacksparc: Pull most of the Nop format out of the ISA descr...
2017-11-22 Gabe Blacksparc: Pull more StaticInst base classes out of the...
2017-11-22 Gabe Blacksparc: Pull flat static instruction classes out of...
2017-11-21 Jose Marinhoarch-arm: ArmPMU refactor
2017-11-21 Jose Marinhoarch-arm: Do not increment PMU cycle event in WFI/WFE
2017-11-21 Jose Marinhocpu, cpu, sim: move Cycle probe update
2017-11-21 Austin Harrissim: Fix need to save address space info during seriali...
2017-11-21 Giacomo Travagliniarch-arm: Fix MCR/MRC disassemble
2017-11-21 Giacomo Travagliniarch-arm: Fix MSR/MRS disassemble
2017-11-21 Nikos Nikoleriscpu-o3: Prevent cpu from suspending if it is already...
2017-11-20 Jose Marinhoarch-arm: Ensure counters keep events on checkpoint...
2017-11-20 Jose Marinhocpu: Make automatic transition to OFF optional
2017-11-20 Anouk Van Laerpwr: Adds logic to enter power gating for the cpu model
2017-11-20 Gabe Blacksparc: Pull StaticInst base classes out of the ISA...
2017-11-20 Gabe Blackdev: Fix the SPARC and X86 platform devices.
2017-11-19 Gabe Blacktests: Fix compilation of cprinftest.
2017-11-17 Geoffrey Blakesim: Implement load_addr_mask auto-calculation
2017-11-16 Tiago Mucksim: ScopedMigration does nothing if both eqs are the...
2017-11-16 Radhika Jagtapext, mem: Pull DRAMPower SHA 90d6290 and rebase
2017-11-16 David Guillen Fandospwr: Enable multiple power models per component
2017-11-16 Sean McGooganarch, arm: Print value being ignored on DummyISA write
2017-11-16 Tiago Mucksim: Clocked object debug message updated for clarity
2017-11-16 Andreas Sandbergsim: Add an option to load additional kernel objects
2017-11-15 Giacomo Travagliniarch-arm: Dsb instruction shouldn't flush the pipeline
2017-11-15 Giacomo Travagliniarch-arm: Writes to DCCMVAC shouldn't flush pipeline
2017-11-15 Giacomo Travagliniarch-arm: Removing FlushPipe fault, using SquashAfter
2017-11-15 Giacomo Travagliniarm: Add support for armv8 CRC32 instructions
2017-11-14 Radhika Jagtapcpu, probe: Fix elastic trace register dependency
2017-11-13 Gabe Blackconfig: Add an Energy param type.
2017-11-13 Gabe Blackconfig: Export the "Current" param type from m5.params.
2017-11-13 Gabe Blackutil: Add a "toEnergy" function to the convert module.
2017-11-13 Gabe Blackconfig: Simplify the definitions of the Voltage and...
2017-11-13 Giacomo Travagliniarch-arm: Interface for the ArmStaticInst intWidth...
2017-11-13 Giacomo Travagliniarch-arm: Corrected encoding for T32 HVC instruction
2017-11-13 Gabe Blackutil: Simplify/consolidate the python conversion module.
2017-11-10 Gabe Blackscons: Move Transform and termcap functionality into...
2017-11-09 Nikos Nikolerismem: Align the snoop behavior in the XBar for atomic...
2017-11-09 Nikos Nikolerisarch-arm: Allow dc ivac from EL0 when SCTLR_EL1.UCI=1
2017-11-08 Andreas Sandbergdev: Move generic serial devices to src/dev/serial
2017-11-08 Andreas Sandbergdev: Add a dummy serial device
2017-11-08 Andreas Sandbergdev: Refactor UART->Terminal interface
2017-11-07 Gabe Blackalpha,arm,mips,power,riscv,sparc,x86: Merge exec decl...
2017-11-06 Alec Roelkesim-se: Add prlimit system call
2017-11-02 Gabe Blackalpha,arm,mips,power,riscv,sparc,x86,isa: De-specialize...
2017-10-31 Giacomo Travaglinidev: Using Configurable image writer in HDLcd
2017-10-31 Giacomo Travaglinivnc: Default image writer type set to Auto
2017-10-31 Giacomo Travaglinibase: Introducing utility for writing raw data in png...
2017-10-31 Gabe Blackx86: Fix VEX instruction decoding.
2017-10-30 Gabe Blackbase: Fix forcing loopback only binding for listeners.
2017-10-20 Giacomo Travagliniarch-arm: RBIT instruction using mirroring func
2017-10-20 Giacomo Travaglinibase: Function for mirroring bits in variable length...
2017-10-20 Giacomo Travaglinibase: Defining make_unique for C++11
2017-10-19 Jason Lowe-Powercpu-o3: Add M5_VAR_USED to variable
2017-10-19 Gabe Blackscons: Fix the regression tests.
2017-10-17 Gabe Blackscons: Stop generating inc.d in the isa parser.
2017-10-17 Boris Shingarovarch-arm: Fix inverted 32/64-bit check in GDB
2017-10-13 Nikos Nikolerisarch-arm: Signal an event when executing store exclusives
2017-10-13 Nikos Nikolerismem: Signal the local monitor when clearing the global...
2017-10-13 Nikos Nikoleriscpu-o3: Check predication before the SQ size for a...
2017-10-13 Nikos Nikoleriscpu-o3: Avoid early checker verification for store...
next