R600/SI: Refactor local atomics.
[oota-llvm.git] / test / CodeGen /
2014-06-11 Matt ArsenaultR600/SI: Refactor local atomics.
2014-06-11 Matt ArsenaultR600/SI: Use v_cvt_f32_ubyte* instructions
2014-06-11 Matt ArsenaultR600/SI: Fix selection failure on scalar_to_vector
2014-06-11 Daniel Sanders[mips][mips64r6] Improve tests affected by the changes...
2014-06-11 Cameron McInallyAdd AVX512 masked leadz instrinsic support.
2014-06-11 Andrea Di Biagio[X86] Refactor the logic to select horizontal adds...
2014-06-11 Jiangning LiuGlobal merge for global symbols.
2014-06-10 Juergen Ributzka[FastISel][X86] Extend support for {s|u}{add|sub|mul...
2014-06-10 Matt ArsenaultR600: Use BCNT_INT for evergreen
2014-06-10 Matt ArsenaultR600/SI: Implement i64 ctpop
2014-06-10 Matt ArsenaultR600/SI: Use bcnt instruction for ctpop
2014-06-10 Matt ArsenaultR600: Handle fcopysign
2014-06-10 Matt ArsenaultR600/SI: Handle sign_extend and zero_extend to i64...
2014-06-10 Reed KotlerDo Materialize Floating Point in Mips Fast-Isel
2014-06-10 Andrea Di Biagio[X86] Improved target combine rules for selecting horiz...
2014-06-10 Adam Nemet[X86] AVX512: Add vmovntdqa
2014-06-10 Renato GolinFix a bug in the Thumb1 ARM Load/Store optimizer
2014-06-10 Tom StellardSelectionDAG: Don't use MVT::Other to determine legalit...
2014-06-10 Tom StellardSelectionDAG: Expand SELECT_CC to SELECT + SETCC
2014-06-10 Bill Schmidt[PPC64LE] Recognize shufflevector patterns for little...
2014-06-10 Chad Rosier[AArch64] Emit .ident compiler version attribute.
2014-06-10 Tim NorthoverAArch64: disallow x30 & x29 as the destination for...
2014-06-10 Tim NorthoverRevert "X86: elide comparisons after cmpxchg instructions."
2014-06-10 Tim NorthoverX86: elide comparisons after cmpxchg instructions.
2014-06-10 Tim NorthoverAArch64: teach FastISel how to handle offset FrameIndices
2014-06-10 Tim NorthoverAArch64: make FastISel memcpy emission more robust.
2014-06-09 Alp TokerReduce verbiage of lit.local.cfg files
2014-06-09 Bill Schmidt[PPC64LE] Generate correct code for unaligned little...
2014-06-09 Saleem AbdulrasoolARM: add VLA extension for WoA Itanium ABI
2014-06-09 Andrea Di Biagio[X86] Add target combine rules for horizontal add/sub.
2014-06-09 Matt ArsenaultR600/SI: Keep 64-bit not on SALU
2014-06-09 Matt ArsenaultR600: Fix selection failure for vector bswap
2014-06-09 Bill Schmidt[PPC64LE] Generate correct little-endian code for v16i8...
2014-06-09 NAKAMURA Takumillvm/test/CodeGen/X86/2014-05-29-factorial.ll: Relax...
2014-06-09 Andrea Di Biagio[X86] Avoid emitting unnecessary test instructions.
2014-06-09 Andrea Di Biagio[DAG] Expose NoSignedWrap, NoUnsignedWrap and Exact...
2014-06-09 Matt ArsenaultR600: Add more and testcases
2014-06-09 Chad Rosier[AArch64] Fix the ordering of the accumulate operand...
2014-06-09 Chad Rosier[AArch64] When combining constant mul of power of 2...
2014-06-08 Alp TokerRevert "Do materialize for floating point"
2014-06-08 Reed KotlerDo materialize for floating point
2014-06-08 Saleem Abdulrasooltest: add test case for SVN r210406
2014-06-07 Alp TokerFix typos
2014-06-07 Saleem AbdulrasoolARM: correct assertion for long-calls on WoA
2014-06-06 Benjamin KramerX86: Don't turn shifts into ands if there's another...
2014-06-06 Filipe CabecinhasFixed a bug in lowering shuffle_vectors to insertps
2014-06-06 Bill Schmidt[PPC64LE] Fix lowering of BUILD_VECTOR and SHUFFLE_VECT...
2014-06-06 Rafael EspindolaAllow aliases to be unnamed_addr.
2014-06-05 Bill Schmidt[PPC64LE] Add test case for r210282 commit
2014-06-05 Tom RoederAdding explicit triples to the ARM jumptable tests
2014-06-05 Tom RoederAdd a new attribute called 'jumptable' that creates...
2014-06-05 Sasa Stankovic[mips] Modify long branch for NaCl:
2014-06-05 Sasa StankovicPrevent hoisting the instruction whose def might be...
2014-06-05 Matt ArsenaultR600: Fix test. Using wrong check prefix.
2014-06-05 Matt ArsenaultR600/SI: Match rsq instructions
2014-06-03 Eric ChristopherRevert r209381 as it isn't a local variable. Add a...
2014-06-03 Tilmann Scheller[AArch64] Add regression tests for the load/store optim...
2014-06-03 Tim NorthoverAArch64: mark small types (i1, i8, i16) as promoted
2014-06-03 Jiangning Liu[AArch64] Correctly deal with VPR stack parameter passing.
2014-06-03 Rafael EspindolaAllow alias to point to an arbitrary ConstantExpr.
2014-06-02 Andrea Di Biagio[X86] Fix checked arithmetic for i8 on X86.
2014-06-02 Tilmann Scheller[AArch64] Add some more regression tests for store...
2014-06-02 Tilmann Scheller[AArch64] Add some more regression tests for load pre...
2014-06-01 Christian PirkerARMEB: Fix function return type f64
2014-05-31 Matt ArsenaultR600/SI: Fix [s|u]int_to_fp for i1
2014-05-31 Filipe CabecinhasMake blend tests more specific
2014-05-30 Andrea Di Biagio[X86] Add two combine rules to simplify dag nodes intro...
2014-05-30 Filipe CabecinhasConvert a vselect into a concat_vector if possible
2014-05-30 Filipe CabecinhasSeparate the check for blend shuffle_vector masks
2014-05-30 Logan ChienFix MIPS exception personality encoding.
2014-05-30 Rafael Espindola[pr19636] Fix known bit computation in urem instructio...
2014-05-30 Tim NorthoverSelectionDAG: skip barriers for unordered atomic operations
2014-05-30 Tim NorthoverARM: use AAPCS-style prologues for embedded MachO.
2014-05-30 Tim NorthoverAArch64 & ARM: disable generic test that relies on...
2014-05-30 Tim NorthoverARM & AArch64: make use of common cmpxchg idioms after...
2014-05-30 Tim NorthoverAArch64 & ARM: remove undefined behaviour from some...
2014-05-30 Hao LiuTest cases named with dates is a legacy rule not used...
2014-05-29 Adam Nemet[X86] Move test from r209863 to CodeGen/X86
2014-05-29 Adam Nemet[X86] Remove AVX1 vbroadcast intrinsics
2014-05-29 Filipe CabecinhasAdded tests for shufflevector lowering to blend instrs.
2014-05-29 Rafael Espindola[PPC] Use alias symbols in address computation.
2014-05-29 Rafael EspindolaAdd a test showing the ppc code sequence for getting...
2014-05-29 Hao LiuRename a test case to contain correct date info.
2014-05-29 Hao LiuFix an assertion failure caused by v1i64 in DAGCombiner...
2014-05-29 Michael J. Spencer[x86] Fold extract_vector_elt of a load into the Load...
2014-05-28 Rafael Espindola[pr19844] Add thread local mode to aliases.
2014-05-28 Hal FinkelRevert "[DAGCombiner] Split up an indexed load if only...
2014-05-28 Hal FinkelRevert "[PPC] Use alias symbols in address computation."
2014-05-28 Tilmann Scheller[AArch64] Add store post-index update folding regressio...
2014-05-28 Tilmann Scheller[AArch64] Add load post-index update folding regression...
2014-05-27 Sasa Stankovic[mips] Optimize long branch for MIPS64 by removing...
2014-05-27 Tim NorthoverAArch64: add test for NZCV cross-copy save.
2014-05-27 Tim NorthoverAArch64: add AArch64-specific test for 'c' and 'n'.
2014-05-27 Bill Schmidt[PATCH] Correct type used for VADD_SPLAT optimization...
2014-05-27 Amara Emerson[ARM] Emit correct build attributes for the relocation...
2014-05-27 Tim NorthoverARM: teach AAPCS-VFP to deal with Cortex-M4.
2014-05-27 Filipe CabecinhasConvert some X86 blendv* intrinsics into IR.
2014-05-26 Rafael Espindola[PPC] Use alias symbols in address computation.
2014-05-26 Tim NorthoverAArch64: force i1 to be zero-extended at an ABI boundary.
2014-05-26 Tim NorthoverAArch64: simplify calling conventions slightly.
next