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
*
[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
*
[FileCheck] Annotate input dump (1/7)
Joel E. Denny
2018-12-18
1
-23
/
+61
*
[FileCheck] fixing typo in assert
Fedor Sergeev
2018-11-13
1
-1
/
+1
*
[FileCheck] introduce CHECK-COUNT-<num> repetition directive
Fedor Sergeev
2018-11-13
1
-103
/
+146
*
Refactor FileCheck to make it usable as an API
Aditya Nandakumar
2018-08-07
1
-0
/
+1340