Lines Matching refs:compiler

84 21. Fix infinite recursion in the JIT compiler when certain patterns such as
113 29. The JIT compiler did not restore the control verb head in case of *THEN
129 33. The JIT compiler should not check repeats after a {0,1} repeat byte code.
132 34. The JIT compiler should restore the control chain for empty possessive
350 1. Got rid of some compiler warnings in the C++ modules that were shown up by
361 4. The JIT compiler did not generate match limit checks for certain
370 reported 64-bit compiler warnings (Bugzilla 1477).
427 18. Avoid a compiler warning (from some compilers) for a function call with
429 variable (to which the compiler does not object).
454 the JIT compiler optimizes more character set checks.
456 3. Got rid of some compiler warnings for potentially uninitialized variables
538 19. Little endian PowerPC systems are supported now by the JIT compiler.
558 compiler.
583 detected by the Solaris compiler (gcc doesn't seem to be able to diagnose
586 5. Cleaned up a "may be uninitialized" compiler warning in pcre_exec.c.
769 44. Got rid of some compiler warnings for unused variables when UTF but not UCP
777 avoid compiler signed/unsigned warnings. Added (int) casts to unsigned
828 Only supported by the JIT compiler at the moment.
830 15. JIT compiler now supports 32 bit Macs thanks to Lawrence Velazquez.
869 25. (*PRUNE) is now supported by the JIT compiler.
876 28. (*SKIP) is now supported by the JIT compiler.
878 29. (*THEN) is now supported by the JIT compiler.
943 1. Improved JIT compiler optimizations for first character search and single
946 2. Supporting IBM XL C compilers for PPC architectures in the JIT compiler.
949 3. Single character iterator optimizations in the JIT compiler.
951 4. Improved JIT compiler optimizations for character ranges.
1061 25. Major JIT compiler update (code refactoring and bugfixing).
1092 suite in environments where gcc is the compiler and lcov is installed. This
1101 26. Give configure error if --enable-cpp but no C++ compiler found.
1107 1. Fixing a wrong JIT test case and some compiler warnings.
1112 to unsigned type, result still unsigned" that was given by an MS compiler
1115 4. Partial matching support is added to the JIT compiler.
1145 9. (*MARK) control verb is now supported by the JIT compiler.
1166 16. (*COMMIT) control verb is now supported by the JIT compiler.
1178 21. Fixed a bug for backward assertions with REVERSE 0 in the JIT compiler.
1214 30. JIT compiler update.
1219 32. Put spaces around SLJIT_PRINT_D in the JIT compiler. Required by CXX11.
1221 33. Variable renamings in the PCRE-JIT compiler. No functionality change.
1320 1. Updating the JIT compiler.
1322 2. JIT compiler now supports OP_NCREF, OP_RREF and OP_NRREF. New test cases
1403 21. Retrieve executable code size support for the JIT compiler and fixing
1461 4. Zoltan Herczeg's just-in-time compiler support has been integrated into the
1986 7. Minor change to pcretest.c to avoid a compiler warning.
2023 16. Added a lot of (int) casts to avoid compiler warnings in systems where
2184 - The compiler thus generates a "C" signature for the test function.
2970 14. Added casts to pcretest.c to avoid compiler warnings.
2972 15. Added Craig's patch to various pcrecpp modules to avoid compiler warnings.
3206 10. Inserted some missing (unsigned int) casts to get rid of compiler warnings.
3365 23. Added some casts to kill warnings from HP-UX ia64 compiler.
3373 1. Fixed a signed/unsigned compiler warning in pcre_compile.c, shown up by
3425 line is "zero bytes in current character"), it caused compiler complaints.
3432 compiler treats it as an empty string (which was what was wanted) but it is
3587 35. Tidied to get rid of some further signed/unsigned compiler warnings and
3741 The regular expression compiler produces polymorphic opcodes. That
3760 seven years ago for the OS/2 compiler (see 2.02/2 below) because it caused
3952 14. Avoid compiler warnings in get_ucpname() when compiled without UCP support
4049 2. A couple of code tidies to get rid of compiler warnings.
4146 C++ stuff. This should fix a reported problem when a compiler was present,
4339 6. The icc compiler has the same options as gcc, but "configure" doesn't seem
4343 compiler options, which is what is needed, but I have no means of testing
4507 10. Added some adjustments to the code to make it easier to compiler on certain
4673 <dftables.o>: use native compiler
4684 3. Some tidies to get rid of compiler warnings:
4692 . Turning on some more compiler warnings threw up some "shadow" variables
4711 2. Compiling with Sun's compiler found a few more places where the code could
4790 floating-point constant arithmetic" warnings from a Microsoft compiler. Added a
5328 4. Made 4 silly changes to the source to avoid stupid compiler warnings that
5539 compiler for OS/2 into generating correct code. Apparently IBM isn't going to
5678 it was reported that one broken compiler failed on the former because "code" is
5727 4. Set default compiler flag to -O2 rather than just -O.