summaryrefslogtreecommitdiff
path: root/Zend/zend_bitset.h
Commit message (Expand)AuthorAgeFilesLines
* Replace zend_bool uses with boolNikita Popov2021-01-151-3/+3
* decbin/decoct/dechex optimization.Dmitry Stogov2020-09-081-0/+40
* Improve type declarations for Zend APIsGeorge Peter Banyard2020-08-281-1/+1
* Remove local variablesPeter Kokot2019-02-031-10/+0
* Take out some last remnants of the yearly copyright rangeZeev Suraski2019-01-301-1/+1
* Update email addresses. We're still @Zend, but future proofing it...Zeev Suraski2018-11-011-1/+1
* Remove old SVN keywords substitutionsPeter Kokot2018-06-161-2/+0
* Bit test optimizationDmitry Stogov2018-05-081-1/+1
* Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2018-01-031-1/+1
|\
| * Happy new year (Update copyright to 2018)Lior Kaplan2018-01-021-1/+1
* | Added goblal optimisation passes based on data flow analyses using SSA form:Dmitry Stogov2017-07-141-0/+8
* | further sync for vim mode linesAnatol Belski2017-07-041-0/+2
|/
* Fixed bug #73727Nikita Popov2016-12-141-2/+2
* Fix correctness issues with type narrowingNikita Popov2016-06-061-1/+1
* Move builtin_ctzl portability into zend_bitset.hNikita Popov2016-05-171-10/+42
* Explicitly construct phi set during def propagationNikita Popov2016-05-121-0/+12
* Introduce ZEND_BITSET_FOREACH macrosNikita Popov2016-04-241-0/+27
* Reduce memory usage by using bitsets instead of array of bytes.Dmitry Stogov2015-08-061-0/+185