R600: Add dag combine for BFE
[oota-llvm.git] / test / CodeGen / PowerPC /
2014-05-20 Adam Nemet[PowerPC] PR19796: Also match ISD::TargetConstant in...
2014-05-14 David BlaikieDebugInfo: Sure up subprogram variable list handling...
2014-05-11 Hal Finkel[PowerPC] Add global named register support
2014-05-11 Hal Finkel[PowerPC] On PPC32, 128-bit shifts might be runtime...
2014-04-13 Hal Finkel[PowerPC] Fix rlwimi isel when mask is not constant
2014-04-12 Hal Finkel[PowerPC] Implement some additional TLI callbacks
2014-04-12 Hal FinkelReenable use of TBAA during CodeGen
2014-04-12 Hal FinkelAdd the ability to use GEPs for address sinking in CGP
2014-04-04 Hal Finkel[PowerPC] Add a full condition code register to make...
2014-04-01 Hal Finkel[PowerPC] Add some missing VSX bitcast patterns
2014-03-31 Hal Finkel[PowerPC] Don't ever expand BUILD_VECTOR of v2i64 with...
2014-03-31 Hal FinkelLook at shuffles of build_vectors in DAGCombiner::visit...
2014-03-30 Hal FinkelMake use of previously generated stores in SelectionDAG...
2014-03-30 Hal Finkel[PowerPC] Handle VSX v2i64 SIGN_EXTEND_INREG
2014-03-29 Hal Finkel[PowerPC] Handle v2i64 comparisons
2014-03-29 Hal Finkel[PowerPC] Add subregister classes for f64 VSX values
2014-03-28 Hal Finkel[PowerPC] Fix VSX permutation isel
2014-03-28 Hal Finkel[PowerPC] v2[fi]64 need to be explicitly passed in...
2014-03-27 Hal Finkel[PowerPC] Use a small cleanup pass to remove VSX self...
2014-03-27 Hal Finkel[PowerPC] Fix v2f64 vector extract and related patterns
2014-03-27 Hal Finkel[PowerPC] Expand v2i64 shifts
2014-03-26 Hal Finkel[PowerPC] Generate VSX permutations for v2[fi]64 vectors
2014-03-26 Hal Finkel[PowerPC] VSX loads and stores support unaligned access
2014-03-26 Hal Finkel[PowerPC] Use v2f64 <-> v2i64 VSX conversion instructions
2014-03-26 Hal Finkel[PowerPC] Use VSX vector load/stores for v2[fi]64
2014-03-26 Hal Finkel[PowerPC] Add v2i64 as a legal VSX type
2014-03-26 Hal Finkel[PowerPC] Lower VSELECT using xxsel when VSX is available
2014-03-26 Hal Finkel[PowerPC] Generate logical vector VSX instructions
2014-03-25 Hal Finkel[PowerPC] Select between VSX A-type and M-type FMA...
2014-03-23 Hal Finkel[PowerPC] Make use of VSX f64 <-> i64 conversion instru...
2014-03-22 Hal Finkel[PowerPC] Fix the VSX v2f64 return register
2014-03-21 Rafael EspindolaRemove redundant test.
2014-03-18 Bill SchmidtFix PR19144: Incorrect offset generated for int-to...
2014-03-14 Ulrich Weigand[ppc64] Avoid copy relocs in named rodata sections
2014-03-13 Rafael EspindolaRemove the linker_private and linker_private_weak linkages.
2014-03-13 Hal Finkel[PowerPC] Initial support for the VSX instruction set
2014-03-11 Tim NorthoverIR: add a second ordering operand to cmpxhg for failure
2014-03-06 Hal FinkelFixup PPC Darwin i1 argument handling
2014-03-06 Hal FinkelWhen using CR bit registers on PPC32, handle the i1...
2014-03-05 Hal FinkelWith PPC CR bit registers, handle int_to_fp on older...
2014-03-02 Hal FinkelAdd a PPC inline asm constraint type for single CR...
2014-03-01 Hal FinkelRemove extra truncs/exts around i32 bit operations...
2014-02-28 Hal FinkelSwap PPC isel operands to allow for 0-folding
2014-02-28 Hal FinkelAdd CR-bit tracking to the PowerPC backend for i1 values
2014-02-25 Hal FinkelAccount for 128-bit integer operations in PPCCTRLoops
2014-02-19 Rafael EspindolaAdd back r201608, r201622, r201624 and r201625
2014-02-19 Daniel JasperRevert r201622 and r201608.
2014-02-18 Rafael EspindolaFix PR18743.
2014-02-16 Nico RieckActually call FileCheck in tests
2014-02-13 Rafael Espindola"foo" is not a ppc instruction, don't try to parse it.
2014-02-13 Daniel SandersRe-commit: Demote EmitRawText call in AsmPrinter::EmitI...
2014-02-12 Daniel SandersRevert r201237+r201238: Demote EmitRawText call in...
2014-02-12 Daniel SandersDemote EmitRawText call in AsmPrinter::EmitInlineAsm...
2014-02-07 Rafael EspindolaFix a bug with .weak_def_can_be_hidden: Mutable variabl...
2014-02-06 Rafael EspindolaConvert test to FileCheck.
2014-02-04 David BlaikieDebugInfo: Remove some unneeded conditionals now that...
2014-01-28 Hal FinkelHandle spilling the PPC GPRC_NOR0 register class
2014-01-25 Hal FinkelAdd a TBAA CodeGen failure test case
2014-01-21 Hal FinkelFix pointer info on PPC byval stores
2013-12-20 Roman DivackyImplement initial-exec TLS for PPC32.
2013-12-18 Rafael EspindolaOne ppc32-darwin, a i64 inside a structure can have...
2013-12-16 Rafael EspindolaAdd a reduced testcase from the recent bootstrap crash.
2013-12-14 Iain Sandoe[Powerpc darwin] AsmParser Base implementation.
2013-12-12 Tim NorthoverPowerPC: add Linux triple to TLS tests
2013-12-12 Hal FinkelImprove instruction scheduling for the PPC POWER7
2013-12-11 Hal FinkelFix the PPC subsumes-predicate check
2013-12-11 Roman DivackyMerge all tls tests to two files. One for normal codege...
2013-12-11 Roman DivackyRemove test thats testing the same thing as tls.ll.
2013-12-10 David Fangon darwin<10, fallback to .weak_definition (PPC,X86)
2013-12-05 Alp TokerCorrect word hyphenations
2013-11-30 Hal FinkelConvert a PPC test from grep to FileCheck
2013-11-30 Hal FinkelDesensitize a couple of PPC regression tests
2013-11-30 Hal FinkelUpdate the cpu specified on some PPC regression tests
2013-11-22 Manman RenDebug Info: update testing cases to specify the debug...
2013-11-20 Hal FinkelPPC popcnt[dw] do not have record forms
2013-11-20 Hal FinkelPPC: Optimize rldicl generation for masked shifts
2013-11-15 Bob WilsonAvoid illegal integer promotion in fastisel
2013-11-14 Rafael EspindolaError if we see an alias to a declaration.
2013-11-11 Hal FinkelAdd PPC option for full register names in asm
2013-10-28 Rafael EspindolaConvert another llc -filetype=obj test.
2013-10-28 Rafael EspindolaConvert another llc -filetype=obj test.
2013-10-28 Rafael EspindolaConvert another llc -filetype=obj test.
2013-10-19 Andrew TrickUpdate PPC loop tests after SCEV non-unit-stride checki...
2013-10-18 Bill Schmidt[PATCH] Fix PR17168 (DAG scheduler inserts DBG_VALUE...
2013-10-17 Richard SandifordReplace sra with srl if a single sign bit is required
2013-09-30 Manman RenTBAA: update tbaa format from scalar format to struct...
2013-09-30 Manman RenTBAA: remove !tbaa from testing cases when they are...
2013-09-28 Robert WilhelmFix spelling intruction -> instruction.
2013-09-26 Bill Schmidt[PowerPC] Fix PR17354: Generate nop after local calls...
2013-09-17 Bill Schmidt[PowerPC] Fix problems with large code model (PR17169).
2013-09-15 Hal FinkelPPC: Don't restrict lvsl generation to after type legal...
2013-09-15 Hal FinkelRevert r190764: PPC: Don't restrict lvsl generation...
2013-09-15 Hal FinkelPPC: Don't restrict lvsl generation to after type legal...
2013-09-15 Hal FinkelPrevent assert in CombinerGlobalAA with null values
2013-09-12 Hal FinkelRemove unnecessary TBAA metadata from r190636's test...
2013-09-12 Hal FinkelFix PPC ABI for ByVal structs with vector members
2013-09-12 Hal FinkelMake the PPC fast-math sqrt expansion safe at 0
2013-09-12 Hal FinkelPPC: Enable aggressive anti-dependency breaking
2013-09-06 Manman RenDebug Info Testing: updated to use NULL instead of...
2013-08-30 Bill Schmidt[PowerPC] Call support for fast-isel.
next