oota-llvm.git
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.
2008-02-22 Dan GohmanFix a regression in 403.gcc and 186.crafty introduced...
2008-02-21 Devang Patelprint getresult instruction.
2008-02-21 Devang PatelUse isa<> instead of getTypeID() to check StructType.
2008-02-21 Eli FriedmanA few minor updates, removing implemented stuff and...
2008-02-21 Chris LattnerMake the clobber analysis a bit more smart: we only...
2008-02-21 Chris LattnerTreat clobber operands like early clobbers: if we have
2008-02-21 Bill WendlingClear PhysRegPartUse for the sub register as well.
2008-02-21 Bill WendlingAdjust the MaxAlignment for the special register scaven...
2008-02-21 Evan ChengHelp testing.
2008-02-21 Dan GohmanChange a C-style cast to const_cast, to avoid a -Wcast...
2008-02-21 Andrew LenharthBetter names as per Evan's request
2008-02-21 Nick LewyckySimplify this code, no functionality change.
2008-02-21 Nick LewyckyGlobalValues are Constants, remove redundant code....
2008-02-21 Tanya LattnerRemove llvm-upgrade and update tests.
2008-02-21 Chris LattnerDan implemented one multiply issue. Replace it with...
2008-02-21 Andrew LenharthAtomic op support. If any gcc test uses __sync builtin...
2008-02-21 Chris LattnerAdd support for matching mem operands. This fixes...
2008-02-21 Chris Lattnertestcase for PR1133
2008-02-21 Chris LattnerFix a (harmless) but where vregs were added to the...
2008-02-21 Devang PatelLet invoke return aggregate value.
2008-02-21 Devang PatelLet function call return aggregate.
2008-02-21 Devang PatelAdd -disable-output option.
2008-02-21 Evan ChengClean up some spilling code using MachineRegisterInfo.
next