OSDN Git Service

android: DebugInfo/PDB: update sources list
[android-x86/external-llvm.git] / utils / FileCheck /
2020-03-24 Mauro RossiDO NOT MERGE: android: translate Android.mk build rules...
2020-03-24 Mauro RossiDO NOT MERGE: android: translate Android.mk build rules...
2020-03-24 Qiang YuLLVM_HOST_BUILD_MK to LLVM70_HOST_BUILD_MK
2020-03-24 Qiang Yurename libLLVM to libLLVM70
2020-03-24 Qiang Yumove all mk file
2019-05-23 Thomas Preud'hommeFileCheck: Improve FileCheck variable terminology
2019-04-02 Rainer Orth[FileCheck] Fix FileCheck.cpp compilation on Solaris
2019-02-05 Thomas Preud'hommeRecommit: Detect incorrect FileCheck variable CLI defin...
2019-01-27 Thomas Preud'hommeRevert "Detect incorrect FileCheck variable CLI definition"
2019-01-22 Joel E. Denny[FileCheck] Suppress old -v/-vv diags if dumping input
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2019-01-14 Thomas Preud'hommeDetect incorrect FileCheck variable CLI definition
2018-12-18 Joel E. Denny[FileCheck] Annotate input dump (final tweaks)
2018-12-18 Joel E. Denny[FileCheck] Annotate input dump (7/7)
2018-12-18 Joel E. Denny[FileCheck] Annotate input dump (6/7)
2018-12-18 Joel E. Denny[FileCheck] Annotate input dump (5/7)
2018-12-18 Joel E. Denny[FileCheck] Annotate input dump (4/7)
2018-12-18 Joel E. Denny[FileCheck] Annotate input dump (3/7)
2018-12-18 Joel E. Denny[FileCheck] Annotate input dump (2/7)
2018-12-18 Joel E. Denny[FileCheck] Annotate input dump (1/7)
2018-11-06 Joel E. Denny[FileCheck] Parse command-line options from FILECHECK_OPTS
2018-10-24 Joel E. Denny[SourceMgr][FileCheck] Obey -color by extending WithColor
2018-08-07 Aditya NandakumarRefactor FileCheck to make it usable as an API
2018-07-20 George Karpenkov[FileCheck] Provide an option for FileCheck to dump...
2018-07-20 Joel E. Denny[FileCheck] Fix search ranges for DAG-NOT-DAG
2018-07-13 Joel E. Denny[FileCheck] Implement -v and -vv for tracing matches
2018-07-11 Joel E. Denny[FileCheck] Don't permit overlapping CHECK-DAG
2018-07-11 Joel E. DennyRevert r336830: [FileCheck] Don't permit overlapping...
2018-07-11 Joel E. Denny[FileCheck] Don't permit overlapping CHECK-DAG
2018-06-26 James Henderson[FileCheck] Add CHECK-EMPTY directive for checking...
2018-04-13 Rui UeyamaDefine InitLLVM to do common initialization all at...
2018-01-16 George Rimar[FileCheck] - Fix possible buffer out of bounds access...
2017-12-05 Shoaib Meenai[CMake] Use PRIVATE in target_link_libraries for execut...
2017-11-07 Alexander RichardsonAdd a -D flag to FileCheck to define variables
2017-06-07 Benjamin Kramer[FileCheck] Don't scan past the closing CHECK-DAG for...
2017-03-14 James HendersonTest commit.
2017-03-09 Artem Belevich[FileCheck] Added --enable-var-scope option to enable...
2016-12-18 Tom de Vries[FileCheck] Fix --strict-whitespace --match-full-lines
2016-12-18 Tom de Vries[FileCheck] Fix comment in ReadCheckFile
2016-12-11 Chandler Carruth[FileCheck] Re-implement the logic to find each check...
2016-12-11 Chandler Carruth[FileCheck] Remove a parameter that was simply always...
2016-12-11 Chandler Carruth[FileCheck] Clean up doxygen comments throughout. NFC.
2016-12-11 Chandler Carruth[FileCheck] Run clang-format over this code. NFC.
2016-12-11 Chandler CarruthRefactor FileCheck some to reduce memory allocation...
2016-08-26 Saleem AbdulrasoolFileCheck: Minor cleanup of the class Pattern
2016-06-14 Daniel Sanders[FileCheck] Add --check-prefixes as a shorthand for...
2016-06-09 Richard SmithSearch for llvm-symbolizer binary in the same directory...
2016-05-27 Xinliang David LiFileCheck: dump command line context with empty input
2016-02-29 Paul RobinsonReapply r262092: [FileCheck] Abort if -NOT is combined...
2016-02-26 Paul RobinsonRevert r262092, caught LLD tests
2016-02-26 Paul Robinson[FileCheck] Abort if -NOT is combined with another...
2016-02-11 James Y KnightAdd -match-full-lines argument to FileCheck.
2016-01-26 Chris BienemanRemove autoconf support
2015-11-17 David BlaikieStringRef-ify some Option APIs
2015-09-20 Craig TopperCleanup places that passed SMLoc by const reference...
2015-09-10 Benjamin Kramer[FileCheck] Use range-based for loops. NFC.
2015-05-29 Benjamin KramerReplace push_back(Constructor(foo)) with emplace_back...
2015-04-29 Chris Bieneman[NFC] Updating FileCheck to reduce the std::vector...
2015-03-12 Mehdi AminiFix FileCheck: substr() expect the length of the string...
2015-02-26 Duncan P. N. Exon... FileCheck: Add CHECK-SAME
2014-11-19 David BlaikieMake StringSet::insert return pair<iterator, bool>...
2014-08-27 Rafael EspindolaReturn a std::unique_ptr when creating a new MemoryBuffer.
2014-08-21 David BlaikieExplicitly pass ownership of the MemoryBuffer to AddNew...
2014-08-07 Justin BognerFileCheck: Add a flag to allow checking empty input
2014-08-01 Rafael EspindolaRemove some calls to std::move.
2014-08-01 Rafael EspindolaSimplify the code a bit with std::unique_ptr.
2014-07-29 Eli BenderskyFix FileCheck crash when empty prefix is passed.
2014-07-11 Alexander KornienkoAdd FileCheck -implicit-check-not option to allow stric...
2014-07-06 Rafael EspindolaUpdate the MemoryBuffer API to use ErrorOr.
2014-06-26 Alp TokerRevert "Introduce a string_ostream string builder facilty"
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-06-13 Rafael EspindolaRemove the last uses of 'using std::error_code'
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-12 Rafael EspindolaRemove system_error.h.
2014-06-08 Craig Topper[C++11] Use 'nullptr'.
2014-04-07 Richard SmithWhen a CHECK-NEXT fails because there was no match...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-05 Ahmed Charles[C++11] Replace OwningPtr::take() with OwningPtr::relea...
2014-02-10 NAKAMURA Takumi[CMake] LLVMSupport should be responsible to provide...
2014-01-03 Adrian PrantlFileCheck: Print a nice error message for missing closi...
2013-12-20 NAKAMURA TakumiInstall three utils, "FileCheck", "count", and "not...
2013-12-12 Hans WennborgExpose FileCheck's AddFixedStringToRegEx as Regex:...
2013-11-20 Daniel SandersFileCheck: fix a bug with multiple --check-prefix optio...
2013-11-13 Alexey SamsonovFileCheck: fix matching of one check-prefix is a prefix...
2013-11-13 Alexey SamsonovFileCheck: fix a bug with multiple --check-prefix options.
2013-11-10 Matt ArsenaultAllow multiple check prefixes in FileCheck.
2013-10-12 Will DietzAdd missing #include's to cctype when using isdigit...
2013-10-11 Stephen LinReally fix CHECK-LABEL and CHECK-DAG interaction. This...
2013-10-11 Rafael EspindolaFix handling of CHECK-DAG inside of CHECK-LABEL.
2013-10-07 David MajnemerRevert "Revert "Windows: Add support for unicode comman...
2013-10-06 David MajnemerRevert "Windows: Add support for unicode command lines"
2013-10-06 David MajnemerWindows: Add support for unicode command lines
2013-09-17 Matt ArsenaultMissed using check type enum in one place
2013-09-17 Matt ArsenaultUse function's argument instead of the global flag.
2013-09-17 Matt ArsenaultFileCheck refactor: use enum instead of bunch of bools
2013-08-16 Stephen LinFileCheck: Fix stray quote in CHECK-LABEL error message.
2013-08-12 Rui Ueyama[FileCheck] Fix a bug that cause FileCheck to misidenti...
2013-08-02 Tim NorthoverFix handling of CHECK-DAG combined with CHECK-NOT
2013-07-12 Stephen LinAdd new directive called CHECK-LABEL to FileCheck.
2013-06-25 Rafael Espindolakeep only the StringRef version of getFileOrSTDIN.
next