index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
/
FileCheck
Age
Commit message (
Expand
)
Author
2009-09-21
fix a FileCheck bug where:
Chris Lattner
2009-09-20
rewrite CountNumNewlinesBetween to be in terms of StringRef.
Chris Lattner
2009-09-20
implement and document support for CHECK-NOT
Chris Lattner
2009-09-20
rewrite FileCheck in terms of StringRef instead of manual pointer pairs.
Chris Lattner
2009-08-23
Don't install FileCheck or FileUpdate
Douglas Gregor
2009-08-16
when emitting errors about CHECK-NEXT directives, show the line that the
Chris Lattner
2009-08-15
implement support for CHECK-NEXT: in filecheck.
Chris Lattner
2009-08-15
simplify some code.
Chris Lattner
2009-08-15
rewrite FindStringInBuffer to use an explicit loop instead of
Chris Lattner
2009-08-15
Instead of using an std::pair, use a custom struct.
Chris Lattner
2009-08-02
Fix an ENABLE_EXPENSIVE_CHECKS error.
Daniel Dunbar
2009-07-11
Tweak comment.
Daniel Dunbar
2009-07-11
improve filecheck's "scanning from here" caret position.
Chris Lattner
2009-07-11
make filecheck default to canonicalizing horizontal whitespace
Chris Lattner
2009-07-09
stop on the first file mismatch.
Chris Lattner
2009-07-08
Add a new little "FileCheck" utility for regression testing.
Chris Lattner
[prev]