| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add a version of dumpr() that has a SelectionDAG* argument. | Dan Gohman | 2009-09-25 | 2 | -0/+6 |
* | Start of revamping the register scavenging in PEI. ARM Thumb1 is the driving | Jim Grosbach | 2009-09-24 | 4 | -59/+151 |
* | Reenable sqrt IR generation test. | Dale Johannesen | 2009-09-24 | 2 | -3/+16 |
* | Delete space after function name, before (, reflow a comment and | Mike Stump | 2009-09-24 | 1 | -14/+6 |
* | Fix spacing. | Mike Stump | 2009-09-24 | 1 | -1/+1 |
* | add and document regex support for FileCheck. You can now do stuff like: | Chris Lattner | 2009-09-24 | 5 | -15/+161 |
* | unconditionally request MMI | Chris Lattner | 2009-09-24 | 1 | -5/+1 |
* | wrap long lines. | Chris Lattner | 2009-09-24 | 1 | -2/+4 |
* | Use CanonicalizeInputFile to canonicalize the entire buffer containing the | Chris Lattner | 2009-09-24 | 1 | -57/+40 |
* | change 'not' matching to use Pattern, move pattern parsing logic into | Chris Lattner | 2009-09-24 | 1 | -32/+51 |
* | refactor out the match string into its own Pattern class. | Chris Lattner | 2009-09-24 | 1 | -33/+50 |
* | Convert to FileCheck. | Bob Wilson | 2009-09-24 | 1 | -4/+6 |
* | Make the end-of-itinerary mark explicit. Some cleanup. | David Goodwin | 2009-09-24 | 4 | -94/+15 |
* | Add nounwind to this test. | Dan Gohman | 2009-09-24 | 1 | -1/+1 |
* | tidy up, fix a memory leak in Regex::isValid | Chris Lattner | 2009-09-24 | 2 | -14/+10 |
* | Clarify that llvm attaches C language semantics to | Dale Johannesen | 2009-09-24 | 1 | -0/+7 |
* | Constant propagating byval pointer is safe if function is readonly. | Torok Edwin | 2009-09-24 | 3 | -5/+21 |
* | Auto-upgrade malloc instructions to malloc calls. | Victor Hernandez | 2009-09-24 | 16 | -34/+99 |
* | Fix a hypothetical problem for targets with StackGrowsUp and a non-zero | Bob Wilson | 2009-09-24 | 1 | -4/+5 |
* | Move parent assertion check before metadata deletion. | Devang Patel | 2009-09-24 | 1 | -1/+1 |
* | Don't constant propagate byval pointers, since they are not really pointers, but | Torok Edwin | 2009-09-24 | 3 | -1/+30 |
* | Add count/not tools as executables. | Daniel Dunbar | 2009-09-24 | 10 | -30/+123 |
* | unconditionally compute MMI even if the target doesn't support EH or Debug in... | Chris Lattner | 2009-09-24 | 1 | -9/+6 |
* | reapply r82348 with a fix, thanks Jeffrey. | Chris Lattner | 2009-09-24 | 1 | -33/+24 |