OSDN Git Service

Release notes: fix -fno-strict-float-cast-overflow quoting
[android-x86/external-llvm.git] / lib / TableGen /
2018-07-30 Fangrui SongRemove trailing space
2018-07-11 Simon Tatham[TableGen] Add missing std::moves to fix build failure.
2018-07-11 Simon Tatham[TableGen] Add a general-purpose JSON backend.
2018-06-23 Jonas Devlieghere[TableGen] Use WithColor for printing errors/warnings
2018-06-21 Nicolai HaehnleTableGen: Allow foreach in multiclass to depend on...
2018-06-04 Nicolai HaehnleTableGen: Streamline the semantics of NAME
2018-05-29 Nicolai HaehnleTableGen: add some more helpful error messages
2018-05-07 Chandler CarruthRevert r330742: Let TableGen write output only if it...
2018-05-02 Simon Tatham[TableGen] Don't quote variable name when printing...
2018-05-01 Adrian PrantlRemove \brief commands from doxygen comments.
2018-04-30 Nico WeberIWYU for llvm-config.h in llvm, additions.
2018-04-24 Nico WeberLet TableGen write output only if it changed, instead...
2018-04-06 Mandeep Singh Grang[TableGen] Change std::sort to llvm::sort in response...
2018-03-21 Nicolai HaehnleTableGen: Remove redundant loop in ListInit::resolveRef...
2018-03-21 Nicolai HaehnleTableGen: Streamline how defs are instantiated
2018-03-19 Nicolai HaehnleTableGen: Explicitly forbid self-references to field...
2018-03-19 Nicolai HaehnleTableGen: Check the dynamic type of !cast<Rec>(string)
2018-03-19 Nicolai HaehnleTableGen: Explicitly test some cases of self-references...
2018-03-19 Nicolai HaehnleTableGen: Only fold when some operand made resolve...
2018-03-19 Nicolai HaehnleTableGen: Move GenStrConcat to a helper function in...
2018-03-19 Nicolai HaehnleTableGen: Remove the cast-from-string-to-variable-refer...
2018-03-14 Nicolai HaehnleTableGen: Explicitly forbid some nestings of class...
2018-03-14 Nicolai HaehnleTableGen: Add !ne, !le, !lt, !ge, and !gt comparisons
2018-03-14 Nicolai HaehnleTableGen: Allow dag operators to be resolved late
2018-03-14 Nicolai HaehnleTableGen: Type-check BinOps
2018-03-14 Nicolai HaehnleTableGen: Allow ? in lists
2018-03-14 Nicolai HaehnleTableGen: Add !dag function for construction
2018-03-09 Nicolai HaehnleTableGen: Remove space at EOL in TGLexer.{h,cpp}
2018-03-09 Nicolai HaehnleTableGen: Add a defset statement
2018-03-09 Nicolai HaehnleTableGen: Allow arbitrary list values as ranges of...
2018-03-09 Nicolai HaehnleTableGen: Remove unused ParseForeachMode
2018-03-09 Nicolai HaehnleTableGen: More helpful error messages
2018-03-09 Nicolai HaehnleTableGen: add !isa operation
2018-03-06 Nicolai HaehnleTableGen: Add !foldl operation
2018-03-06 Nicolai HaehnleTableGen: Remove the ResolveFirst mechanism
2018-03-06 Nicolai HaehnleTableGen: Delay instantiating inline anonymous records
2018-03-06 Nicolai HaehnleTableGen: Move getNewAnonymousName into RecordKeeper
2018-03-06 Nicolai HaehnleTableGen: Explicitly check whether a record has been...
2018-03-06 Nicolai HaehnleTableGen: Allow !cast of records, cleanup conversion...
2018-03-06 Nicolai HaehnleTableGen: Simplify BitsInit::resolveReferences
2018-03-06 Nicolai HaehnleTableGen: Generalize record types to fix typeIsConverti...
2018-03-05 Nicolai HaehnleTableGen: Resolve all template args simultaneously...
2018-03-05 Nicolai HaehnleTableGen: Resolve all template args simultaneously...
2018-03-05 Nicolai HaehnleTableGen: Resolve all template args simultaneously...
2018-03-05 Nicolai HaehnleTableGen: Reimplement !foreach using the resolving...
2018-03-05 Nicolai HaehnleTableGen: Introduce an abstract variable resolver interface
2018-03-05 Nicolai HaehnleTableGen: Allow NAME in template arguments in defm...
2018-02-25 Nicolai HaehnleTableGen: Remove VarInit::getFieldType
2018-02-25 Nicolai HaehnleTableGen: Get rid of Init::getFieldInit
2018-02-25 Nicolai HaehnleTableGen: Remove Init::resolveListElementReference
2018-02-23 Nicolai HaehnleRevert "TableGen: Fix typeIsConvertibleTo for record...
2018-02-23 Nicolai HaehnleTableGen: Avoid using resolveListElementReference in...
2018-02-23 Nicolai HaehnleTableGen: Fix typeIsConvertibleTo for record types
2018-02-23 Nicolai HaehnleTableGen: Add !size operation
2018-02-22 Nicolai HaehnleTableGen: Add strict assertions to sanity check earlier...
2018-02-22 Nicolai HaehnleTableGen: Allow implicit casting between string and...
2018-02-22 Nicolai HaehnleTableGen: Fix type of resolved and converted lists
2018-02-22 Nicolai HaehnleTableGen: Fix type deduction for !foreach
2018-02-22 Nicolai HaehnleTableGen: Generalize type deduction for !listconcat
2018-02-22 Nicolai HaehnleTableGen: Add some more helpful error messages
2018-02-09 Artem Belevich[tablegen] Fixed few !foreach evaluation issues.
2018-01-23 Benjamin Kramer[TblGen] Inline an (almost) trivial accessor. No functi...
2017-12-28 Benjamin KramerAvoid int to string conversion in Twine or raw_ostream...
2017-12-07 Alex Bradbury[TableGen] Give the option of tolerating duplicate...
2017-11-01 Daniel Sanders[globalisel][regbank] Warn about MIR ambiguities when...
2017-10-15 Aaron BallmanReverting r315590; it did not include changes for llvm...
2017-10-12 Don Hinton[dump] Remove NDEBUG from test to enable dump methods...
2017-09-23 Reid Kleckner[Support] Rename tool_output_file to ToolOutputFile...
2017-08-28 NAKAMURA TakumiUntabify.
2017-06-16 Eugene Zelenko[BinaryFormat, Option, TableGen] Fix some Clang-tidy...
2017-06-06 Chandler CarruthSort the remaining #include lines in include/... and...
2017-06-01 Craig Topper[TableGen] Remove RecordVal constructor that takes...
2017-05-31 Craig Topper[TableGen] Make Record::getValueAsString and getValueAs...
2017-05-31 Craig Topper[TableGen] Make one of RecordVal's constructors delegat...
2017-05-29 Craig Topper[TableGen] Use StringMap instead of DenseMap<StringRef...
2017-05-29 Craig Topper[TableGen] Introduce DagInit::getArgs that returns...
2017-05-27 Craig Topper[TableGen] Prevent DagInit from leaking its Args and...
2017-05-27 Craig Topper[TableGen] Remove all the static vectors named TheActua...
2017-01-28 Matthias BraunUse print() instead of dump() in code
2017-01-28 Matthias BraunCleanup dump() functions.
2017-01-04 Eugene Zelenko[Hexagon, TableGen] Fix some Clang-tidy modernize and...
2016-12-05 Davide Italiano[TableGen] Centralize/Unify error handling.
2016-12-05 Matthias BraunTableGen: Some more std::string->StringInit* replacements
2016-12-05 Matthias BraunTableGen: TableGenStringKey is no longer necessary...
2016-12-05 Matthias BraunTableGen: Use range based for; reserve vectors where...
2016-12-05 Matthias BraunTableGen/TGParser: Prefer SmallVector/ArrayRef over...
2016-12-05 Matthias BraunTableGen/Record: Replace std::vector with SmallVector...
2016-12-05 Matthias BraunListInit::convertInitializerTo: avoid foldingset lookup...
2016-12-05 Matthias BraunTableGen: Use StringInit instead of std::string for...
2016-12-05 Matthias BraunTableGen: Use StringInit instead of std::string for...
2016-12-05 Matthias BraunTableGen: Use more StringInit instead of StringRef
2016-12-05 Matthias BraunTableGen: Factor out STRCONCAT constructor, add shortcut.
2016-12-05 Matthias BraunTableGen/Record: Move PointerIntPair to less used field...
2016-12-04 Matthias BraunTableGen: Store Records on a BumpPtrAllocator
2016-12-04 Matthias BraunTableGen: Use StringRef instead of const std::string...
2016-12-04 Matthias BraunTableGen: Optimize common string concatenation with...
2016-12-04 Matthias BraunTableGen: Use StringRef instead of const std::string...
2016-11-15 Matt ArsenaultTableGen: Add operator !or
2016-08-23 Eugene ZelenkoFix some Clang-tidy modernize-use-using and Include...
2016-08-17 Justin BognerReplace a few more "fall through" comments with LLVM_FA...
next