summaryrefslogtreecommitdiff
path: root/utils/FileCheck
AgeCommit message (Expand)Author
2018-07-20[FileCheck] Provide an option for FileCheck to dump original input to stderr ...George Karpenkov
2018-07-20[FileCheck] Fix search ranges for DAG-NOT-DAGJoel E. Denny
2018-07-13[FileCheck] Implement -v and -vv for tracing matchesJoel E. Denny
2018-07-11[FileCheck] Don't permit overlapping CHECK-DAGJoel E. Denny
2018-07-11Revert r336830: [FileCheck] Don't permit overlapping CHECK-DAGJoel E. Denny
2018-07-11[FileCheck] Don't permit overlapping CHECK-DAGJoel E. Denny
2018-06-26[FileCheck] Add CHECK-EMPTY directive for checking for blank linesJames Henderson
2018-04-13Define InitLLVM to do common initialization all at once.Rui Ueyama
2018-01-16[FileCheck] - Fix possible buffer out of bounds access when parsing --check-p...George Rimar
2017-12-05[CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai
2017-11-07Add a -D flag to FileCheck to define variablesAlexander Richardson
2017-06-07[FileCheck] Don't scan past the closing CHECK-DAG for CHECK-NOT inside CHECK-DAGBenjamin Kramer
2017-03-14Test commit.James Henderson
2017-03-09[FileCheck] Added --enable-var-scope option to enable scope for regex variables.Artem Belevich
2016-12-18[FileCheck] Fix --strict-whitespace --match-full-linesTom de Vries
2016-12-18[FileCheck] Fix comment in ReadCheckFileTom de Vries
2016-12-11[FileCheck] Re-implement the logic to find each check prefix in theChandler Carruth
2016-12-11[FileCheck] Remove a parameter that was simply always set toChandler Carruth
2016-12-11[FileCheck] Clean up doxygen comments throughout. NFC.Chandler Carruth
2016-12-11[FileCheck] Run clang-format over this code. NFC.Chandler Carruth
2016-12-11Refactor FileCheck some to reduce memory allocation and copying. AlsoChandler Carruth
2016-08-26FileCheck: Minor cleanup of the class PatternSaleem Abdulrasool
2016-06-14[FileCheck] Add --check-prefixes as a shorthand for multiple --check-prefix o...Daniel Sanders
2016-06-09Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith
2016-05-27FileCheck: dump command line context with empty inputXinliang David Li
2016-02-29Reapply r262092: [FileCheck] Abort if -NOT is combined with another suffix.Paul Robinson
2016-02-26Revert r262092, caught LLD testsPaul Robinson
2016-02-26[FileCheck] Abort if -NOT is combined with another suffix.Paul Robinson
2016-02-11Add -match-full-lines argument to FileCheck.James Y Knight
2016-01-26Remove autoconf supportChris Bieneman
2015-11-17StringRef-ify some Option APIsDavid Blaikie
2015-09-20Cleanup places that passed SMLoc by const reference to pass it by value inste...Craig Topper
2015-09-10[FileCheck] Use range-based for loops. NFC.Benjamin Kramer
2015-05-29Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer
2015-04-29[NFC] Updating FileCheck to reduce the std::vector interface used via cl::list.Chris Bieneman
2015-03-12Fix FileCheck: substr() expect the length of the string as 2nd argMehdi Amini
2015-02-26FileCheck: Add CHECK-SAMEDuncan P. N. Exon Smith
2014-11-19Make StringSet::insert return pair<iterator, bool> like other self-associativ...David Blaikie
2014-08-27Return a std::unique_ptr when creating a new MemoryBuffer.Rafael Espindola
2014-08-21Explicitly pass ownership of the MemoryBuffer to AddNewSourceBuffer using std...David Blaikie
2014-08-07FileCheck: Add a flag to allow checking empty inputJustin Bogner
2014-08-01Remove some calls to std::move.Rafael Espindola
2014-08-01Simplify the code a bit with std::unique_ptr.Rafael Espindola
2014-07-29Fix FileCheck crash when empty prefix is passed.Eli Bendersky
2014-07-11Add FileCheck -implicit-check-not option to allow stricter tests without addi...Alexander Kornienko
2014-07-06Update the MemoryBuffer API to use ErrorOr.Rafael Espindola
2014-06-26Revert "Introduce a string_ostream string builder facilty"Alp Toker
2014-06-26Introduce a string_ostream string builder faciltyAlp Toker
2014-06-13Remove the last uses of 'using std::error_code'Rafael Espindola
2014-06-12Don't use 'using std::error_code' in include/llvm.Rafael Espindola