Implement support for converting to string at "natural precision", and fix some
[oota-llvm.git] / test /
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...
2009-12-16 Chris Lattnerreapply my strstr optimization. I have reproduced...
2009-12-16 Nick LewyckyMake this test pass on Linux.
2009-12-16 Devang PatelXFAIL on ppc-darwin.
2009-12-16 Evan ChengRe-enable 91381 with fixes.
2009-12-16 Chris Lattnerrevert my strstr optimization, I'm told it breaks x86...
2009-12-16 Dale JohannesenDo better with physical reg operands (typically, from...
2009-12-15 Bob WilsonReapply 91184 with fixes and an addition to the testcas...
2009-12-15 Chris Lattneroptimize strstr, PR5783
2009-12-15 Mikhail GlushenkovConvert llvmc tests to FileCheck.
2009-12-15 Mikhail GlushenkovSupport hook invocation from 'append_cmd'.
2009-12-15 Kenneth UildriksFor fastcc on x86, let ECX be used as a return register...
2009-12-15 Evan ChengDisable 91381 for now. It's miscompiling ARMISelDAG2DAG...
2009-12-15 Mikhail GlushenkovValidate the generated C++ code in llvmc tests.
2009-12-15 Mikhail GlushenkovPipe 'grep' output to 'count'.
2009-12-15 Mikhail GlushenkovAllow $CALL(Hook, '$INFILE') for non-join tools.
2009-12-15 Evan ChengMake 91378 more conservative.
2009-12-15 Evan ChengUse sbb x, x to materialize carry bit in a GPR. The...
2009-12-15 Evan ChengFold (zext (and x, cst)) -> (and (zext x), cst).
2009-12-15 Evan ChengPropagate zest through logical shift.
2009-12-14 Dan GohmanFix integer cast code to handle vector types.
2009-12-14 Eric ChristopherAdd radar fixed in comment.
2009-12-14 Shantonu SenRemove empty file completely
2009-12-14 Chris Lattnerrevert r91184, because it causes a crash on a .bc file...
2009-12-14 Mikhail GlushenkovAdd a test for the 'init' option property.
2009-12-12 Evan ChengDisable r91104 for x86. It causes partial register...
2009-12-12 Benjamin KramerFix some CHECK lines which were ignored by accident.
2009-12-11 Bob WilsonRevise scalar replacement to be more flexible about...
2009-12-11 Anton KorobeynikovLower setcc branchless, if this is profitable.
2009-12-11 Dan GohmanImplement vector widening, splitting, and scalarizing...
2009-12-11 Dan GohmanChange this to the correct PR number.
2009-12-11 Dan GohmanMake getUniqueExitBlocks's precondition assert more...
2009-12-11 Dan GohmanFix the result type of SELECT nodes lowered from Select...
2009-12-11 Anton KorobeynikovHonour setHasCalls() set from isel.
2009-12-11 Evan ChengTests for 91103 and 91104.
2009-12-10 Eric ChristopherAdd a test for the fix in revision 91009.
2009-12-10 Evan ChengIt's not safe to coalesce a move where src and dst...
2009-12-10 Chris LattnerFix PR5744, a case where we were getting the pointer...
2009-12-09 Evan ChengFix test.
2009-12-09 Evan ChengOptimize splat of a scalar load into a shuffle of a...
2009-12-09 Chris Lattnerfix hte last remaining known (by me) phi translation...
2009-12-09 Chris LattnerAdd a minor optimization: if we haven't changed the...
2009-12-09 Chris Lattnerfix PR5733, a case where we'd replace an add with a...
2009-12-09 Chris Lattnermerge crash-2.ll into crash.ll
2009-12-09 Chris Lattnerthe code in GVN that tries to forward large loads to...
2009-12-09 Chris LattnerSwitch GVN and memdep to use PHITransAddr, which correc...
2009-12-09 Evan ChengTeach InferPtrAlignment to infer GV+cst alignment and...
2009-12-09 Devang PatelRemove tests that are not suitable anymore. Plus they...
next