| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Make sure that bool,byte and short arguments are the right type when loaded | Chris Lattner | 2006-01-15 | 2 | -0/+2 |
* | Thanks to Daniel Berlin's ETForest fix, we can now use it again for the verifier | Chris Lattner | 2006-01-15 | 1 | -2/+0 |
* | ET-Forest has issues with unreachable blocks. Temporarily disable verifiers use | Chris Lattner | 2006-01-15 | 1 | -0/+2 |
* | Disable a broken optimization | Chris Lattner | 2006-01-15 | 2 | -2/+4 |
* | Disable two transformations that contribute to bus errors on SparcV8. | Chris Lattner | 2006-01-15 | 1 | -2/+6 |
* | Added patterns for 8-bit multiply | Evan Cheng | 2006-01-15 | 1 | -2/+11 |
* | explain that r12 is the stack pointer reg | Duraid Madina | 2006-01-15 | 2 | -33/+5 |
* | Don't print a label for the first MBB in a function. | Chris Lattner | 2006-01-15 | 4 | -10/+26 |
* | Use the default impl of DYNAMIC_STACKALLOC, allowing us to delete some code. | Chris Lattner | 2006-01-15 | 2 | -41/+4 |
* | Use the default lowering of ISD::DYNAMIC_STACKALLOC, delete now dead code. | Chris Lattner | 2006-01-15 | 3 | -84/+4 |
* | Have legalize take care of DYNAMIC_STACKALLOC for us, implement llvm.stacksav... | Chris Lattner | 2006-01-15 | 2 | -36/+8 |
* | Allow the target to specify 'expand' if they just require the amount to | Chris Lattner | 2006-01-15 | 1 | -9/+19 |
* | Implement DYNAMIC_STACKALLOC for V8 | Chris Lattner | 2006-01-15 | 2 | -2/+36 |
* | Fix custom lowering of dynamic_stackalloc | Chris Lattner | 2006-01-15 | 1 | -6/+9 |
* | add a missing break that Reid noticed. | Chris Lattner | 2006-01-15 | 1 | -0/+1 |
* | add a missing node name | Chris Lattner | 2006-01-15 | 1 | -0/+1 |
* | reorder passes | Chris Lattner | 2006-01-15 | 2 | -8/+12 |
* | Token chain results are not always the first or last result. Consider copyfr... | Chris Lattner | 2006-01-14 | 1 | -3/+17 |
* | Cleanup IA64ISD, tell the graph drawer what the symbolic names for the enums ... | Chris Lattner | 2006-01-14 | 2 | -14/+11 |
* | Change ET-Forest to automatically recalculate its DFSnum's if too many slow | Chris Lattner | 2006-01-14 | 2 | -7/+24 |
* | silence a warning | Chris Lattner | 2006-01-14 | 1 | -0/+1 |
* | Let the inliner update the callgraph to reflect the changes it makes, instead | Chris Lattner | 2006-01-14 | 1 | -12/+2 |
* | Teach the inliner to update the CallGraph itself, and have it add edges to | Chris Lattner | 2006-01-14 | 1 | -4/+53 |
* | Add a new CallGraph::getOrInsertFunction for clients to use when updating | Chris Lattner | 2006-01-14 | 1 | -16/+19 |
* | FunctionPass's cannot do IPO things. | Chris Lattner | 2006-01-14 | 1 | -4/+0 |
* | add a dump method to CallGraph | Chris Lattner | 2006-01-14 | 1 | -0/+4 |
* | Remove some duplicated code | Nate Begeman | 2006-01-14 | 1 | -8/+0 |
* | bswap implementation | Nate Begeman | 2006-01-14 | 11 | -2/+96 |
* | Add bswap intrinsics as documented in the Language Reference | Nate Begeman | 2006-01-14 | 5 | -1/+55 |
* | Remove some redundant stuff out of the readme. | Nate Begeman | 2006-01-14 | 1 | -18/+0 |
* | A typo. | Evan Cheng | 2006-01-14 | 1 | -1/+1 |
* | Implement a new InvalidateStructLayoutInfo method and add some comments | Chris Lattner | 2006-01-14 | 1 | -0/+18 |
* | Added instcombine support for extractelement. | Robert Bocchino | 2006-01-13 | 1 | -1/+54 |
* | Add truncstore i1 patterns. | Evan Cheng | 2006-01-13 | 1 | -0/+5 |
* | it is ok to dce stacksave. | Chris Lattner | 2006-01-13 | 1 | -0/+1 |
* | Do a simple instcombine xforms to delete llvm.stackrestore cases. | Chris Lattner | 2006-01-13 | 1 | -0/+33 |
* | Fix a bug in my last X86 checkin, pointed out by cozmic | Chris Lattner | 2006-01-13 | 1 | -1/+2 |
* | Simplify this a tiny bit by using the new IntrinsicInst functionality. | Chris Lattner | 2006-01-13 | 1 | -7/+12 |
* | LHS = X86ISD::CMOVcc LHS, RHS means LHS = RHS if cc. So the operands must be | Evan Cheng | 2006-01-13 | 1 | -2/+4 |
* | Permit inlining functions that contain dynamic allocations now that | Chris Lattner | 2006-01-13 | 1 | -27/+4 |
* | If inlining a call to a function that contains dynamic allocas, wrap the | Chris Lattner | 2006-01-13 | 1 | -0/+30 |
* | Use ClonedCodeInfo to avoid another walk over the inlined code, this this | Chris Lattner | 2006-01-13 | 1 | -2/+4 |
* | Use the ClonedCodeInfo object to avoid scans of the inlined code when | Chris Lattner | 2006-01-13 | 1 | -62/+67 |
* | Refactor a bunch of invoke handling stuff out into a new function | Chris Lattner | 2006-01-13 | 1 | -88/+108 |
* | make DAG isel the default | Andrew Lenharth | 2006-01-13 | 1 | -3/+3 |
* | Allow the code cloning interfaces to capture some important info about the | Chris Lattner | 2006-01-13 | 1 | -11/+35 |
* | Fix a bug I noticed by inspection: if the first instruction in the inlined | Chris Lattner | 2006-01-13 | 1 | -5/+3 |
* | Fix 80 column violations | Chris Lattner | 2006-01-13 | 1 | -2/+3 |
* | Enable X86 support for savestack/restorestack | Chris Lattner | 2006-01-13 | 2 | -1/+2 |
* | implement stacksave/stackrestore on PPC | Chris Lattner | 2006-01-13 | 1 | -0/+1 |