[TableGen] Move calls to getValueAsInt out of a loop since they aren't simple functio...
[oota-llvm.git] / utils / FileCheck /
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.
2013-05-14 Michael LiaoAdd 'CHECK-DAG' support
2013-05-14 Michael LiaoRefactor string checking. No functionality change.
2013-04-25 Michael LiaoRemove SMLoc paired with CHECK-NOT patterns. Not functi...
2013-04-25 Michael LiaoRemove tailing whitespaces
2013-03-23 Benjamin KramerPlug a memory leak in FileCheck when the input file...
2013-02-12 Guy BenyeiAdd static cast to unsigned char whenever a character...
2013-02-06 Guy BenyeiCanonicalize line endings to Linux style also when...
2012-12-04 Chandler CarruthSort the #include lines for utils/...
2012-12-02 Eli BenderskyFix a bug in FileCheck that wouldn't let define variabl...
2012-12-01 Eli BenderskySupport referencing variables defined on the same line.
2012-11-30 Eli BenderskyClean up whitespace and add comments
2012-11-30 Eli BenderskyMake FileCheck return 2 in case of an error as documented,
2012-11-15 Dmitri GribenkoFileCheck: remove useless 'continue' at the end of...
2012-11-14 Alexander KornienkoSupport for [[@LINE]], [[@LINE+<offset>]], [[@LINE...
2012-09-21 Dmitri GribenkoClarify comment.
2012-09-18 Benjamin KramerFileCheck: Fix off-by-one bug that made CHECK-NOT:...
2012-09-08 Ted KremenekRevert "Add -exact-match option to FileCheck to allow...
2012-09-07 Ted KremenekAdd -exact-match option to FileCheck to allow clients...
2011-10-16 Chris LattnerMake SMDiagnostic a little more sane. Instead of passi...
2011-10-16 Chris LattnerEnhance llvm::SourceMgr to support diagnostic ranges...
2011-04-09 Chris Lattnerfix PR9629 - We were lowering regexes like a{{b|c}...
2011-04-09 Chris Lattnervarious cleanups, no functionality change.
2011-02-20 Oscar FuentesPut targets on folders, if the IDE supports the feature.
2011-02-09 Chris Lattneremit a specific error when the input file is empty...
2010-12-16 Michael J. SpencerMemoryBuffer now return an error_code and returns a...
2010-12-09 Michael J. SpencerSupport/MemoryBuffer: Replace all uses of std::string...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-14 NAKAMURA TakumiFileCheck: Eliminate DOSish \r from input file.
2010-10-15 Jakob Stoklund OlesenTeach FileCheck to handle trailing CHECK-NOT patterns.
2010-08-20 Mikhail GlushenkovTrailing whitespace.
2010-04-05 Chris Lattnerstringref-ize the MemoryBuffer::get apis. This requires
2010-03-19 Daniel DunbarFileCheck: Don't print "possibly intended match" line...
2010-01-30 Daniel DunbarFileCheck: When looking for "possible matches", only...
2010-01-29 Dan GohmanMinor code cleanup.
2010-01-29 Dan GohmanSkip whitespace when looking for a potential intended...
2010-01-29 Dan GohmanFix the position of the caret in the FileCheck error...
2010-01-29 Daniel DunbarFileCheck: Switch "possible match" calculation to use...
2009-11-29 Daniel DunbarFix FileCheck crash when fuzzy scanning starting at...
2009-11-22 Daniel DunbarFileCheck, PR5239: Try to find the intended match on...
2009-11-22 Daniel DunbarFileCheck: When a string using variable references...
2009-11-22 Daniel DunbarAllow '_' in FileCheck variable names, it is nice to...
2009-09-27 Chris Lattnerimplement and document support for filecheck variables...
2009-09-26 Chris Lattnerremove support for "NoSub" from regex. It seems like...
2009-09-25 Chris Lattnerreject attempts to use ()'s in patterns, these are...
2009-09-25 Chris Lattnerreimplement the regex matching strategy by building...
2009-09-25 Chris Lattnerspecial case Patterns that are a single fixed string...
2009-09-25 Chris Lattnerfilecheck should not match a \n with a .
2009-09-25 Chris Lattnerturn a std::pair into a real class.
2009-09-24 Chris Lattneradd and document regex support for FileCheck. You...
2009-09-24 Chris LattnerUse CanonicalizeInputFile to canonicalize the entire...
2009-09-24 Chris Lattnerchange 'not' matching to use Pattern, move pattern...
2009-09-24 Chris Lattnerrefactor out the match string into its own Pattern...
2009-09-21 Chris Lattnerfix a FileCheck bug where:
next