summaryrefslogtreecommitdiff
path: root/SConstruct
AgeCommit message (Expand)Author
2016-02-17scons: Enable building with the gcc/clang Address SanitizerAndreas Hansson
2016-01-19gpu-compute: AMD's baseline GPU modelTony Gutierrez
2016-01-11scons: Enable -Wextra by defaultAndreas Hansson
2016-01-11ext: Replace gzstream with iostream3 from zlib to avoid LGPLAndreas Hansson
2015-12-04sim: Add support for generating back traces on errorsAndreas Sandberg
2015-11-15sim: support for distcc pump server settingsJoe Gross
2015-07-07ext: Add the NoMali GPU no-simulation libraryAndreas Sandberg
2015-07-03scons: remove dead leading underscore checkCurtis Dunham
2015-07-03scons: Bump compiler requirement to gcc >= 4.7 and clang >= 3.1Andreas Hansson
2015-06-09scons: Allow GNU assembler version strings with hyphenAndreas Hansson
2015-06-01kvm, arm: Add support for aarch64Andreas Sandberg
2015-05-23build: Don't test for KVM xsave support on ARMAndreas Sandberg
2015-03-02tests: Run regression timeout as foregroundAndreas Hansson
2015-02-03scons: Avoid implicit command dependenciesAndreas Hansson
2014-12-22scons: Make the USE_KVM variable available in C++.Gabe Black
2014-12-02scons: Ensure dictionary iteration is sorted by keyAndreas Hansson
2014-10-16config: Add the ability to read a config file using C++ and PythonAndreas Hansson
2014-10-16scons: Add Undefined Behavior Sanitizer (UBSan) optionAndreas Hansson
2014-09-22scons: Add --without-tcmalloc build optionCurtis Dunham
2014-10-16config: Add a --without-python option to build processAndrew Bardsley
2014-10-09ext: Add DRAMPower to enable on-line DRAM power modellingAndreas Hansson
2014-10-09scons: Warn for known gcc and swig incompatibilitiesAndreas Hansson
2014-09-27scons: Address issues related to gcc 4.9.1Andreas Hansson
2014-08-25tests: automatically kill regressions that take too longCurtis Dunham
2014-09-03arch, cpu: Factor out the ExecContext into a proper base classAndreas Sandberg
2014-08-13scons: Silence clang 3.4 warnings on Ubuntu 12.04Andreas Sandberg
2014-08-10scons: Warn for incompatible gcc and binutilsAndreas Hansson
2014-06-10scons: Bump the compiler version to gcc 4.6 and clang 3.0Andreas Hansson
2014-05-09arch: teach ISA parser how to split code across filesCurtis Dunham
2014-05-09scons: Require SWIG >= 2.0.4 and remove vector typemapsCurtis Dunham
2014-04-13scons: Fix python-config parsing by adding strip()Andreas Hansson
2014-04-10scons: compile on systems where python2 and python3 co-existStian Hvatum
2014-03-23scons: Shush sconsCurtis Dunham
2014-03-07scons: Fix clang version identification for OSXMitch Hayenga
2014-02-18scons: Add PROTOC from the environmentAndreas Hansson
2014-02-18mem: Add a wrapped DRAMSim2 memory controllerAndreas Hansson
2013-10-15kvm: Set the perf exclude_host attribute if availableAndreas Sandberg
2013-10-17build: Enable color diagnostics in clang by preserving TERM.Stan Czerniawski
2013-10-02kvm: Only include KVM support for supported kernelsAndreas Hansson
2013-10-01scons, kvm: Check for the presence of POSIX timersAndreas Sandberg
2013-09-30ext: Include libfputilsAndreas Sandberg
2013-09-25kvm: Initial x86 supportAndreas Sandberg
2013-09-18swig: Warn on use of incompatible swig/gcc combinationsAndreas Hansson
2013-09-04scons: Enable build on OSXAndreas Hansson
2013-07-18scons: Use python-config instead of distutilsAndreas Hansson
2013-06-04scons: ammend swig warning error to version 2.0.10 as wellAli Saidi
2013-04-22kvm: Add basic support for ARMAndreas Sandberg
2013-04-22kvm: Basic support for hardware virtualized CPUsAndreas Sandberg
2013-03-18scons: Try to use 'tcmalloc' before 'tcmalloc_minimal'Andreas Sandberg
2013-03-18scons: Avoid malloc/free compiler optimization when using tcmallocAndreas Sandberg