| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | if we have two elements, insert both, don't use std::sort. | Chris Lattner | 2008-12-09 | 1 | -3/+16 |
* | If we're only adding one new element to 'Cache', insert it into its known | Chris Lattner | 2008-12-09 | 1 | -1/+12 |
* | convert a couple other places that use pred_iterator to use the caching | Chris Lattner | 2008-12-09 | 1 | -2/+4 |
* | use hte new pred cache to speed up the new non-local memdep | Chris Lattner | 2008-12-09 | 1 | -4/+24 |
* | Fix getNode to allow a vector for the shift amount for shifts of vectors. | Mon P Wang | 2008-12-09 | 2 | -9/+33 |
* | Fix a really subtle off-by-one bug that Duncan noticed with valgrind | Chris Lattner | 2008-12-09 | 1 | -1/+1 |
* | CellSPU: | Scott Michel | 2008-12-09 | 1 | -2/+5 |
* | Add initial support for fast-isel of the [SU]ADDO intrinsics. It isn't | Bill Wendling | 2008-12-09 | 1 | -7/+84 |
* | Don't charge full latency for an anti-dependence, in this simplistic | Dan Gohman | 2008-12-09 | 1 | -3/+7 |
* | Fix a couple of mistaken switch case fall-throughs. Thanks to Bill | Dan Gohman | 2008-12-08 | 1 | -0/+2 |
* | remove DebugIterations option. Despite the accusations, | Chris Lattner | 2008-12-08 | 1 | -14/+1 |
* | Re-apply 60689 now my head is screwed on right. | Evan Cheng | 2008-12-08 | 1 | -0/+2 |
* | Fix the top-level comments, and fix some 80-column violations. | Dan Gohman | 2008-12-08 | 1 | -7/+9 |
* | Revert 60689. It caused many regressions on Darwin targets. | Dan Gohman | 2008-12-08 | 1 | -3/+1 |
* | Fix spelling. | Devang Patel | 2008-12-08 | 1 | -10/+10 |
* | Undo previous patch. | Devang Patel | 2008-12-08 | 1 | -3/+1 |
* | Fix comment typo. | Duncan Sands | 2008-12-08 | 1 | -1/+1 |
* | Factor out the code for sign-extending/truncating gep indices | Dan Gohman | 2008-12-08 | 2 | -26/+35 |
* | add another level of caching for non-local pointer queries, keeping | Chris Lattner | 2008-12-08 | 1 | -7/+32 |
* | consistency | Chris Lattner | 2008-12-08 | 1 | -2/+2 |
* | introduce a new RoundUpAlignment helper function, use it to | Chris Lattner | 2008-12-08 | 1 | -32/+29 |
* | Make ConstantAggregateZero::get return a ConstantAggregateZero*, | Dan Gohman | 2008-12-08 | 1 | -1/+1 |
* | Update CPP backend for PrintModulePass API changes. | Dan Gohman | 2008-12-08 | 1 | -4/+4 |
* | Perform cheap checks first. | Evan Cheng | 2008-12-08 | 1 | -1/+3 |
* | Some minor optimizations for isObjectSmallerThan. | Chris Lattner | 2008-12-08 | 1 | -7/+12 |
* | Move createVirtualRegister out-of-line. | Dan Gohman | 2008-12-08 | 1 | -0/+18 |
* | Clarify some comments. | Dan Gohman | 2008-12-08 | 1 | -2/+2 |
* | Fixes for Visual Studio users. Patch by OvermindDL1 on llvm-dev! | Nick Lewycky | 2008-12-08 | 1 | -1/+1 |
* | add an assert. the cast<> below would catch this but a message is more | Chris Lattner | 2008-12-07 | 1 | -0/+2 |
* | factor some code better. | Chris Lattner | 2008-12-07 | 1 | -17/+17 |
* | factor some code, fixing some fixme's. | Chris Lattner | 2008-12-07 | 1 | -32/+23 |
* | add support for caching pointer dependence queries. Nothing uses this yet | Chris Lattner | 2008-12-07 | 1 | -17/+211 |
* | fix a bug I introduced in simplifycfg handling single entry phi | Chris Lattner | 2008-12-07 | 1 | -1/+0 |
* | Switch to top-down mode and fix a crasher this exposed caused by an error in the | Owen Anderson | 2008-12-07 | 1 | -1/+11 |
* | Fix typo, psuedo -> pseudo. | Nick Lewycky | 2008-12-07 | 2 | -35/+35 |
* | Some internal refactoring to make it easier to cache results. | Chris Lattner | 2008-12-07 | 1 | -17/+26 |
* | Introduce a new MemDep::getNonLocalPointerDependency | Chris Lattner | 2008-12-07 | 1 | -13/+82 |
* | push the "pointer case" up the analysis stack a bit. This causes | Chris Lattner | 2008-12-07 | 1 | -47/+83 |
* | make clients have to know how to call getCallSiteDependencyFrom | Chris Lattner | 2008-12-07 | 1 | -2/+13 |
* | rename some variables for consistency | Chris Lattner | 2008-12-07 | 1 | -6/+6 |
* | I love how using out of scope variables is not an error with GCC, no really I... | Chris Lattner | 2008-12-07 | 1 | -3/+3 |
* | Rename getCallSiteDependency -> getCallSiteDependencyFrom to | Chris Lattner | 2008-12-07 | 1 | -4/+5 |
* | a memdep query on a volatile load/store will always return | Chris Lattner | 2008-12-07 | 1 | -11/+10 |
* | don't bother touching volatile stores, they will just return clobber on | Chris Lattner | 2008-12-07 | 1 | -0/+5 |
* | remove the ability to get memdep info for vaarg. I don't think the | Chris Lattner | 2008-12-07 | 1 | -6/+9 |
* | improve a note. | Chris Lattner | 2008-12-07 | 1 | -1/+12 |
* | some more PRE/GVN/DSE related notes. | Chris Lattner | 2008-12-06 | 1 | -0/+51 |
* | add a note | Chris Lattner | 2008-12-06 | 1 | -0/+15 |
* | some random notes. | Chris Lattner | 2008-12-06 | 1 | -0/+97 |
* | Minor cleanup. Use dyn_cast, not isa/cast pairs. No functionality change. | Nick Lewycky | 2008-12-06 | 1 | -5/+5 |