[AArch64] Match FI+offset in STNP addressing mode.
[oota-llvm.git] / lib / Target / AArch64 / AArch64InstrInfo.cpp
2015-09-10 Ahmed Bougacha[AArch64] Match FI+offset in STNP addressing mode.
2015-08-30 Hal Finkel[MIR Serialization] static -> static const in getSerial...
2015-08-18 Alex LorenzMIR Serialization: Serialize the operand's bit mask...
2015-08-11 Alex LorenzPseudoSourceValue: Replace global manager with a manage...
2015-07-23 Lawrence Hutest commit, only added one space
2015-07-23 Weiming ZhaoThis patch eanble register coalescing to coalesce the...
2015-07-20 Matthias BraunAArch64: Restrict macroop fusion heuristics to cyclone.
2015-07-20 Matthias BraunAArch64: Add aditional Cyclone macroop fusion opportunities
2015-06-25 Benjamin KramerReplace copy-pasted debug value skipping with MBB:...
2015-06-19 Sanjay Patelname change: hasPattern() -> getMachineCombinerPatterns...
2015-06-15 Sanjoy Das[TargetInstrInfo] Rename getLdStBaseRegImmOfs and imple...
2015-06-11 Ahmed Bougacha[CodeGen] ArrayRef'ize cond/pred in various TII APIs...
2015-06-08 Keno Fischer[InstrInfo] Refactor foldOperandImpl to thread through...
2015-05-21 Chad RosierUse new MachineInstr mayLoadOrStore() API.
2015-05-13 Jim GrosbachMC: Modernize MCOperand API naming. NFC.
2015-04-16 James Molloy[AArch64] Fix invalid use of references to BuildMI.
2015-03-18 Eric ChristopherRevert "Migrate the AArch64 TargetRegisterInfo to its...
2015-03-12 Eric ChristopherMigrate the AArch64 TargetRegisterInfo to its TargetMachine
2015-03-12 Eric ChristopherRemove the need to cache the subtarget in the AArch64...
2015-02-28 Benjamin KramerArrayRefize memory operand folding. NFC.
2015-01-28 Eric ChristopherMigrate AArch64 except for TTI and AsmPrinter away...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-11-18 Juergen Ributzka[AArch64] Don't optimize all compare instructions.
2014-11-07 Ahmed Bougacha[AArch64] Keep flags on condition vreg when instantiati...
2014-11-04 Juergen Ributzka[AArch64] Use the correct register class for ORR.
2014-10-15 Eric ChristopherRemove unused variable.
2014-10-14 Gerolf Hoflehner[AArch64] Wrong CC access in CSINC-conditional branch...
2014-10-14 Gerolf Hoflehner[AAarch64] Optimize CSINC-branch sequence
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-10-01 Adrian PrantlRevert r218778 while investigating buldbot breakage.
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-09-08 Chad Rosier[AArch64] Improve AA to remove unneeded edges in the...
2014-09-03 Eric ChristopherRemove unnecessary getTarget call now that the subtarge...
2014-09-03 Benjamin KramerAdd override to overriden virtual methods, remove virtu...
2014-09-03 Juergen RibutzkaReapply r216805 "[MachineCombiner][AArch64] Use the...
2014-08-30 Juergen RibutzkaRevert r216805 "[MachineCombiner][AArch64] Use the...
2014-08-29 Juergen Ributzka[MachineCombiner][AArch64] Use the correct register...
2014-08-13 Gerolf Hoflehner[MachineCombiner] Removal of dangling DBG_VALUES after...
2014-08-12 Gerolf Hoflehner[MachineCombiner] Fix for ICE bug 20598
2014-08-09 Aaron BallmanResolving some type truncation warnings in MSVC (enum...
2014-08-08 Jiangning Liu[AArch64] Fix a type conversion bug for anlyzing compare.
2014-08-08 NAKAMURA TakumiAArch64InstrInfo.cpp: Fix \param(s). [-Wdocumentation]
2014-08-07 Gerolf HoflehnerMachineCombiner Pass for selecting faster instruction...
2014-08-05 Kevin QinRevert "r214832 - MachineCombiner Pass for selecting...
2014-08-05 Gerolf HoflehnerMachineCombiner Pass for selecting faster instruction
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-08-04 Kevin QinRevert "r214669 - MachineCombiner Pass for selecting...
2014-08-03 Gerolf HoflehnerMachineCombiner Pass for selecting faster instruction
2014-08-01 Renato GolinAdd missing breaks to AArch64InstrInfo::isGPRCopy
2014-07-29 Jiangning LiuImplement AArch64 TTI interface isAsCheapAsAMove.
2014-07-25 Akira Hatanaka[stack protector] Fix a potential security bug in stack...
2014-06-18 Craig TopperReplace some assert(0)'s with llvm_unreachable.
2014-06-17 Tim NorthoverAArch64: estimate inline asm length during branch relax...
2014-06-10 Eric ChristopherRemove a method that was just replacing direct access...
2014-06-10 Eric ChristopherRemove the uses of AArch64TargetMachine and AArch64Subt...
2014-05-27 Tim NorthoverAArch64: implement copies to/from NZCV as a last ditch...
2014-05-24 Tim NorthoverAArch64/ARM64: move ARM64 into AArch64's place
2014-05-24 Tim NorthoverAArch64/ARM64: remove AArch64 from tree prior to renami...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-22 Chandler Carruth[cleanup] Lift using directives, DEBUG_TYPE definitions...
2014-03-07 Rafael EspindolaReplace PROLOG_LABEL with a new CFI_INSTRUCTION.
2014-03-07 Rafael EspindolaSimplify. No functionality change.
2014-02-13 Hao Liu[AArch64]Add support for spilling FPR8/FPR16.
2014-02-10 Hao Liu[AArch64]Implement the copy of two FPR8 registers by...
2014-01-24 Alp TokerFix known typos
2014-01-24 Kevin Qin[AArch64 NEON] Fix a bug in implementing register copy...
2014-01-17 Hao Liu[AArch64]Fix the problem can't select f16_to_f32 and...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2014-01-07 Hao Liu[AArch64]Add support to spill/fill D tuples such as...
2014-01-07 Hao Liu[AArch64]Add support to copy D tuples such as DPair...
2013-12-30 Hao Liu[AArch64]Add code to spill/fill Q register tuples such...
2013-11-26 Kevin Qin[AArch64]Implement 128 bit register copy with NEON.
2013-11-19 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-09-17 Kevin QinImplement 3 AArch64 neon instructions : umov smov ins.
2013-06-16 David BlaikieDebugInfo: remove target-specific Frame Index handling...
2013-06-07 Bill WendlingDon't cache the instruction info and register info...
2013-03-27 Tim NorthoverSwitch to LLVM support function abs64 to keep VS2008...
2013-02-15 Tim NorthoverAArch64: add branch fixup pass.
2013-02-15 Tim NorthoverAArch64: remove ConstantIsland pass & put literals...
2013-02-15 Tim NorthoverAArch64: refactor frame handling to use movz/movk for...
2013-02-05 Tim NorthoverFix formatting in AArch64 backend.
2013-02-05 Tim NorthoverRemove cyclic dependency in AArch64 libraries
2013-01-31 Tim NorthoverAdd AArch64 as an experimental target.