Define new itin classes for ARM <-> VFP reg moves to distinguish from NEON ops. Defin...
[oota-llvm.git] / lib / Target / ARM /
2010-04-07 Anton KorobeynikovDefine new itin classes for ARM <-> VFP reg moves to...
2010-04-07 Anton KorobeynikovFCONST{S,D} behaves the same way as FP unary instructio...
2010-04-07 Anton KorobeynikovProper cycle times for locks, since wbck latency can...
2010-04-07 Anton KorobeynikovAdd new itin classes for FP16 <-> FP32 conversions...
2010-04-07 Anton KorobeynikovMake use of new reserved/required scheduling stuff...
2010-04-07 Anton KorobeynikovSome bits of A9 scheduling: VFP
2010-04-07 Anton KorobeynikovSeparate const from non-const stuff during mergeing
2010-04-07 Anton KorobeynikovSome initial version of global merger
2010-04-06 Bob WilsonExpand SELECT and SELECT_CC for NEON vector types.
2010-04-05 Chris Lattnerdon't use emitlabel in the arm asm printer yet, the...
2010-04-05 Chris Lattnerfix a couple problems I introduced handling symbols
2010-04-05 Johnny ChenGet rid of traling whitespaces. No functionality change.
2010-04-05 Johnny ChenThe disassembler impl. of MCDisassembler::getInstructio...
2010-04-05 Jakob Stoklund OlesenReplace TSFlagsFields and TSFlagsShifts with a simpler...
2010-04-05 Evan ChengTemporarily remove to disable building of ARM disassembler.
2010-04-05 Evan ChengRe-apply 100265 but instead disable building of ARM...
2010-04-05 Evan ChengReverting 100265 to try to get buildbots green again...
2010-04-05 Chris Lattnerjust have all targets create the DwarfWriter.
2010-04-05 Chris Lattnersimplify various getAnalysisUsage implementations.
2010-04-04 Chris Lattnereliminate the magic AbsoluteDebugSectionOffsets MAI...
2010-04-04 Chris Lattnerrevert my patch, need to reconsider this and figure...
2010-04-04 Chris Lattnerfix pasto, this is the wrong setting for arm elf.
2010-04-04 Chris Lattnerclean up the asmprinter header and privatize some stuff.
2010-04-04 Chris Lattnerremove TargetMachine.h #include, also, TRI isn't used...
2010-04-04 Chris LattnerMomentous day: remove the "O" member from AsmPrinter...
2010-04-04 Chris Lattnermcize a bunch more stuff, using EmitRawText for things we
2010-04-04 Chris Lattnerconvert the non-MCInstPrinter'ized EmitInstruction
2010-04-04 Chris Lattnerfix PrintAsmOperand and PrintAsmMemoryOperand to pass...
2010-04-04 Chris Lattnerfix an ugly wart in the MCInstPrinter api where the
2010-04-04 Chris Lattnerchange a ton of code to not implicitly use the "O"...
2010-04-04 Mon P WangReapply address space patch after fixing an issue in...
2010-04-03 Chris Lattnerasmstreamerize the .size directive for function bodies...
2010-04-03 Johnny ChenGet rid of the middleman (ARMAlgorithm), which causes...
2010-04-03 Johnny ChenFix comment.
2010-04-03 Johnny ChenRegister ARMAlgorithm::DoCleanup() to be called on...
2010-04-02 Johnny ChenFix another build warning.
2010-04-02 Johnny ChenSecond try of initial ARM/Thumb disassembler check...
2010-04-02 Sean CallananAdded support for reporting operand token ranges
2010-04-02 Chris Lattneruse DebugLoc default ctor instead of DebugLoc::getUnkno...
2010-04-02 Mon P WangRevert r100191 since it breaks objc in clang
2010-04-02 Mon P WangReapply address space patch after fixing an issue in...
2010-04-02 Dale JohannesenTeach AnalyzeBranch, RemoveBranch and the branch
2010-04-01 Jim Grosbachvml[as] are slow on 1136jf-s also.
2010-03-31 Bill WendlingComment the changes for r98218 and friends inside the...
2010-03-30 Bob WilsonRevert Mon Ping's change 99928, since it broke all...
2010-03-30 Mon P WangAdded support for address spaces and added a isVolatile...
2010-03-30 Chris LattnerRip out the 'is temporary' nonsense from the MCContext...
2010-03-29 Chris Lattneradd a note.
2010-03-29 Johnny ChenAdd NVTBLFrm to represent A8.6.406 VTBL, VTBX Vector...
2010-03-28 Chris Lattnerfix integer negates to use the proper type for the...
2010-03-28 Chris Lattnerfix vnot matching to explicitly specify the type of the
2010-03-27 Bob WilsonFix indentation.
2010-03-27 Bob WilsonAdd a format argument to the N3V and N3VX classes,...
2010-03-27 Johnny ChenAdd NVMulSLFrm to represent "3-register multiply with...
2010-03-27 Jim GrosbachThumb2 storeFrom/LoadToStackSlot() need to handle tGPR...
2010-03-26 Johnny ChenRemove the duplicate multiclass N3VSh_QHSD and use...
2010-03-26 Johnny ChenAdd NVExtFrm to represent NEON Vector Extract Instructi...
2010-03-26 Johnny ChenAdd N3RegVShFrm to represent 3-Register Vector Shift...
2010-03-26 Jim Grosbachvldm/vstm can only do up to 16 double-word registers...
2010-03-26 Johnny ChenAdd N3RegFrm to represent "NEON 3 vector register forma...
2010-03-26 Johnny ChenAdd N2RegVShLFrm and N2RegVShRFrm formats so that the...
2010-03-25 Jim Grosbachswitch the flag for using NEON for SP floating point...
2010-03-25 Jim Grosbachneed to fix 'make check' tests first. revert for a...
2010-03-25 Jim Grosbachswitch the flag for using NEON for SP floating point...
2010-03-25 Johnny ChenRemoved instruction class NI from ARMInstrFormats.td.
2010-03-25 Jim Grosbachswitch the use-vml[as] instructions flag to a subtarget...
2010-03-25 Johnny ChenAdd NVDupLnFrm and change NVDupLane class to use that...
2010-03-25 Jim GrosbachARM cortex-a8 doesn't do vmla/vmls well. disable them...
2010-03-25 Johnny ChenAdd NVCVTFrm (NEON Convert with fractional bits immedia...
2010-03-25 Johnny ChenAdded a new instruction class NVDupLane to be inherited...
2010-03-24 Jim GrosbachMake the use of the vmla and vmls VFP instructions...
2010-03-24 Johnny ChenTrivial formating change.
2010-03-24 Johnny ChenReverted r99326 which added NVdVmVCVTFrm, and later...
2010-03-24 Johnny ChenReverted r99376. The disassembler will deal with the...
2010-03-24 Jim Grosbachtweak the arm if conversion heuristic
2010-03-24 Johnny ChenMark VMOVDneon and VMOVQ as having the N2RegFrm form...
2010-03-24 Johnny ChenRenamed NVdVmImmFrm and NVdVmVCVTFrm to the more proper...
2010-03-24 Jim Grosbachtry being more permissive for if-conversion on ARM...
2010-03-23 Johnny ChenRenamed NVdImmFrm to N1RegModImmFrm.
2010-03-23 Johnny ChenFix typo in the comment for N3VX class.
2010-03-23 Johnny ChenAdd comment.
2010-03-23 Johnny ChenAdd New NEON Format NVdVmVCVTFrm.
2010-03-23 Johnny ChenAdd New NEON Format NVdVmImmFrm.
2010-03-23 Bob WilsonFix VLDMQ and VSTMQ instructions to use the correct...
2010-03-23 Bob WilsonFix bad indentation, 80-column violations, and trailing...
2010-03-23 Johnny ChenAdd New NEON Format NVdImmFrm.
2010-03-23 Bob WilsonRename some instructions to match the corresponding...
2010-03-23 Bob WilsonChange VST1 instructions for loading Q register values...
2010-03-23 Bob WilsonChange VLD1 instructions for loading Q register values...
2010-03-22 Bob WilsonRename one more NEON instruction that I missed earlier.
2010-03-22 Bob WilsonRegroup some instructions. No functional change.
2010-03-22 Bob WilsonRename some VLD1/VST1 instructions to match the impleme...
2010-03-22 Bob WilsonRemove some redundant instruction classes.
2010-03-22 Bob WilsonRefactor instruction encoding arguments for VLDnLN...
2010-03-22 Jeffrey YasskinDon't leak a MachineInstruction from Thumb1InstrInfo...
2010-03-20 Daniel DunbarTargetRegistry: Fix create{AsmInfo,MCDisassembler}...
2010-03-20 Bob Wilsonpr6652: Use LDM to restore PC to the return address...
2010-03-20 Bob WilsonRe-commit r98683 ("remove redundant writeback flag...
2010-03-20 Bob WilsonAdd instruction variants for VST2, VST3, and VST4 ...
2010-03-20 Bob WilsonAdd variants of VST2, VST3 and VST4 with address regist...
next