aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-02-22Start using GPR's to copy around mmx value instead of mmx regs.Chris Lattner
2008-02-22minor cleanups to LSBaseSDNode.Chris Lattner
2008-02-22Fix compiler warning.Evan Cheng
2008-02-22Fix a regression in 403.gcc and 186.crafty introduced in 47383. To testDan Gohman
2008-02-21print getresult instruction.Devang Patel
2008-02-21Use isa<> instead of getTypeID() to check StructType.Devang Patel
2008-02-21A few minor updates, removing implemented stuff and adding a couple of Eli Friedman
2008-02-21Make the clobber analysis a bit more smart: we only are careful about Chris Lattner
2008-02-21Treat clobber operands like early clobbers: if we haveChris Lattner
2008-02-21Clear PhysRegPartUse for the sub register as well.Bill Wendling
2008-02-21Adjust the MaxAlignment for the special register scavenging spill slot.Bill Wendling
2008-02-21Help testing.Evan Cheng
2008-02-21Change a C-style cast to const_cast, to avoid a -Wcast-qual warning.Dan Gohman
2008-02-21Better names as per Evan's requestAndrew Lenharth
2008-02-21Simplify this code, no functionality change.Nick Lewycky
2008-02-21GlobalValues are Constants, remove redundant code. Also fix typo in a comment.Nick Lewycky
2008-02-21Remove llvm-upgrade and update tests.Tanya Lattner
2008-02-21Dan implemented one multiply issue. Replace it with another. :)Chris Lattner
2008-02-21Atomic op support. If any gcc test uses __sync builtins, it might start fail...Andrew Lenharth
2008-02-21Add support for matching mem operands. This fixes PR1133, patch byChris Lattner
2008-02-21testcase for PR1133Chris Lattner
2008-02-21Fix a (harmless) but where vregs were added to the used reg lists for Chris Lattner
2008-02-21Let invoke return aggregate value.Devang Patel
2008-02-21Let function call return aggregate.Devang Patel
2008-02-21Add -disable-output option.Devang Patel
2008-02-21Clean up some spilling code using MachineRegisterInfo.Evan Cheng
2008-02-20XFAIL for now.Devang Patel
2008-02-20Now functions can return aggregate values.Devang Patel
2008-02-20regenerate.Devang Patel
2008-02-20ParseDevang Patel
2008-02-20What if functions can return aggregate values ?Devang Patel
2008-02-20Regenerated files.Dale Johannesen
2008-02-20Support alignment within ParamAttrs in the I/O handling.Dale Johannesen
2008-02-20Poorly named option.Evan Cheng
2008-02-20Remove one of the fixmes that I put in there. From Evan:Bill Wendling
2008-02-20Add convenient helper to get suffix of the fileAnton Korobeynikov
2008-02-20getresult does not support nested aggregates.Devang Patel
2008-02-20Improve some comments explaining the "handle kills" stuff better.Bill Wendling
2008-02-20Verifier should use Assert1 instead of assert.Devang Patel
2008-02-20Remove inline keywords from in-class function definitions, forDan Gohman
2008-02-20getresult type is the type of indexed aggregate elementDevang Patel
2008-02-20Regenerate.Devang Patel
2008-02-20Specify GetResultInst index as an unsigned.Devang Patel
2008-02-20Fix comment.Bill Wendling
2008-02-20assert is more effective reminder then FIXME tag for unimplemented features.Devang Patel
2008-02-20Use isValidOperands() to verify GetResultInst.Devang Patel
2008-02-20Fix typo. Add const version of getAggregateValue() accessor member function.Devang Patel
2008-02-20Temporarily backing out r47337. It breaks a number of CBE tests.Evan Cheng
2008-02-20LegalizeTypes support for scalarizing a vector storeDuncan Sands
2008-02-20Convert Legalize to use the APInt form of ComputeMaskedBits.Dan Gohman