| Commit message (Expand) | Author | Age | Files | Lines |
* | support > 4G stack objects | Chris Lattner | 2007-04-25 | 3 | -9/+9 |
* | Undo my previous changes. Since my approach to this problem is being revised, | Owen Anderson | 2007-04-25 | 1 | -32/+31 |
* | allow support for 64-bit stack objects | Chris Lattner | 2007-04-25 | 1 | -1/+1 |
* | allow 64-bit stack objects | Chris Lattner | 2007-04-25 | 1 | -5/+5 |
* | new testcase | Chris Lattner | 2007-04-25 | 1 | -0/+20 |
* | Fix | Devang Patel | 2007-04-25 | 1 | -0/+12 |
* | New test. | Devang Patel | 2007-04-25 | 1 | -0/+309 |
* | testcase for PR1352 | Chris Lattner | 2007-04-25 | 1 | -0/+10 |
* | fix typo | Dale Johannesen | 2007-04-25 | 1 | -1/+1 |
* | Be more careful about folding op(x, undef) when we have vector operands. | Chris Lattner | 2007-04-25 | 1 | -9/+16 |
* | new testcase that crashes llc | Chris Lattner | 2007-04-25 | 1 | -0/+63 |
* | Add me | Dale Johannesen | 2007-04-24 | 1 | -0/+4 |
* | Fix PR1351 and CodeGen/PowerPC/2007-04-24-InlineAsm-I-Modifier.ll | Chris Lattner | 2007-04-24 | 1 | -0/+6 |
* | testcase for PR1351 | Chris Lattner | 2007-04-24 | 1 | -0/+15 |
* | Testcases for MMX. | Bill Wendling | 2007-04-24 | 2 | -0/+37 |
* | Update. | Bill Wendling | 2007-04-24 | 1 | -0/+37 |
* | Add the PADDQ to the list. | Bill Wendling | 2007-04-24 | 1 | -0/+1 |
* | Add the final MMX instructions. Correct a few wrong patterns. | Bill Wendling | 2007-04-24 | 2 | -19/+105 |
* | Remove some invalid instructions from this check. | Bill Wendling | 2007-04-24 | 1 | -2/+1 |
* | Support for the special case of a vector with the canonical form: | Bill Wendling | 2007-04-24 | 2 | -2/+35 |
* | Assertion when using a 1-element vector for an add operation. Get the | Bill Wendling | 2007-04-24 | 1 | -4/+7 |
* | New test. | Devang Patel | 2007-04-24 | 1 | -0/+17 |
* | New test case. | Devang Patel | 2007-04-24 | 1 | -0/+7 |
* | Add myself. | Devang Patel | 2007-04-24 | 1 | -0/+6 |
* | ensure that every error return sets a message (and goes through Error, for | Chris Lattner | 2007-04-24 | 3 | -19/+37 |
* | fix memory leak | Chris Lattner | 2007-04-24 | 1 | -3/+4 |
* | fix a memory leak | Chris Lattner | 2007-04-24 | 2 | -14/+15 |
* | comentate | Chris Lattner | 2007-04-24 | 1 | -0/+8 |
* | implement reading and writing of constant exprs. | Chris Lattner | 2007-04-24 | 2 | -15/+230 |
* | add records for constant exprs | Chris Lattner | 2007-04-24 | 1 | -9/+46 |
* | Rollback some changes that adversely affected performance. I'm currently ret... | Owen Anderson | 2007-04-24 | 1 | -22/+26 |
* | implement support for reading aggregate constants, including handling forward | Chris Lattner | 2007-04-24 | 2 | -5/+108 |
* | add supprot for FP constants, wide integers, and fix the encoding of MININT | Chris Lattner | 2007-04-24 | 1 | -8/+40 |
* | read basic constants: null, undef, integers <= 64bits | Chris Lattner | 2007-04-24 | 2 | -2/+80 |
* | fix off-by-one computing size for section abbrevs | Chris Lattner | 2007-04-24 | 1 | -1/+1 |
* | Use '-1U' where '-1UL' is obvious overkill, eliminating gcc warnings about | Scott Michel | 2007-04-24 | 1 | -2/+2 |
* | move check to the right place :) | Chris Lattner | 2007-04-24 | 1 | -3/+4 |
* | track global inits | Chris Lattner | 2007-04-24 | 2 | -3/+9 |
* | Emit module-level constants. | Chris Lattner | 2007-04-24 | 3 | -10/+118 |
* | modify per review commentary | Dale Johannesen | 2007-04-23 | 1 | -2/+2 |
* | add codes for constants table | Chris Lattner | 2007-04-23 | 1 | -3/+17 |
* | Fix bug in isFloatingPoint() | Christopher Lamb | 2007-04-23 | 1 | -1/+1 |
* | Fix | Devang Patel | 2007-04-23 | 1 | -5/+9 |
* | New test. | Devang Patel | 2007-04-23 | 1 | -0/+71 |
* | Read global symtab | Chris Lattner | 2007-04-23 | 2 | -3/+59 |
* | fix off-by one | Chris Lattner | 2007-04-23 | 1 | -1/+1 |
* | Dan is right, using "string first" would produce false positives. So, | Reid Spencer | 2007-04-23 | 1 | -7/+9 |
* | add a missing operator | Chris Lattner | 2007-04-23 | 1 | -0/+5 |
* | write out the symtab for globals. | Chris Lattner | 2007-04-23 | 1 | -33/+70 |
* | Fix a bug in bitstream writer handling abbrevs, add value symtab | Chris Lattner | 2007-04-23 | 2 | -6/+12 |