index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
utils
/
FileCheck
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing #include's to cctype when using isdigit/alpha/etc.
Will Dietz
2013-10-12
1
-0
/
+1
*
Really fix CHECK-LABEL and CHECK-DAG interaction. This actually just restores...
Stephen Lin
2013-10-11
1
-9
/
+17
*
Fix handling of CHECK-DAG inside of CHECK-LABEL.
Rafael Espindola
2013-10-11
1
-6
/
+4
*
Revert "Revert "Windows: Add support for unicode command lines""
David Majnemer
2013-10-07
1
-1
/
+1
*
Revert "Windows: Add support for unicode command lines"
David Majnemer
2013-10-06
1
-1
/
+1
*
Windows: Add support for unicode command lines
David Majnemer
2013-10-06
1
-1
/
+1
*
Missed using check type enum in one place
Matt Arsenault
2013-09-17
1
-6
/
+6
*
Use function's argument instead of the global flag.
Matt Arsenault
2013-09-17
1
-3
/
+3
*
FileCheck refactor: use enum instead of bunch of bools
Matt Arsenault
2013-09-17
1
-76
/
+88
*
FileCheck: Fix stray quote in CHECK-LABEL error message.
Stephen Lin
2013-08-16
1
-1
/
+1
*
[FileCheck] Fix a bug that cause FileCheck to misidentify check-prefix
Rui Ueyama
2013-08-12
1
-2
/
+26
*
Fix handling of CHECK-DAG combined with CHECK-NOT
Tim Northover
2013-08-02
1
-2
/
+1
*
Add new directive called CHECK-LABEL to FileCheck.
Stephen Lin
2013-07-12
1
-29
/
+94
*
keep only the StringRef version of getFileOrSTDIN.
Rafael Espindola
2013-06-25
1
-2
/
+2
*
Add 'CHECK-DAG' support
Michael Liao
2013-05-14
1
-23
/
+147
*
Refactor string checking. No functionality change.
Michael Liao
2013-05-14
1
-62
/
+94
*
Remove SMLoc paired with CHECK-NOT patterns. Not functionality change.
Michael Liao
2013-04-25
1
-8
/
+9
*
Remove tailing whitespaces
Michael Liao
2013-04-25
1
-1
/
+1
*
Plug a memory leak in FileCheck when the input file is empty.
Benjamin Kramer
2013-03-23
1
-6
/
+6
*
Add static cast to unsigned char whenever a character classification function...
Guy Benyei
2013-02-12
1
-1
/
+1
*
Canonicalize line endings to Linux style also when the --strict-whitespace fl...
Guy Benyei
2013-02-06
1
-10
/
+14
*
Sort the #include lines for utils/...
Chandler Carruth
2012-12-04
1
-4
/
+4
*
Fix a bug in FileCheck that wouldn't let define variables as follows:
Eli Bendersky
2012-12-02
1
-4
/
+47
*
Support referencing variables defined on the same line.
Eli Bendersky
2012-12-01
1
-16
/
+40
*
Clean up whitespace and add comments
Eli Bendersky
2012-11-30
1
-7
/
+8
*
Make FileCheck return 2 in case of an error as documented,
Eli Bendersky
2012-11-30
1
-2
/
+2
*
FileCheck: remove useless 'continue' at the end of a 'while(){}' loop.
Dmitri Gribenko
2012-11-15
1
-1
/
+0
*
Support for [[@LINE]], [[@LINE+<offset>]], [[@LINE-<offset>]] expressions in
Alexander Kornienko
2012-11-14
1
-27
/
+94
*
Clarify comment.
Dmitri Gribenko
2012-09-21
1
-1
/
+1
*
FileCheck: Fix off-by-one bug that made CHECK-NOT: ignore the next character ...
Benjamin Kramer
2012-09-18
1
-2
/
+2
*
Revert "Add -exact-match option to FileCheck to allow clients to do exact mat...
Ted Kremenek
2012-09-08
1
-5
/
+1
*
Add -exact-match option to FileCheck to allow clients to do exact matches wit...
Ted Kremenek
2012-09-07
1
-1
/
+5
*
Make SMDiagnostic a little more sane. Instead of passing around note/warning...
Chris Lattner
2011-10-16
1
-36
/
+37
*
Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...
Chris Lattner
2011-10-16
1
-1
/
+1
*
fix PR9629 - We were lowering regexes like a{{b|c}}d into ab|cd, which
Chris Lattner
2011-04-09
1
-0
/
+8
*
various cleanups, no functionality change.
Chris Lattner
2011-04-09
1
-10
/
+6
*
Put targets on folders, if the IDE supports the feature.
Oscar Fuentes
2011-02-20
1
-1
/
+1
*
emit a specific error when the input file is empty. This fixes
Chris Lattner
2011-02-09
1
-0
/
+5
*
MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...
Michael J. Spencer
2010-12-16
1
-6
/
+9
*
Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...
Michael J. Spencer
2010-12-09
1
-8
/
+7
*
Merge System into Support.
Michael J. Spencer
2010-11-29
3
-5
/
+5
*
FileCheck: Eliminate DOSish \r from input file.
NAKAMURA Takumi
2010-11-14
1
-0
/
+5
*
Teach FileCheck to handle trailing CHECK-NOT patterns.
Jakob Stoklund Olesen
2010-10-15
1
-9
/
+22
*
Trailing whitespace.
Mikhail Glushenkov
2010-08-20
1
-80
/
+80
*
stringref-ize the MemoryBuffer::get apis. This requires
Chris Lattner
2010-04-05
1
-4
/
+2
*
FileCheck: Don't print "possibly intended match" line if it would match the
Daniel Dunbar
2010-03-19
1
-5
/
+6
*
FileCheck: When looking for "possible matches", only compare against the prefix
Daniel Dunbar
2010-01-30
1
-1
/
+4
*
Minor code cleanup.
Dan Gohman
2010-01-29
1
-1
/
+1
*
Skip whitespace when looking for a potential intended match.
Dan Gohman
2010-01-29
1
-0
/
+5
*
Fix the position of the caret in the FileCheck error message.
Dan Gohman
2010-01-29
1
-1
/
+4
[next]