oota-llvm.git
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.
2008-02-23 Ted KremenekFixed buffer overflow reported by Argiris Kirtzidis.
2008-02-23 Devang PatelRemove unnecessary "inline" keywords.
2008-02-23 Devang Patelprint getresult operand and its type directly.
2008-02-23 Evan ChengReally. Why doesn't every arch support MMX?
2008-02-23 Devang PatelUse dyn_cast instead of isa + cast.
2008-02-23 Evan ChengForgot this.
2008-02-23 Devang PatelRegenerate
2008-02-23 Devang PatelTo support multiple return values, now ret instruction...
2008-02-23 Evan ChengFix spill weight updating bug.
2008-02-22 Dale JohannesenSplit ParameterAttributes.h, putting the complicated
2008-02-22 Gordon HenriksenImproving wording.
2008-02-22 Gordon HenriksenAdding a note about IR generation to the LLVM FAQ.
2008-02-22 Evan ChengTest case for PR2082.
2008-02-22 Evan ChengSame isPhysRegAvailable bug as local register allocator.
2008-02-22 Evan ChengReally really bad local register allocator bug. On...
2008-02-22 Evan ChengAdd debugging printfs.
2008-02-22 Devang PatelRegenerate
2008-02-22 Devang PatelUse SymbolicValueRef to parse getresult operand
2008-02-22 Evan ChengRemove an invalid assertion now that there are implicit...
2008-02-22 Evan ChengMake sure reload of implicit uses are issued before...
2008-02-22 Devang PatelAdd StripDeadPrototypes pass.
2008-02-22 Dale JohannesenGenerated files for 47484.
2008-02-22 Dale JohannesenPass alignment on ByVal parameters, from FE, all
2008-02-22 Dale JohannesenMMX vectors are passed 4-byte aligned.
2008-02-22 Anton KorobeynikovAdd smart refcounting pointer class to ADT back (known...
2008-02-22 Chris Lattnerfix some bugs in tutorial, patch by Erick Tryzelaar
2008-02-22 Anton KorobeynikovUnbreak build for VC2008. Patch by Argiris Kirtzidis!
2008-02-22 Anton KorobeynikovProvide __main hooks for cygwin & mingw32
2008-02-22 Zhou ShengFixed a typo.
2008-02-22 Evan ChengAllow re-materialization of pic load (controlled by...
2008-02-22 Evan ChengEnable re-materialization of instructions which have...
2008-02-22 Chris Lattnercopy mmx values from/to memory with GPRs on x86-32
2008-02-22 Devang PatelPrint getresult instruction properly.
2008-02-22 Devang PatelPrint ret instruction that returns aggregates.
2008-02-22 Devang PatelRead and write getresult.
2008-02-22 Chris LattnerStart using GPR's to copy around mmx value instead...
2008-02-22 Chris Lattnerminor cleanups to LSBaseSDNode.
2008-02-22 Evan ChengFix compiler warning.
next