Add a missing llvm.fma -> VFNMS pattern to the ARM backend.
[oota-llvm.git] / lib / Target / ARM / MCTargetDesc /
2012-06-19 Jan Wen VoungHave ARM ELF use correct reloc for "b" instr.
2012-05-18 Jim GrosbachRefactor data-in-code annotations.
2012-05-15 Jim GrosbachAllow MCCodeEmitter access to the target MCRegisterInfo.
2012-05-05 Jim GrosbachNuke a few dead remnants of the CBE.
2012-05-03 Kevin EnderbyFix issues with the ARM bl and blx thumb instructions...
2012-05-01 Jim GrosbachARM: allow vanilla expressions for movw/movt.
2012-04-30 Jim GrosbachARM: Diagnostics for out of range fixups.
2012-04-27 Evan Cheng- thumbv6 shouldn't imply +thumb2. Cortex-M0 doesn...
2012-04-26 Jim GrosbachARM: Thumb ldr(literal) base address alignment is 32...
2012-04-26 Evan ChengIf triple is armv7 / thumbv7 and a CPU is specified...
2012-04-25 Richard BartonUnify internal representation of ARM instructions with...
2012-04-12 Jim GrosbachARM 'adr' fixups don't need the interworking addend...
2012-04-02 Craig TopperMake MCInstrInfo available to the MCInstPrinter. This...
2012-03-30 Jim GrosbachARM fix encoding fixup resolution for ldrd and friends.
2012-03-30 James MolloyEnsure conditional BL instructions for ARM are given...
2012-03-27 Craig TopperPrune some includes
2012-03-27 Craig TopperRemove unnecessary llvm:: qualifications
2012-03-26 Craig TopperPrune some includes and forward declarations.
2012-03-20 Jim GrosbachARM non-scattered MachO relocations for movw/movt.
2012-03-19 Jim GrosbachARM branch relaxation for unconditional t1 branches.
2012-03-08 Jim GrosbachARM don't use MCRelaxAll, as it's not safe on ARM.
2012-03-06 Jim GrosbachARM more NEON VLD/VST composite physical register refac...
2012-03-05 Jim GrosbachARM refactor away a bunch of VLD/VST pseudo instructions.
2012-03-05 Jim GrosbachMake MCRegisterInfo available to the the MCInstPrinter.
2012-02-27 Jim GrosbachARM BL/BLX instruction fixups should use relocations.
2012-02-24 Jia Liucomment fix
2012-02-19 Ahmed CharlesRemove dead code. Improve llvm_unreachable text. Simpli...
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2012-02-10 Jim GrosbachRevert r150222, as the clang driver now handles this...
2012-02-10 Jim GrosbachARM on darwin, v6 implies the presence of VFP for the...
2012-02-07 Craig TopperConvert assert(0) to llvm_unreachable
2012-01-28 James MolloyEnsure .AliasedSymbol() is called on all uses of getSym...
2012-01-27 Jim GrosbachBetter user diagnostics for more ARM MachO relocation...
2012-01-26 Jim GrosbachKeep source information, if available, around for ARM...
2012-01-26 James MolloyAdd support for the R_ARM_TARGET1 relocation, which...
2012-01-24 Owen AndersonWiden the instruction encoder that TblGen emits to...
2012-01-24 Chandler CarruthRevert r148686 (and r148694, a fix to it) due to a...
2012-01-23 Evgeniy StepanovAn option to selectively enable parts of ARM EHABI...
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2012-01-19 Benjamin KramerSilence warnings about mixing enums.
2012-01-19 Jim GrosbachThumb2 relaxation for tADR to t2ADR.
2012-01-19 Jim GrosbachAdd comment and fix range check in condition.
2012-01-18 Jim GrosbachThumb2 alternate syntax for LDR(literal) and friends.
2012-01-18 Jim GrosbachThumb2 relaxation for LDR(literal).
2012-01-18 Jim GrosbachTidy up. MCAsmBackend naming conventions.
2012-01-18 Jim GrosbachThumb2 load/store fixups don't set the thumb bit.
2012-01-18 Jim GrosbachMove some ARM specific MCAssmebler bits into the ARMAsm...
2012-01-10 Richard SmithMove default case for covered enum outside of switch.
2012-01-10 Richard SmithFix a -Wreturn-type warning in g++.
2012-01-10 David BlaikieRemove unnecessary default cases in switches that cover...
2011-12-22 Rafael EspindolaFix incorrect relocation generation. Patch by Kristof...
2011-12-22 Rafael EspindolaMake the virtual methods in ARMELFObjectWriter public.
2011-12-22 Rafael EspindolaHopefully fix the cmake build.
2011-12-22 Rafael EspindolaFix name in comments.
2011-12-22 Richard SmithUnbreak cmake build after r147115.
2011-12-22 Rafael EspindolaMove the ARM specific parts of the ELF writer to Target...
2011-12-21 Rafael EspindolaReduce the exposure of Triple::OSType in the ELF object...
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
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-12 Daniel DunbarLLVMBuild: Remove trailing newline, which irked me.
2011-12-07 Jim GrosbachNuke inadvertant debugging commit.
2011-12-07 Jim GrosbachDarwin assembler improved relocs when w/o subsections_v...
2011-12-06 Jim GrosbachTidy up value checking.
2011-12-06 Jim GrosbachFix ARM handling of tBcc branch relaxation.
2011-12-06 Jim GrosbachMove target-specific logic out of generic MCAssembler.
2011-12-05 Jim GrosbachSimple branch relaxation for Thumb2 Bcc instructions.
2011-12-02 Jim GrosbachARM encoder method needs the physical register number...
2011-11-29 Daniel Dunbarbuild/CMake: Finish removal of add_llvm_library_depende...
2011-11-29 Jim GrosbachBetter fix for ARM MOVT relocation encoding of thumb...
2011-11-16 Jim GrosbachGeneralize the fixup info for ARM mode.
2011-11-16 Jim GrosbachFix encoding of NOP used for padding in ARM mode .align.
2011-11-16 Evan ChengSink codegen optimization level into MCCodeGenInfo...
2011-11-12 Daniel Dunbarbuild: Attempt to rectify inconsistencies between CMake...
2011-11-03 Daniel Dunbarbuild: Add initial cut at LLVMBuild.txt files.
2011-11-01 Jim GrosbachARM VLD/VST assembly parsing for symbolic address operands.
2011-10-18 David MeyerRemove NaClMode
2011-10-03 Jim GrosbachTidy up. 80 columns.
2011-09-30 Jim GrosbachCorrect for my over-eager delete finger.
2011-09-30 Jim GrosbachARM Darwin default relocation model is PIC.
2011-09-30 Jim GrosbachARM Fixup valus for movt/movw are for the whole value.
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-27 Ted KremenekUnbreak CMake build.
2011-09-14 Jim GrosbachARMv7a has the PKH instructions.
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-09-07 James MolloyRefactor instprinter and mcdisassembler to take a Subta...
2011-09-05 Nick LewyckyAdd a new MC bit for NaCl (Native Client) mode. NaCl...
2011-09-05 Nick LewyckyFix typo in comment.
2011-09-01 Benjamin KramerDon't drop alignment info on local common symbols.
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...
next