oota-llvm.git
2008-02-27 Gabor GreifRemove inappropriate whitespace, change CVS to SVN...
2008-02-27 Duncan SandsLegalizeTypes support for legalizing the mask
2008-02-27 Duncan SandsLegalizeTypes support for INSERT_VECTOR_ELT.
2008-02-27 Evan ChengDon't track max alignment during stack object allocatio...
2008-02-27 Duncan SandsSupport for legalizing MEMBARRIER.
2008-02-27 Bill WendlingFinal de-tabification.
2008-02-27 Chris LattnerAdd path separator support, patch by Sam Bishop.
2008-02-27 Chris LattnerMake X86TargetLowering::LowerSINT_TO_FP return without...
2008-02-27 Chris Lattnerthis code is correct but strange looking ;-)
2008-02-27 Chris LattnerCompile x86-64-and-mask.ll into:
2008-02-27 Evan ChengSpiller now remove unused spill slots.
2008-02-27 Dan GohmanTeach Legalize how to expand an EXTRACT_ELEMENT.
2008-02-27 Dan GohmanConvert the last remaining users of the non-APInt form of
2008-02-27 Devang PatelAdd comment.
2008-02-27 Chris Lattneradd a note
2008-02-27 Dan GohmanConvert SimplifyDemandedMask and ShrinkDemandedConstant...
2008-02-26 Bill WendlingUpgrade testcase.
2008-02-26 Devang Patelregenerate.
2008-02-26 Devang PatelAdd assert.
2008-02-26 Owen AndersonAdd PR number to testcase.
2008-02-26 Owen AndersonFix an issue where GVN had the sizes of the two memcpy...
2008-02-26 Devang PatelAdd assert to check return type.
2008-02-26 Arnold SchwaighoferRefactor according to Evan's and Anton's suggestions.
2008-02-26 Devang Patelregenerate
2008-02-26 Devang PatelRemove unncessary ReturnInst constructors.
2008-02-26 Chris LattnerUse a smallvector for inactiveCounts and initialize...
2008-02-26 Bill WendlingRename PrintableName to Name.
2008-02-26 Anton KorobeynikovUpdate per review. Patch by Mikhail Glushenkov!
2008-02-26 Bill WendlingChange "Name" to "AsmName" in the target register info...
2008-02-26 Evan ChengEnable -coalescer-commute-instrs by default.
2008-02-26 Gabor GreifDo not treat Lexer.cpp as a generated file any more...
2008-02-26 Nick Kledzikfirst commit of new LTO system. It is not hooked up...
2008-02-26 Devang PatelUse SmallVector while constructing ReturnInst.
2008-02-26 Devang PatelAvoid const_casts
2008-02-26 Gabor Greiffix http://llvm.org/bugs/show_bug.cgi?id=2097
2008-02-26 Devang PatelRemove unnecessary getOperand/setOperand overriders.
2008-02-26 Dan GohmanAvoid aborting on invalid shift counts.
2008-02-26 Devang PatelUnify to ReturnInst::init() member functions.
2008-02-26 Eli FriedmanFix for pr2093: direct operands aren't necessarily...
2008-02-26 Chris Lattnerfix this test so that the fn name doesn't match the...
2008-02-26 Devang PatelOptimize most common case by using single RetVal in...
2008-02-26 Arnold SchwaighoferCorrect function comments.
2008-02-26 Chris LattnerFix PR2096, a regression introduced with my patch last...
2008-02-26 Gabor GreifReally feed llvm-as with the testcase, do not let it...
2008-02-26 Gabor Greifunbreak check-one
2008-02-26 Gabor GreifWhile hunting for two hanging tests,
2008-02-26 Duncan SandsFix a nasty bug in LegalizeTypes (spotted in
2008-02-26 Bill WendlingDe-tabify
2008-02-26 Bill WendlingDe-tabify.
2008-02-26 Bill WendlingDe-tabify.
2008-02-26 Bill WendlingDetabify
2008-02-26 Bill WendlingDetabify.
2008-02-26 Bill WendlingDe-tabify.
2008-02-26 Arnold SchwaighoferAdd support for intermodule tail calls on x86/32bit...
2008-02-26 Arnold SchwaighoferChange the lowering of arguments for tail call optimized
2008-02-26 Evan ChengThis is possible:
2008-02-26 Chris LattnerFix isNegatibleForFree to not return true for ConstantF...
2008-02-26 Evan ChengFix PR2076. CodeGenPrepare now sinks address computatio...
2008-02-26 Evan ChengRefactor inline asm constraint matching code out of...
2008-02-26 Devang PatelRemove debugging help.
2008-02-26 Nick Kledziktest svn commit capability
2008-02-26 Devang PatelUpdate bitcode reader and writer to handle multiple...
2008-02-26 Devang PatelPass const vectors by reference.
2008-02-25 Eli FriedmanAdd missing include (for ptrdiff_t).
2008-02-25 Dan GohmanRevert the assert for MUL_LOHI with an unused high...
2008-02-25 Andrew Lenharthwhen making bytecode modules, link as library
2008-02-25 Dale JohannesenRevise previous patch per review.
2008-02-25 Dan GohmanFactor the assert for indexed loads/stores out of LoadS...
2008-02-25 Dan GohmanAdd an assert to verify that we don't see an
2008-02-25 Dan GohmanRemove the hack that turned an {S,U}MUL_LOHI with an...
2008-02-25 Dan GohmanMake some static variables const.
2008-02-25 Chris Lattneradd an assertion to catch a null PATypeHolder, patch...
2008-02-25 Dan GohmanConvert MaskedValueIsZero and all its users to use...
2008-02-25 Chris Lattneradd LSBaseSDNode::getOffset at Dan's request.
2008-02-25 Evan ChengAll remat'ed loads cannot be folded into two-address...
2008-02-25 Chris Lattnerprune #includes, fit in 80 cols.
2008-02-25 Chris Lattnermake this self contained.
2008-02-25 Dale JohannesenExpand removal of MMX memory copies to allow 1 level
2008-02-25 Dan GohmanAdd a new method to SDNode/SDOperand named getValueSize...
2008-02-25 Duncan SandsIn debug builds check that the key property holds: all
2008-02-25 Evan ChengCorrectly determine whether a argument load can be...
2008-02-25 Owen AndersonFix an issue where GVN was performing the return slot...
2008-02-25 Evan ChengTemporarily reverting 46959.
2008-02-25 Owen AndersonFix an issue where GVN would try to use an instruction...
2008-02-24 Duncan SandsAdd support to LegalizeTypes for building legal vectors
2008-02-24 Bill WendlingSome platforms use the same name for 32-bit and 64...
2008-02-23 Evan ChengBacking out r47521 for now. This has broken a number...
2008-02-23 Scott MichelMerge current work back to tree to minimize diffs and...
2008-02-23 Zhou ShengTestcase for Revision 47478.
2008-02-23 Evan ChengRematerialization logic was overly conservative when...
2008-02-23 Evan ChengUpdate test.
2008-02-23 Evan ChengIf remating a machine instr with virtual register opera...
2008-02-23 Evan ChengRemat of pic loads are now on by default.
2008-02-23 Evan ChengTurning on remat of pic loads.
2008-02-23 Dan GohmanFix a bug that caused opt and other tools to silently...
2008-02-23 Evan ChengNo need recognize load from a fixed argument slot as...
2008-02-23 Devang PatelProperly read and write bitcodes for multiple return...
2008-02-23 Evan ChengRecognize loads of arguments as re-materializable first...
2008-02-23 Devang PatelRegenerate.
2008-02-23 Devang PatelUse isa check instead of getTypeID() check.
next