Encode the register list operands for ARM mode LDM/STM instructions.
[oota-llvm.git] / lib / Target /
2010-10-30 Jim GrosbachEncode the register list operands for ARM mode LDM...
2010-10-29 Bill WendlingSome instructions end with an "ls" prefix, but it doesn...
2010-10-29 Jim GrosbachRemove hard tab characters.
2010-10-29 Jim Grosbach80 column fix.
2010-10-29 Jim Grosbachtrailing whitespace
2010-10-29 Jim Grosbachs/getNEONVcvtImm32/getNEONVcvtImm32OpValue/ to be consi...
2010-10-29 Evan ChengFix fpscr <-> GPR latency info.
2010-10-29 Jim Grosbachadd FIXME
2010-10-29 Jim GrosbachConvert ARM::MOVi2pieces to a true pseudo-instruction...
2010-10-29 Eric ChristopherHandle comparison values we already have - this fixes...
2010-10-29 Jim GrosbachARM::MOVi32imm is expanded in ARMExpandPseudoInsts...
2010-10-29 Jim GrosbachFix typo.
2010-10-29 Jim GrosbachARM encoding information for CLREX, SWP and SWPB. Add...
2010-10-29 Jim GrosbachARM mode LDREX*/STREX* binary encodings.
2010-10-29 Jim GrosbachEncoding information for ARM conditional move instructions.
2010-10-29 Evan ChengAvoiding overly aggressive latency scheduling. If the...
2010-10-29 Evan Cheng- Don't schedule nodes with only MVT::Flag and MVT...
2010-10-29 Jim GrosbachHandle ARM addrmode5 instructions with an offset.
2010-10-29 John ThompsonInline asm multiple alternative constraints development...
2010-10-29 Jim GrosbachRevert 117660. Apparently it's not as trivial as that...
2010-10-29 Jim GrosbachARM addrmode5 instructions have neither writeback nor...
2010-10-29 Jim GrosbachTrailing whitespace.
2010-10-29 Benjamin KramerARMAsmParser: Plug a memory leak.
2010-10-29 Eric ChristopherAdd an unreachable to silence warning - the switch...
2010-10-29 Chris Lattneradd simple support for addrmode5 operands, allowing
2010-10-28 Chris Lattnergive better error diagnostics, for example:
2010-10-28 Chris Lattnerhook up getOpcodeName for ARM so that "llc -show-mc...
2010-10-28 Chris Lattnermove a method out of line.
2010-10-28 Chris Lattnerremove the rest of hte owningptr's, no functionality...
2010-10-28 Benjamin KramerReduce malloc thrashing.
2010-10-28 Jim GrosbachPLD, PLDW, PLI encodings, plus refactor their use of...
2010-10-28 Chris Lattnerrearrange ParseRegisterList.
2010-10-28 Chris Lattnerrefactor some code to simplify it, eliminating some...
2010-10-28 Evan ChengRe-commit 117518 and 117519 now that ARM MC test failur...
2010-10-28 Evan ChengRevert 117518 and 117519 for now. They changed scheduli...
2010-10-28 Evan Cheng- Assign load / store with shifter op address modes...
2010-10-28 Dale JohannesenFix pastos in handling of AVX cvttsd2si, PR8491.
2010-10-28 Owen AndersonAdd correct NEON encodings for vtbl and vtbx.
2010-10-27 Owen AndersonAdd correct NEON encodings for vext, vtrn, vuzp, and...
2010-10-27 Bob WilsonFix compiler warnings about signed/unsigned comparisons.
2010-10-27 Evan ChengShifter ops are not always free. Do not fold them ...
2010-10-27 Jim GrosbachRefactor ARM STR/STRB instruction patterns into STR...
2010-10-27 Owen AndersonProvide correct encodings for NEON vcvt, which has...
2010-10-27 Jim GrosbachTrailing whitespace
2010-10-27 Owen AndersonProvide correct encodings for the get_lane and set_lane...
2010-10-27 Kevin EnderbyAdded the x86 instruction ud2b (2nd official undefined...
2010-10-27 Jim GrosbachJIT imm12 encoding for constant pool entry references.
2010-10-27 Bob WilsonSelectionDAG shuffle nodes do not allow operands with...
2010-10-27 Jim GrosbachARM JIT fix for LDRi12 and company.
2010-10-27 Owen AndersonProvide correct NEON encodings for vdup.
2010-10-27 Michael J. Spencerx86-Win32: Switch ftol2 calling convention from stdcall...
2010-10-27 Jim GrosbachThe new LDR* instruction patterns should handle the...
2010-10-27 Owen AndersonAdd correct NEON encodings for vsli and vsri.
2010-10-27 Owen AndersonAdd correct NEON encodings for vsra and vrsra.
2010-10-27 Jim GrosbachThe immediate operands of an LDRi12 instruction doesn...
2010-10-27 Kevin EnderbyYet another tweak to X86 instructions to add ud2a as...
2010-10-27 Kevin EnderbyAnother tweak to X86 instructions to add the missing...
2010-10-27 Kevin EnderbyTweaks to X86 instructions to allow the 'w' suffix...
2010-10-27 Jim GrosbachLDRi12 machine instructions handle negative offset...
2010-10-27 Kevin EnderbyAdded some aliases to the fcomip and fucompi Intel...
2010-10-27 Jim GrosbachOne more spot where the new arm mode LDR instruction...
2010-10-27 Wesley PeckAdding disassembler to the MicroBlaze backend.
2010-10-27 Jim GrosbachSplit ARM::LDRB into LDRBi12 and LDRBrs. Adjust accordi...
2010-10-26 Jim GrosbachSince I parameterized this bit, I should probably actua...
2010-10-26 Dale JohannesenUse a MemIntrinsicSDNode for ISD::PREFETCH, which touches
2010-10-26 Owen AndersonAdd correct NEON encodings for vqshl, vqshrn, vqshrun...
2010-10-26 Jim GrosbachFirst part of refactoring ARM addrmode2 (load/store...
2010-10-26 Owen AndersonCorrect NEON encodings for vshrn, vrshl, vrshr, vrshrn.
2010-10-26 Owen AndersonSimplify classes for shift instructions, which are...
2010-10-26 Owen AndersonProvide correct NEON encodings for vshl, register and...
2010-10-26 Jim GrosbachGrammar.
2010-10-26 Jim GrosbachNuke extraneous comment. It's applicable elsewhere...
2010-10-26 Owen AndersonAdd correct NEON encoding for vpadal.
2010-10-26 Rafael Espindolahandle X86::EH_RETURN64 and X86::EH_RETURN.
2010-10-26 Owen AndersonAdd NEON encodings for vmov and vmvn of immediates.
2010-10-26 Rafael EspindolaImplement some relaxations for arithmetic instructions...
2010-10-26 Kalle RaiskilaChange v64 datalayout in SPU.
2010-10-26 Evan ChengUse instruction itinerary to determine what instruction...
2010-10-26 Evan ChengNEON vmov's are in Neon domain.
2010-10-26 Bob WilsonTidy up redundant check.
2010-10-25 Rafael EspindolaProduce the headers directly in the Finish method....
2010-10-25 Dale JohannesenAn stdcall function calling a non-stdcall function
2010-10-25 Owen AndersonAdd correct encodings for NEON vabal.
2010-10-25 Owen AndersonAdd correct NEON encodings for vaba.
2010-10-25 Owen AndersonAttempt to provide correct encodings for NEON vbit...
2010-10-25 Owen AndersonProvide correct NEON encodings for vbsl.
2010-10-25 Jim Grosbachimm12 operands aren't Thumb2 only, so rename the printe...
2010-10-25 Owen AndersonAdd correct instruction encodings for vbic, vorn, and...
2010-10-25 Rafael EspindolaAdd a virtual destructor.
2010-10-25 Owen AndersonProvide correct NEON encodings for vand, veor, and...
2010-10-25 Owen AndersonAdd NEON encoding tests for vcgt and vacgt.
2010-10-25 Rafael EspindolaAdd support for emitting ARM file attributes.
2010-10-25 Owen AndersonAdd tests for NEON encodings of vcge and vacge.
2010-10-25 Owen AndersonAdd a warning about our inability to test the encoding...
2010-10-24 Rafael EspindolaAdd X86::reloc_global_offset_table and use it to have...
2010-10-23 Eric ChristopherMove rejection of NEON parameters earlier in fast isel...
2010-10-23 Benjamin KramerMake the disassembler tables const so they end up in...
2010-10-23 Michael J. SpencerX86: Emit _fltused instead of __fltused on Windows...
2010-10-23 Chandler CarruthMove the remaining attribute macros to systematic names...
2010-10-23 Chandler CarruthRemove a define which is never referenced.
next