[PR2886] Ignore stderr from ocamlc since it prints unresolvable warnings on some...
[oota-llvm.git] / test /
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...
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...
next