| Commit message (Expand) | Author | Age | Files | Lines |
* | API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac... | Gabor Greif | 2008-05-16 | 31 | -524/+617 |
* | If the result of a BIT_CONVERT is a v1* vector, it doesn't mean its source is... | Evan Cheng | 2008-05-16 | 1 | -3/+6 |
* | Fix test. | Evan Cheng | 2008-05-16 | 1 | -1/+1 |
* | Bill pointed out that system headers should be | Duncan Sands | 2008-05-16 | 1 | -1/+1 |
* | Silence the compiler warning differently. The | Duncan Sands | 2008-05-16 | 1 | -1/+1 |
* | Re-enable tail duplication pass (now with default threshold down to 1 instruc... | Evan Cheng | 2008-05-16 | 1 | -0/+1 |
* | Do not dup malloc, vector instructions, etc. Throttle the default theshold wa... | Evan Cheng | 2008-05-16 | 1 | -5/+15 |
* | Remove ADCE's ability to delete loops. This ability is now implemented in a | Owen Anderson | 2008-05-16 | 1 | -4/+21 |
* | Move this test from ADCE to loop deletion, where it is more appropriate. | Owen Anderson | 2008-05-16 | 1 | -1/+1 |
* | Use loop deletion instead of ADCE in these tests. | Owen Anderson | 2008-05-16 | 2 | -2/+2 |
* | Clean ups for loop deletion based on Chris' feedback. | Owen Anderson | 2008-05-16 | 1 | -28/+32 |
* | Use loop deletion instead of ADCE for removing loops. | Owen Anderson | 2008-05-16 | 4 | -4/+4 |
* | Fix this test. It was testing broken behavior in that it required ADCE to el... | Owen Anderson | 2008-05-16 | 1 | -3/+2 |
* | implement PR2328. | Chris Lattner | 2008-05-16 | 2 | -2/+16 |
* | Use common where we mean common, not weak. | Dale Johannesen | 2008-05-16 | 1 | -1/+1 |
* | Treat common as distinct from weak global on Darwin x86. | Dale Johannesen | 2008-05-16 | 1 | -0/+10 |
* | Revert the change from r51157 in | Dan Gohman | 2008-05-16 | 2 | -4/+4 |
* | Update comments based on Duncan's feedback. | Dan Gohman | 2008-05-15 | 1 | -23/+23 |
* | Fix a bug in LoopStrengthReduce that caused it to emit IR with | Dan Gohman | 2008-05-15 | 2 | -3/+42 |
* | Remove the S92 code, which really has nothing to do | Dale Johannesen | 2008-05-15 | 1 | -7/+0 |
* | Evan has implemented this on ppc, so run the test there. | Dale Johannesen | 2008-05-15 | 1 | -2/+2 |
* | Fix typos and comments. | Evan Cheng | 2008-05-15 | 4 | -6/+6 |
* | Allow an extra bit for CommonLinkage. | Dale Johannesen | 2008-05-15 | 1 | -1/+1 |
* | Actually scalarize the operand to BIT_CONVERT instead of asking someone to do | Nate Begeman | 2008-05-15 | 1 | -1/+2 |
* | Reverting r51100...I need to use VC++ 2005. | Steve Naroff | 2008-05-15 | 1 | -11/+172 |
* | IR support for extractvalue and insertvalue instructions. Also, begin | Dan Gohman | 2008-05-15 | 15 | -360/+946 |
* | Use static and anonymous namespaces consistently with other passes. | Dan Gohman | 2008-05-15 | 1 | -8/+8 |
* | Revert 51067 check-in for now. | Devang Patel | 2008-05-15 | 31 | -229/+220 |
* | Remove useless check. | Devang Patel | 2008-05-15 | 1 | -6/+2 |
* | Disable JIT symbol table for now. | Evan Cheng | 2008-05-15 | 1 | -1/+1 |
* | Use of UINT_MAX requires climits, at least when | Duncan Sands | 2008-05-15 | 1 | -0/+1 |
* | Fix a bunch of 80col violations that arose from the Create API change. Tweak ... | Gabor Greif | 2008-05-15 | 23 | -78/+134 |
* | ignore generated files and product directories | Gabor Greif | 2008-05-15 | 0 | -0/+0 |
* | Make use of vector load and store operations to implement memcpy, memmove, an... | Evan Cheng | 2008-05-15 | 5 | -106/+204 |
* | Remove tail duplication pass. | Evan Cheng | 2008-05-15 | 1 | -1/+0 |
* | Move the operator new and operator delete out of line. This fixes an issue with | Nate Begeman | 2008-05-15 | 2 | -17/+21 |
* | Don't assume underlying APInt type is limited | Dale Johannesen | 2008-05-14 | 1 | -1/+1 |
* | Situations can arise when you have a function called that returns a 'void', but | Bill Wendling | 2008-05-14 | 3 | -4/+30 |
* | Remove undefined behavior in hex string->APFloat | Dale Johannesen | 2008-05-14 | 1 | -1/+1 |
* | Use a better idiom to silence compiler warnings. | Evan Cheng | 2008-05-14 | 1 | -20/+5 |
* | rename SimplifyCFG.cpp -> SimplifyCFGPass.cpp | Chris Lattner | 2008-05-14 | 1 | -1/+1 |
* | Silence warnings. | Evan Cheng | 2008-05-14 | 1 | -2/+2 |
* | Add support to IR builder for new vicmp, vfcmp routines | Nate Begeman | 2008-05-14 | 1 | -4/+19 |
* | Really silence compiler warnings. | Evan Cheng | 2008-05-14 | 1 | -2/+2 |
* | Don't generate unused variables in a no-assert build | Nate Begeman | 2008-05-14 | 1 | -16/+28 |
* | Really silence compiler warnings. | Evan Cheng | 2008-05-14 | 1 | -5/+20 |
* | CommonLinkage (missed a file) | Dale Johannesen | 2008-05-14 | 1 | -1/+2 |
* | Generated files for CommonLinkage. | Dale Johannesen | 2008-05-14 | 3 | -1740/+1752 |
* | Add CommonLinkage; currently tentative definitions | Dale Johannesen | 2008-05-14 | 22 | -31/+70 |
* | Silence some compiler warnings. | Evan Cheng | 2008-05-14 | 3 | -5/+13 |