summaryrefslogtreecommitdiffstats
path: root/clib/src
Commit message (Collapse)AuthorAgeFilesLines
* clib: explicitly include clib/builtin.hStewart Smith2017-11-301-1/+1
| | | | Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* remove unused mqStewart Smith2015-12-151-215/+0
| | | | Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* remove custom assert implementation and exception.cStewart Smith2015-12-152-163/+5
| | | | Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* Remove #define parity __builtin_parityStewart Smith2015-12-151-1/+1
| | | | | | | we already used __builtin_parityll explicitly, no need to keep around this define Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* remove likely/unlikely: nothing is *that* perf criticalStewart Smith2015-12-152-20/+20
| | | | Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* remove crc32 - use sha1sum in test case insteadStewart Smith2015-12-152-240/+0
| | | | Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* remove more unused memory_leak_detection codeStewart Smith2015-12-151-1275/+0
| | | | Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* remove unused slabStewart Smith2015-12-151-1/+0
| | | | Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* remove unused db.c/db.hStewart Smith2015-12-151-407/+0
| | | | Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* remove unused signalStewart Smith2015-12-151-142/+0
| | | | Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* remove unused heapStewart Smith2015-12-151-158/+0
| | | | Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* remove unused arrayStewart Smith2015-12-153-823/+0
| | | | Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* remove unused dispatch and watchStewart Smith2015-12-152-304/+0
| | | | Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* remove unused vector and vector_iterStewart Smith2015-12-153-854/+0
| | | | Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* remove unused table and table_iterStewart Smith2015-12-152-831/+0
| | | | Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* Remove unused memory_leak_detection.hStewart Smith2015-12-152-2/+0
| | | | Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* Support to compile in 64bit for Ubuntu Little EndianAdriana Kobylak2015-02-1811-81/+71
|
* Use correct (Apache) license.Brad Bishop2015-01-0728-493/+672
|
* Port FFS tools over from Building Block repository.Brad Bishop2014-07-0228-0/+7904
OpenPOWER on IntegriCloud