oota-llvm.git
2008-05-26 Bill WendlingA problem that's exposed when machine LICM is enabled...
2008-05-26 Nick LewyckyUse {} instead of "" in RUN lines.
2008-05-25 Nick LewyckyDon't treat values as signed when looking at loop stepp...
2008-05-25 Nick Lewycky"ret (constexpr)" can't be folded into a Constant....
2008-05-24 Owen AndersonCreate archives with the same permissions are ar.
2008-05-24 Chris LattnerFix win32 when no bison is around, PR2331, patch by...
2008-05-24 Chris LattnerAdd FreeBSD/PPC support, patch by Marcel Moolenaar!
2008-05-24 Chris LattnerFix a serious brain-o. Obviously no-one reviewed my...
2008-05-24 Chris LattnerFix PR2358 by resolving calls with undef arguments...
2008-05-24 Evan ChengEliminate x86.sse2.punpckh.qdq and x86.sse2.punpckl...
2008-05-24 Evan ChengEliminate x86.sse2.movs.d, x86.sse2.shuf.pd, x86.sse2...
2008-05-24 Duncan SandsTweak how ConstantFP80Ty constants are output
2008-05-24 Dale JohannesenPut initialized const weak objects into correct
2008-05-24 Evan ChengThis is done.
2008-05-24 Evan ChengNew loadl_pd and loadh_pd tests.
2008-05-24 Evan ChengAutoupgrade x86.sse2.loadh.pd and x86.sse2.loadl.pd.
2008-05-24 Evan ChengRemove x86.sse2.loadh.pd and x86.sse2.loadl.pd. These...
2008-05-24 Evan ChengRemove x86.sse2.loadh.pd and x86.sse2.loadl.pd. These...
2008-05-23 Dale JohannesenDocument common linkage.
2008-05-23 Evan ChengRevert 51440 as it breaks a bunch of PIC tests.
2008-05-23 Dan Gohmanlabel is a first-class type.
2008-05-23 Dan GohmanIt turns out there are only 3 non-first-class type...
2008-05-23 Dan GohmanRemove a bogus svn:mime-type property.
2008-05-23 Dan GohmanUpdate the description of first-class types to reflect...
2008-05-23 Dan GohmanDon't silently truncate array extents to 32 bits.
2008-05-23 Dale JohannesenAdd a missed CommonLinkage check.
2008-05-23 Evan ChengUse movlps / movhps to modify low / high half of 16...
2008-05-23 Dan GohmanRemove lingering references to .llx and .tr in the...
2008-05-23 Dan GohmanTidy up BasicBlock::getFirstNonPHI, and change a bunch...
2008-05-23 Dan GohmanAdd #includes to make some dependencies explicit.
2008-05-23 Dan GohmanIssue errors in several situations instead of aborting.
2008-05-23 Dan GohmanElaborate on the entry on integer vector multiplication...
2008-05-23 Evan ChengFix a duplicated pattern.
2008-05-23 Dan GohmanUse PMULDQ for v2i64 multiplies when SSE4.1 is availabl...
2008-05-23 Evan ChengNew entry.
2008-05-23 Dale JohannesenRewrite a loop to avoid using iterators pointing to
2008-05-23 Dan GohmanFix the spelling of the va_arg keyword.
2008-05-23 Dan GohmanFix another isFirstClassType that now needs to be isSin...
2008-05-23 Matthijs KooijmanReplace some weird usage of UserOp1 introduced in r4949...
2008-05-23 Matthijs KooijmanRestructure the testing documentation.
2008-05-23 Matthijs KooijmanRestucture a part of the SimplifyCFG pass and include...
2008-05-23 Matthijs KooijmanIndent fix.
2008-05-23 Nick LewyckyConstant integer vectors may also be negated.
2008-05-23 Nick LewyckyTypo.
2008-05-23 Nick LewyckyRevert X + X --> X * 2 optz'n which pessimizes heavily...
2008-05-23 Chris Lattnerwe compile multiply-by-constant into horrible code...
2008-05-23 Nick LewyckyImplement X + X for vectors.
2008-05-23 Nick LewyckyFix a recently added optimization to not crash on vectors.
2008-05-23 Dan GohmanGeneralize the new code in instcombine's ComputeNumSign...
2008-05-23 Dan GohmanMake structs and arrays first-class types, and add...
2008-05-23 Dan GohmanUse isSingleValueType instead of isFirstClassType to
2008-05-23 Bill WendlingRemove warnings about comparison between signed and...
2008-05-23 Dale JohannesenAllow for switch with no cases. Was causing fault
2008-05-23 Evan ChengBug: rcpps can only folds a load if the address is...
2008-05-23 Dan GohmanAdd more IR support for the new extractvalue and insert...
2008-05-23 Dan GohmanUse isSingleValueType instead of isFirstClassType to
2008-05-23 Dan GohmanUse isSingleValueType instead of isFirstClassType to
2008-05-23 Dale JohannesenPut const weak stuff in appropriate section on Darwin.
2008-05-23 Dale JohannesenMake LTO expect common and weak to be represented diffe...
2008-05-23 Dan GohmanUse isSingleValueType instead of isFirstClassType to
2008-05-22 Evan ChengX86CodeEmitter should not set PIC style to None at...
2008-05-22 Dan GohmanUse isSingleValueType instead of isFirstClassType to
2008-05-22 Dan GohmanAdd a polygen grammar definition for LLVM assembly...
2008-05-22 Dan GohmanRecognize the "default" keyword, which is documented...
2008-05-22 Evan ChengAdd a couple of test cases.
2008-05-22 David GreeneWhen rewriting defs and uses after spilling, don't...
2008-05-22 David GreeneDon't attempt to update SpillSlotToUsesMap for stack...
2008-05-22 Gabor Greiftransform more loops to iterator form, detabify
2008-05-22 Evan ChengAdd missing patterns.
2008-05-22 Gabor GreifSuppress warnings about missing placement delete. This...
2008-05-22 Gabor GreifRewrite operand loops to use iterators. This shrinks...
2008-05-22 Chris Lattnerfix an off-by-one error in my previous patch, don't...
2008-05-22 Chris LattnerAdd support for multiple-return values in inline asm...
2008-05-22 Chris LattnerFix PR2267, by allowing indirect outputs to be intermixed
2008-05-22 Chris Lattnertestcase for PR2267
2008-05-22 Chris LattnerFree and vaarg are not really volatile.
2008-05-22 Chris Lattnerrewrite the validity checking for memory promotion...
2008-05-22 Chris Lattnerminor edits
2008-05-22 Chris LattnerUse 'continue' to reduce nesting in this loop. No...
2008-05-21 Dan GohmanAdd a Type::isSingleValueType method. This will be...
2008-05-21 Evan ChengFix PR2343. An *interesting* coalescer bug.
2008-05-21 Bill WendlingFollow-up to the reverting of r51218. This puts the...
2008-05-21 Gabor Greifupdate a comment
2008-05-21 Gabor Greifadapt to new API
2008-05-21 Evan ChengRename -no-lazy to -disable-lazy-compilation.
2008-05-21 Nate BegemanFix a couple issues with the JIT and multiple modules:
2008-05-21 Gabor Greifresurrect lost tests by renaming them to not end with .tr
2008-05-21 Gabor Greifsuppress gcc3.4.6's <no value returned> warnings
2008-05-21 Dan GohmanWhen LSR is replacing an instruction, call
2008-05-20 Bill WendlingReverting r51218 because of breakage on PPC32.
2008-05-20 Gabor GreifEliminate questionable syntax for stdin redirection...
2008-05-20 Chris LattnerFix PR2346 by marking vaarg as volatile so that licm...
2008-05-20 Dan GohmanOops, commit the version of this test that actually...
2008-05-20 Dan GohmanPort SelectionDAG's ComputeNumSignBits-using code to...
2008-05-20 Gabor Greifsabre brings to my attention that the 'tr' suffix is...
2008-05-20 Dan GohmanPort the fix for the select operator from instcombine's
2008-05-20 Dan GohmanCode simplification.
2008-05-20 Chris LattnerClarify that and/or/xor/sdiv etc all allow vectors.
2008-05-20 Chris LattnerClarify copyright transfer when you don't own the copyr...
2008-05-20 Gabor GreifRename the last test with .llx extension to .ll, resolv...
next