Small cleanups.
[oota-llvm.git] / test / CodeGen /
2013-04-03 Vincent LejeuneR600: Fix last ALU of a clause being emitted in a separ...
2013-04-03 Bill SchmidtFix PR15632: No support for ppcf128 floating-point...
2013-04-03 Timur IskhodzhanovTemporarily relax the WIN32 checks in the SRet test...
2013-04-03 Timur IskhodzhanovFix SRet for thiscall in i686-pc-win32
2013-04-03 Jakob Stoklund OlesenAdd 64-bit compare + branch for SPARC v9.
2013-04-03 Hal FinkelUse PPC reciprocal estimates with Newton iteration...
2013-04-02 Akira Hatanaka[mips] Small update to the implementation of eh.return...
2013-04-02 NAKAMURA Takumillvm/test/CodeGen/X86: Unmark them out of XFAIL:cygming...
2013-04-02 Bill SchmidtFix PR15630: Replace faulty stdcx. with stwcx.
2013-04-02 Jakob Stoklund OlesenDon't attempt MTM heuristics without a scheduling model...
2013-04-02 Chad Rosier[fast-isel] Use the correct API to disable FastLowerArg...
2013-04-02 Arnold SchwaighoferDAGCombiner: Merge store/loads when we have extload...
2013-04-02 Preston GurdSimplify test cases for Atom preferring call register...
2013-04-02 Jakob Stoklund OlesenAdd 64-bit load and store instructions.
2013-04-02 Jakob Stoklund OlesenBasic 64-bit ALU operations.
2013-04-02 Jakob Stoklund OlesenMaterialize 64-bit immediates.
2013-04-02 Jakob Stoklund OlesenAdd 64-bit shift instructions.
2013-04-02 Jakob Stoklund OlesenAdd support for 64-bit calling convention.
2013-04-01 Vincent LejeuneR600: Add support for native control flow
2013-04-01 Vincent LejeuneR600: Emit CF_ALU and use true kcache register.
2013-04-01 Hal FinkelFix a bad assert in PPCTargetLowering
2013-04-01 Hal FinkelAdd triple to test/CodeGen/PowerPC/stfiwx-2
2013-04-01 Arnold SchwaighoferMerge load/store sequences with adresses: base + index...
2013-04-01 Hal FinkelAdd more PPC floating-point conversion instructions
2013-04-01 Hal FinkelFix PowerPC/cttz.ll to specify a cpu (and use FileCheck)
2013-04-01 Hal FinkelAdd the PPC popcntw instruction
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 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 Akira Hatanaka[mips] Add patterns for DSP indexed load instructions.
2013-03-30 Akira Hatanaka[mips] Fix DSP instructions to have explicit accumulato...
2013-03-30 Akira Hatanaka[mips] Move the code which does dag-combine for multipl...
2013-03-29 Timur IskhodzhanovExclude the X86/complex-fca.ll test at it probably...
2013-03-29 Hal FinkelImplement FRINT lowering on PPC using frin
2013-03-29 Benjamin KramerRemove the old CodePlacementOpt pass.
2013-03-29 Hal FinkelAdd PPC FP rounding instructions fri[mnpz]
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 Timur IskhodzhanovMake Win32 put the SRet address into EAX, fixes PR15556
2013-03-28 Hal FinkelSpecify CPUs on the PPC bswap-load-store test
2013-03-28 Hal FinkelOnly enable 64-bit bswap DAG combines for PPC64
2013-03-28 Jyotsna VermaHexagon: Enable SupportDebugInfomation and DwarfInSecti...
2013-03-28 Hal FinkelAdd the PPC64 ldbrx/stdbrx instructions
2013-03-28 Jyotsna VermaHexagon: Use multiclass for gp-relative instructions.
2013-03-28 Hal FinkelAdd the PPC64 popcntd instruction
2013-03-28 Hal FinkelCleanup PPC CR-spill kill flags and 32- vs. 64-bit...
2013-03-28 David BlaikieRevert "Adding DIImportedModules to DIScopes."
2013-03-27 Preston GurdThis patch follows is a follow up to r178171, which...
2013-03-27 Preston GurdFor the current Atom processor, the fastest way to...
2013-03-27 Christian KonigR600/SI: add SETO/SETUO patterns
2013-03-27 Hal FinkelPrint PPC ZERO as 0 (not r0) even on Darwin
2013-03-27 Silviu BarangaEnabling the generation of dependency breakers for...
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
2013-03-27 Bill SchmidtRemove the link register from the GPR classes on PowerPC.
2013-03-27 David BlaikieAdding DIImportedModules to DIScopes.
2013-03-27 Hal FinkelDon't spill PPC VRSAVE on non-Darwin (even in SjLj)
2013-03-26 Michael LiaoAdd XTEST codegen support
2013-03-26 Jakob Stoklund OlesenEnable SandyBridgeModel for all modern Intel P6 descend...
2013-03-26 Hal FinkelUse multiple virtual registers in PPC CR spilling
2013-03-26 Hal FinkelUpdate PEI's virtual-register-based scavenging to suppo...
2013-03-26 Michael LiaoFix PRFCHW test on non-x86 builds
2013-03-26 Michael LiaoAdd PREFETCHW codegen support
2013-03-26 Jyotsna VermaHexagon: Use multiclass for aslh, asrh, sxtb, sxth...
2013-03-26 Christian KonigR600/SI: mark most intrinsics as readnone v2
2013-03-25 Michael LiaoRevise alignment checking/calculation on 256-bit unalig...
2013-03-25 Michael LiaoEnhance folding of (extract_subvec (insert_subvec V1...
2013-03-25 Jakob Stoklund OlesenAdd an -mcpu option to a test that is apparently schedu...
2013-03-25 Shuxin YangDisable some unsafe-fp-math DAG-combine transformation...
2013-03-25 NAKAMURA Takumillvm/test/CodeGen/X86/atomic{32|64}.ll: Unmark them...
2013-03-25 Jyotsna VermaXFAIL some of the generic CodeGen tests for Hexagon.
2013-03-25 Chad RosierRemove unnecessary attributes from test case.
2013-03-25 Yiannis TsiourisAdd a GC plugin for Erlang
2013-03-24 Justin Holewinski[NVPTX] Fix handling of vector arguments
2013-03-23 Owen AndersonRemove the type legality check from the SelectionDAGBui...
2013-03-22 Jyotsna VermaHexagon: Add and enable memops setbit, clrbit, &,|...
2013-03-22 David BlaikieRefactor out the DIFile parameter to DILexicalBlock...
2013-03-22 Michel DanzerR600: Fix up test/CodeGen/R600/llvm.pow.ll for r177730
2013-03-22 David BlaikieReorder the DIFile field in DILexicalBlock to become...
2013-03-21 Hal FinkelFix a register-class comparison bug in PPCCTRLoops
2013-03-21 David BlaikieMove the DIFile in DISubprogram to the beginning to...
2013-03-21 Hal FinkelImplement builtin_{setjmp/longjmp} on PPC
2013-03-21 Renato GolinFix Darwin NEON FP and increase coverage
2013-03-21 David BlaikieRemove unused field in DISubprogram
2013-03-21 Hal FinkelAdd support for spilling VRSAVE on PPC
2013-03-21 Hal FinkelCorrect PPC FRAMEADDR lowering using a pseudo-register
2013-03-21 Renato GolinAvoid NEON SP-FP unless unsafe-math or Darwin
2013-03-20 David BlaikieDebug info: refactor the first field of DICompileUnit...
2013-03-20 Nadav RotemWhen computing the demanded bits of Load SDNodes, make...
2013-03-20 David BlaikieDebug Info: Swap the 2nd and 3rd parameters to DICompil...
2013-03-20 David BlaikieRemove unused field in DICompileUnit
2013-03-20 Hao LiuAdd a test case for PR15318 fixed in r177472
2013-03-20 Michael LiaoFix PR15296
2013-03-20 David BlaikieRefactor the DIFile (2nd) parameter to DITypes to be...
next