Rename getOrCreateSymbolData to registerSymbol and return void.
[oota-llvm.git] / lib / Target / PowerPC /
2015-05-29 Rafael EspindolaPass MCSymbols to the helper functions in MCELF.h.
2015-05-29 Rafael EspindolaPass a MCSymbol to needsRelocateWithSymbol.
2015-05-29 Nemanja IvanovicAdd support for VSX FMA single-precision instructions...
2015-05-28 Rafael EspindolaRemove a trivial forwarding function. NFC.
2015-05-27 Rafael EspindolaUse operator<< instead of print in a few more places.
2015-05-26 Michael KupersteinUse std::bitset for SubtargetFeatures.
2015-05-26 Rafael EspindolaStop using MCSectionData in MCMachObjectWriter.h.
2015-05-26 Rafael EspindolaStop using MCSectionData in MCExpr.h.
2015-05-26 Rafael EspindolaReturn a MCSection from MCFragment::getParent().
2015-05-25 Kit BartonThis patch adds support for the vector quadword add...
2015-05-25 Rafael EspindolaStop forwarding getOrdinal and setOrdinal.
2015-05-23 Hal Finkel[PowerPC] Fix fast-isel when compare is split from...
2015-05-22 Bill Schmidt[PPC64] Add support for clrbhrb, mfbhrbe, rfebb.
2015-05-21 Hal Finkel[PPC] Correct iterator bug in PPCTLSDynamicCall
2015-05-21 Bill Schmidt[PPC64] Handle vpkudum mask pattern correctly when...
2015-05-21 Hal Finkel[PPC/LoopUnrollRuntime] Don't avoid high-cost trip...
2015-05-21 Nemanja IvanovicAdd support for VSX scalar single-precision arithmetic...
2015-05-21 Rafael EspindolaMove alignment from MCSectionData to MCSection.
2015-05-20 Duncan P. N. Exon... MC: Use MCSymbol in MachObjectWriter, 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-18 David BlaikieSimplify IRBuilder::CreateCall* by using ArrayRef+initi...
2015-05-18 Jim GrosbachMC: Clean up method names in MCContext.
2015-05-18 Hal Finkel[PowerPC] Add extra r2 read deps on @toc@l relocations
2015-05-16 Duncan P. N. Exon... MC: Use MCSymbol in RelAndSymbol, NFC
2015-05-16 Bill Schmidt[PPC64] Add vector pack/unpack support from ISA 2.07
2015-05-15 Pete CooperRemove 3 includes from MCInstrDesc.h and explicitly...
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-13 Jim GrosbachMC: Modernize MCOperand API naming. NFC.
2015-05-13 Michael KupersteinReverting r237234, "Use std::bitset for SubtargetFeatures"
2015-05-13 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-05-12 Douglas KatzmanStrip trailing whitespace. NFC
2015-05-09 Arnold SchwaighoferFix compile error
2015-05-08 Arnold SchwaighoferScheduleDAGInstrs: In functions with tail calls PseudoS...
2015-05-07 Matthias BraunChange getTargetNodeName() to produce compiler warnings...
2015-05-07 Nemanja IvanovicAdd VSX Scalar loads and stores to the PPC back end
2015-05-06 Wei Mi[X86] Disable loop unrolling in loop vectorization...
2015-05-06 Bill Schmidt[PPC64LE] Adjust vector splats during VSX swap optimization
2015-05-05 Quentin Colombet[ShrinkWrap] Add (a simplified version) of shrink-wrapping.
2015-05-05 Kit BartonThis patch adds ABI support for v1i128 data type.
2015-04-28 Sergey DmitroukReapply r235977 "[DebugInfo] Add debug locations to...
2015-04-28 Daniel JasperRevert "[DebugInfo] Add debug locations to constant...
2015-04-28 Sergey Dmitrouk[DebugInfo] Add debug locations to constant SD nodes
2015-04-27 Bill SchmidtSilence unused variable errors for no-asserts builds
2015-04-27 Bill Schmidt[PPC64LE] Remove unnecessary swaps from lane-insensitiv...
2015-04-24 Lang Hames[AsmPrinter] Make AsmPrinter's OutStreamer member a...
2015-04-23 Hal Finkel[PowerPC] Support register name prefixes for vector...
2015-04-23 Hal Finkel[PowerPC] Use sync inst alias when printing
2015-04-23 Hal Finkel[PowerPC] Add asm/disasm support for dcbt with hint
2015-04-23 Hal Finkel[PowerPC] Enable printing instructions using aliases
2015-04-23 Hans WennborgRe-commit r235560: Switch lowering: extract jump tables...
2015-04-23 Aaron BallmanRevert r235560; this commit was causing several failed...
2015-04-22 Hans WennborgSwitch lowering: extract jump tables and bit tests...
2015-04-20 Bill Schmidt[PowerPC] Flow oversized lines for r235309
2015-04-20 Bill Schmidt[PowerPC] Add future work for vector insert/extract...
2015-04-17 Benjamin Kramer[mc] Clean up emission of byte sequences
2015-04-14 Rafael EspindolaUse raw_pwrite_stream in the object writer/streamer.
2015-04-14 Ed MasteCorrect 'teh' and other typos / repeated words.
2015-04-13 Krzysztof ParzyszekAllow memory intrinsics to be tail calls
2015-04-12 Hal Finkel[PowerPC] Really iterate over all loops in PPCLoopDataP...
2015-04-11 Hal Finkel[PowerPC] Disable part-word atomics on the P7
2015-04-11 Nemanja IvanovicAdd direct moves to/from VSR and exploit them for FP...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-04-11 Hal Finkel[PowerPC] Fix PPCLoopPreIncPrep for depth > 1 loops
2015-04-10 Hal Finkel[PowerPC] Prefetching should also consider depth >...
2015-04-10 Hal Finkel[PowerPC] Don't crash on PPC32 i64 fp_to_uint on modern...
2015-04-09 Nemanja IvanovicAdd LLVM support for remaining integer divide and permu...
2015-04-09 Rafael Espindolaclang-format bits of code to make a followup patch...
2015-04-09 Rafael EspindolaDon't repeat name in comment. NFC.
2015-04-07 Rafael EspindolaRefactor a lot of duplicated code for stub output.
2015-04-03 Bill Schmidt[PowerPC] Enable splat generation for BUILD_VECTOR...
2015-04-01 Hal Finkel[PowerPC] FastISel can't handle i1 return values when...
2015-03-31 Hal Finkel[PowerPC] Don't use a vector preferred memory type...
2015-03-31 Ulrich Weigand[PowerPC] Remove TargetMachine CPU auto-detection
2015-03-31 Eric ChristopherReplace the MCSubtargetInfo parameter with a Triple...
2015-03-30 Eric ChristopherRemove unused Target argument from MCInstPrinter ctor...
2015-03-28 Hal Finkel[PowerPC] Add asm parser support for bitmask forms...
2015-03-27 Akira Hatanaka[MCInstPrinter] Enable MCInstPrinter to change its...
2015-03-27 Yaron KerenRemove superfluous .str() and replace std::string conca...
2015-03-26 Eric ChristopherAdd computeFSAdditions to the function based subtarget...
2015-03-25 Kit BartonAdd Hardware Transactional Memory (HTM) Support
2015-03-25 Benjamin Kramer[APInt] Add an isSplat helper and use it in some places.
2015-03-24 Andrew KaylorDisabling warnings for MSVC build to enable /W4 use.
2015-03-24 Michael KupersteinRevert "Use std::bitset for SubtargetFeatures"
2015-03-24 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-03-21 Eric ChristopherRemove the bare getSubtargetImpl call from the PPC...
2015-03-20 John Brawn[ARM] Fix handling of thumb1 out-of-range frame offsets
2015-03-19 Rafael EspindolaSplit the object streamer callback in one per file...
2015-03-18 Rafael Espindolatwo or more, use a for.
2015-03-18 Bill Schmidt[PowerPC] Correct typo in PPCInstrAltivec.td
2015-03-17 Rafael EspindolaCentralize the handling of unique ids for temporary...
2015-03-17 Samuel AntaoAdd assertion to detect invalid registers in the PowerP...
2015-03-17 Samuel AntaoFix R0 use in PowerPC VSX store for FastIsel.
2015-03-17 Rafael EspindolaUse createTempSymbol to avoid collisions instead of...
2015-03-17 Daniel SandersFix r232466 by adding 'i' to the mappings for inline...
2015-03-17 Daniel Sanders[ppc] Distinguish the 'es', 'o', 'm', 'Q', 'Z', and...
2015-03-16 Rafael EspindolaPass in a "const Triple &T" instead of a raw StringRef.
2015-03-16 Rafael EspindolaRemove unused argument. NFC.
next