| Commit message (Expand) | Author | Age | Files | Lines |
* | For the NSWSub support in the builder to actually be useable, | Duncan Sands | 2009-09-26 | 5 | -0/+15 |
* | Convert comparisons like (x == infinity) to (x >= infinity) on targets | Dan Gohman | 2009-09-26 | 2 | -0/+113 |
* | Add methods for creating NSW subtraction, as already exists | Duncan Sands | 2009-09-26 | 2 | -0/+27 |
* | Add a comment describing natural loops. | Dan Gohman | 2009-09-26 | 1 | -1/+2 |
* | "Update" tests for -disable-if-conversion removal. I think branch.ll should just | Daniel Dunbar | 2009-09-26 | 2 | -1/+2 |
* | Really remove this option. | Evan Cheng | 2009-09-26 | 1 | -3/+0 |
* | Remove a couple of unused command line options. | Evan Cheng | 2009-09-26 | 1 | -7/+3 |
* | Add comment. | Evan Cheng | 2009-09-26 | 1 | -0/+1 |
* | Convert test to filecheck. | Evan Cheng | 2009-09-26 | 1 | -3/+11 |
* | Don't hoist or sink instructions with physreg uses if the physreg is | Dan Gohman | 2009-09-26 | 2 | -6/+24 |
* | I put the wrong rdar number in this test. | Dan Gohman | 2009-09-26 | 1 | -1/+1 |
* | Unbreak MachineLICM for instructions that reference RIP on x86-64 too. | Dan Gohman | 2009-09-25 | 3 | -20/+63 |
* | Rename ConstantFP's getInf to getInfinity. | Dan Gohman | 2009-09-25 | 3 | -4/+4 |
* | Move MachineMemOperand::getAlignment out of line, to avoid needing | Dan Gohman | 2009-09-25 | 2 | -5/+7 |
* | Remove unused variable. | Daniel Dunbar | 2009-09-25 | 1 | -2/+0 |
* | Transform pow(x, 0.5) to (x == -inf ? inf : fabs(sqrt(x))), which is | Dan Gohman | 2009-09-25 | 2 | -15/+52 |
* | Add a ConstantFP::getInf utility function for creating infinity ConstantFPs. | Dan Gohman | 2009-09-25 | 2 | -0/+7 |
* | Fix MachineSink to be able to sink instructions that use physical registers | Dan Gohman | 2009-09-25 | 2 | -1/+32 |
* | Regenerate | Anton Korobeynikov | 2009-09-25 | 1 | -4272/+4272 |
* | Provide proper masks for neon perfect shuffle table. | Anton Korobeynikov | 2009-09-25 | 1 | -6/+6 |
* | Simplify a few more uses of reg_iterator. | Dan Gohman | 2009-09-25 | 3 | -12/+8 |
* | Simplify this code by using use_iterator instead of reg_iterator | Dan Gohman | 2009-09-25 | 1 | -4/+2 |
* | Code clean up and prepare for Thumb2 support. No functionality changes. | Evan Cheng | 2009-09-25 | 1 | -21/+49 |
* | Flip -disable-post-RA-scheduler to -post-RA-scheduler. | Evan Cheng | 2009-09-25 | 6 | -11/+13 |
* | Fix a compile failure introduced by r82675 on MinGW which doesn't have | Jeffrey Yasskin | 2009-09-25 | 6 | -2/+22 |
* | Handle sqrt in CannotBeNegativeZero. absf and absl | Dale Johannesen | 2009-09-25 | 2 | -3/+40 |
* | Improve MachineMemOperand handling. | Dan Gohman | 2009-09-25 | 30 | -544/+744 |
* | Rename getTargetNode to getMachineNode, for consistency with the | Dan Gohman | 2009-09-25 | 17 | -457/+461 |
* | Finish scheduling itineraries for NEON. | David Goodwin | 2009-09-25 | 4 | -382/+553 |
* | Add readonly to some sin and cos calls; transformations | Dale Johannesen | 2009-09-25 | 2 | -13/+13 |
* | Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it c... | Victor Hernandez | 2009-09-25 | 16 | -99/+34 |
* | Make sure sin, cos, sqrt calls are marked readonly | Dale Johannesen | 2009-09-25 | 1 | -3/+6 |
* | reject attempts to use ()'s in patterns, these are reserved for filecheck. | Chris Lattner | 2009-09-25 | 1 | -3/+15 |
* | reimplement the regex matching strategy by building a single | Chris Lattner | 2009-09-25 | 2 | -96/+59 |
* | Generate FSQRT from calls to the sqrt function, which | Dale Johannesen | 2009-09-25 | 1 | -0/+9 |
* | special case Patterns that are a single fixed string. This is a microscopic | Chris Lattner | 2009-09-25 | 1 | -0/+16 |
* | Revise C library functions description to be vaguer, per Chris. | Dale Johannesen | 2009-09-25 | 1 | -5/+4 |
* | This patch causes the --enable-debug-runtime configure flag and the | Jeffrey Yasskin | 2009-09-25 | 2 | -0/+12 |
* | Add some comments to clarify things that I discovered this week. | Bob Wilson | 2009-09-25 | 1 | -2/+6 |
* | Make llvm-bcanalyzer percentages more readable. | Daniel Dunbar | 2009-09-25 | 1 | -5/+7 |
* | Strip trailing whitespace. | Daniel Dunbar | 2009-09-25 | 1 | -60/+60 |
* | pr4926: ARM requires the stack pointer to be aligned, even for leaf functions. | Bob Wilson | 2009-09-25 | 4 | -20/+54 |
* | Print INST_INBOUNDS_GEP rather than UnknownCode30. | Duncan Sands | 2009-09-25 | 1 | -47/+49 |
* | convert testcases to filecheck. | Chris Lattner | 2009-09-25 | 2 | -18/+66 |
* | filecheck should not match a \n with a . | Chris Lattner | 2009-09-25 | 1 | -3/+1 |
* | remove a large unreduced testcase | Chris Lattner | 2009-09-25 | 1 | -85/+0 |
* | turn a std::pair into a real class. | Chris Lattner | 2009-09-25 | 1 | -23/+34 |
* | Fix combiner-aa issue with bases which are different, but can alias. | Nate Begeman | 2009-09-25 | 1 | -14/+34 |
* | Update the description of MachineFrameInfo's OffsetAdjustment. The value of | Bob Wilson | 2009-09-25 | 1 | -5/+8 |
* | Don't try to use pre-indexed addressing with sthbrx/stwbrx | Dan Gohman | 2009-09-25 | 1 | -1/+2 |