Remove dead code. Improve llvm_unreachable text. Simplify some control flow.
[oota-llvm.git] / lib / Target / ARM / InstPrinter / ARMInstPrinter.cpp
2012-02-19 Ahmed CharlesRemove dead code. Improve llvm_unreachable text. Simpli...
2012-02-07 Craig TopperConvert assert(0) to llvm_unreachable
2012-01-25 Jim GrosbachNEON VLD4(all lanes) assembly parsing and encoding.
2012-01-24 Jim GrosbachNEON VLD3(all lanes) assembly parsing and encoding.
2012-01-24 Jim GrosbachNEON VLD4(multiple 4 element structures) assembly parsing.
2012-01-23 Jim GrosbachNEON VLD3(multiple 3-element structures) assembly parsing.
2011-12-22 Jim GrosbachARM VFP assembly parsing and encoding for VCVT(float...
2011-12-21 Jim GrosbachARM NEON VLD2 assembly parsing for structure to all...
2011-12-19 Jim GrosbachARM assembly parsing and encoding support for LDRD...
2011-12-14 Jim GrosbachARM NEON VST2 assembly parsing and encoding.
2011-11-30 Jim GrosbachARM parsing for VLD1 two register all lanes, no writeback.
2011-11-30 Jim GrosbachARM parsing aliases for VLD1 single register all lanes.
2011-11-07 Benjamin KramerSimplify some uses of utohexstr.
2011-11-02 Owen AndersonFix the issue that r143552 was trying to address the...
2011-10-21 Jim GrosbachAssembly parsing for 4-register variant of VLD1.
2011-10-21 Jim GrosbachAssembly parsing for 3-register variant of VLD1.
2011-10-21 Jim GrosbachARM VLD parsing and encoding.
2011-10-21 Jim Grosbachwhitespace.
2011-10-18 Jim GrosbachARM VTBL (one register) assembly parsing and encoding.
2011-10-12 Jim GrosbachARM parsing and encoding for the <option> form of LDC...
2011-10-12 Jim Grosbach80 columns.
2011-10-12 Jim GrosbachTidy up. Formatting.
2011-10-07 Jim GrosbachARM NEON assembly parsing and encoding for VDUP(scalar).
2011-10-05 Owen AndersonSupport a valid, but not very useful, encoding of CPSIE...
2011-10-04 Kevin EnderbyAdding back support for printing operands symbolically...
2011-09-30 Jim GrosbachARM fix encoding of VMOV.f32 and VMOV.f64 immediates.
2011-09-28 James MolloyCheck in a patch that has already been code reviewed...
2011-09-23 Owen AndersonPost-index loads/stores in still need to print the...
2011-09-21 Owen AndersonTurns out that Thumb2 ADR doesn't need special printing...
2011-09-21 Owen AndersonPrint out immediate offset versions of PC-relative...
2011-09-21 Owen AndersonThese do not need to be conditional on the presence...
2011-09-21 Owen AndersonIn the disassembler C API, be careful not to confuse...
2011-09-19 Jim GrosbachThumb2 assembly parsing and encoding for TBB/TBH.
2011-09-16 Owen AndersonFix disassembly of Thumb2 LDRSH with a #-0 offset.
2011-09-15 Owen AndersonDon't attach annotations to MCInst's. Instead, have...
2011-09-15 Owen AndersonAdd support for stored annotations to MCInst, and provi...
2011-09-13 Owen AndersonCorrect disassembly printing of Thumb2 post-incremented...
2011-09-09 Jim GrosbachThumb2 assembly parsing and encoding for LDREX/LDREXB...
2011-09-07 James MolloyRefactor instprinter and mcdisassembler to take a Subta...
2011-08-29 Owen AndersonImprove handling of #-0 offsets for many more pre-index...
2011-08-24 Jim GrosbachWhen printing Thumb1 NOP ('mov r8, r8'), make sure...
2011-08-23 Jim GrosbachClean up Thumb load/store multiple definitions.
2011-08-19 Jim GrosbachThumb parsing and encoding support for NOP.
2011-08-18 Jim GrosbachThumb assembly parsing and encoding for LDM instruction.
2011-08-17 Jim GrosbachRemove extraneous newline from operand print method...
2011-08-17 Jim GrosbachARM clean up the imm_sr operand class representation.
2011-08-11 Owen AndersonCorrect immediate range for shifter operands. Patch...
2011-08-11 Jim GrosbachARM push of a single register encodes as pre-indexed...
2011-08-11 Jim GrosbachARM pop of a single register encodes as post-indexed...
2011-08-05 Jim GrosbachARM simplify the postidx_reg operand encoding.
2011-08-05 Jim GrosbachARM use a dedicated printer for postidx_reg operands.
2011-08-04 Owen AndersonLDCL_POST and STCL_POST need one's-complement offsets...
2011-08-03 Jim GrosbachARM refactoring assembly parsing of memory address...
2011-07-26 Jim GrosbachARM rot_imm printing adjustment.
2011-07-26 Jim GrosbachARM cleanup of rot_imm encoding.
2011-07-25 Jim GrosbachARM assembly parsing and encoding for SSAT16 instruction.
2011-07-25 Jim GrosbachARM assembly parsing and encoding for SSAT instruction.
2011-07-23 Evan ChengSink ARM mc routines into MCTargetDesc.
2011-07-22 Jim GrosbachARM SSAT instruction 5-bit immediate handling.
2011-07-21 Owen AndersonGet rid of the extraneous GPR operand on so_reg_imm...
2011-07-20 Evan ChengSink ARMMCExpr and ARMAddressingModes into MC layer...
2011-07-20 Jim GrosbachARM PKH shift ammount operand printing tweaks.
2011-07-19 Jim GrosbachTweak ARM assembly parsing and printing of MSR instruction.
2011-07-18 Owen AndersonRevamp our handling of tLDMIA[_UPD] and tSTMIA[_UPD...
2011-07-13 Jim GrosbachFlesh out ARM Parser support for shifted-register operands.
2011-07-11 Jim GrosbachSimplify printing of ARM shifted immediates.
2011-06-02 Rafael EspindolaDon't hardcode the %reg format in the streamer.
2011-04-05 Johnny ChenConstants with multiple encodings (ARM):
2011-04-04 Bruno Cardoso Lopes- Implement asm parsing support for LDRSBT, LDRHT,...
2011-03-31 Bruno Cardoso LopesApply again changes to support ARM memory asm parsing...
2011-03-31 Bruno Cardoso LopesRevert r128632 again, until I figure out what break...
2011-03-31 Bruno Cardoso LopesReapply r128585 without generating a lib depedency...
2011-03-31 Matt Beaumont-GayRevert "- Implement asm parsing support for LDRT, LDRBT...
2011-03-30 Bruno Cardoso Lopes- Implement asm parsing support for LDRT, LDRBT, STRT...
2011-03-24 Bruno Cardoso LopesAdd asm parsing support w/ testcases for strex/ldrex...
2011-03-14 Jim GrosbachRemove some dead patterns.
2011-03-05 Anton KorobeynikovPreliminary support for ARM frame save directives emiss...
2011-02-18 Bruno Cardoso LopesAdd assembly parsing support for "msr" and also fix...
2011-02-14 Bruno Cardoso LopesFix encoding and add parsing support for the arm/thumb...
2011-02-08 Owen AndersonRevert both r121082 (which broke a bunch of constant...
2011-01-26 Bill WendlingAdd support for printing out floating point values...
2011-01-25 Bill WendlingRevert 124230. It was causing test failures.
2011-01-25 Bill WendlingThe floating point value is encoded in its binary form...
2011-01-13 Owen AndersonAdd support to the ARM MC infrastructure to support...
2010-12-14 Bill WendlingThe tLDR et al instructions were emitting either a...
2010-12-07 Owen AndersonSecond attempt at converting Thumb2's LDRpci, including...
2010-12-03 Jim GrosbachWhen using the 'push' mnemonic for Thumb2 stmdb, be...
2010-11-29 Jim GrosbachPseudo-ize Thumb2 jump tables with explicit MC lowering...
2010-11-29 Jim GrosbachRename t2 TBB and TBH instructions to reference that...
2010-11-16 Bill WendlingEncode the multi-load/store instructions with their...
2010-11-13 Bill WendlingMinor cleanups:
2010-11-12 Evan ChengFor pre-v6t2 targets, only select MOVi32imm if the...
2010-11-03 Bill WendlingThe MC code couldn't handle ARM LDR instructions with...
2010-11-03 Jim GrosbachRemove unused function.
2010-11-03 Jim GrosbachRemove the no longer used 'Modifier' optional operand...
2010-11-03 Jim GrosbachRemove unused function.
2010-11-03 Jim GrosbachBreak ARM addrmode4 (load/store multiple base address...
2010-10-28 Chris Lattnerhook up getOpcodeName for ARM so that "llc -show-mc...
2010-10-28 Jim GrosbachPLD, PLDW, PLI encodings, plus refactor their use of...
2010-10-27 Jim GrosbachLDRi12 machine instructions handle negative offset...
next