Re-land: Generate targets for each lit suite.
[oota-llvm.git] / test /
2015-03-23 Matt ArsenaultR600/SI: Allow commuting compares
2015-03-23 Chad Rosier[AArch64] Enable rematerialization of float 0 values.
2015-03-23 Bradley SmithRevert "[ARM] Add more pattern matching for f16 <-...
2015-03-23 Tom StellardR600/SI: Fix crash in SIInstrInfo::areLoadsFromSameBase...
2015-03-23 Bradley Smith[ARM] Add more pattern matching for f16 <-> f64 conversions
2015-03-23 Petar JovanovicFix sign extension for MIPS64 in makeLibCall function
2015-03-23 Hal Finkel[SDAG] Don't widen VSETCC during type legalization...
2015-03-23 Lang Hames[Orc] Add missing -use-orcmcjit flag to a number of...
2015-03-22 Duncan P. N. Exon... Prevent CHECK-NOTs from matching file paths
2015-03-21 Benjamin Kramer[SimplifyLibCalls] Fix negative shifts being produced...
2015-03-21 Benjamin Kramer[SimplifyLibCalls] Turn memchr(const, C, const) into...
2015-03-21 Matt ArsenaultR600: Cleanup test with multiple check prefixes
2015-03-21 Benjamin KramerSimplifyLibCalls: Add basic optimization of memchr...
2015-03-21 Simon PilgrimTidied up vec_zero_cse.ll test. NFCI.
2015-03-21 David MajnemerMemoryDependenceAnalysis: Don't miscompile atomics
2015-03-21 Tim NorthoverAArch64: simplify test case
2015-03-21 Eric ChristopherRemove the bare getSubtargetImpl call from the AArch64...
2015-03-21 Eric ChristopherRemove the bare getSubtargetImpl call from the PPC...
2015-03-21 Eric ChristopherCache the Function dependent subtarget on the MachineFu...
2015-03-21 Kostya Serebryany[sanitizer] experimental tracing for cmp instructions
2015-03-21 Ahmed Bougacha[CodeGen][IfCvt] Don't re-ifcvt blocks with unanalyzabl...
2015-03-21 Ahmed Bougacha[AArch64] Prefer UZP for concat_vector of illegal truncs.
2015-03-20 Yunzhong GaoTell lit.cfg about more Windows triples.
2015-03-20 Sanjay Patel[X86, AVX] instcombine common cases of vperm2* intrinsi...
2015-03-20 Andrew KaylorFixing a bug with WinEH PHI handling
2015-03-20 Sanjay Patel[X86] Prefer blendps over insertps codegen for one...
2015-03-20 Rafael EspindolaDon't declare all text sections at the start of the .s
2015-03-20 Duncan P. N. Exon... Bugpoint: Fix invalid 'inlinedAt:' references in testcase
2015-03-20 Rafael EspindolaReorganize the x86 ELF relocation selection logic.
2015-03-20 Duncan P. N. Exon... Verifier: Check that !dbg attachments have the right...
2015-03-20 Duncan P. N. Exon... Rewrite test/Feature/md_on_instruction.ll
2015-03-20 Wei MiCorrectly estimate SROA savings for store operands...
2015-03-20 John Brawn[ARM] Fix handling of thumb1 out-of-range frame offsets
2015-03-20 Daniel Jasper[MBP] Don't outline short optional branches
2015-03-20 Tom StellardR600/SI: Add missing CHECK-LABEL lines to a test
2015-03-20 Nick LewyckyWhen simplifying a SCEV truncate by distributing, consi...
2015-03-19 Peter Collingbournetest: Make a start on a test suite for libLTO.
2015-03-19 Owen AndersonFix a nasty bug in DAGCombine of STORE nodes.
2015-03-19 Reid KlecknerWinEH: Make llvm.eh.actions emission match the EH docs
2015-03-19 Sanjay Patel[X86, AVX] use blends instead of insert128 with index 0
2015-03-19 Peter CollingbourneLowerBitSets: Avoid reusing byte set addresses.
2015-03-19 Peter CollingbournelibLTO, llvm-lto, gold: Introduce flag for controlling...
2015-03-19 Krzysztof ParzyszekUnxfail test/CodeGen/Generic/vector.ll now passing...
2015-03-19 Peter Collingbournegold: Make powerpc support optional for the tests.
2015-03-19 Artem BelevichAdd support for __nvvm_reflect changes in libdevice...
2015-03-19 Krzysztof Parzyszek[Hexagon] Add support for vector instructions
2015-03-19 Daniel Jasper[InstCombine] Don't fold a GEP into itself through...
2015-03-19 Rafael EspindolaNote that we don't support COFF on PPC.
2015-03-19 Justin Bognerllvm-cov: Only emit colour by default if the output...
2015-03-18 Simon PilgrimFixed failing test due to missing target triple causing...
2015-03-18 Rafael EspindolaTeach getDefaultFormat that we only support ELF on...
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 Reid KlecknerUse WinEHPrepare to outline SEH finally blocks
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 Rafael EspindolaHandle X86::reloc_riprel_4byte in 32 bits mode.
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 Sid ManningAdd support for .ifnes psuedo-op.
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 Sanjoy Das[SCEV] Make isImpliedCond smarter.
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 Kevin EnderbyAdd the option -no-symbolic-operands to llvm-objdump...
2015-03-17 Rafael EspindolaEmit the offset directly instead of creating a dummy...
2015-03-17 Kevin EnderbyAdd the option, -no-leading-addr llvm-objdump used...
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 EspindolaCentralize the handling of unique ids for temporary...
2015-03-17 Michael ZolotukhinTLI: Add addVectorizableFunctionsFromVecLib.
2015-03-17 Michael ZolotukhinTTI: Honour cost model for estimating cost of vector...
2015-03-17 Richard Barton[ARM] Fix offset calculation in ARMBaseRegisterInfo...
2015-03-17 Michael Liao[SwitchLowering] Remove incoming values in the reverse...
2015-03-17 Kevin EnderbyAdd the option, -dis-symname to llvm-objdump used with...
2015-03-17 Dmitry Vyukovasan: optimization experiments
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 Toma Tabacu[mips] [IAS] Add support for the XOR $reg,imm pseudo...
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-17 Sanjoy Das[IRCE] Re-commit tests cases.
2015-03-17 Sanjoy Das[IRCE] Delete two tests.
2015-03-17 Sanjoy Das[IRCE] Support half-range checks.
2015-03-17 Justin Bognerllvm-cov: Warn instead of error if a .gcda has arcs...
2015-03-16 Justin BognerGCOV: Make the exit block placement from r223193 optional
2015-03-16 Peter CollingbourneLowerBitSets: do not use private aliases at all on...
2015-03-16 David BlaikieAdd testing for mismatched explicit type on a gep opera...
2015-03-16 David BlaikieAdd testing for mismatched explicit type on a load...
2015-03-16 Justin BognerInstrProf: Fix CoverageMappingReader on big endian
next