This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
llvm
/
utils
/
FileCheck
History
Chris Lattner
f08d2db928
add and document regex support for FileCheck. You can now do stuff like:
...
; CHECK: movl {{%e[a-z][xi]}}, %eax or whatever. llvm-svn: 82717
2009-09-24 21:47:32 +00:00
..
CMakeLists.txt
Add a new little "FileCheck" utility for regression testing.
2009-07-08 18:44:05 +00:00
FileCheck.cpp
add and document regex support for FileCheck. You can now do stuff like:
2009-09-24 21:47:32 +00:00
Makefile
Don't install FileCheck or FileUpdate
2009-08-23 04:39:38 +00:00