oota-llvm.git
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
2008-02-20 Anton KorobeynikovGet rid of hash_map. Use StringMap instead
2008-02-20 Anton KorobeynikovAnd final pack of warnings silencing
2008-02-20 Anton KorobeynikovMake Transforms to be 4.3 warnings-clean
2008-02-20 Anton KorobeynikovFix code style
2008-02-20 Anton KorobeynikovRemove bunch of gcc 4.3-related warnings from Target
2008-02-20 Anton KorobeynikovUpdate gcc 4.3 warnings fix patch with recent head...
2008-02-20 Anton KorobeynikovUnbreak build with gcc 4.3: provide missed includes...
2008-02-20 Bill WendlingAdded some comments and reformatted others. No function...
2008-02-20 Bill WendlingFixed typo.
2008-02-20 Owen AndersonWhen performing return slot optimization, remember...
2008-02-20 Evan ChengAdded memmove to interpreter external functions list...
2008-02-20 Bill WendlingMore constification of things. More comments added...
2008-02-20 Nick LewyckyUse getConstant for ConstantInts.
2008-02-20 Nick LewyckyAdd 'umax' similar to 'smax' SCEV. Closes PR2003.
2008-02-20 Chris LattnerFix an incredibly subtle bug exposed by Ted's change...
2008-02-20 Bill WendlingNo functionality change:
next