search for: d22401

Displaying 4 results from an estimated 4 matches for "d22401".

Did you mean: d22403
2016 Jul 15
5
RFC: FileCheck Enhancements
...uding files - https://reviews.llvm.org/D22344 > Expressions repeat for CHECK and CHECK-NEXT - > https://reviews.llvm.org/D22345 > CHECK-LABEL-DAG - https://reviews.llvm.org/D22348 > CHECK-WORD - https://reviews.llvm.org/D22353 > prefixes-regular expressions - https://reviews.llvm.org/D22401 > pattern templates - https://reviews.llvm.org/D22403. > > Thanks, > Elena. > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
2016 Jul 18
4
RFC: FileCheck Enhancements
...> >> Expressions repeat for CHECK and CHECK-NEXT - > >> https://reviews.llvm.org/D22345 > >> CHECK-LABEL-DAG - https://reviews.llvm.org/D22348 > >> CHECK-WORD - https://reviews.llvm.org/D22353 > >> prefixes-regular expressions - https://reviews.llvm.org/D22401 > >> pattern templates - https://reviews.llvm.org/D22403. > >> > >> Thanks, > >> Elena. > >> _______________________________________________ > >> LLVM Developers mailing list > >> llvm-dev at lists.llvm.org > >> http://lists.ll...
2016 May 27
1
RFC: FileCheck Enhancements
Hi all, I' ll be glad to hear more opinions and may be some suggestions how to improve new features (may be there are ideas how template descriptions can be done simplier). After we try to accept your ideas and opinions to make new FileCheck features better. I will make changes and publish separate patches a month later, because I'll take a holiday in June. Thanks, Elena. -----Original
2016 May 27
3
RFC: FileCheck Enhancements
Hi Paul, Thank you for information about the [[:space:]] character-class. About performance I tested on Clang/LLVM test suite. I try to profile and the problem is that I used regular expressions a lot for supporting some new features and functions in your regex library are very slow . Regex library is very old and quite awkward, in my opinion. May be you will see some ways to improve performance,