| Commit message (Expand) | Author | Age | Files | Lines |
* | support > 4G stack objects | Chris Lattner | 2007-04-25 | 2 | -3/+3 |
* | 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 |
* | Fix | Devang Patel | 2007-04-25 | 1 | -0/+12 |
* | Be more careful about folding op(x, undef) when we have vector operands. | Chris Lattner | 2007-04-25 | 1 | -9/+16 |
* | Fix PR1351 and CodeGen/PowerPC/2007-04-24-InlineAsm-I-Modifier.ll | Chris Lattner | 2007-04-24 | 1 | -0/+6 |
* | 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 | 1 | -19/+101 |
* | 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 |
* | 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 |
* | implement reading and writing of constant exprs. | Chris Lattner | 2007-04-24 | 2 | -15/+230 |
* | 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 |
* | Fix | Devang Patel | 2007-04-23 | 1 | -5/+9 |
* | Read global symtab | Chris Lattner | 2007-04-23 | 2 | -3/+59 |
* | fix off-by one | Chris Lattner | 2007-04-23 | 1 | -1/+1 |
* | write out the symtab for globals. | Chris Lattner | 2007-04-23 | 1 | -33/+70 |
* | Make Thumb funcs containing islands 4-byte aligned. Fix bugs maintaining | Dale Johannesen | 2007-04-23 | 1 | -6/+19 |
* | add Align field, and use when generating function alignment | Dale Johannesen | 2007-04-23 | 2 | -3/+13 |
* | add isThumb (unused as yet) | Dale Johannesen | 2007-04-23 | 2 | -0/+5 |
* | Fix generic getInlineAsmLength | Dale Johannesen | 2007-04-23 | 1 | -4/+18 |
* | make EmitAlignment work the way Chris says it should | Dale Johannesen | 2007-04-23 | 1 | -1/+3 |
* | implement reading of abbrevs, and writing of abbreviated global varrs. | Chris Lattner | 2007-04-23 | 2 | -6/+13 |
* | first part of implementation of abbrevs. The writer isn't fully there yet an... | Chris Lattner | 2007-04-23 | 2 | -12/+47 |
* | Cygwin doesn't have the RSS_LIMIT for get/setrlimit. | Reid Spencer | 2007-04-23 | 1 | -0/+2 |
* | X86 TLS: optimize the implementation of "local exec" model. | Lauro Ramos Venancio | 2007-04-23 | 1 | -3/+10 |
* | promote LLVMBitCodes to be a public header | Chris Lattner | 2007-04-23 | 3 | -89/+2 |
* | PR400 phase 2. Propagate attributed load/store information through DAGs. | Christopher Lamb | 2007-04-22 | 3 | -36/+112 |
* | X86 TLS: fix and optimize the implementation of "initial exec" model. | Lauro Ramos Venancio | 2007-04-22 | 3 | -2/+11 |
* | PR400 phase 1 implementation feedback. | Christopher Lamb | 2007-04-22 | 1 | -4/+2 |
* | Have compiler enforce this. | Jeff Cohen | 2007-04-22 | 1 | -1/+0 |
* | Support alignment queries for degenerate (length 1) vectors. | Christopher Lamb | 2007-04-22 | 1 | -2/+8 |
* | Regenerated | Christopher Lamb | 2007-04-22 | 3 | -4385/+3361 |
* | PR400 work phase 1. Add attributed load/store instructions for volatile/align... | Christopher Lamb | 2007-04-22 | 5 | -13/+109 |
* | Fix build problem with Gentoo 4.1.1-r3. | Jeff Cohen | 2007-04-22 | 1 | -1/+1 |
* | For PR1136: | Reid Spencer | 2007-04-22 | 2 | -0/+40 |
* | add llvm ir bitcode definition file | Chris Lattner | 2007-04-22 | 1 | -0/+87 |