CMake: Disable ENABLE_EXPORTS for executables with MSVC
[oota-llvm.git] / test / CodeGen /
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 Krzysztof Parzyszek[Hexagon] Intrinsics for circular and bit-reversed...
2015-03-18 Sanjay Patelfixed to test features, not CPU model
2015-03-18 Krzysztof Parzyszek[Hexagon] Handle ENDLOOP0 in InsertBranch and RemoveBranch
2015-03-18 Daniel JasperChange test to accept an additional critical edge split.
2015-03-18 John Brawn[ARM] Align stack objects passed to memory intrinsics
2015-03-18 John BrawnAdd missing newline to end of test file.
2015-03-18 Josh MageeAdd testcases for BEXTR.
2015-03-18 Krzysztof ParzyszekMissed testcase for r232577
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 Pirama Arumuga NainarFix bug while building FP16 constant vectors for AArch64
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 Richard Barton[ARM] Fix offset calculation in ARMBaseRegisterInfo...
2015-03-17 Samuel AntaoFix R0 use in PowerPC VSX store for FastIsel.
2015-03-17 Rafael EspindolaUse createTempSymbol to avoid collisions instead of...
2015-03-17 Rafael EspindolaCall EmitFunctionHeader just before EmitFunctionBody.
2015-03-17 Rafael EspindolaMove the EH symbol to the asm printer and use it for...
2015-03-17 Rafael EspindolaReplace a use of GetTempSymbol with createTempSymbol.
2015-03-17 Renato Golin[ARM] Add support for ARMV6K subtarget (LLVM)
2015-03-17 Ahmed Bougacha[AArch64] Use intermediate step for concat_vectors...
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 Tom StellardR600/SI: don't try min3/max3/med3 with f64
2015-03-16 Petar Jovanovic[MIPS] Fix justify error for small structures
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-13 Matt ArsenaultR600/SI: Add test for min / max with immediate
2015-03-13 Hao Liu[MachineCopyPropagation] Fix a bug causing incorrect...
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 Tom StellardR600/SI: Remove _e32 and _e64 suffixes from mnemonics
2015-03-12 Andrew KaylorAdding WinEHPrepare tests (currently XFAILs)
2015-03-12 Krzysztof ParzyszekUnxfail passing test on Hexagon
2015-03-12 Quentin Colombet[X86] Fix a regression introduced by r223641.
2015-03-12 Krzysztof ParzyszekRemove unused complex patterns for addressing modes...
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 Jingyue Wu[NVPTXAsmPrinter] do not print .align on function headers
2015-03-12 Reid KlecknerRemove some CHECK-NOT lines in favor of CHECK-NEXT
2015-03-12 Reid KlecknerStop calling DwarfEHPrepare from WinEHPrepare
2015-03-11 Reid KlecknerHandle big index in getelementptr instruction
2015-03-11 Andrew KaylorExtended support for native Windows C++ EH outlining
2015-03-11 Jozef Kolek[mips][microMIPS] Make usage of NOT16 by code generator
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 Tim NorthoverARM: simplify and extend byval handling
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 Nemanja IvanovicAdd support for part-word atomics for PPC
2015-03-10 Ahmed Bougacha[AArch64] Avoid going through GPRs for across-vector...
2015-03-10 Kit BartonChange the generation of the vmuluwm instruction to...
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 Colin LeMahieu[Hexagon] Removing unused patterns.
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 Colin LeMahieu[Hexagon] Reapply r231699. Remove assumption that...
2015-03-09 Colin LeMahieu[Hexagon] Reverting r231699
2015-03-09 Colin LeMahieu[Hexagon] Updating constant set to simpler versions.
2015-03-09 Colin LeMahieu[Hexagon] Eliminating immediate condition set.
2015-03-09 Rafael EspindolaPrint jump tables before exception tables.
2015-03-09 Reed KotlerAdd logical ops to Mips fast-isel
2015-03-09 Marek OlsakR600/SI: Limit SGPRs to 80 on Tonga and Iceland
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-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.
next