[PowerPC] Support basic compare mnemonics
[oota-llvm.git] / test / CodeGen /
2013-07-08 Bill Schmidt[PowerPC] Fix PR16556 (handle undef ppcf128 in LowerFP_...
2013-07-08 Nico RieckReuse %rax after calling __chkstk on win64
2013-07-08 Nico RieckRevert "Proper va_arg/va_copy lowering on win64"
2013-07-08 Richard Sandiford[SystemZ] Use MVC for memcpy
2013-07-08 Hal FinkelFix PromoteIntRes_BUILD_VECTOR crash with i1 vectors
2013-07-08 Nico RieckRevert "Reuse %rax after calling __chkstk on win64"
2013-07-07 Nico RieckReuse %rax after calling __chkstk on win64
2013-07-06 Nico RieckProper va_arg/va_copy lowering on win64
2013-07-06 Benjamin KramerDAGCombiner: Don't drop extension behavior when shrinki...
2013-07-06 Tim NorthoverStop putting operations after a tail call.
2013-07-05 Arnold SchwaighoferARM: Add a pack pattern for matching arithmetic shift...
2013-07-05 Arnold SchwaighoferARM: Fix incorrect pack pattern
2013-07-05 Richard Sandiford[SystemZ] Remove no-op MVCs
2013-07-05 Richard SandifordFix double renaming bug in stack coloring pass
2013-07-05 Richard Sandiford[SystemZ] Enable the use of MVC for frame-to-frame...
2013-07-05 Richard Sandiford[SystemZ] Allocate a second register scavenging slot
2013-07-05 Joey GoulyPR16490: fix a crash in ARMDAGToDAGISel::SelectInlineAsm.
2013-07-03 Quentin Colombet[ARM] Improve the instruction selection of vector loads.
2013-07-03 Ulrich Weigand[PowerPC] Use mtocrf when available
2013-07-03 Rafael EspindolaPrefix failing commands with not to make clear they...
2013-07-03 Rafael EspindolaRemove another old test.
2013-07-03 Rafael EspindolaRemove test for the old EH system. It doesn't parse...
2013-07-03 Richard Sandiford[SystemZ] Fold more spills
2013-07-03 Tim NorthoverARM: relax the atomic release barrier to "dmb ishst...
2013-07-03 Richard Osborne[XCore] Add ISel pattern for LDWCP
2013-07-02 Ulrich Weigand[PowerPC] Remove VK_PPC_TLSGD and VK_PPC_TLSLD
2013-07-02 Richard Sandiford[SystemZ] Use DSGFR over DSGR in more cases
2013-07-02 Richard Sandiford[SystemZ] Use MVC to spill loads and stores
2013-07-02 Richard Osborne[XCore] Fix instruction selection for zext, mkmsk instr...
2013-07-02 Tim NorthoverDAGCombiner: fix use-counting issue when forming zextload
2013-07-02 Hal FinkelCleanup PPC Altivec registers in CSR lists and improve...
2013-07-01 Bill SchmidtIndex: test/CodeGen/PowerPC/reloc-align.ll
2013-07-01 Akira Hatanaka[mips] Fix test case to check that mips64 instructions...
2013-07-01 Anton KorobeynikovReally fix the test. Sorry for the breakage...
2013-07-01 Anton KorobeynikovFix the test which relies on uncommitted change
2013-07-01 Anton KorobeynikovAdd jump tables handling for MSP430.
2013-07-01 Cameron ZwarichFix PR16508.
2013-07-01 Hal FinkelDon't form PPC CTR loops for over-sized exit counts
2013-07-01 Tim NorthoverAArch64: correct CodeGen of MOVZ/MOVK combinations.
2013-07-01 Tim NorthoverRevert r185339 (ARM: relax the atomic release barrier...
2013-07-01 Tim NorthoverARM: relax the atomic release barrier to "dmb ishst"
2013-07-01 Justin Holewinski[NVPTX] Add support for module-scope inline asm
2013-07-01 Justin Holewinski[NVPTX] 64-bit ADDC/ADDE are not legal
2013-07-01 Justin Holewinski[NVPTX] Fix vector loads from parameters that span...
2013-07-01 Justin Holewinski[NVPTX] Handle signext/zeroext attributes properly
2013-07-01 Justin Holewinski[NVPTX] Add support for native SIGN_EXTEND_INREG where...
2013-07-01 Justin Holewinski[NVPTX] Add isel patterns for [reg+offset] form of...
2013-07-01 Justin Holewinski[NVPTX] Make sure we zero out high-order 24 bits for...
2013-06-29 Vincent LejeuneR600: Support schedule and packetization of trans-only...
2013-06-28 Hal FinkelPPC: Ignore spill/restore requests for VRSAVE (except...
2013-06-28 Hal FinkelFix CodeGen/PowerPC/stack-protector.ll on OpenBSD
2013-06-28 Hal FinkelFix a PPC rlwimi instruction-selection bug
2013-06-28 Lang HamesAdd missing case to switch statement - DAGTypeLegalizer...
2013-06-28 Justin Holewinski[NVPTX] Add (1.0 / sqrt(x)) => rsqrt(x) generation...
2013-06-28 Justin Holewinski[NVPTX] Calling conventions fix
2013-06-28 Justin Holewinski[NVPTX] Add support for cttz/ctlz/ctpop
2013-06-28 Justin Holewinski[NVPTX] Clean up comparison/select/convert patterns...
2013-06-28 Justin Holewinski[NVPTX] Remove i8 register class. PTX support for...
2013-06-28 Justin Holewinski[NVPTX] Add support for vectorized function return...
2013-06-28 Justin Holewinski[NVPTX] Clean up handling of formal arguments and enabl...
2013-06-28 Weiming ZhaoBug 13662: Enable GPRPair for all i64 operands of inlin...
2013-06-28 Tom StellardR600: Add local memory support via LDS
2013-06-28 Tom StellardR600: Add support for GROUP_BARRIER instruction
2013-06-28 Tim NorthoverARM: ensure fixed-point conversions have sane types
2013-06-28 Manman RenDebug Info: clean up usage of Verify.
2013-06-27 Tom StellardR600: Remove alu-split.ll test
2013-06-27 Joey GoulyAdd a Subtarget feature 'v8fp' to the ARM backend.
2013-06-27 Richard Sandiford[SystemZ] Fix some embarrassing test typos
2013-06-27 Richard Sandiford[SystemZ] Allow LA and LARL to be rematerialized
2013-06-27 Richard Sandiford[SystemZ] Allow immediate moves to be rematerialized
2013-06-27 Richard Sandiford[SystemZ] Add conditional store patterns
2013-06-26 Akira Hatanaka[mips] Improve code generation for constant multiplicat...
2013-06-26 Joey GoulyAdd a subtarget feature 'v8' to the ARM backend.
2013-06-26 Tim NorthoverARM: allow predicated barriers in Thumb mode
2013-06-26 Joey GoulyRemove the 'generic' CPU from the ARM eabi attributes...
2013-06-26 Elena DemikhovskyOptimized integer vector multiplication operation by...
2013-06-25 Tom StellardR600: Use new getNamedOperandIdx function generated...
2013-06-25 Aaron WatryR600: Add v2i32 test for vselect
2013-06-25 Aaron WatryR600/SI: Expand xor v2i32/v4i32
2013-06-25 Aaron WatryR600: Add v2i32 test for setcc on evergreen
2013-06-25 Aaron WatryR600/SI: Expand urem of v2i32/v4i32 for SI
2013-06-25 Aaron WatryR600/SI: Expand udiv v[24]i32 for SI and v2i32 for EG
2013-06-25 Aaron WatryR600/SI: Expand ashr of v2i32/v4i32 for SI
2013-06-25 Aaron WatryR600/SI: Expand srl of v2i32/v4i32 for SI
2013-06-25 Aaron WatryR600/SI: Expand shl of v2i32/v4i32 for SI
2013-06-25 Aaron WatryR600/SI: Expand or of v2i32/v4i32 for SI
2013-06-25 Aaron WatryR600/SI: Expand mul of v2i32/v4i32 for SI
2013-06-25 Aaron WatryR600/SI: Expand and of v2i32/v4i32 for SI
2013-06-25 Andrew TrickRevert "Temporarily enable MI-Sched on X86."
2013-06-25 Tom StellardR600/SI: Report unaligned memory accesses as legal...
2013-06-25 Tom StellardR600: Add support for i32 loads from the constant addre...
2013-06-25 Tom StellardR600/SI: Add support for v4i32 and v4f32 kernel args
2013-06-25 Tom StellardR600: Fix typo in R600Schedule.td
2013-06-24 NAKAMURA Takumillvm/test/CodeGen/X86: Add explicit -mtriple=x86_64...
2013-06-24 NAKAMURA Takumillvm/test/CodeGen/X86/legalize-shift-64.ll: Add explici...
2013-06-24 Andrew TrickAdd -mcpu to some unit tests that only fail on certain...
2013-06-24 Andrew TrickTemporarily enable MI-Sched on X86.
2013-06-24 Andrew TrickFix tail merging to assign the (more) correct BasicBloc...
2013-06-23 Andrew TrickAdd MI-Sched support for x86 macro fusion.
2013-06-22 Reed KotlerReplace with a shorter test case produced by Doug Gillmore.
next