index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Support
/
FileCheck.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[FileCheck] Remove FileCheck prefix in API
Thomas Preud'homme
2020-01-06
1
-144
/
+128
*
[FileCheck] Implement --ignore-case option.
Kai Nacke
2019-10-11
1
-2
/
+7
*
Revert "[FileCheck] Implement --ignore-case option."
Dmitri Gribenko
2019-10-10
1
-1990
/
+1985
*
[FileCheck] Implement --ignore-case option.
Kai Nacke
2019-10-10
1
-1985
/
+1990
*
[FileCheck] Move private interface to its own header
Thomas Preud'homme
2019-10-01
1
-0
/
+1
*
[FileCheck] Remove implementation types from API
Thomas Preud'homme
2019-09-30
1
-19
/
+24
*
Regex: Make "match" and "sub" const member functions
Thomas Preud'homme
2019-09-24
1
-1
/
+1
*
[FileCheck] Forbid using var defined on same line
Thomas Preud'homme
2019-09-02
1
-36
/
+6
*
Do a sweep of symbol internalization. NFC.
Benjamin Kramer
2019-08-23
1
-1
/
+1
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-6
/
+6
*
[FileCheck] Add missing includes in header
Thomas Preud'homme
2019-08-08
1
-1
/
+1
*
FileCheck [8/12]: Define numeric var from expr
Thomas Preud'homme
2019-07-24
1
-118
/
+191
*
Revert "FileCheck [8/12]: Define numeric var from expr"
Thomas Preud'homme
2019-07-24
1
-191
/
+118
*
FileCheck [8/12]: Define numeric var from expr
Thomas Preud'homme
2019-07-23
1
-118
/
+191
*
[FileCheck] Fix numeric variable redefinition
Thomas Preud'homme
2019-07-18
1
-15
/
+1
*
[FileCheck] Store line numbers as optional values
Thomas Preud'homme
2019-07-15
1
-10
/
+12
*
FileCheck [7/12]: Arbitrary long numeric expressions
Thomas Preud'homme
2019-07-13
1
-84
/
+124
*
[FileCheck] Simplify numeric variable interface
Thomas Preud'homme
2019-07-10
1
-9
/
+5
*
[FileCheck] Fix @LINE value after match failure
Thomas Preud'homme
2019-07-10
1
-1
/
+3
*
Revert "[FileCheck] Simplify numeric variable interface"
Michael Liao
2019-07-05
1
-5
/
+9
*
[FileCheck] Simplify numeric variable interface
Thomas Preud'homme
2019-07-05
1
-9
/
+5
*
[FileCheck] Share variable instance among uses
Thomas Preud'homme
2019-07-05
1
-28
/
+39
*
[FileCheck] Don't diagnose undef vars at parse time
Thomas Preud'homme
2019-07-05
1
-5
/
+11
*
[FileCheck] Fix comment in parseNumericVariableUse
Thomas Preud'homme
2019-07-05
1
-6
/
+6
*
[FileCheck] Factor some parsing checks out
Thomas Preud'homme
2019-07-05
1
-35
/
+14
*
[FileCheck] Add missing final dot in comment
Thomas Preud'homme
2019-07-05
1
-1
/
+1
*
[FileCheck] Stop qualifying expressions as numeric
Thomas Preud'homme
2019-06-19
1
-40
/
+39
*
FileCheck: Return parse error w/ Error & Expected
Thomas Preud'homme
2019-06-19
1
-201
/
+214
*
FileCheck [6/12]: Introduce numeric variable definition
Thomas Preud'homme
2019-06-06
1
-124
/
+283
*
[FileCheck] Remove llvm:: prefix
Thomas Preud'homme
2019-05-23
1
-25
/
+23
*
[FileCheck] Introduce substitution subclasses
Thomas Preud'homme
2019-05-23
1
-27
/
+39
*
FileCheck: Improve FileCheck variable terminology
Thomas Preud'homme
2019-05-23
1
-69
/
+66
*
Reinstate "FileCheck [5/12]: Introduce regular numeric variables"
Thomas Preud'homme
2019-05-14
1
-67
/
+235
*
Revert "FileCheck [5/12]: Introduce regular numeric variables"
Thomas Preud'homme
2019-05-14
1
-235
/
+67
*
FileCheck [5/12]: Introduce regular numeric variables
Thomas Preud'homme
2019-05-13
1
-67
/
+235
*
[FileCheck] Fix code style of method comments
Thomas Preud'homme
2019-05-08
1
-47
/
+3
*
FileCheck [4/12]: Introduce @LINE numeric expressions
Thomas Preud'homme
2019-05-02
1
-109
/
+157
*
FileCheck [3/12]: Stricter parsing of @LINE expressions
Thomas Preud'homme
2019-04-29
1
-33
/
+72
*
FileCheck [2/12]: Stricter parsing of -D option
Thomas Preud'homme
2019-04-29
1
-43
/
+112
*
FileCheck [1/12]: Move variable table in new object
Thomas Preud'homme
2019-04-15
1
-85
/
+86
*
[FileCheck]Remove assertions that prevent matching an empty string at file st...
James Henderson
2019-03-12
1
-12
/
+0
*
[FileCheck] Suppress old -v/-vv diags if dumping input
Joel E. Denny
2019-01-22
1
-17
/
+39
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[FileCheck] Annotate input dump (final tweaks)
Joel E. Denny
2018-12-18
1
-5
/
+5
*
[FileCheck] Annotate input dump (7/7)
Joel E. Denny
2018-12-18
1
-5
/
+4
*
[FileCheck] Annotate input dump (6/7)
Joel E. Denny
2018-12-18
1
-1
/
+1
*
[FileCheck] Annotate input dump (5/7)
Joel E. Denny
2018-12-18
1
-6
/
+13
*
[FileCheck] Annotate input dump (4/7)
Joel E. Denny
2018-12-18
1
-18
/
+23
*
[FileCheck] Annotate input dump (3/7)
Joel E. Denny
2018-12-18
1
-3
/
+13
*
[FileCheck] Annotate input dump (2/7)
Joel E. Denny
2018-12-18
1
-4
/
+8
[next]