aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix compiler warning.Evan Cheng2008-02-221-1/+1
* Fix a regression in 403.gcc and 186.crafty introduced in 47383. To testDan Gohman2008-02-222-28/+30
* print getresult instruction.Devang Patel2008-02-211-0/+1
* Use isa<> instead of getTypeID() to check StructType.Devang Patel2008-02-212-7/+6
* A few minor updates, removing implemented stuff and adding a couple of Eli Friedman2008-02-211-83/+110
* Make the clobber analysis a bit more smart: we only are careful about Chris Lattner2008-02-211-3/+13
* Treat clobber operands like early clobbers: if we haveChris Lattner2008-02-212-2/+27
* Clear PhysRegPartUse for the sub register as well.Bill Wendling2008-02-211-1/+1
* Adjust the MaxAlignment for the special register scavenging spill slot.Bill Wendling2008-02-211-0/+3
* Help testing.Evan Cheng2008-02-211-0/+7
* Change a C-style cast to const_cast, to avoid a -Wcast-qual warning.Dan Gohman2008-02-211-1/+1
* Better names as per Evan's requestAndrew Lenharth2008-02-213-20/+22
* Simplify this code, no functionality change.Nick Lewycky2008-02-211-5/+2
* GlobalValues are Constants, remove redundant code. Also fix typo in a comment.Nick Lewycky2008-02-211-3/+1
* Remove llvm-upgrade and update tests.Tanya Lattner2008-02-2190-1460/+1482
* Dan implemented one multiply issue. Replace it with another. :)Chris Lattner2008-02-211-12/+33
* Atomic op support. If any gcc test uses __sync builtins, it might start fail...Andrew Lenharth2008-02-2113-12/+589
* Add support for matching mem operands. This fixes PR1133, patch byChris Lattner2008-02-211-1/+7
* testcase for PR1133Chris Lattner2008-02-211-0/+9
* Fix a (harmless) but where vregs were added to the used reg lists for Chris Lattner2008-02-212-9/+41
* Let invoke return aggregate value.Devang Patel2008-02-213-3/+14
* Let function call return aggregate.Devang Patel2008-02-214-8/+38
* Add -disable-output option.Devang Patel2008-02-211-2/+6
* Clean up some spilling code using MachineRegisterInfo.Evan Cheng2008-02-211-22/+51
* XFAIL for now.Devang Patel2008-02-201-1/+2
* Now functions can return aggregate values.Devang Patel2008-02-201-2/+1
* regenerate.Devang Patel2008-02-203-923/+989
* ParseDevang Patel2008-02-201-3/+37
* What if functions can return aggregate values ?Devang Patel2008-02-203-4/+9
* Regenerated files.Dale Johannesen2008-02-203-1156/+1178
* Support alignment within ParamAttrs in the I/O handling.Dale Johannesen2008-02-202-1/+2
* Poorly named option.Evan Cheng2008-02-202-3/+4
* Remove one of the fixmes that I put in there. From Evan:Bill Wendling2008-02-201-2/+3
* Add convenient helper to get suffix of the fileAnton Korobeynikov2008-02-202-1/+12
* getresult does not support nested aggregates.Devang Patel2008-02-201-3/+14
* Improve some comments explaining the "handle kills" stuff better.Bill Wendling2008-02-201-2/+4
* Verifier should use Assert1 instead of assert.Devang Patel2008-02-201-2/+2
* Remove inline keywords from in-class function definitions, forDan Gohman2008-02-201-32/+32
* getresult type is the type of indexed aggregate elementDevang Patel2008-02-202-6/+1
* Regenerate.Devang Patel2008-02-203-327/+327
* Specify GetResultInst index as an unsigned.Devang Patel2008-02-203-21/+24
* Fix comment.Bill Wendling2008-02-201-2/+1
* assert is more effective reminder then FIXME tag for unimplemented features.Devang Patel2008-02-201-1/+1
* Use isValidOperands() to verify GetResultInst.Devang Patel2008-02-201-1/+2
* Fix typo. Add const version of getAggregateValue() accessor member function.Devang Patel2008-02-201-2/+7
* Temporarily backing out r47337. It breaks a number of CBE tests.Evan Cheng2008-02-201-5/+7
* LegalizeTypes support for scalarizing a vector storeDuncan Sands2008-02-204-8/+46
* Convert Legalize to use the APInt form of ComputeMaskedBits.Dan Gohman2008-02-202-14/+19
* Add explicit keywords.Dan Gohman2008-02-206-8/+10
* Convert DAGCombiner to use the APInt form of ComputeMaskedBits.Dan Gohman2008-02-201-12/+13