[PM] Un-indent this file-level namespace. It's far more common to not
[oota-llvm.git] / utils / TableGen /
2014-01-10 Roman DivackyConstant propagate MachineInstrClassName.
2014-01-10 Rafael EspindolaAll backends use MC now.
2014-01-10 Kostya Serebryanyreapply r198858: Disable LeakSanitizer in TableGen...
2014-01-09 Alp TokerRevert "Disable LeakSanitizer in TableGen binaries...
2014-01-09 Kostya SerebryanyDisable LeakSanitizer in TableGen binaries, see PR18325
2014-01-08 David Woodhouse[x86] Fix MOV8ao8 et al for 16-bit mode, fix up disasse...
2014-01-06 Craig TopperThe rest of r198588. Remove SegOvrBits from X86 TSFlags...
2014-01-05 Craig TopperUse patterns to remove some duplicate instructions.
2014-01-05 Craig TopperFix encoding for PUSH64i16. Add In64BitMode Predicate...
2014-01-05 Craig TopperRemove no longer needed x86 disassembler hack.
2014-01-05 Craig TopperMark x86 _alt instructions as AsmParserOnly so they...
2014-01-05 Craig TopperUse new ForceDisassemble flag on the 2-byte forms of...
2014-01-05 Craig TopperAdd a new x86 specific instruction flag to force some...
2014-01-05 Craig TopperMark the 64-bit x86 push/pop instructions as In64BitMod...
2014-01-05 Craig TopperDon't use PrintFatalError(which calls exit) for 'Primar...
2014-01-04 Craig TopperTag x86 move to/from debug/control registers with Not64...
2014-01-04 Craig TopperRemove JMP64pcrel32 (jmpq ). There are no tests for...
2014-01-02 Hal Finkel[TableGen] Handle ValueType in CodeGenDAGPatterns GetNu...
2014-01-02 Craig TopperMark REX64_PREFIX as In64BitMode, remove hack from...
2014-01-02 Craig TopperRemove unused HasFROperands field from disassembler.
2014-01-02 Craig TopperMark PUSHFS64/PUSHGS64/POPFS64/POPGS64 as In64BitMode...
2014-01-02 Craig TopperRemove unnecessary stirng comparison from disassembler.
2014-01-02 Craig TopperMark all x86 Int_ and _Int patterns as isCodeGenOnly...
2014-01-02 Craig TopperRemove unused function argument.
2014-01-01 Craig TopperRemove modifierType/Base from X86 disassembler tables...
2014-01-01 Craig TopperRemove need for MODIFIER_OPCODE in the disassembler...
2014-01-01 Elena DemikhovskyAVX-512: Added intrinsics for vcvt, vcvtt, vrndscale...
2014-01-01 Craig TopperSecond attempt at Removing special form of AddRegFrm...
2013-12-31 Craig TopperRevert r198238 and add FP disassembler tests. It didn...
2013-12-30 Craig TopperRemove special form of AddRegFrm used by FP instruction...
2013-12-30 Craig TopperRemove EscapeFilter. It's funcionality can be covered...
2013-12-30 Craig TopperSimplify filter accepts function to just return 'condit...
2013-12-25 Elena DemikhovskyAVX-512: decoder for AVX-512, made by Alexey Bader.
2013-12-20 Eric Christopher[x86] Rename In32BitMode predicate to Not64BitMode
2013-12-19 Hal FinkelAdd support for positionally-encoded operands to FixedL...
2013-12-19 Hal FinkelAdd support for PointerLikeRegClass to FixedLenDecoderE...
2013-12-17 Hal FinkelSupport little-endian encodings in the FixedLenDecoderE...
2013-12-16 Elena DemikhovskyAVX-512: Added legal type MVT::i1 and VK1 register...
2013-12-05 Alp TokerCorrect word hyphenations
2013-12-02 Rafael EspindolaRemove dead code.
2013-11-19 Juergen Ributzka[weak vtables] Place class definitions into anonymous...
2013-11-19 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
2013-11-17 Ahmed BougachaTableGen: Generate an enum for all named Operand types...
2013-11-16 Owen AndersonSmall improvement to InstrinsicEmitter::EmitAttributes...
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-03 Elena DemikhovskyAVX-512: added VPCONFLICT instruction and intrinsics,
2013-10-31 Andrew TrickLower stackmap intrinsics directly to their target...
2013-10-31 Andrew TrickEnable variable arguments support for intrinsics.
2013-10-31 Andrew Trickwhitespace
2013-10-28 Ahmed BougachaTableGen: remove unused variable.
2013-10-28 Ahmed BougachaTableGen: Refactor DAG patterns to enable parsing one...
2013-10-28 Ahmed BougachaTableGen: Refactor AsmWriterEmitter to keep AsmWriterInsts.
2013-10-20 Peter CollingbourneTypo.
2013-10-14 Craig TopperAllow pinsrw/pinsrb/pextrb/pextrw/movmskps/movmskpd...
2013-10-12 Craig TopperRemove more filters from the disassembler. Mark some...
2013-10-12 Craig TopperMark some more instructions as CodeGenOnly. Remove...
2013-10-12 Will DietzAdd missing #include's to cctype when using isdigit...
2013-10-11 Craig TopperRemove another unnecessary filter from the disassembler.
2013-10-10 Craig TopperFix so CRC32r64r8 isn't accidentally filtered from...
2013-10-09 Craig TopperMore x86 disassembler filtering cleanup.
2013-10-09 Craig TopperRemove some old filters from the x86 disassembler table...
2013-10-08 Craig TopperRemove unneeded MMX instruction definition by moving...
2013-10-08 Craig TopperRemove some instructions that existed to provide aliase...
2013-10-07 Craig TopperRemove some instructions that seem to only exist to...
2013-10-07 Craig TopperAdd disassembler support for long encodings for INC...
2013-10-05 Craig TopperAdd OPC_CheckChildSame0-3 to the DAG isel matcher....
2013-10-04 Craig TopperRevert r191940 to see if it fixes the build bots.
2013-10-04 Craig TopperAdd OPC_CheckChildSame0-3 to the DAG isel matcher....
2013-10-03 Craig TopperAdd XOP disassembler support. Fixes PR13933.
2013-10-03 Pete CooperAdd v4f16 to supported value types.
2013-10-01 Rafael EspindolaRemove several unused variables.
2013-10-01 Richard SandifordFix pattern sort in DAGISelEmitter.cpp
2013-09-30 Craig TopperFilter out repeated sections from the X86 disassembler...
2013-09-30 Craig TopperVarious x86 disassembler fixes.
2013-09-25 Andrew TrickMark the x86 machine model as incomplete. PR17367.
2013-09-25 Craig TopperFix doxygen comments to use correct function name.
2013-09-25 Craig TopperReplace EVT with MVT in CodeGenDAGAPatterns.cpp.
2013-09-24 Craig TopperFix formatting to match coding standards.
2013-09-24 Jiangning LiuInitial support for Neon scalar instructions.
2013-09-22 Craig TopperAdd missing index comments to the left side of the...
2013-09-22 Benjamin KramerProvide basic type safety for array_pod_sort comparators.
2013-09-16 Tim NorthoverTableGen: fix constness of new comparison function.
2013-09-16 Tim NorthoverTableGen: give asm match classes deterministic order.
2013-09-16 Tim NorthoverAsmMatcher: emit subtarget feature enum in deterministi...
2013-09-15 Benjamin KramerReplace some unnecessary vector copies with references.
2013-09-12 Joey GoulyAdd an instruction deprecation feature to TableGen.
2013-09-11 Benjamin Kramerllvm-tblgen: Mangle operand replacements into the strin...
2013-09-11 Benjamin Kramerllvm-tblgen: Stabilize subreg index tables.
2013-09-03 Vincent LejeuneTableGen: Enumerate Schedule Model too.
2013-08-29 Jim GrosbachTidy up. Comment grammar.
2013-08-29 Jim GrosbachTidy up. Trailing whitespace.
2013-08-29 Craig TopperMove StringToOffsetTable into the TableGen include...
2013-08-28 Rui UeyamaOption parsing: support case-insensitive option matching.
2013-08-28 Craig TopperAdd missing include
2013-08-28 Rui UeyamaRevert "Option parsing: support case-insensitive option...
2013-08-27 Rui UeyamaOption parsing: support case-insensitive option matching.
2013-08-23 Jakob Stoklund OlesenAdd an OtherPreserved field to the CalleeSaved TableGen...
2013-08-22 Elena DemikhovskyAVX-512: Added masked SHIFT commands, more encoding...
2013-08-22 Tim NorthoverARM: use TableGen patterns to select CMOV operations.
next