AMDGPU/SI: There are no implicit kernel args in the amdhsa ABI
[oota-llvm.git] / lib / Target / AArch64 /
2015-06-26 Pete CooperAdd op_values() to iterate over the SDValue operands...
2015-06-26 Rafael EspindolaOptimize the creation of mapping symbols.
2015-06-26 Hao Liu[AArch64] Lower interleaved memory accesses to ldN...
2015-06-25 Benjamin KramerReplace copy-pasted debug value skipping with MBB:...
2015-06-23 Rafael EspindolaUse MCSymbols for FastISel.
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Sanjay Patelname change: hasPattern() -> getMachineCombinerPatterns...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-19 Eric ChristopherFix "the the" in comments.
2015-06-17 Rafael EspindolaMove IsUsedInReloc from MCSymbolELF to MCSymbol.
2015-06-17 Matthias BraunRevert "AArch64: Use CMP;CCMP sequences for and/or...
2015-06-16 Daniel SandersClean up redundant copies of Triple objects. NFC
2015-06-16 Ahmed Bougacha[AArch64] Generalize extract-high DUP extension to...
2015-06-15 Sanjoy Das[TargetInstrInfo] Rename getLdStBaseRegImmOfs and imple...
2015-06-15 Evgeny AstigeevichOn behalf of Alexandros Lamprineas:
2015-06-15 Hao Liu[AArch64] Delete two empty files, which should be remov...
2015-06-15 Hao Liu[AArch64] Revert r239711 again. We need to discuss...
2015-06-15 Hao Liu[AArch64] Match interleaved memory accesses into ldN...
2015-06-13 Matthias BraunRename TargetSubtargetInfo::enablePostMachineScheduler...
2015-06-12 Tim NorthoverAArch64: map bare-metal arm64-macho triple to MachO...
2015-06-11 Daniel SandersReplace string GNU Triples with llvm::Triple in TargetM...
2015-06-11 Ahmed Bougacha[CodeGen] ArrayRef'ize cond/pred in various TII APIs...
2015-06-11 Rafael EspindolaThis reverts commit r239529 and r239514.
2015-06-11 Daniel SandersReplace string GNU Triples with llvm::Triple in compute...
2015-06-11 Aaron BallmanFixing MSVC 2013 build error.
2015-06-11 Hao Liu[AArch64] Match interleaved memory accesses into ldN...
2015-06-10 Daniel SandersReplace string GNU Triples with llvm::Triple in MCSubta...
2015-06-10 Daniel SandersReplace string GNU Triples with llvm::Triple in MCAsmBa...
2015-06-10 Craig TopperRemove unnecessary conversion from StringRef to std...
2015-06-09 Chad Rosier[AArch64] Remove an overly conservative check when...
2015-06-09 Matt ArsenaultMC: Add target hook to control symbol quoting
2015-06-08 Ranjeet Singh[AArch64] AsmParser should be case insensitive about...
2015-06-08 Keno Fischer[InstrInfo] Refactor foldOperandImpl to thread through...
2015-06-08 Javed AbsarARM]: Add support for MMFR4_EL1 in assembler
2015-06-04 Jim GrosbachMC: Clean up naming in MCObjectWriter. NFC.
2015-06-04 Ahmed Bougacha[GlobalMerge] Take into account minsize on Global users...
2015-06-04 Jim GrosbachMC: Remove obsolete MachO UseAggressiveSymbolFolding.
2015-06-04 Benjamin KramerReplace custom fixed endian to raw_ostream emission...
2015-06-04 Daniel SandersReplace string GNU Triples with llvm::Triple in MCAsmIn...
2015-06-04 Rafael EspindolaRemove MCELFSymbolFlags.h. It is now internal to MCSymb...
2015-06-02 Rafael EspindolaMerge MCELF.h into MCSymbolELF.h.
2015-06-02 Tim NorthoverAArch64: fix typo in SMIN far atomics and add tests
2015-06-02 Vladimir Sukharev[AArch64] Add v8.1a atomic instructions
2015-06-01 Matthias BraunAArch64: Use CMP;CCMP sequences for and/or/setcc trees.
2015-06-01 Luke CheesemanRe-commit of r238201 with fix for building with shared...
2015-06-01 Matt ArsenaultAdd address space argument to isLegalAddressingMode
2015-05-30 Jim GrosbachMC: Clean up MCExpr naming. NFC.
2015-05-29 Rafael EspindolaRemove getData.
2015-05-29 Rafael EspindolaRemove the MCSymbolData typedef.
2015-05-29 Rafael EspindolaRename getOrCreateSymbolData to registerSymbol and...
2015-05-29 Rafael EspindolaPass MCSymbols to the helper functions in MCELF.h.
2015-05-28 Rafael EspindolaRemove a trivial forwarding function. NFC.
2015-05-28 Chad RosierReuse Loc variable. NFC.
2015-05-27 Rafael EspindolaUse operator<< instead of print in a few more places.
2015-05-26 Diego NovilloRevert "Re-commit changes in r237579 with fix for bug...
2015-05-26 Luke CheesemanRe-commit changes in r237579 with fix for bug breaking...
2015-05-26 Michael KupersteinUse std::bitset for SubtargetFeatures.
2015-05-26 Rafael EspindolaStop using MCSectionData in MCMachObjectWriter.h.
2015-05-26 Rafael EspindolaReturn a MCSection from MCFragment::getParent().
2015-05-25 Rafael EspindolaStop forwarding getOrdinal and setOrdinal.
2015-05-23 Benjamin Kramer[AArch64] Clean up the ELF streamer a bit.
2015-05-23 Benjamin Kramer[AArch64] Move AArch64TargetStreamer out of MCStreamer.h
2015-05-21 Chad RosierUse new MachineInstr mayLoadOrStore() API.
2015-05-21 Chad Rosier[AArch64] Enhance the load/store optimizer with target...
2015-05-21 David Blaikie[opaque pointer type] Allow gep_type_iterator to work...
2015-05-21 Rafael EspindolaMove alignment from MCSectionData to MCSection.
2015-05-20 Duncan P. N. Exon... MC: Remove most remaining uses of MCSymbolData::getSymb...
2015-05-20 Pete CooperChange Function::getIntrinsicID() to return an Intrinsi...
2015-05-20 Duncan P. N. Exon... MC: Update MCAssembler to use MCSymbol, NFC
2015-05-20 Duncan P. N. Exon... MC: Take MCSymbol in MachObjectWriter::getSymbolAddress...
2015-05-19 Duncan P. N. Exon... MC: Use MCSymbol in MCAsmLayout::getSymbolOffset()...
2015-05-19 Matthias BraunMachineInstr: Remove unused parameter.
2015-05-19 Pete CooperRemove unnecessary cast. NFC
2015-05-18 David BlaikieSimplify IRBuilder::CreateCall* by using ArrayRef+initi...
2015-05-18 Tim NorthoverAArch64: work around ld64 bug more aggressively.
2015-05-18 Matthias BraunMachineInstr: Change return value of getOpcode() to...
2015-05-18 Jim GrosbachMC: Clean up method names in MCContext.
2015-05-18 Oliver StannardRevert r237579, as it broke windows buildbots
2015-05-18 Oliver Stannard[LLVM - ARM/AArch64] Add ACLE special register intrinsics
2015-05-16 Duncan P. N. Exon... MC: Use MCSymbol in RelAndSymbol, NFC
2015-05-16 Duncan P. N. Exon... MC: Change MCFragment::Atom to an MCSymbol, NFC
2015-05-15 Jim GrosbachMC: MCCodeGenInfo naming update. NFC.
2015-05-15 Jim GrosbachMC: Update MCCodeEmitter naming. NFC.
2015-05-15 Jim GrosbachMC: Update MCFixup naming. NFC.
2015-05-15 James MolloyMark SMIN/SMAX/UMIN/UMAX nodes as legal and add pattern...
2015-05-14 Artyom SkrobovRe-apply r237247 - [AArch64] Codegen VMAX/VMIN for...
2015-05-14 Vladimir Sukharev[AArch64] Slight naming changes and comments for AArch6...
2015-05-13 Jim GrosbachMC: Modernize MCOperand API naming. NFC.
2015-05-13 Silviu BarangaRevert r237247 - [AArch64] Codegen VMAX/VMIN.. as it...
2015-05-13 Artyom Skrobov[AArch64] Codegen VMAX/VMIN for safe math cases
2015-05-13 Michael KupersteinReverting r237234, "Use std::bitset for SubtargetFeatures"
2015-05-13 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-05-08 Arnold SchwaighoferScheduleDAGInstrs: In functions with tail calls PseudoS...
2015-05-07 Matthias BraunChange getTargetNodeName() to produce compiler warnings...
2015-05-07 Pete Cooper[AArch64] Fix sext/zext folding in address arithmetic.
2015-05-06 Wei Mi[X86] Disable loop unrolling in loop vectorization...
2015-05-05 Quentin Colombet[ShrinkWrap] Add (a simplified version) of shrink-wrapping.
2015-05-01 Quentin Colombet[AArch64][FastISel] Variant of the logical instructions...
2015-05-01 Quentin Colombet[AArch64][FastISel] Fix the setting of kill flags for...
2015-04-30 Quentin Colombet[AArch64] Fix bad register class constraint in fast...
next