Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2024-06-04 | run.cpp: Adjust for today's NUMA API | Birte Kristina Friesel | -4/+5 | |
2018-06-05 | Fixed cpu count discovery and affinity | Giorgis Georgakoudis | -6/+2 | |
2018-06-05 | Updated README | Giorgis Georgakoudis | -21/+53 | |
2016-05-16 | parse_rags: return '1' when given --help | Steven Noonan | -1/+1 | |
Otherwise it tries to run with a bogus set of values, causing a segfault. Signed-off-by: Steven Noonan <steven@uplinklabs.net> | ||||
2013-12-20 | Don't compile Release build by default. | Tim Besard | -2/+0 | |
2012-01-31 | Merge pull request #1 from tycho/fixes-for-maleadt | Tim Besard | -1/+1 | |
Fix CMakeLists.txt libnuma linkage. | ||||
2012-01-30 | fix CMakeLists.txt libnuma linkage | Steven Noonan | -1/+1 | |
target_link_libraries referred to an old target name, resulting in this error message: CMake Error at CMakeLists.txt:46 (target_link_libraries): Cannot specify link libraries for target "pChase" which is not built by this project. Signed-off-by: Steven Noonan <steven@uplinklabs.net> | ||||
2011-12-03 | Improving testsuite. | Tim Besard | -19/+10 | |
2011-12-01 | Added a TODO. | Tim Besard | -1/+9 | |
2011-12-01 | Fixing error messages. | Tim Besard | -11/+11 | |
2011-12-01 | Thread affinity. | Tim Besard | -0/+20 | |
2011-12-01 | Improving the console UI (adding error messages). | Tim Besard | -48/+96 | |
2011-12-01 | Removing cross-compile options. | Tim Besard | -9/+0 | |
2011-11-28 | Improved benchmarking suite. | Tim Besard | -27/+43 | |
2011-11-28 | Reverted part of the output option removal. | Tim Besard | -6/+21 | |
2011-11-28 | Using the STD. | Tim Besard | -17/+4 | |
2011-11-28 | Improving CSV output. | Tim Besard | -41/+31 | |
2011-11-27 | Statically building AsmJit. | Tim Besard | -1/+1 | |
2011-11-27 | Adding cross-compile option. | Tim Besard | -0/+9 | |
2011-11-21 | Forgot to commit. | Tim Besard | -0/+1 | |
2011-11-21 | Moving scripts. | Tim Besard | -6/+1 | |
2011-11-21 | Merge branch 'master' of github.com:maleadt/pChase | Tim Besard | -0/+0 | |
2011-11-21 | Adding documentation to Chain type. | Tim Besard | -0/+7 | |
2011-11-21 | Updating README and adding AUTHORS. | Tim Besard | -1/+4 | |
2011-11-21 | Updating README and adding AUTHORS. | Tim Besard | -0/+3 | |
2011-11-21 | Destructor bugfix (prevent a Run object getting destructed through a Thread ↵ | Tim Besard | -1/+1 | |
pointed, which would cause the Thread destructor not getting called). | ||||
2011-11-21 | Updated headers. | Tim Besard | -26/+19 | |
2011-11-21 | Bugfix. | Tim Besard | -1/+1 | |
2011-11-21 | Removing dead code. | Tim Besard | -5/+0 | |
2011-11-21 | Removing stream mode due to not being implemented. | Tim Besard | -370/+1 | |
2011-11-21 | Default to a release build, and move some duplicate code out an inner loop. | Tim Besard | -16/+13 | |
2011-11-19 | Support for different prefetching hints. | Tim Besard | -20/+77 | |
2011-11-19 | Comment fix. | Tim Besard | -2/+2 | |
2011-11-19 | Fixing alternative output modes. | Tim Besard | -0/+3 | |
2011-11-19 | Using a boolean for strict. | Tim Besard | -6/+6 | |
2011-11-19 | Option renaming. | Tim Besard | -17/+20 | |
2011-11-07 | Updating README. | Tim Besard | -1/+10 | |
2011-11-07 | Ignore rules. | Tim Besard | -0/+20 | |
2011-11-07 | Lowercase is nicer. | Tim Besard | -56/+56 | |
2011-11-02 | Adding the README, from Doug's original site. | Tim Besard | -0/+12 | |
2011-11-02 | Structs don't have private fields. | Tim Besard | -1/+0 | |
2011-11-02 | Moving the license. | Tim Besard | -267/+0 | |
2011-11-02 | Cleaning up a bit. | Tim Besard | -41/+196 | |
2011-11-02 | Prefetching. | Tim Besard | -1/+2 | |
2011-11-02 | Unused now, we generate our own ASM. | Tim Besard | -8/+0 | |
2011-11-02 | Switching to AsmJit generated chasing routines. | Tim Besard | -618/+41154 | |
2011-11-02 | Moving to a POD Chain. | Tim Besard | -83/+49 | |
2011-11-02 | Improved NOP calculation. Still not good enough. | Tim Besard | -3/+21 | |
2011-11-02 | Removing redundant main headers. | Tim Besard | -115/+1 | |
2011-11-02 | Formatting the source. | Tim Besard | -2055/+2085 | |