oota-llvm.git
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.
2008-02-20 Devang PatelXFAIL for now.
2008-02-20 Devang PatelNow functions can return aggregate values.
2008-02-20 Devang Patelregenerate.
2008-02-20 Devang PatelParse
2008-02-20 Devang PatelWhat if functions can return aggregate values ?
2008-02-20 Dale JohannesenRegenerated files.
2008-02-20 Dale JohannesenSupport alignment within ParamAttrs in the I/O handling.
2008-02-20 Evan ChengPoorly named option.
2008-02-20 Bill WendlingRemove one of the fixmes that I put in there. From...
2008-02-20 Anton KorobeynikovAdd convenient helper to get suffix of the file
2008-02-20 Devang Patelgetresult does not support nested aggregates.
2008-02-20 Bill WendlingImprove some comments explaining the "handle kills...
2008-02-20 Devang PatelVerifier should use Assert1 instead of assert.
2008-02-20 Dan GohmanRemove inline keywords from in-class function definitio...
2008-02-20 Devang Patelgetresult type is the type of indexed aggregate element
2008-02-20 Devang PatelRegenerate.
2008-02-20 Devang PatelSpecify GetResultInst index as an unsigned.
2008-02-20 Bill WendlingFix comment.
2008-02-20 Devang Patelassert is more effective reminder then FIXME tag for...
2008-02-20 Devang PatelUse isValidOperands() to verify GetResultInst.
2008-02-20 Devang PatelFix typo. Add const version of getAggregateValue()...
2008-02-20 Evan ChengTemporarily backing out r47337. It breaks a number...
2008-02-20 Duncan SandsLegalizeTypes support for scalarizing a vector store
2008-02-20 Dan GohmanConvert Legalize to use the APInt form of ComputeMasked...
2008-02-20 Dan GohmanAdd explicit keywords.
2008-02-20 Dan GohmanConvert DAGCombiner to use the APInt form of ComputeMas...
2008-02-20 Dan GohmanUse APInt::intersects.
2008-02-20 Dan GohmanAdd an intersects method to APInt, to capture a common...
2008-02-20 Anton KorobeynikovAdd documentation for cl::sink stuff
2008-02-20 Anton KorobeynikovAdd 'sink' cmdline option. Patch by Mikhail Glushenkov!
2008-02-20 Anton KorobeynikovRegenerate
2008-02-20 Anton KorobeynikovFix newly-introduced 4.3 warnings
2008-02-20 Anton KorobeynikovGet rid of hash_map in llvmc
next