[vim] Add token type to Vim syntax file.
[oota-llvm.git] / utils / TableGen /
2015-12-24 Asaf Badouh[X86][PKU] Add {RD,WR}PKRU encoding
2015-12-22 Akira HatanakaProvide a way to specify inliner's attribute compatibil...
2015-12-22 Dan GohmanAdd an OperandNamespace field to Target.td's Operand.
2015-12-22 Akira HatanakaRevert r256277 and r256279.
2015-12-22 Akira HatanakaProvide a way to specify inliner's attribute compatibil...
2015-12-14 Chih-Hung Hsieh[X86] Part 2 to fix x86-64 fp128 calling convention.
2015-12-11 Hal Finkel[TableGen] Correct Namespace lookup with AltNames in...
2015-12-06 Craig TopperUse make_range to reduce mentions of iterator type...
2015-12-05 Craig TopperReplace uint16_t with the MCPhysReg typedef in many...
2015-12-03 Craig Topper[TableGen] Remove an assumption about the order of...
2015-12-01 Oliver Stannard[AArch64] Add ARMv8.2-A Statistical Profiling Extension
2015-11-28 Craig Topper[TableGen] Use SmallString instead of std::string to...
2015-11-27 Craig Topper[TableGen] Sort pattern predicates before concatenating...
2015-11-26 Craig Topper[SelectionDAG] Add a SDTCisSameSizeAs type constraint...
2015-11-26 Craig Topper[TableGen] Flip reversed comments.
2015-11-24 Krzysztof ParzyszekAdd vector types for intrinsics
2015-11-24 Krzysztof ParzyszekAdd names for the new vector types in CodeGenTarget.cpp
2015-11-24 Craig Topper[TableGen] Use std::remove_if instead of manually coded...
2015-11-24 Craig Topper[TableGen] Use the other version of EnforceVectorEltTyp...
2015-11-24 Craig Topper[TableGen] Fix formatting and use logical OR. NFC
2015-11-24 Craig Topper[TableGen] Use std::set_intersection to merge TypeSets...
2015-11-24 Craig Topper[TableGen] Use SmallVector::assign instead of a resize...
2015-11-24 Craig TopperRevert change that accidentally snuck into r253955.
2015-11-24 Craig Topper[TableGen] Use array_pod_sort. NFC
2015-11-23 Craig Topper[TableGen] Use std::remove_if instead of manually coded...
2015-11-23 Craig Topper[TableGen] Use empty() instead of checking if size...
2015-11-22 Craig TopperRevert a portion of r253836 that seems to have broke...
2015-11-22 Craig Topper[TableGen] Use range-based for loops. NFC
2015-11-22 Craig Topper[TableGen] Use std::fill instead of a manually coded...
2015-11-22 David BlaikieFurther simplify from r253832 with some unique_ptr...
2015-11-22 David BlaikieFurther simplify from r253832, removing unnecessary...
2015-11-22 Craig Topper[TableGen] Use std::any_of and std::find instead of...
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.
next