| Commit message (Expand) | Author | Age | Files | Lines |
* | xfail this test since daniel turned off ipsccp | Chris Lattner | 2009-11-03 | 1 | -0/+1 |
* | testcase for r85903 | Chris Lattner | 2009-11-03 | 1 | -0/+24 |
* | fix a subtle bug I introduced when refactoring SCCP. Testcase | Chris Lattner | 2009-11-03 | 1 | -1/+1 |
* | Make opt default to not adding a target data string and update tests that dep... | Kenneth Uildriks | 2009-11-03 | 59 | -6/+60 |
* | Added a comment to a function that had none | Kenneth Uildriks | 2009-11-03 | 1 | -0/+1 |
* | Eliminate some temporaries. | Benjamin Kramer | 2009-11-03 | 1 | -22/+11 |
* | Run the functionattrs pass after the inliner, and not before. | Duncan Sands | 2009-11-03 | 1 | -5/+4 |
* | Speculatively redisable IPSCCP, I think its still breaking things. | Daniel Dunbar | 2009-11-03 | 1 | -1/+2 |
* | lit: Update Clang's test style to use XFAIL: and XTARGET: lines that match | Daniel Dunbar | 2009-11-03 | 1 | -24/+26 |
* | Trim unnecessary include. | Evan Cheng | 2009-11-03 | 1 | -1/+0 |
* | For Thumb indirect branches, use "mov pc, reg" which does not switch | Bob Wilson | 2009-11-03 | 1 | -1/+1 |
* | Fix a funky "declared with greater visibility than the type of its field" | Jeffrey Yasskin | 2009-11-03 | 1 | -2/+2 |
* | Fix PR5367. QPR_8 is the super regclass of DPR_8 and SPR_8. | Evan Cheng | 2009-11-03 | 5 | -5/+73 |
* | Clean up copyRegToReg. | Evan Cheng | 2009-11-03 | 1 | -27/+13 |
* | Add QPR_8 as a superreg class of SPR_8 and DPR_8. | Evan Cheng | 2009-11-03 | 1 | -0/+7 |
* | remove unneeded checks of isFreeCall | Chris Lattner | 2009-11-03 | 1 | -16/+0 |
* | remove a check of isFreeCall: the argument to free is already nocapture so th... | Chris Lattner | 2009-11-03 | 1 | -4/+0 |
* | remove a isFreeCall check: it is a callinst that can write to memory already. | Chris Lattner | 2009-11-03 | 1 | -3/+2 |
* | Update CMake file. | Ted Kremenek | 2009-11-03 | 1 | -1/+2 |
* | Support updating 'llvm_add_target' lists as well. | Ted Kremenek | 2009-11-03 | 1 | -1/+1 |
* | Alphabetize. | Ted Kremenek | 2009-11-03 | 1 | -1/+1 |
* | turn IPSCCP back on now that the iterator invalidation bug is fixed. | Chris Lattner | 2009-11-03 | 2 | -37/+50 |
* | Add a couple more target nodes | Nate Begeman | 2009-11-03 | 1 | -0/+2 |
* | Declare sin & cos as readonly so they match the code in SelectionDAGBuild | Nate Begeman | 2009-11-03 | 1 | -4/+4 |
* | Turn neon reg-reg moves fixup code into separate pass. This should reduce the... | Anton Korobeynikov | 2009-11-03 | 4 | -35/+152 |
* | Temporary xfail until PR5367 will be resolved | Anton Korobeynikov | 2009-11-03 | 2 | -0/+2 |
* | Revert r85049, it is causing PR5367 | Anton Korobeynikov | 2009-11-03 | 2 | -1/+3 |
* | Revert previous change to a comment. The BlockAddresses go in the | Bob Wilson | 2009-11-03 | 1 | -6/+6 |
* | fix a nasty iterator invalidation bug from my conversion from | Chris Lattner | 2009-11-02 | 1 | -3/+2 |
* | Revert 85799 for now. It might be breaking llvm-gcc driver. | Evan Cheng | 2009-11-02 | 3 | -52/+21 |
* | Put BlockAddresses into ARM constant pools. | Bob Wilson | 2009-11-02 | 4 | -5/+19 |
* | Fix ARMAsmParser::ParseMemoryOffsetReg() where the parameter OffsetRegNum should | Kevin Enderby | 2009-11-02 | 1 | -2/+2 |
* | revert r8579[56], which are causing unhappiness in buildbot land. | Chris Lattner | 2009-11-02 | 2 | -50/+37 |
* | CMake: Report an error if there is an unknown .cpp file in a source | Oscar Fuentes | 2009-11-02 | 1 | -0/+15 |
* | Set bit instead of calling pow() to compute 2 << n | Victor Hernandez | 2009-11-02 | 1 | -5/+13 |
* | typo | Chris Lattner | 2009-11-02 | 1 | -1/+1 |
* | merge 2008-03-10-sret.ll into ipsccp-basic.ll, and upgrade its syntax. | Chris Lattner | 2009-11-02 | 2 | -21/+26 |
* | disable IPSCCP support for multiple return values, it is buggy, so just | Chris Lattner | 2009-11-02 | 3 | -1/+5 |
* | Fix schedule model for BFC. | David Goodwin | 2009-11-02 | 2 | -2/+2 |
* | Hyphenate some comments. | Bob Wilson | 2009-11-02 | 1 | -3/+2 |
* | Chain dependencies used to enforce memory order should have latency of 0 (exc... | David Goodwin | 2009-11-02 | 1 | -14/+23 |
* | Add support for BlockAddress values in ARM constant pools. | Bob Wilson | 2009-11-02 | 4 | -20/+41 |
* | Prune unnecessary include. | Bob Wilson | 2009-11-02 | 1 | -1/+0 |
* | Initilize the machine LICM CSE map upon the first time an instruction is hois... | Evan Cheng | 2009-11-02 | 3 | -21/+52 |
* | These are done / no longer care. | Evan Cheng | 2009-11-02 | 1 | -21/+0 |
* | Add an entry. | Evan Cheng | 2009-11-02 | 1 | -0/+3 |
* | now that ip sccp *really* subsumes ipcp, remove ipcp again. | Chris Lattner | 2009-11-02 | 1 | -1/+0 |
* | improve IPSCCP to be able to propagate the result of "!mayBeOverridden" | Chris Lattner | 2009-11-02 | 2 | -36/+63 |
* | Remove an irrelevant and poorly reduced test case. | Evan Cheng | 2009-11-02 | 1 | -414/+0 |
* | don't mark the arguments of prototype overdefined, they will never be queried. | Chris Lattner | 2009-11-02 | 1 | -3/+6 |