Rework braindead conditionals I put in yesterday.
[oota-llvm.git] / test /
2010-08-24 Michael J. SpencerFix COFF x86-64 relocations. PR7960.
2010-08-24 Dan GohmanXFAIL this on mingw, following remove_arguments_test.ll.
2010-08-24 Dan GohmanAdd a testcase for basic bugpointing in the presence...
2010-08-24 Daniel DunbarMC/X86: Tweak imul recognition, previous hack only...
2010-08-24 Daniel DunbarMC/X86: Add custom hack for recognizing "imul $12,...
2010-08-24 Daniel DunbarMC/AsmParser: Change ParseExpression to use ParseIdenti...
2010-08-24 Daniel DunbarMC/X86: Warn on scale factors > 1 without index registe...
2010-08-24 Daniel DunbarMC/Parser: Accept leading dollar signs in identifiers.
2010-08-24 Dan GohmanFix X86's isLegalAddressingMode to recognize that stati...
2010-08-24 Kalle RaiskilaFix SPU BE to use all the available return registers.
2010-08-24 Dan GohmanExtend function-local metadata to be usable as attachments.
2010-08-24 Chris Lattnerfix rdar://7997827 - Accept and ignore LL and ULL suffi...
2010-08-23 Mikhail Glushenkovllvmc: Make syntax more consistent.
2010-08-23 Chris LattnerAdd a new llvm.x86.int intrinsic, allowing access to the
2010-08-23 Chandler CarruthTry to escape the '$'s in these so they reach the under...
2010-08-21 Dan GohmanFix x86 fast-isel's cmp+branch folding to avoid folding...
2010-08-20 Bob WilsonReplace some NEON vmovl intrinsic that I missed earlier.
2010-08-20 Bill WendlingCreate the new linker type "linker_private_weak_def_auto".
2010-08-20 Dale JohannesenTest should pass on non-Darwin x86.
2010-08-20 Dale JohannesenDon't run test on PPC darwin.
2010-08-20 Owen AndersonRe-apply r111568 with a fix for the clang self-host.
2010-08-20 Erick TryzelaarFix vmcore.ml test.
2010-08-20 Mikhail Glushenkovllvmc: Fix alias generation.
2010-08-20 Dan GohmanConvert DbgInfoPrinter to use errs() instead of outs().
2010-08-20 Erick TryzelaarFix the running of ocaml tests.
2010-08-20 Erick TryzelaarExpose LLVMSetOperand and LLVMGetNumOperands to llvm...
2010-08-20 Bob WilsonFix some Ocaml tests: the %t substitution now returns...
2010-08-20 Bob WilsonThe %ocamlopt setting has embedded quotes. Copy the...
2010-08-20 Benjamin KramerUpdate LLVMC tests for r111620.
2010-08-20 Bob WilsonReplace the arm.neon.vmovls and vmovlu intrinsics with...
2010-08-19 Owen AndersonPrevious revert failed to remove this file.
2010-08-19 Owen AndersonRevert r111568 to unbreak clang self-host.
2010-08-19 Owen AndersonWhen a set of bitmask operations, typically from a...
2010-08-19 Evan ChengIt's possible to sink a def if its local uses are PHI's.
2010-08-19 Daniel Dunbartests: Haste makes waste.
2010-08-19 Daniel Dunbartests: Ignore whitespace in llvm_supports_binding(...
2010-08-19 Kenneth UildriksFixed and reactivated a partial specialization test
2010-08-19 Chris Lattnerfix PR7465, mishandling of lcall and ljmp: intersegment...
2010-08-19 Dale JohannesenTestcase for llvm-gcc checkin 111482.
2010-08-18 Chris Lattnerrefix PR1143 by making basicaa analyze zexts of indices...
2010-08-18 Dan GohmanAdd a testcase to verify that commands don't crash...
2010-08-18 Dan GohmanWhen sending stats output to stdout for grepping, don...
2010-08-18 Dan GohmanWhen sending stats output to stdout for grepping, don...
2010-08-18 Daniel DunbarMC/ELF: Allow null values in virtual sections, ELF...
2010-08-18 Kalle RaiskilaFix a bug with insertelement on SPU.
2010-08-18 Kalle RaiskilaRemove all traces of v2[i,f]32 on SPU.
2010-08-18 Kalle RaiskilaChange SPU C calling convention to match that described in
2010-08-18 Chris Lattnerfix a buggy test
2010-08-18 Chris Lattnerfix PR7589: In brief:
2010-08-18 Chris Lattnerfilecheckize and detrivialize.
2010-08-18 Chris LattnerFix PR7755: knowing something about an inval for a...
2010-08-18 Bob WilsonExpand ZERO_EXTEND operations for NEON vector types.
2010-08-17 Eric ChristopherTemporarily revert r110987 as it's causing some miscomp...
2010-08-17 Dan GohmanTweak IVUsers' concept of "interesting" to exclude...
2010-08-17 Evan ChengAdd nounwind.
2010-08-17 Dale JohannesenMake fast scheduler handle asm clobbers correctly.
2010-08-17 Anton KorobeynikovAdd some win64 coff goodness.
2010-08-17 Dan GohmanWhen rotating loops, put the original header at the...
2010-08-17 Bob WilsonChange ARM PKHTB and PKHBT instructions to use a shift_...
2010-08-17 Bob WilsonAllow more cases of undef shuffle indices and add tests...
2010-08-17 Evan ChengPHI elimination should not break back edge. It can...
2010-08-16 Bob WilsonAdd a testcase for svn 111208.
2010-08-16 Bob WilsonGeneralize a pattern for PKHTB: an SRL of 16-31 bits...
2010-08-16 Bob WilsonConvert test to FileCheck.
2010-08-16 Bob WilsonConvert a test to use FileCheck.
2010-08-16 Dan GohmanInstead, teach SimplifyCFG to trim non-address-taken...
2010-08-16 Dan GohmanRevert r111058, the lint check for indirectbr successor...
2010-08-15 Benjamin KramerTest expects SSE, give him SSE.
2010-08-15 Benjamin KramerRestore arch on these test, they fail on arm.
2010-08-15 Dale JohannesenMark as XFAIL on darwin 8. PR 7886.
2010-08-15 Mikhail GlushenkovUpdate tests.
2010-08-14 Dan GohmanLoopSimplify shouldn't split loop backedges that use...
2010-08-14 Dan GohmanTeach SimplifyCFG how to simplify indirectbr instructions.
2010-08-13 Dan GohmanAdd a lint check for an indirectbr destination which...
2010-08-13 Bob WilsonAdd a Thumb2 t2RSBrr instruction for disassembly only.
2010-08-13 Bob WilsonTemporarily disable tail calls on ARM to work around...
2010-08-13 Bob WilsonMove the Thumb2 SSAT and USAT optional shift operator...
2010-08-13 Dale JohannesenRevert 110491. While not wrong, it was based on a
2010-08-13 Mikhail GlushenkovOne more XFAIL.
2010-08-13 Mikhail GlushenkovMore XFAILs.
2010-08-13 Mikhail GlushenkovAdd an XFAIL.
2010-08-13 Mikhail GlushenkovRemove -fexceptions from llvmc tests.
2010-08-13 Mikhail Glushenkovllvmc: fix two tests, remove XFAILs.
2010-08-13 Nate BegemanReapply this transformation now that it is passing...
2010-08-12 Chris Lattnerfix PR7876: If ipsccp decides that a function's address...
2010-08-12 Johnny ChenCleaned up the for-disassembly-only entries in the...
2010-08-12 Bruno Cardoso Lopes- Teach SSEDomainFix to switch between different levels...
2010-08-12 Bob WilsonAdd a test for llvm-gcc svn 110632.
2010-08-12 Eric ChristopherTemporarily revert 110737 and 110734, they were causing...
2010-08-12 Bruno Cardoso LopesBegin to support some vector operations for AVX 256...
2010-08-12 Johnny ChenThe autogened decoder was confusing the ARM STRBT for...
2010-08-12 Daniel DunbarMC/X86/AsmParser: Give an explicit error message when...
2010-08-12 Devang PatelThis is x86 only test.
2010-08-11 Johnny ChenChanged the format of DMBsy, DSBsy, and friends from...
2010-08-11 Bob WilsonMove the ARM SSAT and USAT optional shift amount operan...
2010-08-11 Bruno Cardoso LopesAdd testcases for all AVX 256-bit intrinsics added...
2010-08-11 Bruno Cardoso LopesReapply r109881 using a more strict command line for...
2010-08-11 Jim Grosbachfix silly typo
2010-08-11 Jim GrosbachAdd a target triple, as the runtime library invocation...
2010-08-11 Evan ChengFix test and re-enable it.
next