CMake: Support for building 32 bit mode libs and binaries on
[oota-llvm.git] / test /
2008-11-03 Dan GohmanThe ANDMask node folds to a constant, and isn't the...
2008-11-03 Devang PatelIgnore conditions that are outside the loop.
2008-11-03 Devang PatelTurn floating point IVs into integer IVs where possible.
2008-11-03 Dan GohmanChange how extended types are represented in MVTs....
2008-11-03 Anton KorobeynikovTestcase for recent llvm-gcc fix
2008-11-03 Duncan SandsMake VAARG work with x86 long double (which is
2008-11-03 Nick LewyckyDon't crash analyzing certain quadratics (addrec of...
2008-11-02 Nick LewyckyChanges from Duncan's review:
2008-11-02 Anton KorobeynikovTestcase for PR2691
2008-11-02 Nick LewyckyAdd a new MergeFunctions pass. It finds identical funct...
2008-11-02 Nick LewyckyFix demanded bits analysis with srem by negative number...
2008-11-02 Dan GohmanFix this recently moved code to use the correct type...
2008-10-31 Anton KorobeynikovTestcase for PR2613
2008-10-31 Duncan SandsAdd a bunch of libcalls for ppcf128 that were somehow
2008-10-31 Dan GohmanUse MOVSSmr instead of EXTRACTPSmr in the case of extra...
2008-10-30 Duncan SandsTestcase for PR2987.
2008-10-30 Dan GohmanCanonicalize sext(i1) to i1?-1:0, and update various...
2008-10-30 Duncan SandsTestcase for PR2986.
2008-10-30 Daniel DunbarAdd InlineCost class for represent the estimated cost...
2008-10-30 Scott MichelResolve bug 2947: vararg-marked functions must spill...
2008-10-29 Chris Lattneradd testcase for PR2964
2008-10-29 Duncan SandsTestcase for PR2917.
2008-10-29 Chris LattnerFix PR2967 by not deleting volatile load/stores that...
2008-10-29 Duncan SandsMake the declaration of bzero match size_t on
2008-10-29 Duncan SandsFix PR2977: LegalizeTypes support for expanding
2008-10-29 Evan Cheng- More pre-split fixes: spill slot live interval comput...
2008-10-28 Dan Gohman(A & sext(C)) | (B & ~sext(C) -> C ? A : B
2008-10-28 Duncan SandsFix darwin ppc llvm-gcc build breakage: intercept
2008-10-28 Duncan SandsTurn off LegalizeTypes for this test for the
2008-10-28 Duncan SandsFix a testcase provided by Bill in which the node
2008-10-28 Chris LattnerFix a nasty miscompilation of 176.gcc on linux/x86...
2008-10-28 Evan ChengAvoid putting a split past the end of the live range...
2008-10-27 Evan ChengRemove val# defined by a remat'ed def that is now dead.
2008-10-27 Chris Lattnerrename vec_spat -> vec_splat, pointed out by duncan
2008-10-27 Duncan SandsTurn on LegalizeTypes, the new type legalization
2008-10-27 Evan ChengFor now, don't split live intervals around x87 stack...
2008-10-27 Chris Lattnerno need to print output
2008-10-26 Chris Lattnerremove eh output from this test.
2008-10-26 Evan ChengDo not shrink wrap live interval in a mbb if it's livei...
2008-10-25 Evan ChengHandle cases where there aren't uses in the barrier...
2008-10-25 Gordon HenriksenRelated to PR2911, reject as invalid non-pointer GC...
2008-10-25 Evan ChengIf val# def is ~0U, meaning it's defined by a PHI,...
2008-10-24 Dale JohannesenBe kind to non-x86 hosts.
2008-10-24 Duncan SandsFix translateX86CC: if SetCCOpcode is SETULE and
2008-10-24 Nick LewyckyDon't try to create a mask when we don't need one....
2008-10-24 Evan ChengAvoid splitting an interval multiple times; avoid split...
2008-10-23 Chris Lattnermake this test not depend on how the system header...
2008-10-22 Gordon Henriksen[PR2886] Ignore stderr from ocamlc since it prints...
2008-10-22 Chris LattnerFix PR2907 by digging through constant expressions...
2008-10-21 Dan GohmanFix SelectionDAGBuild lowering of Select instructions to
2008-10-21 Torok EdwinFix make check on Solaris 10/x86: the default grep...
2008-10-21 Chris Lattnerreally fix run line
2008-10-21 Chris Lattnerfix run line
2008-10-21 Chris Lattnerremove some unneeded eh generation
2008-10-21 Dan GohmanDon't create TargetGlobalAddress nodes with offsets...
2008-10-21 Dan GohmanOptimized FCMP_OEQ and FCMP_UNE for x86.
2008-10-21 Dan GohmanWhen the coalescer is doing rematerializing, have it...
2008-10-21 Chris LattnerFix gcc.c-torture/compile/920520-1.c by inserting bitco...
2008-10-18 Chris LattnerReapply r57699 with a fix to not crash on asms with...
2008-10-18 Dan GohmanTeach DAGCombine to fold constant offsets into GlobalAd...
2008-10-18 Dan GohmanRevert r57699. It's causing regressions in
2008-10-17 Evan ChengFix PR2898. Spiller delete a store for reuse before...
2008-10-17 Bill WendlingThe Dwarf writer was comparing mangled and unmangled...
2008-10-17 Chris LattnerFix a bug where the x86 backend would reject 64-bit...
2008-10-17 Chris LattnerFix PR2356 on PowerPC: if we have an input and output...
2008-10-17 Chris Lattnerremove an xfailed test.
2008-10-17 Chris Lattnerremove this test: it is xfailed anyway, and is failing...
2008-10-17 Evan ChengFix a very subtle spiller bug: UpdateKills should not...
2008-10-17 Dan GohmanFun x86 encoding tricks: when adding an immediate value...
2008-10-17 Dan GohmanDefine patterns for shld and shrd that match immediate
2008-10-16 Dan GohmanFix this test so it actually runs the grep lines.
2008-10-16 Duncan SandsTestcase for PR2762.
2008-10-16 Chris Lattnerapply Eli's patch for PR2165 and provide a testcase.
2008-10-15 Dan GohmanTeach instcombine's visitLoad to scan back several...
2008-10-15 Duncan SandsTestcase for PR2894.
2008-10-15 Anton KorobeynikovAdd global variable to test for consistency
2008-10-15 Anton KorobeynikovThis is not failing anymore
2008-10-15 Bill WendlingTestcase for PR1638.
2008-10-15 Chris LattnerFix the .ll grammar rules to allow any type before...
2008-10-15 Evan Cheng- Add target lowering hooks that specify which setcc...
2008-10-14 Daniel DunbarPrevent assert when using '"' in names (via hexadecimal).
2008-10-14 Evan ChengCombine (fcmp cc0 x, y) | (fcmp cc1 x, y) into a single...
2008-10-14 Evan Cheng- Somehow I forgot about one / une.
2008-10-14 Evan ChengOptimize anding of two fcmp into a single fcmp if the...
2008-10-14 Chris Lattnernew testcase for PR2797
2008-10-13 Dan GohmanWhen doing the very-late shift-and address-mode optimiz...
2008-10-13 Duncan SandsDon't barf on 32 bit platforms if llvm-gcc is
2008-10-13 Evan ChengFIX PR2794. Make sure SIGN_EXTEND_INREG nodes introduce...
2008-10-13 Evan ChengAlso update sub-register intervals after a trivial...
2008-10-13 Evan ChengAdd a test case for _Complex passed as a FCA.
2008-10-12 Dale JohannesenRemove "long" variants so these will pass on a 64-bit...
2008-10-11 Chris LattnerFix PR2697 by rewriting the '(X / pos) op neg' logic...
2008-10-11 Chris LattnerChange CALLSEQ_BEGIN and CALLSEQ_END to take TargetCons...
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...
next