There is no longer any need to silence this compiler warning as the warning has
[oota-llvm.git] / lib /
2013-03-31 Duncan SandsThere is no longer any need to silence this compiler...
2013-03-31 Hal FinkelCleanup ImmToIdxMap and noImmForm in PPCRegisterInfo
2013-03-31 Benjamin KramerX86: Promote sitofp <8 x i16> to <8 x i32> when AVX...
2013-03-31 Hal FinkelAdd the PPC lfiwax instruction
2013-03-31 Hal FinkelCleanup PPC(64) i32 -> float/double conversion
2013-03-30 Benjamin KramerDAGCombine: visitXOR can replace a node without returni...
2013-03-30 Benjamin KramerChange '@SECREL' suffix to GAS-compatible '@SECREL32'.
2013-03-30 Benjamin KramerPut private class into an anonmyous namespace.
2013-03-30 Justin Holewinski[NVPTX] Remove support for SM < 2.0. This was never...
2013-03-30 Justin Holewinski[NVPTX] Add NVVMReflect pass to allow compile-time...
2013-03-30 Justin Holewinski[NVPTX] Run clang-format on all NVPTX sources.
2013-03-30 Shuxin YangImplement XOR reassociation. It is based on following...
2013-03-30 Akira Hatanaka[mips] Add patterns for DSP indexed load instructions.
2013-03-30 Akira Hatanaka[mips] Define reg+imm load/store pattern templates.
2013-03-30 Akira Hatanaka[mips] Fix DSP instructions to have explicit accumulato...
2013-03-30 Akira HatanakaRemove unused variables.
2013-03-30 Akira Hatanaka[mips] Move the code which does dag-combine for multipl...
2013-03-30 Akira Hatanaka[mips] Fix definitions of multiply, multiply-add/sub...
2013-03-30 Akira Hatanaka[mips] Remove function getFPBranchCodeFromCond. Rename...
2013-03-30 Akira HatanakaFix indentation.
2013-03-30 Akira Hatanaka[mips] Add mips-specific nodes which will be used to...
2013-03-30 Akira Hatanaka[mips] Implement getRepRegClassFor in MipsSETargetLower...
2013-03-30 Akira Hatanaka[mips] Fix MipsSEInstrInfo::copyPhysReg, loadRegFromSta...
2013-03-30 Akira Hatanaka[mips] Expand pseudo load, store and copy instructions...
2013-03-30 Akira Hatanaka[mips] Define pseudo instructions for spilling and...
2013-03-29 Eric ChristopherUse SmallVectorImpl instead of SmallVector at the uses.
2013-03-29 Jean-Luc DupratSmallVector and SmallPtrSet allocations now power-of...
2013-03-29 Michael GottesmanAdd clang.arc.used to ModuleHasARC so ARC always runs...
2013-03-29 Jyotsna VermaHexagon: Add emitFrameIndexDebugValue function to emit...
2013-03-29 Eric ChristopherUse 12 as the magic number for our abbreviation data...
2013-03-29 Eric ChristopherMove the construction of the skeleton compile unit...
2013-03-29 Hal FinkelImplement FRINT lowering on PPC using frin
2013-03-29 Akira Hatanaka[mips] Define a function which returns the GPR register...
2013-03-29 Matt ArsenaultBuild fixes for STLPort + GCC
2013-03-29 Matt ArsenaultFix loop style
2013-03-29 Benjamin KramerRemove the old CodePlacementOpt pass.
2013-03-29 Nadav RotemFix a typo
2013-03-29 Jyotsna VermaHexagon: Disable DwarfUsesInlineInfoSection flag.
2013-03-29 Hal FinkelAdd PPC FP rounding instructions fri[mnpz]
2013-03-29 Rafael EspindolaRevert "Fix allocations of SmallVector and SmallPtrSet...
2013-03-29 Jean-Luc DupratFix allocations of SmallVector and SmallPtrSet so they...
2013-03-29 Michael GottesmanRemoved trailing whitespace.
2013-03-29 Akira Hatanaka[mips] Change type of accumulator registers to Untyped...
2013-03-29 Akira Hatanaka[mips] Define overloaded versions of storeRegToStack...
2013-03-29 Akira Hatanaka[mips] Add parameter Alignment to MipsFrameLowering...
2013-03-28 Jack Carter[Mips Assembler] Add support for OR macro with imediate...
2013-03-28 Michael LiaoAdd support of RDSEED defined in AVX2 extension
2013-03-28 Michael LiaoEnhance boolean simplification to handle 16-/64-bit...
2013-03-28 Michael LiaoSkip moving call address loading into callseq when...
2013-03-28 Michael GottesmanRemoved dead code from ObjCARCOpts relating to tracking...
2013-03-28 Chad Rosier[fast-isel] Add a preemptive fix for the case where...
2013-03-28 Jack Carter[Mips Assembler] Add alias definitions for jal
2013-03-28 Nadav RotemAdd the X86 FMAs to the scheduling model.
2013-03-28 Bill WendlingMinor simplification.
2013-03-28 Nadav RotemAdd the Haswell machine model.
2013-03-28 Nadav RotemRemove the unused port from the SandyBridge machine...
2013-03-28 Michael LiaoAdd ADX CPUID detection
2013-03-28 Eric ChristopherThese two are default in the constructor for MCAsmInfo.
2013-03-28 Timur IskhodzhanovMake Win32 put the SRet address into EAX, fixes PR15556
2013-03-28 Hal FinkelOnly enable 64-bit bswap DAG combines for PPC64
2013-03-28 Michael GottesmanNon optimizable objc_retainBlock calls are not forwarding.
2013-03-28 Michael Gottesman[ObjCARC] Strength reduce objc_retainBlock -> objc_reta...
2013-03-28 Jyotsna VermaHexagon: Replace switch-case in isDotNewInst with TSFlags.
2013-03-28 Hal FinkelFix bad indentation in r178276
2013-03-28 Jyotsna VermaHexagon: Enable SupportDebugInfomation and DwarfInSecti...
2013-03-28 Bill SchmidtUse direct types in most PowerPC Altivec instructions...
2013-03-28 Hal FinkelAdd the PPC64 ldbrx/stdbrx instructions
2013-03-28 Gordon KeiserFix issue with disassembler decoding CBZ/CBNZ immediate...
2013-03-28 Gordon KeiserTesting commit access to llvm. Remove two lines of...
2013-03-28 Jyotsna VermaHexagon: Use multiclass for gp-relative instructions.
2013-03-28 Tim NorthoverAArch64: implement GICv3 system registers
2013-03-28 Hal FinkelAdd the PPC64 popcntd instruction
2013-03-28 Kostya Serebryany[tsan] make sure memset/memcpy/memmove are not inlined...
2013-03-28 Hal FinkelCleanup PPC CR-spill kill flags and 32- vs. 64-bit...
2013-03-28 Hal FinkelFix typo in PPCInstr64Bit
2013-03-28 David BlaikieRevert "Adding DIImportedModules to DIScopes."
2013-03-28 Akira HatanakaCheck if Type is a vector before calling function Type...
2013-03-27 Preston GurdThis patch follows is a follow up to r178171, which...
2013-03-27 Chad Rosier[ms-inline asm] Add support of imm displacement before...
2013-03-27 Hal FinkelResynchronize isLoadFromStackSlot with LoadRegFromStack...
2013-03-27 Preston GurdFor the current Atom processor, the fastest way to...
2013-03-27 Hal FinkelFix typo (common to both X86 and PPC)
2013-03-27 Hal FinkelRemove more dead LR-as-GPR PPC code
2013-03-27 Hal FinkelRemove "gpr0 allocation" from the PPC README TODO list
2013-03-27 Chad RosierDon't try to generate crash diagnostics if we had an...
2013-03-27 Chad RosierAdd a boolean parameter to the llvm::report_fatal_error...
2013-03-27 Bill WendlingSpecutively revert r178130.
2013-03-27 David BlaikieFix comment
2013-03-27 Christian KonigR600/SI: add SETO/SETUO patterns
2013-03-27 Benjamin KramerSilence warning about mixing || in &&, fix up 80-cols.
2013-03-27 Hal FinkelPrint PPC ZERO as 0 (not r0) even on Darwin
2013-03-27 Tim NorthoverSwitch to LLVM support function abs64 to keep VS2008...
2013-03-27 Hal FinkelFix target-customized spilling in the register scavenger
2013-03-27 Silviu BarangaEnabling the generation of dependency breakers for...
2013-03-27 Jyotsna VermaHexagon: Disable optimizations at O0.
2013-03-27 James MolloyImprove performance of LinkModules when linking with...
2013-03-27 Christian KonigR600/SI: add cummuting of rev instructions
2013-03-27 Christian KonigR600/SI: add mulhu/mulhs patterns
2013-03-27 Christian KonigR600/SI: add srl/sha patterns for SI
2013-03-27 Hal FinkelAllocate r0 on PPC
next