[CMake] Add RuntimeDyld to libdeps corresponding to r229343.
[oota-llvm.git] / test /
2015-02-16 Chandler Carruth[x86] Teach the 128-bit vector shuffle lowering routine...
2015-02-16 Chandler Carruth[x86] Clean up a few test cases with the update script...
2015-02-16 Filipe Cabecinhas[Bitcode reader] Fix a few assertions when reading...
2015-02-15 Simon PilgrimAdded (still inefficient) shuffle test case for PR21138
2015-02-15 Simon PilgrimAdded some test cases of missed opportunities to use...
2015-02-15 Simon Pilgrim[X86][AVX2] vpslldq/vpsrldq byte shifts for AVX2
2015-02-15 Chandler Carruth[x86] Add the test case from PR22412, we now get this...
2015-02-15 Chandler Carruth[x86] Teach the decomposed shuffle/blend lowering to...
2015-02-15 Chandler Carruth[SDAG] Teach the SelectionDAG to canonicalize vector...
2015-02-15 Chandler Carruth[x86] Stop shuffling zero vectors. =]
2015-02-15 Chandler Carruth[x86] When splitting 256-bit vectors into 128-bit vecto...
2015-02-15 Michael Kupersteingold-plugin: fix test to allow default visibility on...
2015-02-15 Chandler Carruth[x86] Update some tests with the latest version of...
2015-02-15 Chandler Carruth[x86] Add a slight variation on some of the other gener...
2015-02-15 Craig Topper[X86] Add assembly parser support for mnemonic aliases...
2015-02-15 Chandler Carruth[x86] Add a test case for PR22390 which was a dup of...
2015-02-15 Chandler Carruth[x86] Fix PR22377, a regression with the new vector...
2015-02-15 Chandler Carruth[x86] Switch a collection of tests explicitly to the...
2015-02-15 Chandler Carruth[x86] Remove the now-default-on flag for the new vector...
2015-02-15 Craig Topper[X86] Add assembler predicates for the rest of the...
2015-02-15 David BlaikieFileCheck-ize a test to make it easier to migrate to...
2015-02-15 David BlaikieUpdate a test to make it easier to migrate to untyped...
2015-02-15 David BlaikieUpdate a test to use FileCheck so it's easier to migrat...
2015-02-15 David BlaikieReformat test case to be easier to migrate to typeless...
2015-02-15 Chandler Carruth[x86] Teach my test updating script about another quirk...
2015-02-14 Simon Pilgrim[X86][XOP] Enable commutation for XOP instructions
2015-02-14 Craig Topper[X86] Improve parsing support AVX/SSE floating point...
2015-02-14 Ramkumar RamachandraInstCombine: propagate deref via new addDereferenceableAttr
2015-02-14 Andrea Di Biagio[optnone] Skip pass Constant Hoisting on optnone functions.
2015-02-14 Simon Pilgrim[X86] Ensure integer domain on scalar load/store stack...
2015-02-14 Chandler Carruth[gold] Consolidate the gold plugin options and actually...
2015-02-14 Chandler CarruthBack out two accidental changes that snuck in with...
2015-02-14 Chandler Carruth[lit] Make the gold plugin support testing work with...
2015-02-14 Chandler CarruthRevert r229224: Make the 'llvm-lit' utility defend...
2015-02-14 Matt ArsenaultR600/SI: Implement correct f64 fdiv
2015-02-14 Matt ArsenaultR600/SI: Use complex operand folding for div_scale
2015-02-14 Matt ArsenaultR600/SI: Add tests for div_fmas with inline immediate...
2015-02-14 Matt ArsenaultR600/SI: Fix implicit vcc operand to v_div_fmas_*
2015-02-14 Justin Bognerllvm-cov: Actually use the command line arguments when...
2015-02-14 Matthias BraunRevert "On ELF, put PIC jump tables in a non executable...
2015-02-14 Philip Reames[InstCombine] When canonicalizing gep indices, prefer...
2015-02-13 Frederic Riss[dsymutil] Add DIE selection algorithm.
2015-02-13 Sanjay Patel[SSE/AVX] Use multiclasses to reduce the mass of scalar...
2015-02-13 Reid KlecknerFix R600 test deadlock on Windows by giving FileCheck...
2015-02-13 Dimitry AndricIncrease the CPU time timeout for testing from 10 to...
2015-02-13 Matt ArsenaultR600/SI: Allow f64 inline immediates in i64 operands
2015-02-13 Matt ArsenaultR600/SI: Minor test scheduling fixes
2015-02-13 Jozef Kolek[mips][microMIPS] Delay slot filler: Replace the microM...
2015-02-13 Andrea Di Biagio[InstCombine] Fix regression introduced at r227197.
2015-02-13 Akira HatanakaAdd run line that was missing in r228999.
2015-02-13 Andrea Di Biagio[CodeGenPrepare] Removed duplicate logic. SimplifyCFG...
2015-02-13 James Molloy[SimplifyCFG] Add test for r229099
2015-02-13 James Molloy[SimplifyCFG] Be more aggressive
2015-02-13 Toma Tabacu[mips] Improve support for the .set at/noat assembler...
2015-02-13 Chandler CarruthRevert a series of commits starting at r228886 which...
2015-02-13 Craig Topper[X86] Add support for parsing and printing the mnemonic...
2015-02-13 Craig TopperFix probable typo in test.
2015-02-13 Craig Topper[X86] Remove int_x86_sse2_psll_dq_bs and int_x86_sse2_p...
2015-02-13 Chandler Carruth[unroll] Concede defeat and disable the unroll analyzer...
2015-02-13 Michael Liao[InstCombine] Fix a bug when combining `icmp` from...
2015-02-13 Chandler Carruth[IC] Fix a bug with the instcombine canonicalizing...
2015-02-13 Olivier SallenaveCheck interleaving without relying on debug output.
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDImportedEntity
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDObjCProperty
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDExpression
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDLocalVariable
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDGlobalVariable
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDTemplate{Type,Value}Parameter
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDNamespace
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDLexicalBlockFile
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDLexicalBlock
2015-02-13 Duncan P. N. Exon... AsmWriter: MDSubprogram: Recognize DW_VIRTUALITY in...
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDSubprogram
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDCompileUnit
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDSubroutineType
2015-02-13 Duncan P. N. Exon... AsmWriter: MDCompositeType: Recognize DW_LANG in 'runti...
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDDerivedType and MDCompositeType
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDFile
2015-02-13 Duncan P. N. Exon... AsmWriter: MDBasicType: Recognize DW_ATE in 'encoding'
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDBasicType
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDEnumerator
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDSubrange
2015-02-13 Akira Hatanaka[LinkModules] Change the way ModuleLinker merges triples.
2015-02-13 Michael ZolotukhinTestcase for r228988.
2015-02-13 NAKAMURA Takumillvm/test/Transforms/LoopVectorize/PowerPC/small-loop...
2015-02-12 Rafael EspindolaAdd support for having multiple sections with the same...
2015-02-12 David MajnemerX86: Don't crash if we can't decode the pshufb mask
2015-02-12 Rafael EspindolaLearn that __DATA,__objc_classrefs is not atomized...
2015-02-12 Olivier SallenaveChange max interleave factor to 12 for POWER7 and POWER8.
2015-02-12 Simon PilgrimEnsure integer domain on general shuffle stack folding...
2015-02-12 David BlaikieRemove typedef of a pointer type used in a gep to simpl...
2015-02-12 Hal Finkel[SDAG] Don't try to use FP_EXTEND/FP_ROUND for int...
2015-02-12 Reed KotlerAdd bulk of returning of values to Mips fast-isel
2015-02-12 Bjorn SteinbrinkFix a crash in the assumption cache when inlining indir...
2015-02-12 Benjamin KramerUpdate test case.
2015-02-12 Benjamin KramerInstCombine: Allow folding of xor into icmp by changing...
2015-02-12 Michael ZolotukhinAdd a testcase for r228432.
2015-02-12 Rafael EspindolaOn ELF, put PIC jump tables in a non executable section.
2015-02-12 Rafael EspindolaPut each jump table in an independent section if the...
2015-02-12 James Molloy[LoopRerolling] Be more forgiving with instruction...
next