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
/
utils
/
FileCheck
/
FileCheck.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Detect incorrect FileCheck variable CLI definition
Thomas Preud'homme
2019-01-14
1
-4
/
+22
*
[FileCheck] Annotate input dump (final tweaks)
Joel E. Denny
2018-12-18
1
-16
/
+16
*
[FileCheck] Annotate input dump (7/7)
Joel E. Denny
2018-12-18
1
-2
/
+3
*
[FileCheck] Annotate input dump (6/7)
Joel E. Denny
2018-12-18
1
-0
/
+8
*
[FileCheck] Annotate input dump (5/7)
Joel E. Denny
2018-12-18
1
-15
/
+68
*
[FileCheck] Annotate input dump (4/7)
Joel E. Denny
2018-12-18
1
-0
/
+3
*
[FileCheck] Annotate input dump (3/7)
Joel E. Denny
2018-12-18
1
-1
/
+8
*
[FileCheck] Annotate input dump (2/7)
Joel E. Denny
2018-12-18
1
-8
/
+43
*
[FileCheck] Annotate input dump (1/7)
Joel E. Denny
2018-12-18
1
-7
/
+317
*
[FileCheck] Parse command-line options from FILECHECK_OPTS
Joel E. Denny
2018-11-06
1
-1
/
+2
*
[SourceMgr][FileCheck] Obey -color by extending WithColor
Joel E. Denny
2018-10-24
1
-0
/
+5
*
Refactor FileCheck to make it usable as an API
Aditya Nandakumar
2018-08-07
1
-1442
/
+29
*
[FileCheck] Provide an option for FileCheck to dump original input to stderr ...
George Karpenkov
2018-07-20
1
-1
/
+12
*
[FileCheck] Fix search ranges for DAG-NOT-DAG
Joel E. Denny
2018-07-20
1
-46
/
+46
*
[FileCheck] Implement -v and -vv for tracing matches
Joel E. Denny
2018-07-13
1
-33
/
+137
*
[FileCheck] Don't permit overlapping CHECK-DAG
Joel E. Denny
2018-07-11
1
-12
/
+53
*
Revert r336830: [FileCheck] Don't permit overlapping CHECK-DAG
Joel E. Denny
2018-07-11
1
-53
/
+12
*
[FileCheck] Don't permit overlapping CHECK-DAG
Joel E. Denny
2018-07-11
1
-12
/
+53
*
[FileCheck] Add CHECK-EMPTY directive for checking for blank lines
James Henderson
2018-06-26
1
-10
/
+44
*
Define InitLLVM to do common initialization all at once.
Rui Ueyama
2018-04-13
1
-4
/
+2
*
[FileCheck] - Fix possible buffer out of bounds access when parsing --check-p...
George Rimar
2018-01-16
1
-0
/
+3
*
Add a -D flag to FileCheck to define variables
Alexander Richardson
2017-11-07
1
-0
/
+7
*
[FileCheck] Don't scan past the closing CHECK-DAG for CHECK-NOT inside CHECK-DAG
Benjamin Kramer
2017-06-07
1
-1
/
+1
*
Test commit.
James Henderson
2017-03-14
1
-1
/
+1
*
[FileCheck] Added --enable-var-scope option to enable scope for regex variables.
Artem Belevich
2017-03-09
1
-8
/
+33
*
[FileCheck] Fix --strict-whitespace --match-full-lines
Tom de Vries
2016-12-18
1
-5
/
+7
*
[FileCheck] Fix comment in ReadCheckFile
Tom de Vries
2016-12-18
1
-1
/
+1
*
[FileCheck] Re-implement the logic to find each check prefix in the
Chandler Carruth
2016-12-11
1
-93
/
+94
*
[FileCheck] Remove a parameter that was simply always set to
Chandler Carruth
2016-12-11
1
-9
/
+4
*
[FileCheck] Clean up doxygen comments throughout. NFC.
Chandler Carruth
2016-12-11
1
-70
/
+62
*
[FileCheck] Run clang-format over this code. NFC.
Chandler Carruth
2016-12-11
1
-118
/
+108
*
Refactor FileCheck some to reduce memory allocation and copying. Also
Chandler Carruth
2016-12-11
1
-87
/
+90
*
FileCheck: Minor cleanup of the class Pattern
Saleem Abdulrasool
2016-08-26
1
-8
/
+6
*
[FileCheck] Add --check-prefixes as a shorthand for multiple --check-prefix o...
Daniel Sanders
2016-06-14
1
-0
/
+5
*
Search for llvm-symbolizer binary in the same directory as argv[0], before
Richard Smith
2016-06-09
1
-1
/
+1
*
FileCheck: dump command line context with empty input
Xinliang David Li
2016-05-27
1
-0
/
+8
*
Reapply r262092: [FileCheck] Abort if -NOT is combined with another suffix.
Paul Robinson
2016-02-29
1
-1
/
+18
*
Revert r262092, caught LLD tests
Paul Robinson
2016-02-26
1
-18
/
+1
*
[FileCheck] Abort if -NOT is combined with another suffix.
Paul Robinson
2016-02-26
1
-1
/
+18
*
Add -match-full-lines argument to FileCheck.
James Y Knight
2016-02-11
1
-17
/
+32
*
StringRef-ify some Option APIs
David Blaikie
2015-11-17
1
-1
/
+1
*
Cleanup places that passed SMLoc by const reference to pass it by value inste...
Craig Topper
2015-09-20
1
-1
/
+1
*
[FileCheck] Use range-based for loops. NFC.
Benjamin Kramer
2015-09-10
1
-26
/
+14
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
1
-8
/
+4
*
[NFC] Updating FileCheck to reduce the std::vector interface used via cl::list.
Chris Bieneman
2015-04-29
1
-6
/
+8
*
Fix FileCheck: substr() expect the length of the string as 2nd arg
Mehdi Amini
2015-03-12
1
-2
/
+1
*
FileCheck: Add CHECK-SAME
Duncan P. N. Exon Smith
2015-02-26
1
-2
/
+47
*
Make StringSet::insert return pair<iterator, bool> like other self-associativ...
David Blaikie
2014-11-19
1
-1
/
+1
*
Return a std::unique_ptr when creating a new MemoryBuffer.
Rafael Espindola
2014-08-27
1
-4
/
+5
[next]