[NFC] Fix typo in comment.
[oota-llvm.git] / test / CodeGen / X86 /
2015-03-27 Philip ReamesRequire a GC strategy be specified for functions which...
2015-03-27 Philip ReamesAllow explicit spill slots to be specified for a gc...
2015-03-27 Andrew TrickReintroduce the SelectionDAG scheduler test for r233351.
2015-03-27 Duncan P. N. Exon... DebugInfo: Update testcases with invalid variables
2015-03-26 Andrea Di Biagio[X86][FastIsel] Teach how to select vector load instruc...
2015-03-26 Quentin Colombet[RegisterCoalescer] Add a rule to consider more profita...
2015-03-25 Simon Pilgrim[DAGCombiner] Add support for TRUNCATE + FP_EXTEND...
2015-03-25 Sanjay Patel[X86, AVX] improve insertion into zero element of 256...
2015-03-25 Sanjay Pateluse update_llc_test_checks.py to tighten checking in...
2015-03-25 Andrea Di Biagio[X86] Simplify check lines in tests. No functional...
2015-03-25 Paul Robinson'optnone' should not disable DAG combiner.
2015-03-24 Reid KlecknerX86: Fix frameescape when not using an FP
2015-03-24 Sanjay Patel[X86, AVX] recognize shufflevector with zero input...
2015-03-23 Simon Pilgrim[SelectionDAG] Fixed issue with uitofp vector constant...
2015-03-23 Duncan P. N. Exon... DebugInfo: Overload get() in DIDescriptor subclasses
2015-03-21 Simon PilgrimTidied up vec_zero_cse.ll test. NFCI.
2015-03-21 Eric ChristopherCache the Function dependent subtarget on the MachineFu...
2015-03-20 Sanjay Patel[X86] Prefer blendps over insertps codegen for one...
2015-03-20 Daniel Jasper[MBP] Don't outline short optional branches
2015-03-19 Sanjay Patel[X86, AVX] use blends instead of insert128 with index 0
2015-03-18 Simon PilgrimFixed failing test due to missing target triple causing...
2015-03-18 Simon Pilgrim[X86][SSE] Avoid scalarization of v2i64 vector shifts...
2015-03-18 Eric ChristopherRevert "[X86][SSE] Avoid scalarization of v2i64 vector...
2015-03-18 Simon Pilgrim[X86][SSE] Avoid scalarization of v2i64 vector shifts
2015-03-18 Matthias BraunTableGen: Fix register class lane masks being too conse...
2015-03-18 Sanjay PatelUse utils/update_llc_test_checks.py to update all CHECKs
2015-03-18 Sanjay Patelfixed to test features, not CPU model
2015-03-18 Daniel JasperChange test to accept an additional critical edge split.
2015-03-18 Josh MageeAdd testcases for BEXTR.
2015-03-18 David MajnemerDAGCombiner: fold (xor (shl 1, x), -1) -> (rotl ~1, x)
2015-03-17 David MajnemerCOFF: Let globals with private linkage reside in their...
2015-03-17 David MajnemerRevert "COFF: Let globals with private linkage reside...
2015-03-17 David MajnemerCOFF: Let globals with private linkage reside in their...
2015-03-17 Rafael EspindolaReplace a use of GetTempSymbol with createTempSymbol.
2015-03-16 David MajnemerCodeGen: @llvm.eh.typeid.for replaced @llvm.eh.typeid...
2015-03-16 Duncan P. N. Exon... DebugInfo: Fix testcases that fail -verify-debug-info...
2015-03-16 Sanjay Patelfixed to test feature, not CPU
2015-03-16 Sanjay Pateladd CHECK-LABELs for more reliable testing
2015-03-16 Sanjay Patelfixed to test feature, not CPU; removed unnecessary...
2015-03-16 Rafael EspindolaUse the i8 immediate cmp instructions when possible.
2015-03-15 Simon Pilgrim[SSE} Added tests for float4-float3 conversions (PR11580)
2015-03-14 Simon PilgrimSimplified some stack folding tests.
2015-03-14 Daniel Jasper[MachineLICM] First steps of sinking GEPs near calls.
2015-03-14 Ahmed BougachaAdd a bunch of CHECK missing colons in tests. NFC.
2015-03-13 Rafael EspindolaUse add32ri8 and friends on fast isel.
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-03-13 Andrea Di Biagio[X86][AVX] Fix wrong lowering of v4x64 shuffles into...
2015-03-12 Sanjay Patel[X86, AVX2] Replace inserti128 and extracti128 intrinsi...
2015-03-12 Simon PilgrimRemoved useless palignr test - we don't actually provid...
2015-03-12 Quentin Colombet[X86] Fix a regression introduced by r223641.
2015-03-12 Andrea Di Biagio[X86] Fix wrong target specific combine on SETCC nodes.
2015-03-12 Sanjay Patel[X86, AVX] replace vextractf128 intrinsics with generic...
2015-03-12 Simon Pilgrim[X86][AVX2] Added missing palignr stack folding test
2015-03-12 Reid KlecknerStop calling DwarfEHPrepare from WinEHPrepare
2015-03-11 Reid KlecknerHandle big index in getelementptr instruction
2015-03-11 Sanjay Pateladd CHECK-LABELs for better reliability
2015-03-11 Rafael EspindolaPut jump tables in unique sections on COFF.
2015-03-11 Derek SchuffMake NaCl's use of .init_array for static constructors...
2015-03-10 Quentin Colombet[CodeGenPrepare] Refine the cost model provided by...
2015-03-10 Igor LaevskyTeach lowering to correctly handle invoke statepoint...
2015-03-10 Sanjay Patel[X86, AVX] replace vinsertf128 intrinsics with generic...
2015-03-09 Ahmed Bougacha[CodeGen] Replace the reused stores' chain for extracte...
2015-03-09 Ahmed Bougacha[X86] Add nounwind to vector-idiv.ll testcases. NFC.
2015-03-09 Reid KlecknerReland r229944: EH: Prune unreachable resume instructio...
2015-03-09 Rafael EspindolaPrint jump tables before exception tables.
2015-03-09 Andrea Di BiagioFix line ending in test CodeGen/X86/pr22774.ll. NFC.
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-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 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 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 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 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...
next