Change errs() to dbgs().
[oota-llvm.git] / test /
2010-01-05 Devang PatelRemove dead debug info intrinsics.
2010-01-04 Devang PatelFix debug_inlined section entries for routines whose...
2010-01-04 Dan GohmanMake this test more portable.
2010-01-04 Devang PatelRemove oversimplified test case.
2010-01-04 Dan GohmanAdd some tests and update an existing test to reflect...
2010-01-04 Devang PatelThe test, derived from optimzed IR, does not mention...
2010-01-04 Chris LattnerTruncate GEP indexes larger than the pointer size down...
2010-01-04 Anton KorobeynikovFix invalid chain folding for memory variant of sdiv...
2010-01-04 Chris Lattnerimplement an instcombine xform needed by clang's codegen
2010-01-03 Chris Lattnerfix PR5930, allowing the asmprinter to emit difference...
2010-01-03 Chris Lattneradd PR#
2010-01-03 Chris Lattnerdifferences between two blockaddress's don't cause a
2010-01-03 Chris Lattnergeneralize the previous transformation to handle indexi...
2010-01-02 Chris Lattnerteach instcombine to optimize idioms like A[i]&42 ...
2010-01-02 Chris LattnerTeach the table lookup optimization to generate range...
2010-01-02 Nick LewyckyFix logic error in previous commit. The != case needs...
2010-01-02 Nick LewyckyOptimize pointer comparison into the typesafe form...
2010-01-02 Chris LattnerGeneralize the previous xform to handle cases where...
2010-01-02 Chris Lattnerenhance the compare/load/index optimization to work...
2010-01-02 Chris Lattnerenhance the previous optimization to work with fcmp...
2010-01-02 Chris LattnerTeach instcombine to fold compares of loads from constant
2010-01-02 Chris Lattnerremove the instcombine transformations that are inserti...
2010-01-02 Chris Lattnerallow this to work on linux hosts.
2010-01-02 Chris LattnerTeach codegen to handle:
2010-01-01 Chris Lattnerrename file.
2010-01-01 Chris Lattneradd a simple instcombine xform, simplify another one...
2010-01-01 Chris Lattnergeneralize the pointer difference optimization to handle
2010-01-01 Chris Lattnerteach instcombine to optimize pointer difference idioms...
2010-01-01 Chris Lattnerimplement the transform requested in PR5284
2010-01-01 Chris LattnerTeach codegen to lower llvm.powi to an efficient (but...
2010-01-01 Chris LattnerMake this more likely to generate a libcall.
2010-01-01 Chris Lattneradd a few trivial instcombines for llvm.powi.
2010-01-01 Chris LattnerWhen factoring multiply expressions across adds, factor...
2010-01-01 Chris Lattnertest case we alredy get right.
2009-12-31 Chris Lattnerreuse negates where possible instead of always creating...
2009-12-31 Chris Lattnerteach reassociate to factor x+x+x -> x*3. While I...
2009-12-31 Chris Lattnersimple fix for an incorrect factoring which causes a
2009-12-31 Chris Lattnermerge some more tests in.
2009-12-31 Chris Lattnerfilecheckize
2009-12-31 Chris Lattneradd some basic named MD tests.
2009-12-30 Chris Lattnerfix two bogus tests that the asmparser now rejects.
2009-12-30 Chris Lattnerreimplement insertvalue/extractvalue metadata handling...
2009-12-30 Chris Lattnerfix parsing of mdstring values.
2009-12-29 Chris LattnerEach instruction is allowed to have *multiple* different
2009-12-29 Chris LattnerDo not crash when .ll printing metadata that smells...
2009-12-29 Sanjiv GuptaExtern declaration for unordered.f32 libcall was not...
2009-12-28 Sanjiv GuptaFixed llc crash for zext (i1 -> i8) loads.
2009-12-24 Dale JohannesenTestcase for llvm-gcc checkin 92108.
2009-12-24 Chris Lattnerhandle equality memcmp of 8 bytes on x86-64 with two...
2009-12-24 Chris Lattnermove an optimization for memcmp out of simplifylibcalls...
2009-12-23 Daniel DunbarRemove an XFAIL.
2009-12-23 Mikhail GlushenkovAllow (set_option SwitchOption, true).
2009-12-23 Sanjiv GuptaReapply 91904.
2009-12-23 Sanjiv Guptadeleting empty file.
2009-12-23 Sanjiv GuptaReverting back 91904.
2009-12-23 Dale JohannesenUse more sensible type for flags in asms. PR 5570.
2009-12-23 Eric ChristopherUpdate objectsize intrinsic and associated dependencies...
2009-12-22 Anton KorobeynikovAdd testcase for PR5703
2009-12-22 Evan ChengRemove target attribute break-sse-dep. Instead, do...
2009-12-22 Sanjiv GuptaWhile converting one of the operands to a memory operan...
2009-12-22 Chris Lattnerspecify a triple to use, fixing the test on non-x86...
2009-12-22 Bob WilsonGeneralize SROA to allow the first index of a GEP to...
2009-12-22 Chris Lattnervarious cleanups, make the disassemble reject lines...
2009-12-22 Chris Lattnerrewrite the file parser for the disassembler, implement...
2009-12-22 Chris LattnerImplement PR5795 by merging duplicated return blocks...
2009-12-22 Chris Lattnerconvert to filecheck
2009-12-21 David GreeneFix a bug in !subst where TableGen would go and resubst...
2009-12-21 Daniel DunbarXFAIL these tests on powerpc, under the assumption...
2009-12-21 Chris Lattnerfix PR5837 by having SSAUpdate reuse phi nodes for the
2009-12-21 Chris Lattneradd check lines for min/max tests.
2009-12-21 Chris Lattnerreally convert this to filecheck.
2009-12-21 Chris Lattnergive instcombine some helper functions for matching...
2009-12-21 Chris Lattnerfilecheckize
2009-12-21 Chris Lattnerenhance x-(-A) -> x+A to preserve NUW/NSW.
2009-12-21 Chris LattnerOptimize all cases of "icmp (X+Cst), X" to something...
2009-12-21 Chris Lattnerconvert to filecheck
2009-12-19 Chris Lattnerfix an overly conservative caching issue that caused...
2009-12-19 Chris Lattnerfix inconsistent use of tabs
2009-12-19 Sanjiv GuptaEmit direction operand in binary insns that stores...
2009-12-19 Sanjiv GuptaTest cases for changes done in 91768.
2009-12-19 Chris Lattnerfix PR5827 by disabling the phi slicing transformation...
2009-12-18 Evan ChengIncrease opportunities to optimize (brcond (srl (and...
2009-12-18 Bob WilsonReapply 91459 with a simple fix for the problem that...
2009-12-18 Mikhail GlushenkovMake 'set_option' work with list options.
2009-12-18 Eli FriedmanOptimize icmp of null and select of two constants even...
2009-12-18 Evan ChengOn recent Intel u-arch's, folding loads into some unary...
2009-12-18 Dan GohmanTidy up this testcase and add test for tailcall optimiz...
2009-12-18 Bob WilsonHandle ARM inline asm "w" constraints with 64-bit ...
2009-12-18 Dan GohmanRemove "tail" keywords. These calls are not intended...
2009-12-18 Jakob Stoklund OlesenAdd test case for the phi reuse patch.
2009-12-18 Sean CallananInstruction fixes, added instructions, and AsmString...
2009-12-17 Eli FriedmanAllow instcombine to combine "sext(a) >u const" to...
2009-12-17 Eli FriedmanMake the ptrtoint comparison simplification work if...
2009-12-17 Eli FriedmanSlightly generalize transformation of memmove(a,a,n...
2009-12-17 Bob WilsonRe-revert 91459. It's breaking the x86_64 darwin boots...
2009-12-17 Mikhail GlushenkovAdd a 'set_option' action for use in OptionPreprocessor.
2009-12-17 Eli FriedmanAggressively flip compare constant expressions where...
2009-12-17 Evan ChengRevert this dag combine change:
2009-12-16 Daniel DunbarReapply r91459, it was only unmasking the bug, and...
2009-12-16 Daniel DunbarRevert "Reapply 91184 with fixes and an addition to...
next