OSDN Git Service

[Attributor] Pass infrastructure and fixpoint framework
[android-x86/external-llvm.git] / test / TableGen /
2019-05-22 Matt ArsenaultTableGen: Handle nontrivial foreach range bounds
2019-05-14 Tim NorthoverTableGen: support #ifndef in addition to #ifdef.
2019-04-15 Simon Tatham[TableGen] Include schedule model name in diagnostic.
2019-04-10 Roman Lebedev[TableGen] Introduce !listsplat 'binary' operator
2019-03-26 Javed Absar[TableGen] Let list elements have a trailing comma
2019-03-26 Javed Absar[TableGen] Give meaningful msg for def use in multiclass
2019-03-17 Tim Renouf[CodeGen] Defined MVTs v3i32, v3f32, v5i32, v5f32
2019-03-12 Simon Tatham[TableGen] Allow 2^63-1 and 2^63-2 as int literals.
2019-03-05 Javed AbsarTableGen: Allow lists to be concatenated through '#'
2019-03-01 Nicola Zaghen[Tablegen] Add support for the !mul operator.
2019-02-20 Tom StellardAdd support for pointer types in patterns
2019-02-09 Jessica Paquette[GlobalISel] Skip patterns that define complex subopera...
2019-01-25 Javed Absar[TblGen] Extend !if semantics through new feature ...
2019-01-03 Daniel Sanders[tblgen][disasm] Emit record names again when decoder...
2018-12-05 Craig Topper[TableGen] Preserve order of output operands in DAGISel...
2018-11-29 Krzysztof Parzyszek[TableGen] Examine entire subreg compositions to detect...
2018-11-28 Simon Tatham[TableGen] Better error checking for TIED_TO constraints.
2018-11-27 Vyacheslav Zakharin[TableGen] Preprocessing support
2018-11-17 Vyacheslav ZakharinReverted r347092 due to the following build fails:
2018-11-16 Vyacheslav ZakharinPreprocessing support in tablegen.
2018-10-10 Valery Pykhtin[TableGen] fix assert in !cast when used out of definit...
2018-09-25 Daniel Sanders[globalisel][tblgen] Table optimization should consider...
2018-08-06 Stella Stamenova[lit, python] Always add quotes around the python path...
2018-08-04 Aditya Nandakumar[GISel]: Add Opcodes for CTLZ/CTTZ/CTPOP
2018-07-13 Stella Stamenova[json, test] Fix the json.td test - the path to python...
2018-07-11 Simon Tatham[TableGen] Add a general-purpose JSON backend.
2018-07-05 Sander de Smalen[TableGen] Increase the number of supported decoder...
2018-06-23 Reid Kleckner[IR] Split Intrinsics.inc into enums and implementations
2018-06-21 Nicolai HaehnleTableGen/SearchableTables: Support more generic enums...
2018-06-21 Nicolai HaehnleTableGen: Allow foreach in multiclass to depend on...
2018-06-15 Daniel Sanders[globalisel][tablegen] Add support for C++ predicates...
2018-06-04 Nicolai HaehnleTableGen: Streamline the semantics of NAME
2018-05-23 Roman Tereshin[GlobalISel][InstructionSelect] Moving Reg Bank Checks...
2018-05-23 Roman Tereshin[GlobalISel][InstructionSelect] Maximizing # of Group...
2018-05-23 Roman Tereshin[GlobalISel][InstructionSelect] Moving type checks...
2018-05-23 Roman Tereshin[GlobalISel][InstructionSelect] MatchTable second level...
2018-05-22 Roman Tereshin[GlobalISel][InstructionSelect] Switching MatchTable...
2018-05-22 Simon Dardis[FastISel] Permit instructions to be skipped for FastIS...
2018-05-22 Roman Tereshin[GlobalISel][InstructionSelect] Removing redundant...
2018-05-21 Roman TereshinReapply r332907 "[GlobalISel] Improving InstructionSele...
2018-05-21 Roman TereshinRevert r332907 "[GlobalISel] Improving InstructionSelec...
2018-05-21 Roman Tereshin[GlobalISel] Improving InstructionSelect's performance...
2018-05-05 Daniel Sanders[globalisel] Update GlobalISel emitter to match new...
2018-05-02 Roman Tereshin[GlobalISel][InstructionSelect] Refactoring out a getMa...
2018-05-02 Simon Tatham[TableGen] Don't quote variable name when printing...
2018-04-01 Nicolai HaehnleTableGen: Support Intrinsic values in SearchableTable
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: Remove the cast-from-string-to-variable-refer...
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: Add a defset statement
2018-03-09 Nicolai HaehnleTableGen: Allow arbitrary list values as ranges of...
2018-03-09 Nicolai HaehnleTableGen: add !isa operation
2018-03-06 Nicolai HaehnleTableGen: Add !foldl operation
2018-03-06 Nicolai HaehnleTableGen: Delay instantiating inline anonymous records
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: Reimplement !foreach using the resolving...
2018-03-05 Nicolai HaehnleTableGen: Allow NAME in template arguments in defm...
2018-02-23 Nicolai HaehnleRevert "TableGen: Fix typeIsConvertibleTo for record...
2018-02-23 Nicolai HaehnleTableGen: Fix typeIsConvertibleTo for record types
2018-02-23 Nicolai HaehnleTableGen: Add !size operation
2018-02-22 Nicolai HaehnleTableGen: Allow implicit casting between string and...
2018-02-22 Nicolai HaehnleTableGen: Fix type deduction for !foreach
2018-02-22 Nicolai HaehnleTableGen: Generalize type deduction for !listconcat
2018-02-16 Aditya Nandakumar[GISel]: Make GlobalISelEmitter rule prioritization...
2018-02-09 Artem Belevich[tablegen] Fixed few !foreach evaluation issues.
2018-01-30 Artem Belevich[TableGen] Make sure !if is evaluated throughout class...
2018-01-29 Daniel Sanders[ARM][GISel] PR35965 Constrain RegClasses of nested...
2018-01-16 Volkan Keles[GlobalISel][TableGen] Add support for SDNodeXForm
2018-01-08 Aleksandar Beserminji[mips] Improve diagnostics for instruction mapping
2017-12-20 Matt ArsenaultTableGen: Allow setting SDNodeProperties on intrinsics
2017-12-20 Daniel Sanders[globalisel][tablegen] Allow ImmLeaf predicates to...
2017-12-18 Quentin Colombet[TableGen][GlobalISel] Optimize MatchTable for faster...
2017-12-14 Krzysztof ParzyszekAdd MVT::v128i1, NFC
2017-12-07 Alex Bradbury[TableGen] Give the option of tolerating duplicate...
2017-12-05 Daniel SandersRevert r319691: [globalisel][tablegen] Split atomic...
2017-12-04 Daniel Sanders[globalisel][tablegen] Split atomic load/store into...
2017-11-28 Daniel Sanders[globalisel][tablegen] Add support for importing G_ATOM...
2017-11-16 Daniel Sanders[globalisel][tablegen] Generate rule coverage and use...
2017-11-11 Daniel Sanders[globalisel][tablegen] Import signextload and zeroextload.
2017-11-01 Daniel Sanders[globalisel][tablegen] Add support for multi-insn emission
2017-10-20 Daniel Sanders[globalisel][tablegen] Fix small spelling nits. NFC
2017-10-16 Daniel SandersRe-commit r315885: [globalisel][tblgen] Add support...
2017-10-16 Daniel Sanders[globalisel][tablegen] Implement unindexed load, non...
2017-10-15 Daniel SandersRe-commit r315863: [globalisel][tablegen] Import Comple...
2017-10-15 Daniel SandersRevert r315863: [globalisel][tablegen] Import ComplexPa...
2017-10-15 Daniel Sanders[globalisel][tablegen] Import ComplexPattern when used...
2017-10-14 Daniel Sanders[globalisel][tablegen] Simplify named operand/operator...
2017-10-13 Daniel Sanders[globalisel][tablegen] Add support for fpimm and import...
2017-10-12 Artem Belevich[TableGen] Allow intrinsics to have up to 8 return...
next