Convert assert(0) to llvm_unreachable
[oota-llvm.git] / lib / Target / ARM / MCTargetDesc / ARMMCCodeEmitter.cpp
2012-02-07 Craig TopperConvert assert(0) to llvm_unreachable
2012-01-26 Jim GrosbachKeep source information, if available, around for ARM...
2012-01-24 Owen AndersonWiden the instruction encoder that TblGen emits to...
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2012-01-18 Jim GrosbachThumb2 alternate syntax for LDR(literal) and friends.
2012-01-10 David BlaikieRemove unnecessary default cases in switches that cover...
2011-12-19 Jim GrosbachARM assembly parsing and encoding support for LDRD...
2011-12-19 Jim GrosbachARM NEON relax parse time diagnostics for alignment...
2011-12-02 Jim GrosbachARM encoder method needs the physical register number...
2011-09-13 Owen AndersonFix encoding of Thumb2 shifted register operands with...
2011-09-13 Eli FriedmanZap some junk from the ARM instruction descriptions.
2011-09-12 Owen AndersonFix encoding of PC-relative LDRSHW with an immediate...
2011-09-09 Owen AndersonFix assembly/disassembly of Thumb2 ADR instructions...
2011-09-09 Jim GrosbachThumb2 assembly parsing and encoding for LDREX/LDREXB...
2011-09-08 Jim GrosbachThumb2 assembly parsing and encoding for LDRD(immediate).
2011-08-31 Owen AndersonFix encoding for tBcc with immediate offset operand.
2011-08-31 Owen AndersonFix roundtripping of Thumb BL/BLX instructions with...
2011-08-30 Owen AndersonFix encoding of CBZ/CBNZ Thumb2 instructions with immed...
2011-08-30 Owen AndersonFix encoding of PC-relative Thumb1 LDR's when using...
2011-08-30 Owen AndersonFix encoding of Thumb1 B instructions with immediate...
2011-08-30 Owen AndersonClean up whitespace.
2011-08-29 Owen AndersonImprove handling of #-0 offsets for many more pre-index...
2011-08-26 Owen AndersonImprove encoding support for BLX with immediat eoperand...
2011-08-26 Owen AndersonCorrect encoding of BL with immediate offset.
2011-08-26 Owen AndersonSupport an extension of ARM asm syntax to allow immedia...
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-08 Owen AndersonFix encodings for Thumb ASR and LSR immediate operands...
2011-08-05 Jim GrosbachARM simplify the postidx_reg operand encoding.
2011-08-03 Jim GrosbachARM refactoring assembly parsing of memory address...
2011-07-28 Owen AndersonUpdate comments.
2011-07-27 Evan ChengEmit an error is asm parser parsed X86_64 only register...
2011-07-27 Jim GrosbachARM parsing and encoding of SBFX and UBFX.
2011-07-26 Jim GrosbachARM cleanup of rot_imm encoding.
2011-07-23 Evan ChengSink ARM mc routines into MCTargetDesc.