SimplifyCFG: don't remove unreachable default switch destinations
[oota-llvm.git] / test / MC / Disassembler /
2015-01-26 Vladimir MedicWhen disassembler meets compact jump instructions for...
2015-01-23 Reid Klecknermips: Fix "XPASS" test results by removing 'not' commands
2015-01-21 Jozef Kolek[mips][microMIPS] MicroMIPS 16-bit unconditional branch...
2015-01-21 Jozef Kolek[mips][microMIPS] Implement ADDIUPC instruction
2015-01-21 Vladimir Medic[Mips][Disassembler]When disassembler meets load/store...
2015-01-21 Craig Topper[X86] Convert all the i8imm used by SSE and AVX instruc...
2015-01-20 Jozef KolekReverted revision 226577.
2015-01-20 Jozef Kolek[mips][microMIPS] MicroMIPS 16-bit unconditional branch...
2015-01-18 Daniel Sanders[mips] 'CHECK :' is not a valid check directive. Fixed.
2015-01-18 Daniel Sanders[mips] Make whitespace in disassembler tests more consi...
2015-01-18 Daniel Sanders[mips] Make whitespace of disassembler tests more consi...
2015-01-15 Colin LeMahieu[Hexagon] Adding new-value store and bit reverse instru...
2015-01-15 Colin LeMahieu[Hexagon] Removing old versions of vsplice, valign...
2015-01-15 Colin LeMahieu[Hexagon] Adding vmux instruction. Removing old transf...
2015-01-15 Vladimir MedicAdd disassembler tests for mips64r6 platform. There...
2015-01-15 Vladimir MedicAdd disassembler tests for mips32r6 platform. There...
2015-01-15 Vladimir MedicAdd disassembler tests for mips64r2 platform. There...
2015-01-15 Vladimir MedicAdd disassembler tests for mips64 platform. There are...
2015-01-15 Hal Finkel[PowerPC] Add assembler support for mcrfs and friends
2015-01-14 Vladimir MedicAdd disassembler tests for mips32r2 platform. There...
2015-01-14 Vladimir MedicAdd disassembler tests for mips32r2 platform. There...
2015-01-12 Jozef Kolek[mips][microMIPS] Implement BEQZ16 and BNEZ16 instructions
2015-01-08 Craig Topper[X86] Don't print 'dword ptr' or 'qword ptr' on the...
2015-01-07 Colin LeMahieu[Hexagon] Adding floating point classification and...
2015-01-07 Colin LeMahieu[Hexagon] Adding encodings for v5 floating point instru...
2015-01-07 Colin LeMahieu[Hexagon] Adding encoding for popcount, fastcorner...
2015-01-06 Colin LeMahieu[Hexagon] Adding compound jump encodings.
2015-01-06 Colin LeMahieu[Hexagon] Adding encoding for misc v4 instructions...
2015-01-06 Colin LeMahieu[Hexagon] Adding encoding information for absolute...
2015-01-06 Colin LeMahieu[Hexagon] Adding dealloc_return encoding and absolute...
2015-01-06 Craig Topper[X86] Add OpSize32 to XBEGIN_4. Add XBEGIN_2 with OpSize16.
2015-01-05 Colin LeMahieu[Hexagon] Adding add/sub with carry, logical shift...
2015-01-05 Colin LeMahieu[Hexagon] Adding rounding reg/reg variants, accumulatin...
2015-01-05 Colin LeMahieu[Hexagon] Adding V4 bit manipulating instructions,...
2015-01-05 Colin LeMahieu[Hexagon] Adding V4 logic-logic instructions and tests.
2015-01-05 Colin LeMahieu[Hexagon] Adding orand, bitsplit reg/reg, and modwrap...
2015-01-05 Colin LeMahieu[Hexagon] Adding round reg/imm and bitsplit instructions.
2015-01-03 Hal Finkel[PowerPC] Add support for the CMPB instruction
2015-01-03 Craig Topper[X86] Disassembler support for move to/from %rax with...
2015-01-02 Craig Topper[X86] Make the instructions that use AdSize16/32/64...
2014-12-31 Craig Topper[X86] Update disassembler tests for absolute move instr...
2014-12-31 Colin LeMahieu[Hexagon] Adding accumulating add/sub, doubleword logic...
2014-12-30 Colin LeMahieu[Hexagon] Adding double-logic on predicate instructions.
2014-12-30 Colin LeMahieu[Hexagon] Adding newvalue compare and jumps.
2014-12-30 Colin LeMahieu[Hexagon] Adding postincrement register newvalue stores.
2014-12-30 Colin LeMahieu[Hexagon] Removing old newvalue store variants. Adding...
2014-12-30 Colin LeMahieu[Hexagon] Adding indexed store new-value variants.
2014-12-30 Colin LeMahieu[Hexagon] Adding indexed store of immediates.
2014-12-30 Colin LeMahieu[Hexagon] Adding indexed stores.
2014-12-30 Colin LeMahieu[Hexagon] Adding reg-reg indexed load forms.
2014-12-30 Colin LeMahieu[Hexagon] Adding compare byte/halfword reg-reg/reg...
2014-12-30 Colin LeMahieu[Hexagon] Updating constant extender def, adding alu...
2014-12-30 Craig TopperTestcases for r224939.
2014-12-29 Colin LeMahieu[Hexagon] Adding allocframe, post-increment circular...
2014-12-29 Colin LeMahieu[Hexagon] Adding post-increment register form stores...
2014-12-29 Colin LeMahieu[Hexagon] Replacing the remaining postincrement stores...
2014-12-29 Colin LeMahieu[Hexagon] Renaming old multiclass for removal. Adding...
2014-12-26 Colin LeMahieu[Hexagon] Adding auto-incrementing loads with and witho...
2014-12-26 Colin LeMahieu[Hexagon] Adding locked loads.
2014-12-26 Colin LeMahieu[Hexagon] Adding deallocframe and circular addressing...
2014-12-26 Colin LeMahieu[Hexagon] Adding remaining post-increment instruction...
2014-12-26 Colin LeMahieu[Hexagon] Adding post-increment unsigned byte loads.
2014-12-26 Colin LeMahieu[Hexagon] Adding post-increment signed byte loads with...
2014-12-26 Craig Topper[X86] Add the debug registers DR8-DR15 so we can assemb...
2014-12-26 Craig Topper[X86] Don't fail disassembly if REX.R/REX.B is used...
2014-12-26 Craig TopperTeach disassembler to handle illegal immediates on...
2014-12-23 Colin LeMahieu[Hexagon] Adding doubleword load.
2014-12-23 Colin LeMahieu[Hexagon] Reapplying 224775 load words.
2014-12-23 Jozef Kolek[mips][microMIPS] Implement CACHE, PREF, SSNOP, EHB...
2014-12-23 Colin LeMahieuReverting 224775 until mayLoad flag is addressed.
2014-12-23 Colin LeMahieu[Hexagon] Adding word loads.
2014-12-23 Colin LeMahieu[Hexagon] Adding signed halfword loads.
2014-12-23 Jozef Kolek[mips][microMIPS] Implement LWSP and SWSP instructions
2014-12-22 Colin LeMahieu[Hexagon] Adding memb instruction. Fixing whitespace...
2014-12-22 Colin LeMahieu[Hexagon] Adding classes and load unsigned byte instruc...
2014-12-19 Colin LeMahieu[Hexagon] Removing old variants of instructions and...
2014-12-19 Colin LeMahieu[Hexagon] Adding bit extraction and table indexing...
2014-12-19 Colin LeMahieu[Hexagon] Adding bit insertion instructions.
2014-12-19 Colin LeMahieu[Hexagon] Adding more xtype shift instructions.
2014-12-19 Colin LeMahieu[Hexagon] Adding xtype shift instructions.
2014-12-19 Colin LeMahieu[Hexagon] Adding transfers to and from control registers.
2014-12-19 Colin LeMahieu[Hexagon] Adding loop0/1 sp0/1/2loop0 instructions.
2014-12-18 Colin LeMahieuReverting 224550, was not ready for commit.
2014-12-18 Colin LeMahieu[Hexagon] Adding loop0/1 sp0/1/2loop0 instructions.
2014-12-16 Colin LeMahieu[Hexagon] Updating doubleword shift usages to new versions.
2014-12-16 Colin LeMahieu[Hexagon] Adding tstbit/bitclr/bitset instructions.
2014-12-16 Colin LeMahieu[Hexagon] Adding bit count and twiddling instructions.
2014-12-16 Colin LeMahieu[Hexagon] Adding asr/lsr/asl reg/imm, asl with saturati...
2014-12-16 Colin LeMahieu[Hexagon] Adding absolute value, and negate with saturation
2014-12-16 Colin LeMahieu[Hexagon] Adding saturate and swizzle instructions.
2014-12-16 Zoran Jovanovic[mips][microMIPS] Implement SWP and LWP instructions
2014-12-16 Vladimir MedicAdd disassembler tests for mips4 platform. There are...
2014-12-16 Colin LeMahieu[Hexagon] Adding doubleword multiplies with and without...
2014-12-15 Colin LeMahieu[Hexagon] Adding halfword to doubleword multiplies.
2014-12-15 Colin LeMahieu[Hexagon] Adding logical-logical accumulation instructi...
2014-12-15 Colin LeMahieu[Hexagon] Adding a number of additional multiply forms...
2014-12-15 Colin LeMahieu[Hexagon] Adding misc multiply encodings and tests.
2014-12-15 Colin LeMahieu[Hexagon] Adding doubleworld accumulating multiplies...
2014-12-15 Colin LeMahieu[Hexagon] Adding accumulating half word multiplies.
2014-12-15 Colin LeMahieu[Hexagon] Adding multiply with rnd/sat/rndsat
next