Issue the warning about being slow whenever optimization is disabled,
[oota-llvm.git] / test /
2010-07-07 Dan GohmanRemove interprocedural-basic-aa and associated code...
2010-07-07 Bruno Cardoso LopesAdd AVX SSE4.2 instructions
2010-07-07 Bruno Cardoso LopesAdd AVX SSE4.1 insertps, ptest and movntdqa instructions
2010-07-07 Bruno Cardoso LopesAdd AVX SSE4.1 extractps and pinsr instructions
2010-07-07 Bruno Cardoso LopesAdd AVX SSE4.1 Extract Integer instructions
2010-07-06 Dale JohannesenAccept RIP-relative symbols with 'i' constraint, and
2010-07-06 Bruno Cardoso LopesAdd the rest of AVX SSE4.1 packed move with sign/zero...
2010-07-06 Dale JohannesenMake test not hang waiting for input.
2010-07-06 Bruno Cardoso LopesAdd part of AVX SSE4.1 packed move with sign/zero exten...
2010-07-06 Bruno Cardoso LopesAdd AVX vblendvpd, vblendvps and vpblendvb instructions
2010-07-06 Jakob Stoklund OlesenBe more forgiving when calculating alias interference...
2010-07-06 Devang PatelFix PR7545 crash.
2010-07-06 Rafael EspindolaDon't create neon moves in CopyRegToReg. NEONMoveFixPas...
2010-07-06 Eric ChristopherRemove mistakenly added test.
2010-07-06 Eric ChristopherFix up -fstack-protector on linux to use the segment
2010-07-05 Chris Lattneranother v2f32 case, in this case showing poor codegen.
2010-07-05 Chris Lattnerfix test on non-x86 hosts.
2010-07-04 Chris LattnerJust rip v2f32 support completely out of the X86 backen...
2010-07-04 Chris Lattnerfix PR7518 - terrible codegen of <2 x float>, by only...
2010-07-03 Bruno Cardoso LopesAdd AVX SSE4.1 blend, mpsadbw and vdp
2010-07-03 Bruno Cardoso LopesAdd AVX SSE4.1 binop (some forms of packed max,min...
2010-07-03 Bruno Cardoso LopesAdd AVX SSE4.1 Horizontal Minimum and Position instruction
2010-07-03 Bruno Cardoso LopesAdd AVX SSE4.1 round instructions
2010-07-02 Bruno Cardoso Lopes- Add support for the rest of AVX SSE3 instructions
2010-07-02 Evan Cheng- Two-address pass should not assume unfolding is alway...
2010-07-02 Dale JohannesenPropagate the AlignStack bit in InlineAsm's to the
2010-07-02 Bob WilsonFix incorrect asm-printing of some NEON immediates...
2010-07-01 Dale JohannesenPrevent test from hanging waiting for input.
2010-07-01 Bob WilsonARM function alignments were off by a power of two...
2010-07-01 Bill WendlingImplement the "linker_private_weak" linkage type. This...
2010-07-01 Dan GohmanRemove context sensitivity concerns from interprocedura...
2010-07-01 Devang PatelDebugging infomration is encoded in llvm IR using metad...
2010-07-01 Bruno Cardoso LopesMove SSE3 Move patterns to a more appropriate section
2010-07-01 Bruno Cardoso LopesAdd AVX SSE3 packed addsub instructions
2010-07-01 Dan GohmanTemporarily disable on-demand fast-isel.
2010-07-01 Dan GohmanTeach fast-isel to avoid loading a value from memory...
2010-07-01 Dan GohmanEnable on-demand fast-isel.
2010-07-01 Bruno Cardoso LopesAdd AVX SSE3 replicate and convert instructions
2010-07-01 Dan GohmanTeach X86FastISel to fold constant offsets and scaled...
2010-07-01 Bruno Cardoso Lopes- Add AVX SSE2 Move doubleword and quadword instructions.
2010-07-01 Mikhail GlushenkovTest for the -filelist fix.
2010-06-30 Devang PatelRemove all debug info related named mdnodes.
2010-06-30 Bruno Cardoso LopesAdd AVX SSE2 mask creation and conditional store instru...
2010-06-30 Dan GohmanRevert the part of r107257 which introduced new logic...
2010-06-30 Bruno Cardoso LopesAdd AVX SSE2 packed integer extract/insert instructions
2010-06-30 Dan GohmanAdd a testcase for scev-aa's new capability.
2010-06-30 Bruno Cardoso LopesAdd AVX SSE2 integer unpack instructions
2010-06-30 Bruno Cardoso LopesAdd AVX SSE2 packed integer shuffle instructions
2010-06-30 Bruno Cardoso LopesAdd AVX SSE2 pack with saturation integer instructions
2010-06-30 Bruno Cardoso LopesAdd AVX SSE2 integer packed compare instructions
2010-06-30 Bruno Cardoso Lopes- Add AVX form of all SSE2 logical instructions
2010-06-30 Devang PatelAdd variables into a scope before constructing scope...
2010-06-29 Bruno Cardoso LopesAdd *several* AVX integer packed binop instructions
2010-06-29 Dan GohmanFix ScalarEvolution's tripcount computation for chains...
2010-06-29 Bruno Cardoso LopesAdd AVX ld/st XCSR register.
2010-06-29 Jakob Stoklund OlesenFix the handling of partial redefines in the fast regis...
2010-06-29 Bob WilsonFix a register scavenger crash when dealing with undefi...
2010-06-29 Bruno Cardoso LopesAdd AVX non-temporal stores
2010-06-29 Dan GohmanAdd a few more interesting testcases.
2010-06-29 Bruno Cardoso LopesAdd sqrt, rsqrt and rcp AVX instructions
2010-06-29 Rafael EspindolaAdd a VT argument to getMinimalPhysRegClass and replace...
2010-06-29 Duncan SandsLooks like this test is missing an XFAIL line.
2010-06-29 Evan ChengPR7503: uxtb16 is not available for ARMv7-M. Patch...
2010-06-29 Bob WilsonReapply my if-conversion cleanup from svn r106939 with...
2010-06-29 Dan GohmanAdd an Intraprocedural form of BasicAliasAnalysis,...
2010-06-29 Bruno Cardoso LopesDescribed the missing AVX forms of SSE2 convert instruc...
2010-06-29 Devang PatelThe comment string does not match for all targets....
2010-06-28 Bob WilsonUnlike other targets, ARM now uses BUILD_VECTORs post...
2010-06-28 Dale JohannesenRefix XTARGET. Previous attempt matches on powerpc...
2010-06-28 Dale JohannesenAttempt to fix XTARGET.
2010-06-28 Devang PatelUse DW_FORM_addr for DW_AT_entry_pc.
2010-06-28 Dale JohannesenIn asm's, output operands with matching input constraints
2010-06-28 Dan GohmanConstant fold x == undef to undef.
2010-06-28 Dan GohmanFix Value::stripPointerCasts and BasicAA to avoid troub...
2010-06-28 Devang PatelRemove this weak test.
2010-06-28 Dale JohannesenTestcase for llvm-gcc fix 107051.
2010-06-28 Jakob Stoklund OlesenDon't write temporary files in test directory
2010-06-28 Jakob Stoklund OlesenAdd a triple so test runs on Linux as well.
2010-06-28 Jakob Stoklund OlesenAdd more special treatment for inline asm in RegAllocFast.
2010-06-28 Devang PatelPreserve deleted function's local variables' debug...
2010-06-28 Devang PatelMake this test darwin specific.
2010-06-26 Chris Lattnerthis test is failing nondeterministically and blaming...
2010-06-26 Benjamin KramerFix test weirdness.
2010-06-26 Benjamin KramerFix some tests that didn't test anything.
2010-06-26 Kenneth UildriksPartial specialization test should not depend on the...
2010-06-26 Rafael EspindolaWhen splitting a VAARG, remember its alignment.
2010-06-26 Bob WilsonRevert my if-conversion cleanup since it caused a bunch...
2010-06-26 Duncan SandsFix PR7328: when turning a tail recursion into a loop...
2010-06-26 Eli FriedmanRemove bogus test.
2010-06-26 Bob WilsonClean up some problems with extra CFG edges being intro...
2010-06-26 Jakob Stoklund OlesenWhen creating X86 MUL8 and DIV8 instructions, make...
2010-06-25 Bruno Cardoso LopesAdd AVX convert CVTSS2SI{rr,rm} and CVTDQ2PS{rr,rm...
2010-06-25 Bruno Cardoso LopesReapply r106896:
2010-06-25 Daniel DunbarThumb2ITBlockPass: Fix a possible dereference of an...
2010-06-25 Bruno Cardoso Lopesrevert this now, it's using avx instead of sse :)
2010-06-25 Evan ChengChange if-conversion block size limit checks to add...
2010-06-25 Bruno Cardoso LopesAdd several AVX MOV flavors
2010-06-25 Dale JohannesenThe hasMemory argument is irrelevant to how the argument
2010-06-25 Dan Gohmanpcmpeqd and friends are Commutable.
2010-06-25 Bill Wendling- Reapply r106066 now that the bzip2 build regression...
next