Fix SSE4.1 roundss, roundsd. While the instructions have
[oota-llvm.git] / test /
2008-10-10 Devang PatelCheck loop exit predicate properly while eliminating...
2008-10-10 Anton KorobeynikovAdd testcase for 'r' inline asm operand
2008-10-10 Anton KorobeynikovThis does not fail anymore
2008-10-10 Anton KorobeynikovAdd sparc test for memory operand used in inline asm
2008-10-10 Anton KorobeynikovThis is not failing anymore
2008-10-09 Chris Lattnerget CodeGen/Alpha/mul128.ll to work.
2008-10-07 Dan GohmanRemove -disable-fast-isel. Use cl::boolOrDefault with...
2008-10-07 Dan GohmanAdd a testcase for i256 add. i256 isn't fully supported in
2008-10-07 Andrew Lenharth128 mul test, xfailed
2008-10-07 Anders CarlssonCertain patterns involving the "movss" instruction...
2008-10-07 Nuno Lopesadd support for running the test suite with valgrind...
2008-10-07 Andrew LenharthExpand arith on machines without carry flags
2008-10-07 Gabor Greiffix filetype suffix
2008-10-07 Chris Lattnerno need to write the output to the disk
2008-10-07 Andrew LenharthAdd test case for ADDC ADDE expansion
2008-10-06 Devang PatelFix typo, fix PR 2865.
2008-10-06 Dale JohannesenBe more precise about which conversions of NaNs
2008-10-06 Evan ChengFix PR2850 and PR2863. Only generate movddup for 128...
2008-10-06 Devang PatelRemove interfaces implemented by dead pass from the...
2008-10-06 Evan ChengThis is an objective-c test, not an objective-c++ one.
2008-10-06 Matthijs KooijmanAllow scalarrepl to treat an all-zero GEP just as bitcast.
2008-10-06 Duncan SandsActually run Obj-C++ tests if llvm-gcc supports.
2008-10-05 Chris Lattnerrewrite bswap matching to be more general, allowing...
2008-10-04 Duncan SandsIgnore loads from and stores to local memory (i.e....
2008-10-04 Nick LewyckyAllow the construction of SCEVs with SCEVCouldNotComput...
2008-10-04 Anton KorobeynikovRevert r56675 - it breaks unwinding runtime everywhere.
2008-10-04 Dan GohmanFix a bug in the local allocator's liveness computation...
2008-10-03 Devang PatelNick Lewycky's patch.
2008-10-03 Evan ChengNew test case.
2008-10-02 Dale JohannesenHandle some 64-bit atomics on x86-32, some of the time.
2008-10-02 Dan GohmanFix a think-o in isSafeToMove. This fixes it from think...
2008-10-01 Dan GohmanDisable fast-isel for this test, as it doesn't emit...
2008-10-01 Devang PatelAttributes noinline alwaysinline are incompatible
2008-10-01 Devang PatelRemove OptimizeForSize global. Use function attribute...
2008-10-01 Dan GohmanSplit this test and move it into target-specific direct...
2008-10-01 Dan Gohmannounwind-ify this test.
2008-10-01 Dan GohmanDon't leave an output file in the test directory.
2008-10-01 Bill WendlingMoved this option to the front-end.
2008-10-01 Dan GohmanUse explicit target-triples to unbreak this test on...
2008-09-30 Bill WendlingJust don't transform this memset into "bzero" if no...
2008-09-30 Bill Wendling- Initialize "--no-builtin" to "false".
2008-09-30 Evan ChengRe-apply 56835 along with header file changes.
2008-09-30 Duncan SandsRevert commit 56835 since it breaks the build.
2008-09-30 Evan ChengIf a re-materializable instruction has a register opera...
2008-09-30 Nick LewyckyFix misoptimization of: xor i1 (icmp eq (X, C1), icmp...
2008-09-29 Devang PatelSupport inreg, zext and sext as return value attributes.
2008-09-29 Evan ChengFix PR2835. Do not change the width of a volatile load.
2008-09-29 Matthijs KooijmanAdd a testcase showing that scalarrepl supports first...
2008-09-27 Evan ChengRe-apply 56683 with fixes.
2008-09-27 Devang PatelUpdate tests.
2008-09-26 Devang PatelImplement function notes as function attributes.
2008-09-26 Evan ChengImplement "punpckldq %xmm0, $xmm0" as "pshufd $0x50...
2008-09-26 Bill WendlingTemporarily reverting r56683. This is causing a failure...
2008-09-26 Evan ChengFix @llvm.frameaddress codegen. FP elimination optimiza...
2008-09-26 Evan ChengAvoid spilling EBP / RBP twice in the prologue.
2008-09-25 Evan ChengPrefer movlhps over punpcklqdq, etc. in more cases.
2008-09-25 Evan ChengWith sse3 and when the source is a load or has multiple...
2008-09-25 Dale JohannesenAccept 'inreg' attribute on x86 functions as
2008-09-24 Evan ChengFix patterns for SSE4.1 move and sign extend instructio...
2008-09-24 Dale JohannesenRemove SelectionDag early allocation of registers
2008-09-24 Evan ChengTest fp not.
2008-09-24 Evan ChengProperly handle 'm' inline asm constraints. If a GV...
2008-09-23 Duncan SandsRationalize the names of passes that print information:
2008-09-22 Evan ChengSupport x86 specific inline asm modifier 'J'.
2008-09-22 Evan ChengTest case for fp logical instructions.
2008-09-22 Arnold SchwaighoferChange the calling convention used when tail call optim...
2008-09-20 Evan ChengFix PR2808. When regalloc runs out of register, it...
2008-09-20 Evan ChengClean up the test.
2008-09-20 Evan ChengNo need to print function stubs for Mac OS X 10.5 and...
2008-09-19 Dan GohmanRefactor X86SelectConstAddr, folding it into X86SelectA...
2008-09-19 Evan ChengRe-materalized definition instructions may be dead...
2008-09-19 Duncan SandsAdd test for improvement of readonly to readnone,
2008-09-19 Duncan SandsTurn on these tests!
2008-09-19 Duncan SandsRemove the MarkModRef pass (use AddReadAttrs instead).
2008-09-19 Duncan SandsAdd a new pass AddReadAttrs which works out which functions
2008-09-19 Duncan SandsTest the callgraph directly for the missing edge.
2008-09-19 Duncan SandsTeach -callgraph to always print the callgraph (as the
2008-09-18 Devang PatelsplitLoop does not handle split condition EQ.
2008-09-17 Dale JohannesenAdd a bit to mark operands of asm's that conflict
2008-09-17 Evan ChengUnallocatable registers do not have live intervals.
2008-09-17 Devang PatelDo not hoist instruction above branch condition. The...
2008-09-17 Devang PatelDo not ignore iv uses outside the loop.
2008-09-17 Bill WendlingAdd trampoline support to PPC. GCC simply calls the...
2008-09-16 Dan GohmanFinally re-apply r46959. This is made feasible by the...
2008-09-16 Dan GohmanImprove instcombine's handling of integer min and max...
2008-09-16 Bill WendlingFix test to account for no more whitespace and that...
2008-09-16 Bill WendlingRemove space that was forgotten.`
2008-09-16 Dan GohmanFix spacing in the grep line for this test, following...
2008-09-16 Dan GohmanRe-enables the new vector select in the bitcode reader...
2008-09-15 Dan GohmanTeach ScalarEvolution to consider loop preheaders in...
2008-09-15 Dan GohmanTeach LSR to optimize away SMAX operations for tripcoun...
2008-09-15 Dan GohmanRe-enable SelectionDAG CSE for calls. It matters in...
2008-09-15 Bruno Cardoso LopesAdded testcase for bswap allegrexel intrinsic
2008-09-15 Evan ChengCorrectly update kill infos after extending a live...
2008-09-14 Dan GohmanFix WriteAsOperand to not emit a leading space characte...
2008-09-13 Duncan SandsFix PR2792: treat volatile loads as writing memory...
2008-09-12 Evan ChengOn some targets, non-move instructions can become move...
2008-09-11 Dan GohmanOn 64-bit targets, change 32-bit getelementptr indices...
2008-09-11 Dan GohmanFix a vectorshuffle instcombine bug introduced by r55995.
2008-09-11 Arnold SchwaighoferAdd indirect tail call (function pointer) examples.
next