summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* implement codegen support for sizeof(void), fixing PR2080.Chris Lattner2008-02-213-15/+45
* 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 some semantic checks for address spaces.Chris Lattner2008-02-211-0/+15
* Add -disable-output option.Devang Patel2008-02-211-2/+6
* add a fixme.Chris Lattner2008-02-211-1/+3
* Collect and build and process type attributes on pointers. For Chris Lattner2008-02-214-19/+44
* move some code, no other change.Chris Lattner2008-02-211-67/+67
* move type attribute processing into the creatively named ProcessTypeAttribute...Chris Lattner2008-02-213-12/+15
* Correctly handle address space qualifiers in declspecs. This Chris Lattner2008-02-213-41/+58
* Clean up some spilling code using MachineRegisterInfo.Evan Cheng2008-02-211-22/+51
* move ConvertDeclSpecToType into SemaChris Lattner2008-02-202-28/+29
* rename some methods.Chris Lattner2008-02-202-26/+24
* Use getKind() in HandleDeclAttribute instead of decoding the string inline.Chris Lattner2008-02-201-17/+17
* add a method to AttributeList that converts an identifier to an enum.Chris Lattner2008-02-202-14/+59
* XFAIL for now.Devang Patel2008-02-201-1/+2
* Tabs are the enemyNate Begeman2008-02-202-8/+8
* 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
* add some code that will be used to remove processed attrs fromChris Lattner2008-02-202-3/+31
* Change ConvertDeclSpecToType to break out of switch instead of Chris Lattner2008-02-201-44/+46
* 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
* Alternate address spaces work:Chris Lattner2008-02-2010-46/+69
* 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
OpenPOWER on IntegriCloud