| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add a ComputeNumSignBits function for use by instcombine, based on the | Dan Gohman | 2008-05-19 | 1 | -5/+149 |
* | Handle quoted names when constructing $stub's, | Dale Johannesen | 2008-05-19 | 5 | -39/+80 |
* | switch to Type::getFPMantissaWidth instead of reinventing it. | Chris Lattner | 2008-05-19 | 1 | -15/+3 |
* | minor cleanups, teach instcombine that sitofp/uitofp cannot | Chris Lattner | 2008-05-19 | 1 | -3/+8 |
* | convert fptosi(sitofp x) -> x if the fp value has enough bits in its mantissa | Chris Lattner | 2008-05-19 | 1 | -9/+27 |
* | Fold FP comparisons where one operand is converted from an integer | Chris Lattner | 2008-05-19 | 1 | -0/+160 |
* | remove debug output | Chris Lattner | 2008-05-19 | 1 | -3/+1 |
* | be more aggressive about transforming add -> or when the operands have no | Chris Lattner | 2008-05-19 | 1 | -0/+19 |
* | Fix PR2341 - when the length is 4 use an i32 not | Duncan Sands | 2008-05-19 | 1 | -8/+10 |
* | Reverting accidental commit of generated files. | Gordon Henriksen | 2008-05-19 | 3 | -287/+287 |
* | Remove a duplicative binding. Patch by Mahadevan R. | Gordon Henriksen | 2008-05-19 | 4 | -292/+287 |
* | Teach GVN to not assert on vector comparisons | Nate Begeman | 2008-05-18 | 1 | -2/+2 |
* | Fix a backwards check in the JIT symbol table code | Nate Begeman | 2008-05-18 | 1 | -1/+1 |
* | Fix PR2339 | Chris Lattner | 2008-05-18 | 1 | -1/+1 |
* | Revert constant-folding change that will miscompile in some cases. | Nick Lewycky | 2008-05-17 | 1 | -23/+0 |
* | trip count computation deficiency | Chris Lattner | 2008-05-17 | 1 | -0/+9 |
* | Unbreak the build. | Nick Lewycky | 2008-05-17 | 1 | -1/+1 |
* | Constant fold inttoptr and ptrtoint. | Nick Lewycky | 2008-05-17 | 1 | -0/+23 |
* | Move isTrueWhenEqual to ICmpInst. | Nick Lewycky | 2008-05-17 | 1 | -20/+4 |
* | Less conservative verison of previous patch, | Dale Johannesen | 2008-05-16 | 1 | -2/+2 |
* | Weak functions not declared non-throwing might be | Dale Johannesen | 2008-05-16 | 1 | -1/+3 |
* | Add functions to enable adding a single attribute to a function and | Eric Christopher | 2008-05-16 | 2 | -0/+18 |
* | Record weak external linkage in a case where we were | Dale Johannesen | 2008-05-16 | 1 | -0/+12 |
* | API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac... | Gabor Greif | 2008-05-16 | 24 | -453/+453 |
* | 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 |
* | 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 |
* | 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 |
* | Clean ups for loop deletion based on Chris' feedback. | Owen Anderson | 2008-05-16 | 1 | -28/+32 |
* | implement PR2328. | Chris Lattner | 2008-05-16 | 1 | -0/+4 |
* | 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 | 1 | -1/+1 |
* | Fix a bug in LoopStrengthReduce that caused it to emit IR with | Dan Gohman | 2008-05-15 | 1 | -3/+21 |
* | Fix typos and comments. | Evan Cheng | 2008-05-15 | 2 | -4/+4 |
* | 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 |
* | IR support for extractvalue and insertvalue instructions. Also, begin | Dan Gohman | 2008-05-15 | 10 | -337/+584 |
* | Use static and anonymous namespaces consistently with other passes. | Dan Gohman | 2008-05-15 | 1 | -8/+8 |
* | 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 | 20 | -66/+110 |
* | Make use of vector load and store operations to implement memcpy, memmove, an... | Evan Cheng | 2008-05-15 | 3 | -106/+188 |
* | Move the operator new and operator delete out of line. This fixes an issue with | Nate Begeman | 2008-05-15 | 1 | -0/+19 |
* | 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 | 1 | -2/+2 |
* | 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 |