summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorLines
2024-06-04unconditionally compile with NUMABirte Kristina Friesel-12/+0
2024-06-04run.cpp: Adjust for today's NUMA APIBirte Kristina Friesel-4/+5
2018-06-05Fixed cpu count discovery and affinityGiorgis Georgakoudis-6/+2
2016-05-16parse_rags: return '1' when given --helpSteven Noonan-1/+1
2011-12-01Added a TODO.Tim Besard-1/+8
2011-12-01Fixing error messages.Tim Besard-11/+11
2011-12-01Thread affinity.Tim Besard-0/+20
2011-12-01Improving the console UI (adding error messages).Tim Besard-48/+96
2011-11-28Reverted part of the output option removal.Tim Besard-6/+21
2011-11-28Using the STD.Tim Besard-17/+4
2011-11-28Improving CSV output.Tim Besard-41/+31
2011-11-21Forgot to commit.Tim Besard-0/+1
2011-11-21Adding documentation to Chain type.Tim Besard-0/+7
2011-11-21Destructor bugfix (prevent a Run object getting destructed through a Thread p...Tim Besard-1/+1
2011-11-21Updated headers.Tim Besard-26/+19
2011-11-21Bugfix.Tim Besard-1/+1
2011-11-21Removing dead code.Tim Besard-5/+0
2011-11-21Removing stream mode due to not being implemented.Tim Besard-370/+1
2011-11-21Default to a release build, and move some duplicate code out an inner loop.Tim Besard-16/+11
2011-11-19Support for different prefetching hints.Tim Besard-20/+77
2011-11-19Comment fix.Tim Besard-2/+2
2011-11-19Fixing alternative output modes.Tim Besard-0/+3
2011-11-19Using a boolean for strict.Tim Besard-6/+6
2011-11-19Option renaming.Tim Besard-17/+20
2011-11-07Lowercase is nicer.Tim Besard-46/+46
2011-11-02Structs don't have private fields.Tim Besard-1/+0
2011-11-02Cleaning up a bit.Tim Besard-39/+196
2011-11-02Prefetching.Tim Besard-1/+2
2011-11-02Unused now, we generate our own ASM.Tim Besard-8/+0
2011-11-02Switching to AsmJit generated chasing routines.Tim Besard-618/+108
2011-11-02Moving to a POD Chain.Tim Besard-80/+48
2011-11-02Improved NOP calculation. Still not good enough.Tim Besard-3/+21
2011-11-02Removing redundant main headers.Tim Besard-114/+0
2011-11-02Formatting the source.Tim Besard-2055/+2085
2011-11-01Reducing prefetching instructions by changing end of chain check.Tim Besard-42/+60
2011-10-31Bugfix, but not in a nice way (extra instruction).Tim Besard-16/+16
2011-10-31Adding prefetching.Tim Besard-8/+51
2011-10-31Adding busy cycles.Tim Besard-8/+52
2011-10-27Cleaning up the code a bit.Tim Besard-0/+2928