search for: matches_

Displaying 17 results from an estimated 17 matches for "matches_".

Did you mean: matches
2016 Mar 25
3
RFC: New support for triaging optimization-related failures in front ends
...=-1' option to see the functioning numbering. clang -c -O2 -num-fn=-1 test.c Optimizing function (1) prune_match Optimizing function (2) free_S Optimizing function (3) hash_S Optimizing function (4) insert_S Optimizing function (5) zero_S Optimizing function (6) init_S Optimizing function (7) matches_S Optimizing function (8) clean_up The developer would then use a binary search, recompiling with selective optimization and re-running the test case to determine the function in which the problem occurs. clang -c -O2 -num-fn=4 test.c <test passes> clang -c -O2 -num-fn=6 test.c <test pass...
2016 Mar 25
0
RFC: New support for triaging optimization-related failures in front ends
...t; > clang -c -O2 -num-fn=-1 test.c > > Optimizing function (1) prune_match > Optimizing function (2) free_S > Optimizing function (3) hash_S > Optimizing function (4) insert_S > Optimizing function (5) zero_S > Optimizing function (6) init_S > Optimizing function (7) matches_S > Optimizing function (8) clean_up > > The developer would then use a binary search, recompiling with selective optimization and re-running the test case to determine the function in which the problem occurs. > > clang -c -O2 -num-fn=4 test.c > <test passes> > clang...
2016 Mar 25
3
RFC: New support for triaging optimization-related failures in front ends
...1 test.c >> >> Optimizing function (1) prune_match >> Optimizing function (2) free_S >> Optimizing function (3) hash_S >> Optimizing function (4) insert_S >> Optimizing function (5) zero_S >> Optimizing function (6) init_S >> Optimizing function (7) matches_S >> Optimizing function (8) clean_up >> >> The developer would then use a binary search, recompiling with selective optimization and re-running the test case to determine the function in which the problem occurs. >> >> clang -c -O2 -num-fn=4 test.c >> <tes...
2016 Mar 25
6
RFC: New support for triaging optimization-related failures in front ends
...=-1' option to see the functioning numbering. clang -c -O2 -num-fn=-1 test.c Optimizing function (1) prune_match Optimizing function (2) free_S Optimizing function (3) hash_S Optimizing function (4) insert_S Optimizing function (5) zero_S Optimizing function (6) init_S Optimizing function (7) matches_S Optimizing function (8) clean_up The developer would then use a binary search, recompiling with selective optimization and re-running the test case to determine the function in which the problem occurs. clang -c -O2 -num-fn=4 test.c <test passes> clang -c -O2 -num-fn=6 test.c <test pass...
2016 Mar 25
0
RFC: New support for triaging optimization-related failures in front ends
...t; > clang -c -O2 -num-fn=-1 test.c > > Optimizing function (1) prune_match > Optimizing function (2) free_S > Optimizing function (3) hash_S > Optimizing function (4) insert_S > Optimizing function (5) zero_S > Optimizing function (6) init_S > Optimizing function (7) matches_S > Optimizing function (8) clean_up > > The developer would then use a binary search, recompiling with selective optimization and re-running the test case to determine the function in which the problem occurs. > > clang -c -O2 -num-fn=4 test.c > <test passes> > clang...
2016 Mar 25
0
RFC: New support for triaging optimization-related failures in front ends
...> Optimizing function (1) prune_match >>> Optimizing function (2) free_S >>> Optimizing function (3) hash_S >>> Optimizing function (4) insert_S >>> Optimizing function (5) zero_S >>> Optimizing function (6) init_S >>> Optimizing function (7) matches_S >>> Optimizing function (8) clean_up >>> >>> The developer would then use a binary search, recompiling with selective optimization and re-running the test case to determine the function in which the problem occurs. >>> >>> clang -c -O2 -num-fn=4 tes...
2016 Mar 25
1
RFC: New support for triaging optimization-related failures in front ends
.... > > clang -c -O2 -num-fn=-1 test.c > > Optimizing function (1) prune_match > Optimizing function (2) free_S > Optimizing function (3) hash_S > Optimizing function (4) insert_S > Optimizing function (5) zero_S > Optimizing function (6) init_S > Optimizing function (7) matches_S > Optimizing function (8) clean_up > > The developer would then use a binary search, recompiling with selective > optimization and re-running the test case to determine the function in which > the problem occurs. > > clang -c -O2 -num-fn=4 test.c > <test passes> >...
2016 Mar 25
0
RFC: New support for triaging optimization-related failures in front ends
...t; > clang -c -O2 -num-fn=-1 test.c > > Optimizing function (1) prune_match > Optimizing function (2) free_S > Optimizing function (3) hash_S > Optimizing function (4) insert_S > Optimizing function (5) zero_S > Optimizing function (6) init_S > Optimizing function (7) matches_S > Optimizing function (8) clean_up > > The developer would then use a binary search, recompiling with selective optimization and re-running the test case to determine the function in which the problem occurs. > > clang -c -O2 -num-fn=4 test.c > <test passes> > clang...
2016 Mar 25
2
RFC: New support for triaging optimization-related failures in front ends
...=-1' option to see the functioning numbering. clang -c -O2 -num-fn=-1 test.c Optimizing function (1) prune_match Optimizing function (2) free_S Optimizing function (3) hash_S Optimizing function (4) insert_S Optimizing function (5) zero_S Optimizing function (6) init_S Optimizing function (7) matches_S Optimizing function (8) clean_up The developer would then use a binary search, recompiling with selective optimization and re-running the test case to determine the function in which the problem occurs. clang -c -O2 -num-fn=4 test.c <test passes> clang -c -O2 -num-fn=6 test.c <test pass...
2016 Mar 25
2
RFC: New support for triaging optimization-related failures in front ends
...1 test.c >> >> Optimizing function (1) prune_match >> Optimizing function (2) free_S >> Optimizing function (3) hash_S >> Optimizing function (4) insert_S >> Optimizing function (5) zero_S >> Optimizing function (6) init_S >> Optimizing function (7) matches_S >> Optimizing function (8) clean_up >> >> The developer would then use a binary search, recompiling with selective optimization and re-running the test case to determine the function in which the problem occurs. >> >> clang -c -O2 -num-fn=4 test.c >> <tes...
2016 Mar 25
3
RFC: New support for triaging optimization-related failures in front ends
...1 test.c >> >> Optimizing function (1) prune_match >> Optimizing function (2) free_S >> Optimizing function (3) hash_S >> Optimizing function (4) insert_S >> Optimizing function (5) zero_S >> Optimizing function (6) init_S >> Optimizing function (7) matches_S >> Optimizing function (8) clean_up >> >> The developer would then use a binary search, recompiling with selective optimization and re-running the test case to determine the function in which the problem occurs. >> >> clang -c -O2 -num-fn=4 test.c >> <tes...
2016 Mar 25
0
RFC: New support for triaging optimization-related failures in front ends
...t; > clang -c -O2 -num-fn=-1 test.c > > Optimizing function (1) prune_match > Optimizing function (2) free_S > Optimizing function (3) hash_S > Optimizing function (4) insert_S > Optimizing function (5) zero_S > Optimizing function (6) init_S > Optimizing function (7) matches_S > Optimizing function (8) clean_up > > The developer would then use a binary search, recompiling with selective optimization and re-running the test case to determine the function in which the problem occurs. > > clang -c -O2 -num-fn=4 test.c > <test passes> > clang...
2016 Mar 26
2
RFC: New support for triaging optimization-related failures in front ends
...(1) prune_match >>>> Optimizing function (2) free_S >>>> Optimizing function (3) hash_S >>>> Optimizing function (4) insert_S >>>> Optimizing function (5) zero_S >>>> Optimizing function (6) init_S >>>> Optimizing function (7) matches_S >>>> Optimizing function (8) clean_up >>>> >>>> The developer would then use a binary search, recompiling with selective optimization and re-running the test case to determine the function in which the problem occurs. >>>> >>>> clang...
2016 Mar 25
0
RFC: New support for triaging optimization-related failures in front ends
...> Optimizing function (1) prune_match >>> Optimizing function (2) free_S >>> Optimizing function (3) hash_S >>> Optimizing function (4) insert_S >>> Optimizing function (5) zero_S >>> Optimizing function (6) init_S >>> Optimizing function (7) matches_S >>> Optimizing function (8) clean_up >>> >>> The developer would then use a binary search, recompiling with selective optimization and re-running the test case to determine the function in which the problem occurs. >>> >>> clang -c -O2 -num-fn=4 tes...
2016 Mar 26
0
RFC: New support for triaging optimization-related failures in front ends
...;>>> Optimizing function (2) free_S >>>>> Optimizing function (3) hash_S >>>>> Optimizing function (4) insert_S >>>>> Optimizing function (5) zero_S >>>>> Optimizing function (6) init_S >>>>> Optimizing function (7) matches_S >>>>> Optimizing function (8) clean_up >>>>> >>>>> The developer would then use a binary search, recompiling with selective optimization and re-running the test case to determine the function in which the problem occurs. >>>>> >&gt...
2016 Mar 28
2
RFC: New support for triaging optimization-related failures in front ends
...=-1' option to see the functioning numbering. clang -c -O2 -num-fn=-1 test.c Optimizing function (1) prune_match Optimizing function (2) free_S Optimizing function (3) hash_S Optimizing function (4) insert_S Optimizing function (5) zero_S Optimizing function (6) init_S Optimizing function (7) matches_S Optimizing function (8) clean_up The developer would then use a binary search, recompiling with selective optimization and re-running the test case to determine the function in which the problem occurs. clang -c -O2 -num-fn=4 test.c <test passes> clang -c -O2 -num-fn=6 test.c <test pass...
2016 Apr 05
2
RFC: New support for triaging optimization-related failures in front ends
...=-1' option to see the functioning numbering. clang -c -O2 -num-fn=-1 test.c Optimizing function (1) prune_match Optimizing function (2) free_S Optimizing function (3) hash_S Optimizing function (4) insert_S Optimizing function (5) zero_S Optimizing function (6) init_S Optimizing function (7) matches_S Optimizing function (8) clean_up The developer would then use a binary search, recompiling with selective optimization and re-running the test case to determine the function in which the problem occurs. clang -c -O2 -num-fn=4 test.c <test passes> clang -c -O2 -num-fn=6 test.c <test pass...