lit: warn when passed invalid pathname
[oota-llvm.git] / test /
2014-06-10 Reid KlecknerRearrange the CHECK lines in this test to make failure...
2014-06-10 Reid KlecknerRevert "Patch by Ray Donnelly to print register names...
2014-06-10 Matt ArsenaultFix error in tablegen when either operand of !if is...
2014-06-10 Matt ArsenaultR600: Use BCNT_INT for evergreen
2014-06-10 Matt ArsenaultR600/SI: Implement i64 ctpop
2014-06-10 Matt ArsenaultR600/SI: Use bcnt instruction for ctpop
2014-06-10 Matt ArsenaultR600: Handle fcopysign
2014-06-10 Matt ArsenaultR600/SI: Handle sign_extend and zero_extend to i64...
2014-06-10 Reed KotlerDo Materialize Floating Point in Mips Fast-Isel
2014-06-10 Andrea Di Biagio[X86] Improved target combine rules for selecting horiz...
2014-06-10 Adam Nemet[X86] AVX512: Add vmovntdqa
2014-06-10 Renato GolinFix a bug in the Thumb1 ARM Load/Store optimizer
2014-06-10 Tom StellardSelectionDAG: Don't use MVT::Other to determine legalit...
2014-06-10 Tom StellardSelectionDAG: Expand SELECT_CC to SELECT + SETCC
2014-06-10 Bill Schmidt[PPC64LE] Recognize shufflevector patterns for little...
2014-06-10 Chad Rosier[AArch64] Emit .ident compiler version attribute.
2014-06-10 Artyom SkrobovCondition codes AL and NV are invalid in the aliases...
2014-06-10 Artyom SkrobovAnonymous definitions in foreach blocks triggered a...
2014-06-10 Tim NorthoverAArch64: disallow x30 & x29 as the destination for...
2014-06-10 Tim NorthoverRevert "X86: elide comparisons after cmpxchg instructions."
2014-06-10 Tim NorthoverX86: elide comparisons after cmpxchg instructions.
2014-06-10 Tim NorthoverAArch64: teach FastISel how to handle offset FrameIndices
2014-06-10 Tim NorthoverAArch64: make FastISel memcpy emission more robust.
2014-06-10 Juergen Ributzka[ConstantHoisting][X86] Improve the cost model for...
2014-06-09 Alp TokerReduce verbiage of lit.local.cfg files
2014-06-09 Bill Schmidt[PPC64LE] Generate correct code for unaligned little...
2014-06-09 Alexey SamsonovGenerate better location ranges for some register-descr...
2014-06-09 Saleem AbdulrasoolARM: add VLA extension for WoA Itanium ABI
2014-06-09 Matt ArsenaultLook through addrspacecasts when turning ptr comparison...
2014-06-09 Stepan DyatkovskiyAdded functions cross-reference test.
2014-06-09 Peter Zotov[OCaml] Add more Llvm_target tests
2014-06-09 Andrea Di Biagio[X86] Add target combine rules for horizontal add/sub.
2014-06-09 Matt ArsenaultR600/SI: Keep 64-bit not on SALU
2014-06-09 Matt ArsenaultR600: Fix selection failure for vector bswap
2014-06-09 Bill Schmidt[PPC64LE] Generate correct little-endian code for v16i8...
2014-06-09 Evgeniy StepanovFix test in r210472.
2014-06-09 Evgeniy Stepanov[msan] Workaround for invalid origins in shufflevector.
2014-06-09 NAKAMURA Takumillvm/test/CodeGen/X86/2014-05-29-factorial.ll: Relax...
2014-06-09 Sasa Stankovic[mips] Fix a bug for NaCl target - Don't report the...
2014-06-09 Andrea Di Biagio[X86] Avoid emitting unnecessary test instructions.
2014-06-09 Andrea Di Biagio[DAG] Expose NoSignedWrap, NoUnsignedWrap and Exact...
2014-06-09 Artyom Skrobov[AArch64] Missing aliases for CMP/CMN [W]SP with no...
2014-06-09 Zoran Jovanovic[mips][mips64r6] Add LDPC instruction
2014-06-09 Evgeniy StepanovFix line numbers for code inlined from __nodebug__...
2014-06-09 Evgeniy Stepanov[msan] Fix vector pack intrinsic handling.
2014-06-09 Matt ArsenaultR600: Add more and testcases
2014-06-09 Chad Rosier[AArch64] Fix the ordering of the accumulate operand...
2014-06-09 Chad Rosier[AArch64] When combining constant mul of power of 2...
2014-06-08 Jingyue Wu[SeparateConstOffsetFromGEP] inbounds zext => sext...
2014-06-08 Jingyue Wu[SeparateConstOffsetFromGEP] make two tests more strict
2014-06-08 Tobias GrosserScalarEvolution: Derive element size from the type...
2014-06-08 Alp TokerRevert "Do materialize for floating point"
2014-06-08 Saleem AbdulrasoolMC: fix text section characteristics for WoA
2014-06-08 Reed KotlerDo materialize for floating point
2014-06-08 Alp TokerRe-enable ARM ELF tests
2014-06-08 Saleem Abdulrasooltest: add test case for SVN r210406
2014-06-08 Saleem Abdulrasooltest: move some tests into ARM directory
2014-06-08 Saleem AbdulrasoolMC: make ELF .type handling more GNU AS compatible
2014-06-07 Alp TokerFix typos
2014-06-07 Saleem AbdulrasoolARM: correct assertion for long-calls on WoA
2014-06-07 Rafael EspindolaRevert 209903 and 210040.
2014-06-06 David BlaikieDebugInfo: Use the scope of the function declaration...
2014-06-06 David BlaikieDebugInfo: pubnames: include file-local (static or...
2014-06-06 Jingyue WuInstCombine: Canonicalize addrspacecast between differe...
2014-06-06 Saleem AbdulrasoolMC: prevent early DCE of empty sections
2014-06-06 Benjamin KramerX86: Don't turn shifts into ands if there's another...
2014-06-06 Rafael EspindolaFix a few issues with comdat handling on COFF.
2014-06-06 David BlaikieMatch the full hex offsets in test/DebugInfo/X86/gnu...
2014-06-06 David BlaikieRemove DWARF3 testing of test/DebugInfo/X86/gnu-public...
2014-06-06 Filipe CabecinhasFixed a bug in lowering shuffle_vectors to insertps
2014-06-06 Michael ZolotukhinFix typo in a test from r210342.
2014-06-06 Michael Zolotukhin[SLP] Enable vectorization of GEP expressions.
2014-06-06 Bill Schmidt[PPC64LE] Fix lowering of BUILD_VECTOR and SHUFFLE_VECT...
2014-06-06 Iain Sandoelld test for configure & make
2014-06-06 Timur IskhodzhanovRevert r210298 'Correctly set the comdat symbol on...
2014-06-06 Simon Atanasyan[yaml2obj][obj2yaml] Support ELF symbol's visibility...
2014-06-06 Dinesh DwivediAdded select flavour for ABS and NEG(ABS)
2014-06-06 Karthik BhatFix PR19657 (scalar loads not combined into vector...
2014-06-06 Rafael EspindolaAllow aliases to be unnamed_addr.
2014-06-05 Rafael EspindolaCorrectly set the comdat symbol on COFF.
2014-06-05 Bill Schmidt[PPC64LE] Add test case for r210282 commit
2014-06-05 Jingyue WuFixed several correctness issues in SeparateConstOffset...
2014-06-05 Tom RoederAdding explicit triples to the ARM jumptable tests
2014-06-05 Rafael EspindolaAdd a testcase where there is an overflow when combinin...
2014-06-05 Kevin EnderbyAdd "-format darwin" to llvm-nm to be like darwin's...
2014-06-05 Tom RoederAdd a new attribute called 'jumptable' that creates...
2014-06-05 Evgeniy Stepanov[asancov] Fix coverage line info some more.
2014-06-05 Ulrich WeigandXFAIL: test/DebugInfo/missing-abstract-variable.ll...
2014-06-05 Sasa Stankovic[mips] Modify long branch for NaCl:
2014-06-05 Sasa StankovicPrevent hoisting the instruction whose def might be...
2014-06-05 Matheus Almeida[mips] Fix triple.
2014-06-05 Matt ArsenaultR600: Fix test. Using wrong check prefix.
2014-06-05 Nick LewyckyFix coverage for files with global constructors again...
2014-06-05 David BlaikiePR19388: DebugInfo: Emit dead arguments in their origin...
2014-06-05 Alexey SamsonovUse AArch64 instead of now removed ARM64 in test configs
2014-06-05 Matt ArsenaultR600/SI: Match rsq instructions
2014-06-04 David BlaikieDebugInfo: Reapply r209984 (reverted in r210143), asser...
2014-06-04 Hans WennborgDon't emit structors for available_externally globals...
2014-06-04 David BlaikieXFAIL: test/DebugInfo/missing-abstract-variable.ll...
2014-06-04 Rafael Espindola InstCombine: Improvement to check if signed addition...
next