aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* support > 4G stack objectsChris Lattner2007-04-253-9/+9
* Undo my previous changes. Since my approach to this problem is being revised,Owen Anderson2007-04-251-32/+31
* allow support for 64-bit stack objectsChris Lattner2007-04-251-1/+1
* allow 64-bit stack objectsChris Lattner2007-04-251-5/+5
* new testcaseChris Lattner2007-04-251-0/+20
* FixDevang Patel2007-04-251-0/+12
* New test.Devang Patel2007-04-251-0/+309
* testcase for PR1352Chris Lattner2007-04-251-0/+10
* fix typoDale Johannesen2007-04-251-1/+1
* Be more careful about folding op(x, undef) when we have vector operands.Chris Lattner2007-04-251-9/+16
* new testcase that crashes llcChris Lattner2007-04-251-0/+63
* Add meDale Johannesen2007-04-241-0/+4
* Fix PR1351 and CodeGen/PowerPC/2007-04-24-InlineAsm-I-Modifier.llChris Lattner2007-04-241-0/+6
* testcase for PR1351Chris Lattner2007-04-241-0/+15
* Testcases for MMX.Bill Wendling2007-04-242-0/+37
* Update.Bill Wendling2007-04-241-0/+37
* Add the PADDQ to the list.Bill Wendling2007-04-241-0/+1
* Add the final MMX instructions. Correct a few wrong patterns.Bill Wendling2007-04-242-19/+105
* Remove some invalid instructions from this check.Bill Wendling2007-04-241-2/+1
* Support for the special case of a vector with the canonical form:Bill Wendling2007-04-242-2/+35
* Assertion when using a 1-element vector for an add operation. Get theBill Wendling2007-04-241-4/+7
* New test.Devang Patel2007-04-241-0/+17
* New test case.Devang Patel2007-04-241-0/+7
* Add myself.Devang Patel2007-04-241-0/+6
* ensure that every error return sets a message (and goes through Error, forChris Lattner2007-04-243-19/+37
* fix memory leakChris Lattner2007-04-241-3/+4
* fix a memory leakChris Lattner2007-04-242-14/+15
* comentateChris Lattner2007-04-241-0/+8
* implement reading and writing of constant exprs.Chris Lattner2007-04-242-15/+230
* add records for constant exprsChris Lattner2007-04-241-9/+46
* Rollback some changes that adversely affected performance. I'm currently ret...Owen Anderson2007-04-241-22/+26
* implement support for reading aggregate constants, including handling forwardChris Lattner2007-04-242-5/+108
* add supprot for FP constants, wide integers, and fix the encoding of MININTChris Lattner2007-04-241-8/+40
* read basic constants: null, undef, integers <= 64bitsChris Lattner2007-04-242-2/+80
* fix off-by-one computing size for section abbrevsChris Lattner2007-04-241-1/+1
* Use '-1U' where '-1UL' is obvious overkill, eliminating gcc warnings aboutScott Michel2007-04-241-2/+2
* move check to the right place :)Chris Lattner2007-04-241-3/+4
* track global initsChris Lattner2007-04-242-3/+9
* Emit module-level constants.Chris Lattner2007-04-243-10/+118
* modify per review commentaryDale Johannesen2007-04-231-2/+2
* add codes for constants tableChris Lattner2007-04-231-3/+17
* Fix bug in isFloatingPoint()Christopher Lamb2007-04-231-1/+1
* FixDevang Patel2007-04-231-5/+9
* New test.Devang Patel2007-04-231-0/+71
* Read global symtabChris Lattner2007-04-232-3/+59
* fix off-by oneChris Lattner2007-04-231-1/+1
* Dan is right, using "string first" would produce false positives. So,Reid Spencer2007-04-231-7/+9
* add a missing operatorChris Lattner2007-04-231-0/+5
* write out the symtab for globals.Chris Lattner2007-04-231-33/+70
* Fix a bug in bitstream writer handling abbrevs, add value symtabChris Lattner2007-04-232-6/+12