Finishing initial docs for all transformations in Passes.html.
[oota-llvm.git] / test /
2007-11-04 Duncan SandsChange uses of getTypeSize to getABITypeSize, getTypeSt...
2007-11-04 Chris LattnerFix PR1763 by allowing the 'q' constraint to work with...
2007-11-03 Evan ChengThere are times when the coalescer would not coalesce...
2007-11-02 Evan ChengAdd run line.
2007-11-02 Evan ChengOne more extract_subreg coalescing bug.
2007-11-02 Evan ChengMissing a getNumOperands check.
2007-11-01 Owen AndersonFix test/Transforms/DeadStoreElimination/PartialStore...
2007-11-01 Dale JohannesenTest that expand_vector_elt(v2i64) works in 32-bit...
2007-11-01 Chris LattnerFix InstCombine/2007-10-31-StringCrash.ll by removing...
2007-11-01 Chris LattnerFix InstCombine/2007-10-31-RangeCrash.ll
2007-10-30 Devang PatelNew test.
2007-10-30 Evan ChengIt's not safe to tell SplitCriticalEdge to merge identi...
2007-10-30 Dan GohmanAdd support for folding binary operators with vector...
2007-10-29 Evan Cheng- Bug fixes.
2007-10-29 Dan GohmanFix a DAGCombiner abort on a bitcast from a scalar...
2007-10-29 Evan ChengEnable more fold (sext (load x)) -> (sext (truncate...
2007-10-29 Chris Lattnerupdate testcase
2007-10-29 Chris LattnerModel stacksave and stackrestore as both writing memory...
2007-10-29 Chris LattnerAdd support for the x86-64 'q' regigster modifier,...
2007-10-29 Chris LattnerFix PR1749 and InstCombine/2007-10-28-EmptyField.ll...
2007-10-29 Chris LattnerFix PR1752 and LoopSimplify/2007-10-28-InvokeCrash...
2007-10-26 Bill WendlingTest to make sure that if we have an unaligned memcpy...
2007-10-26 Bill WendlingOn second thought. Remove this as it should never be...
2007-10-26 Bill Wendling- Remove the hacky code that forces a memcpy. Alignment...
2007-10-26 Evan ChengLoosen up iv reuse to allow reuse of the same stride...
2007-10-25 Evan ChengIf a loop termination compare instruction is the only...
2007-10-25 Owen AndersonFix for PR1741.
2007-10-25 Dale JohannesenTestcase for PR 1397.
2007-10-24 Dale JohannesenThis was failing on Darwin, which defaults to PIC;
2007-10-24 Chris LattnerImplement a couple of foldings for ordered and unordere...
2007-10-23 Bill WendlingIf there's an unaligned memcpy to/from the stack, don...
2007-10-23 Chris Lattnernew testcase
2007-10-23 Chris Lattnerllvm/test programs should not be execution programs...
2007-10-23 Evan ChengTemporary solution: added a different set of BCTRL_Mach...
2007-10-22 Evan ChengFix memcpy lowering when addresses are 4-byte aligned...
2007-10-22 Dan GohmanStrength reduction improvements.
2007-10-22 Dan GohmanFix the folding of multiplication into addresses on...
2007-10-22 Evan ChengUse ptr type in the immediate field of a BxA instructio...
2007-10-19 Evan ChengNew test case.
2007-10-19 Bill WendlingDon't branch fold inline asm statements.
2007-10-19 Bill WendlingRemoved "-arch i386" by popular demand...
2007-10-19 Bill WendlingNow with RUN line!
2007-10-19 Bill WendlingRemove the Foundation.h file because not everyone has...
2007-10-19 Devang PatelThis test now passes.
2007-10-19 Rafael EspindolaTest byval with a 8 bit aligned struct
2007-10-19 Rafael EspindolaAdd support for byval function whose argument is not...
2007-10-19 Devang PatelNew test.
2007-10-18 Chris LattnerFix PR1735 and Transforms/DeadArgElim/2007-10-18-Vararg...
2007-10-18 Bill WendlingFix the command line.
2007-10-18 Devang PatelFix test.
2007-10-18 Bill WendlingPointer arithmetic should be done with the index the...
2007-10-18 Evan ChengReally fix PR1734. Carefully track which register uses...
2007-10-18 Devang PatelXFAIL for now.
2007-10-17 Bill WendlingTest to make sure we don't generate unwind info for...
2007-10-17 Devang PatelDo not raise free() call that is called through invoke...
2007-10-17 Dan GohmanAdd support for ISD::SELECT in SplitVectorOp.
2007-10-17 Devang PatelApply "Instead of loading small c string constant,...
2007-10-17 Evan ChengYet another test case for extract_subreg coalescing...
2007-10-16 Evan ChengFix PR1734.
2007-10-16 Dale JohannesenNew test for svn rev 43033, radar 5538745.
2007-10-16 Chris LattnerFix a bug handling frame references in ppc inline asm...
2007-10-15 Evan ChengLowerFP_TO_SINT must not create a stack object if it...
2007-10-15 Dan GohmanReapply the fix in 42908 for this file. This changes...
2007-10-15 Evan ChengFix PR1729: watch out for val# with no def.
2007-10-15 Tanya LattnerFix run line.
2007-10-15 Devang PatelNew test.
2007-10-14 Evan ChengNew test case.
2007-10-14 Evan ChengRevert 42908 for now.
2007-10-13 Chris Lattnernew testcase
2007-10-13 Evan ChengFix test case.
2007-10-13 Evan ChengNew tests.
2007-10-12 Dan GohmanFix this test to not depend on the assembly output...
2007-10-12 Chris LattnerFix a bug in my patch last night that broke InstCombine...
2007-10-12 Dan GohmanChange the names used for internal labels to use the...
2007-10-12 Evan ChengDoh.
2007-10-12 Evan ChengEXTRACT_SUBREG test case.
2007-10-12 Arnold SchwaighoferAdded missing -march=x86 flag.
2007-10-12 Chris Lattnertestcase for PR1728
2007-10-12 Dan GohmanAdd intrinsics for sin, cos, and pow. These use llvm_an...
2007-10-11 Dan GohmanAdd an explicit target triple to make this test behave...
2007-10-11 Arnold SchwaighoferAdded tail call optimization to the x86 back end. It...
2007-10-11 Devang PatelLower memcpy if it makes sense.
2007-10-09 Dan GohmanThese two tests now require only two multiply instructions,
2007-10-08 Evan ChengUpdate test.
2007-10-08 Dan GohmanThese two tests now require only three multiply instruc...
2007-10-08 Gordon HenriksenC and Objective Caml bindings for PHINode::addIncoming...
2007-10-08 Gordon HenriksenC and Objective Caml bindings for getFunction and getNa...
2007-10-07 Gordon HenriksenC and Objective Caml bindings for GlobalVariable::isCon...
2007-10-07 Gordon HenriksenC and Objective Caml bindings for PATypeHolder.
2007-10-06 Gordon HenriksenBindings for the verifier.
2007-10-06 Gordon HenriksenAdopting a uniform naming convention for type construct...
2007-10-06 Gordon HenriksenAdopting a uniform naming convention for constant const...
2007-10-06 Gordon HenriksenAdding C and Ocaml bindings for ConstantExpr.
2007-10-06 Dale JohannesenMake test work on non-x86 hosts.
2007-10-05 Evan ChengTest case for 3-address conversion.
2007-10-05 Evan ChengEnable convertToThreeAddress for X86 by default.
2007-10-05 Devang PatelFix bug in updating dominance frontier after loop
2007-10-05 Dale JohannesenFirst round of ppc long double. call/return and
2007-10-05 Evan ChengNew test case.
2007-10-04 Bill WendlingSupport Objective C++ too.
next