InstCombine: fix fold "fcmp x, undef" to account for NaN
[oota-llvm.git] / test / CodeGen /
2015-03-08 Andrea Di Biagio[X86][AVX] Fix wrong lowering of VPERM2X128 nodes
2015-03-07 Andrea Di Biagio[DAGCombiner] Fix wrong folding of AND dag nodes.
2015-03-07 Simon Pilgrim[DAGCombiner] SCALAR_TO_VECTOR(EXTRACT_VECTOR_ELT(V...
2015-03-07 Eric ChristopherRemove use of misched-bench from this test and replace...
2015-03-07 Eric ChristopherRecommit r231324 with a fix to the ARM execution domain...
2015-03-06 Quentin Colombet[AArch64][LoadStoreOptimizer] Generate LDP + SXTW inste...
2015-03-06 Sanjay Patelfixed to test features, not CPUs
2015-03-06 Sanjay Patelfixed to test features, not CPUs
2015-03-06 Sanjay Patelloosen checking for buildbots
2015-03-06 Sanjay Patelfixed to test only the feature, not the feature and...
2015-03-06 Sanjay Patelfixed to test only the feature, not the feature and...
2015-03-06 Sanjay Patelfixed test to use FileCheck
2015-03-06 Sanjay Patelfixed to use CHECK-LABELs
2015-03-06 Sanjay Patelfixed to test only the feature, not the feature and...
2015-03-06 Sanjay Patelfixed to test only the feature, not the feature and...
2015-03-06 Sanjay Patelfixed to test feature, not CPU
2015-03-06 Sanjay Patelfixed to test features, not CPUs
2015-03-06 Sanjay Patelfixed test to use SSE2 attribute
2015-03-06 Sanjay Patelfixed to test only the feature, not the feature and...
2015-03-06 Matthias BraunDAGCombiner: Canonicalize select(and/or,x,y) depending...
2015-03-06 Michael ZolotukhinLegalizeTypes: Handle shift by 0 in ExpandShiftByConstant.
2015-03-05 Sanjay Patel[AVX] Lower / fast-isel scalar FP selects into VBLENDV...
2015-03-05 Ahmed Bougacha[AArch64] Teach AsmPrinter about GlobalAddress operands.
2015-03-05 Rafael EspindolaUse the correct func begin symbol in all places in...
2015-03-05 Ahmed Bougacha[ARM] Enable vector extload combine for legal types.
2015-03-05 Rafael EspindolaUse the generic Lfunc_begin label on ppc.
2015-03-05 David MajnemerX86: Optimize address mode matching for FRAME_ALLOC_REC...
2015-03-05 Reid KlecknerReplace llvm.frameallocate with llvm.frameescape
2015-03-05 Simon Pilgrim[DagCombiner] Allow shuffles to merge through bitcasts
2015-03-05 Kit BartonWhile reviewing the changes to Clang to add builtin...
2015-03-05 Igor LaevskyRevert change r231366 as it broke clang-native-arm...
2015-03-05 Elena DemikhovskyAVX-512, SKX: Enabled masked_load/store operations...
2015-03-05 Igor LaevskyTeach lowering to correctly handle invoke statepoint...
2015-03-05 Craig Topper[X86] Use vmovss to handle inserting an element into...
2015-03-05 Chandler Carruth[MBP] Revert r231238 which attempted to fix a nasty...
2015-03-04 Matthias BraunImprove test robustness
2015-03-04 Nemanja IvanovicAdd LLVM support for PPC cryptography builtins
2015-03-04 Mehdi AminiMake DataLayout Non-Optional in the Module
2015-03-04 Adrian PrantlUpdate the out-of-date dwarf expressions in these testc...
2015-03-04 Marek OlsakR600/SI: Add an intrinsic for S_FLBIT_I32 / V_FFBH_I32
2015-03-04 Jozef Kolek[mips][microMIPS] Make usage of ADDU16 and SUBU16 by...
2015-03-04 Andrea Di Biagio[X86][FastISel] Simplify the logic in method X86SelectS...
2015-03-04 Chandler Carruth[MBP] Fix a really horrible bug in MachineBlockPlacemen...
2015-03-04 Daniel JasperAdd a flag to experiment with outlining optional branches.
2015-03-04 Kristof BeylsFix PR22408 - LLVM producing AArch64 TLS relocations...
2015-03-04 Michael Kuperstein[DAGCombine] Fix a bug in a BUILD_VECTOR combine
2015-03-04 Filipe CabecinhasFix the test for r231201. We don't crash anymore.
2015-03-04 Rafael EspindolaUse the vanilla func_end symbol for .size.
2015-03-04 Eric ChristopherWeaken the check for a specific movl on the twoaddr...
2015-03-04 Filipe CabecinhasFix the x86-upgrade-avx2-vbroadcast.ll test by commenti...
2015-03-04 Rafael EspindolaDrop the "eh_" from eh_func_begin and eh_func_end.
2015-03-04 Juergen RibutzkaRemove 'llvm.x86.avx2.vbroadcasti128' intrinsic.
2015-03-03 Eric ChristopherUpdate twoaddr-coalesce-3.ll to run on darwin and linux...
2015-03-03 Reid KlecknerWinEH: Remove vestigial EH object
2015-03-03 Andrew KaylorMoving WinEH outlining tests to an architecture neutral...
2015-03-03 Eric ChristopherFix a problem where the TwoAddressInstructionPass which...
2015-03-03 Andrew KaylorOutline cleanup handlers for native Windows C++ excepti...
2015-03-03 Kit BartonAdd the following 64-bit vector integer arithmetic...
2015-03-03 Reid KlecknerMake llvm.eh.begincatch use an outparam
2015-03-03 Chad Rosier[AArch64] When combining constant mul of -3, prefer...
2015-03-03 Duncan P. N. Exon... DebugInfo: Move new hierarchy into place
2015-03-03 Daniel JasperDuring PHI elimination, split critical edges that move...
2015-03-03 Ahmed Bougacha[X86] Special-case 2x CMOV when custom-inserting.
2015-03-03 Ahmed Bougacha[X86] Combine (cmov (and/or (setcc) (setcc))) into...
2015-03-03 Reid KlecknerFix cppeh breakage due to racing commits
2015-03-03 Andrew KaylorRemap arguments and non-alloca values used by outlined...
2015-03-03 Reid KlecknerWinEH: Run opt -instnamer over some cppeh tests and...
2015-03-02 Adrian PrantlRefactor DebugLocDWARFExpression so it doesn't require...
2015-03-02 Adrian PrantlRevert "Refactor DebugLocDWARFExpression so it doesn...
2015-03-02 David BlaikieChange SystemZ large tests to use the existing long_tes...
2015-03-02 Adrian PrantlRefactor DebugLocDWARFExpression so it doesn't require...
2015-03-02 Vasileios Kalintiris[mips] Optimize conditional moves where RHS is zero.
2015-03-02 Nico WeberRevert r230930, it caused PR22747.
2015-03-02 Adrian PrantlRefactor DebugLocDWARFExpression so it doesn't require...
2015-03-01 Elena DemikhovskyAVX-512: Added mask and rounding mode for scalar arithm...
2015-03-01 Sanjay Patelavoid infinite looping when folding vector multiplies...
2015-03-01 Sanjay Patelfixed to test only the feature, not the feature and...
2015-02-28 Sanjay Patelmake the tested feature (SSE2) explicit
2015-02-28 Duncan P. N. Exon... DebugInfo: Fix invalid file reference in CodeGen/X86...
2015-02-28 Sanjay Patelfixed to test only the feature, not the feature and...
2015-02-28 Craig Topper[X86] Remove the blendpd/blendps/pblendw/pblendd intrin...
2015-02-27 Bill SchmidtRegenerated test case from pr 230801 for change in...
2015-02-27 David BlaikieUpdate SystemZ/Large test generators to handle new...
2015-02-27 David BlaikieUpdate SystemZ/Large test generators to handle new...
2015-02-27 Bill SchmidtRevert test case until it can be fixed
2015-02-27 Bill Schmidt[PowerPC] Fix PR22711 - Misaligned .toc section
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 Charles DavisTarget/X86: Never use the redzone for Win64 ABI functions.
2015-02-27 Hal Finkel[PowerPC] Use vector types for memcpy and friends ...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 Eric ChristopherRemove the Forward Control Flow Integrity pass and...
2015-02-27 Mehdi AminiChange the fast-isel-abort option from bool to int...
2015-02-27 Rafael EspindolaCentralize handling of the eh_begin and eh_end labels.
2015-02-27 Renato GolinEqually to NetBSD, Bitrig/ARM uses the Itanium-ABI.
2015-02-27 Zoran Jovanovic[mips][microMIPS] Change register class for GP register
2015-02-27 Petar JovanovicPass correct -mtriple for krait-cpu-div-attribute.ll
2015-02-27 Chandler Carruth[x86] Run most of the rest of the shuffle combining...
2015-02-27 Chandler Carruth[x86] Teach a bunch of the x86-specific shuffle combini...
2015-02-27 Chandler Carruth[x86] Make the v8i16 clever single-input shuffle loweri...
2015-02-27 Chandler Carruth[x86] Add a bunch more tests for v16i16 shuffles. All...
next