[Utils] Updated shuffle fuzz script to generate more modern (valid) IR.
[oota-llvm.git] / utils / TableGen /
2015-11-22 Krzysztof ParzyszekAvoid dependency between TableGen and CodeGen
2015-11-21 Krzysztof ParzyszekNow fix errors in NDEBUG build.
2015-11-21 Krzysztof ParzyszekFix warnings in NDEBUG build
2015-11-21 Krzysztof ParzyszekHexagon V60/HVX DFA scheduler support
2015-11-21 Krzysztof ParzyszekRevert r253790: it breaks all builds for some reason.
2015-11-21 Krzysztof ParzyszekHexagon V60/HVX DFA scheduler support
2015-11-18 Rafael EspindolaDefault SetVector to use a DenseSet.
2015-11-17 Matthias BraunAssume lane masks are always precise
2015-11-14 Akira Hatanaka[MCTargetAsmParser] Move the member varialbes that...
2015-11-13 Matthias Brauntablegen: Add a simple heuristic to get better names...
2015-11-13 Akira HatanakaRevert r252990.
2015-11-13 Akira HatanakaProvide a way to specify inliner's attribute compatibil...
2015-11-12 Akira HatanakaRevert r252949.
2015-11-12 Akira HatanakaProvide a way to specify inliner's attribute compatibil...
2015-11-11 Akira HatanakaMove the enum attributes defined in Attributes.h to...
2015-11-10 Matthias BraunTableGen: Emit LaneMask for register classes without...
2015-11-09 Colin LeMahieu[AsmParser] Generalize matching for grammars without...
2015-11-09 Colin LeMahieu[AsmParser] Backends can parameterize ASM tokenization.
2015-11-04 Eugene ZelenkoFix some Clang-tidy modernize warnings, other minor...
2015-10-24 Benjamin Kramer[TblGen] ArrayRefize CodeGenSchedule. No functionality...
2015-10-22 Igor Laevsky[IntrinsicEmitter] Remove GET_INTRINSIC_MODREF_BEHAVIOR...
2015-10-11 Craig Topper[TableGen] Add a space between type and '*' in front...
2015-10-06 Hans WennborgFix Clang-tidy modernize-use-nullptr warnings in source...
2015-10-01 David Majnemer[WinEH] Make FuncletLayout more robust against catchret
2015-09-24 Matt ArsenaultTableGen: Add LLVM_READONLY to generated InstrMapping...
2015-09-22 Craig TopperRemove extra 'nullptr' entry from an array in tablegen...
2015-09-22 Craig TopperFix formatting of a tablegen register info file by...
2015-09-22 Craig TopperUse makeArrayRef and None to simplify some code in...
2015-09-15 Daniel SandersRevert r247692: Replace Triple with a new TargetTuple...
2015-09-15 Daniel SandersRe-commit r247683: Replace Triple with a new TargetTupl...
2015-09-15 Daniel SandersRevert r247684 - Replace Triple with a new TargetTuple ...
2015-09-15 Daniel SandersReplace Triple with a new TargetTuple in MCTargetDesc...
2015-09-13 Craig Topper[TableGen] Use range-based for loops and make a helper...
2015-09-13 Craig Topper[TableGen] Simplify some code by using StringRef::find...
2015-09-13 Craig Topper[TableGen] Use 'size_t' instead of 'unsigned' to better...
2015-09-12 Bruce MitchenerFix typos.
2015-09-10 Hans WennborgRe-commit r247216: "Fix Clang-tidy misc-use-override...
2015-09-10 Hans WennborgRevert r247216: "Fix Clang-tidy misc-use-override warni...
2015-09-10 Hans WennborgFix Clang-tidy misc-use-override warnings, other minor...
2015-09-06 Craig Topper[TableGen] Use make_unique. NFC.
2015-09-02 Joseph Tremoulet[TableGen] Allow TokenTy in intrinsic signatures
2015-08-27 Ahmed Bougacha[TableGen][DAGISel] Dedup predicates with same code...
2015-08-27 Ahmed Bougacha[TableGen] Remove dead code. NFC.
2015-08-18 Nick LewyckyFix three typos in comments; "easilly" -> "easily".
2015-08-16 Craig Topper[TableGen] Use range-based for loop.
2015-08-16 Craig Topper[TableGen] Move the ConversionRow vector into the Conve...
2015-08-13 Yaron KerenRemove and forbid raw_svector_ostream::flush() calls.
2015-08-13 Igor LaevskyEmit argmemonly attribute for intrinsics.
2015-08-13 Yaron KerenRemove raw_svector_ostream::resync and users. It's...
2015-08-11 Cameron EsfahaniExplicitly clear the MI operand list when getInstructio...
2015-08-10 Colin LeMahieu[TableGen] NFC improving comments about what the tokeni...
2015-08-06 David BlaikieFix memory leaks by avoiding extra manual dynamic alloc...
2015-08-06 Yaron KerenPlug memory leaks in AsmWriterEmitter::EmitPrintAliasIn...
2015-08-01 David Blaikie-Wdeprecated-clean: Fix cases of violating the rule...
2015-07-30 Eric ChristopherFix TableGen code generation for ReadNone attribute.
2015-07-22 Chandler Carruth[PM/AA] Extract the ModRef enums from the AliasAnalysis...
2015-07-20 JF BastienTargets: commonize some stack realignment code
2015-07-16 Mehdi AminiMove most user of TargetMachine::getDataLayout to the...
2015-07-15 Petr Pavlu[TableGen] Improve decoding options for non-orthogonal...
2015-07-14 Petr PavluFix comment typo
2015-07-13 Elena DemikhovskyAVX-512: Added all AVX-512 forms of Vector Convert...
2015-07-10 Duncan P. N. Exon... MC: Remove MCSubtargetInfo() default constructor
2015-07-10 JF BastienTarget RegisterInfo: devirtualize TargetFrameLowering
2015-07-07 Reid KlecknerRename llvm.frameescape and llvm.framerecover to locale...
2015-06-30 Ranjeet SinghReverting r241058 because it's causing buildbot failures.
2015-06-30 Ranjeet SinghThere are a few places where subtarget features are...
2015-06-29 Alex LorenzMIR Serialization: Serialize the register mask machine...
2015-06-28 Elena DemikhovskyAVX-512: Added all SKX forms of GATHER instructions.
2015-06-22 Rafael EspindolaAvoid a Symbol -> Name -> Symbol conversion.
2015-06-15 Sanjoy Das[CodeGen] Introduce a FAULTING_LOAD_OP pseudo-op.
2015-06-10 Daniel SandersReplace string GNU Triples with llvm::Triple in MCSubta...
2015-06-09 Elena DemikhovskyX86-MPX: Implemented encoding for MPX instructions.
2015-06-08 Craig Topper[TableGen] Remove unnecessary default constructed SMLoc...
2015-06-08 Craig Topper[TableGen] Use range-based for loop. NFC
2015-06-08 Craig Topper[TableGen] Remove unnecessary extern declaration that...
2015-06-08 Craig Topper[TableGen] Use the SMLoc header file instead of SourceM...
2015-06-02 Craig Topper[TableGen] Rename ListInit::getSize to just 'size'...
2015-06-02 Craig Topper[TableGen] Use range-based for loops. NFC.
2015-05-29 Benjamin KramerReplace push_back(Constructor(foo)) with emplace_back...
2015-05-29 Ahmed Bougacha[TableGen][AsmMatcherEmitter] Only parse isolated token...
2015-05-29 Ahmed Bougacha[TableGen][AsmMatcherEmitter] Factor out AsmOperand...
2015-05-28 Owen AndersonAdd support for the convergent flag at the MC and Machi...
2015-05-28 Owen AndersonExpand the Flags field of MCInstrDesc to 64 bits, while...
2015-05-26 Owen AndersonAdd initial support for the convergent attribute.
2015-05-26 Tom StellardAsmMatcherEmitter: Add an option to override custom...
2015-05-26 Michael KupersteinUse std::bitset for SubtargetFeatures.
2015-05-25 Kit BartonThis patch adds support for the vector quadword add...
2015-05-14 Craig Topper[TableGen] Remove ListInit::size() in favor of getSize...
2015-05-14 Craig Topper[TableGen] Replace some calls to ListInit::getSize...
2015-05-13 Jim GrosbachMC: Modernize MCOperand API naming. NFC.
2015-05-13 Michael KupersteinReverting r237234, "Use std::bitset for SubtargetFeatures"
2015-05-13 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-05-11 James Y KnightFix tablegen's PrintFatalError function to run register...
2015-04-24 Craig Topper[TableGen] Don't leak Expanders and Operators in SetTheory.
2015-04-22 Craig Topper[TableGen] Use 'isa' to identify UnsetInits rather...
2015-04-21 Elena DemikhovskyAVX-512: Added VPMOVx2M instructions for SKX,
2015-04-21 Elena DemikhovskyAVX-512: Added VPTESTM and VPTESTNM instructions for SKX
2015-04-17 Kit BartonAdd support for v1i128 type.
2015-04-15 Richard TrieuChange range-based for-loops to be -Wrange-loop-analysi...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
next