[x86] Replace the long spelling of getting a bitcast with the *much*
[oota-llvm.git] / lib / Target /
2015-05-30 Chandler Carruth[x86] Replace the long spelling of getting a bitcast...
2015-05-30 Chandler Carruth[x86] Replace the long spelling of getting a bitcast...
2015-05-30 Chandler Carruth[sdag] Add the helper I most want to the DAG -- buildin...
2015-05-30 Chandler Carruth[x86] Restore the bitcasts I removed when refactoring...
2015-05-30 Chandler Carruth[x86] Implement a faster vector population count based...
2015-05-30 Chandler Carruth[x86] Restructure the parallel bitmath lowering of...
2015-05-30 Jim GrosbachMC: Clean up MCExpr naming. NFC.
2015-05-29 Reid Kleckner[WinEH] Adjust the 32-bit SEH prologue to better match...
2015-05-29 Reid KlecknerDisable FP elimination in funcs using 32-bit MSVC EH...
2015-05-29 Rafael EspindolaRemove getData.
2015-05-29 Reid KlecknerOnly add the EH state insertion pass on 32-bit Windows
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-29 Rafael EspindolaPass a MCSymbol to needsRelocateWithSymbol.
2015-05-29 Nemanja IvanovicAdd support for VSX FMA single-precision instructions...
2015-05-29 Reid Kleckner[WinEH] Emit EH tables for __CxxFrameHandler3 on 32...
2015-05-29 Jingyue Wu[NVPTXFavorNonGenericAddrSpaces] recursively trace...
2015-05-29 Colin LeMahieu[Hexagon] Disassembling, printing, and emitting instruc...
2015-05-29 Toma Tabacu[mips] Remove 2 unused variables in MipsTargetStreamer...
2015-05-29 Matthias BraunCodeGen: Use mop_iterator instead of MIOperands/ConstMI...
2015-05-28 Reid Kleckner[WinEH] Start inserting state number stores for C++ EH
2015-05-28 Rafael EspindolaRemove a trivial forwarding function. NFC.
2015-05-28 Reid KlecknerRemove debug prints from r238487
2015-05-28 Reid KlecknerDisable x86 tail call optimizations that jump through GOT
2015-05-28 Peter CollingbourneThumb2: Modify codegen for memcpy intrinsic to prefer...
2015-05-28 Reid Kleckner[WinEH] Remove debugging dump() call
2015-05-28 Chad RosierReuse Loc variable. NFC.
2015-05-28 Kai Nacke[mips] Add new format for dmtc2/dmfc2 for Octeon CPUs.
2015-05-28 Petar Jovanovic[Mips64] Add support for MCJIT for MIPS64r2 and MIPS64r6
2015-05-28 Benjamin KramerDon't call utostr in Twine/raw_ostream contexts.
2015-05-28 Jingyue Wu[NaryReassociate] Run EarlyCSE after NaryReassociate
2015-05-27 Renato GolinARMTargetParser: Normalising build attributes
2015-05-27 Jan VeselyR600: Rely on TypeLegalizer to use divrem instead of...
2015-05-27 Zoran Jovanovic[mips][microMIPSr6] Implement SEB and SEH instructions
2015-05-27 Jozef Kolek[mips][microMIPSr6] Implement BEQZALC, BGEZALC, BGTZALC...
2015-05-27 Elena DemikhovskyAVX-512: Fixed a bug in extracting subvector from v64i1
2015-05-27 Rafael EspindolaUse operator<< instead of print in a few more places.
2015-05-27 Daniel SandersRevert r238190 and r238197: [mips] Make TTypeEncoding...
2015-05-27 Elena DemikhovskyAVX-512: Implemented all forms of sign-extend and zero...
2015-05-27 Quentin Colombet[X86] Implement the support for shrink-wrapping.
2015-05-27 Matthias BraunARMLoadStoreOptimizer: Code cleanup; NFC
2015-05-26 Rafael EspindolaPrint "lock \t foo" instead of "lock \n foo".
2015-05-26 Jan VeselyR600: Use SIGN_EXTEND_INREG for SEXT loads
2015-05-26 Jan VeselyR600: Add comments to subword private address load...
2015-05-26 Diego NovilloRevert "Re-commit changes in r237579 with fix for bug...
2015-05-26 Tom StellardR600/SI: Add assembler support for all CI and VI VOP2...
2015-05-26 Rafael EspindolaReplace getOrCreateSectionData with registerSection.
2015-05-26 Luke CheesemanRe-commit changes in r237579 with fix for bug breaking...
2015-05-26 Luke CheesemanTest Commit
2015-05-26 Elena DemikhovskyAVX-512: fixed a bug in arithmetic operations lowering...
2015-05-26 Elena DemikhovskyAVX-512: fixed a bug in lowering VSELECT for 512-bit...
2015-05-26 Michael KupersteinUse std::bitset for SubtargetFeatures.
2015-05-26 Daniel Sanders[mips] Make TTypeEncoding indirect to allow .eh_frame...
2015-05-26 Rafael EspindolaRemove most uses of MCSectionData from MCAssembler.
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 Rafael EspindolaTurn MCSectionData into a field of MCSection.
2015-05-25 Simon Pilgrim[X86][AVX2] Vectorized i16 shift operators
2015-05-25 Tom StellardR600/SI: Remove some unnecessary patterns from VINTRP...
2015-05-25 Tom StellardR600/SI: Fix bug with v_interp_p1_f32 instructions...
2015-05-25 Tom StellardR600/SI: Use NAME rather than opName as the key to...
2015-05-25 Kit BartonThis patch adds support for the vector quadword add...
2015-05-25 Rafael EspindolaStop forwarding getOrdinal and setOrdinal.
2015-05-25 Michael Kuperstein[X86] When pattern-matching scalar FMA3 intrinsics...
2015-05-25 Elena DemikhovskyAdded promotion to EXTRACT_SUBVECTOR operand.
2015-05-25 NAKAMURA TakumiReformat.
2015-05-25 NAKAMURA TakumiPrune CRLFs.
2015-05-24 Matt ArsenaultAdd target hook to allow merging stores of nonzero...
2015-05-23 Benjamin KramerBump SmallString to the minimum required amount for...
2015-05-23 Benjamin Kramer[Mips] Prefer Twine::utohexstr over utohexstr, saves...
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-23 Hal Finkel[PowerPC] Fix fast-isel when compare is split from...
2015-05-23 Akira HatanakaStop resetting NoFramePointerElim in TargetMachine...
2015-05-23 Rafael EspindolaRevert "make reciprocal estimate code generation more...
2015-05-22 Sanjay Patelmake reciprocal estimate code generation more flexible...
2015-05-22 Chad RosierUse new MachineInstr mayLoadOrStore() API. NFC.
2015-05-22 Alexei Starovoitov[bpf] emit jmp fixups in little endian
2015-05-22 Quentin ColombetReapply r238011 with a fix for the trap instruction.
2015-05-22 Bill Schmidt[PPC64] Add support for clrbhrb, mfbhrbe, rfebb.
2015-05-22 John Brawn[ARM] Fix typo in subtarget feature list for 7em triple
2015-05-22 Tamas BerghammerRevert "[X86] Fix a variable name for r237977 so that...
2015-05-22 Quentin Colombet[X86] Fix a variable name for r237977 so that it works...
2015-05-22 Quentin Colombet[X86] Refactor the prologue emission to prepare for...
2015-05-21 Hal Finkel[PPC] Correct iterator bug in PPCTLSDynamicCall
2015-05-21 Peter CollingbourneRevert r237590, "ARM: allow jump tables to be placed...
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 EspindolaStop forwarding (get|set)Aligment from MCSectionData...
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-21 Elena DemikhovskyAVX-512: Enabled SSE intrinsics on AVX-512.
2015-05-21 Simon PilgrimFixed unused variable warning in non-assert builds...
2015-05-21 Simon Pilgrim[X86][SSE] Improve support for 128-bit vector sign...
2015-05-20 Reid Kleckner[WinEH] Store pointers to the LSDA in the exception...
next