| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct the logic in LowerPartSet which cleared the bits from 0 to low-1. | Zhou Sheng | 2007-05-26 | 1 | -5/+7 |
* | tighten up recursion depth again | Chris Lattner | 2007-05-25 | 1 | -11/+13 |
* | Silly boog. | Evan Cheng | 2007-05-25 | 1 | -9/+9 |
* | Fix PR1446 by not scalarrepl'ing giant structures. | Chris Lattner | 2007-05-24 | 1 | -1/+5 |
* | Blocks that cond-br and uncond-br/fallthrough to same block should have | Dale Johannesen | 2007-05-24 | 1 | -1/+4 |
* | Fix for PR1444: do not create two successors to the same block. | Dale Johannesen | 2007-05-24 | 1 | -2/+10 |
* | Compute the correct word number. | Zhou Sheng | 2007-05-24 | 1 | -1/+1 |
* | Minor comment cleanups. | Dan Gohman | 2007-05-24 | 4 | -8/+8 |
* | Add explicit qualification for namespace MVT members. | Dan Gohman | 2007-05-24 | 2 | -2/+2 |
* | Add cases for v2f32. | Dan Gohman | 2007-05-24 | 1 | -0/+2 |
* | Fix a typo that caused combiner to create mal-formed pre-indexed store where ... | Evan Cheng | 2007-05-24 | 1 | -6/+6 |
* | Two tail merging improvements: | Dale Johannesen | 2007-05-23 | 1 | -40/+44 |
* | Add dump() routines for debugging assistance. | Devang Patel | 2007-05-23 | 1 | -0/+14 |
* | Mark all calls as "could throw", when exceptions are enabled. Emit necessary ... | Anton Korobeynikov | 2007-05-23 | 3 | -38/+51 |
* | prevent exponential recursion in isNegatibleForFree | Chris Lattner | 2007-05-23 | 1 | -6/+9 |
* | Preliminary iterative if-conversion support. | Evan Cheng | 2007-05-23 | 1 | -97/+167 |
* | Hooks for predication support. | Evan Cheng | 2007-05-23 | 2 | -9/+39 |
* | Rename a parameter. | Evan Cheng | 2007-05-23 | 1 | -4/+4 |
* | when merging two alias sets together, be sure to propagate the volatility of | Chris Lattner | 2007-05-23 | 1 | -3/+5 |
* | If user wants to run instcombine twice, do not block it. | Devang Patel | 2007-05-23 | 1 | -5/+0 |
* | fix a miscompilation when passing a float through varargs | Chris Lattner | 2007-05-23 | 1 | -2/+1 |
* | Reinstate the patch for escaping non-printing characters and allow for | Reid Spencer | 2007-05-22 | 1 | -19/+36 |
* | Regenerate. | Reid Spencer | 2007-05-22 | 2 | -167/+185 |
* | Don't allow the UnEscape code to read or write beyond the end of yytext. | Reid Spencer | 2007-05-22 | 1 | -11/+20 |
* | Regenerate. | Reid Spencer | 2007-05-22 | 5 | -660/+646 |
* | Implement full unescaping of escaped hex characters in all quoted identifiers | Reid Spencer | 2007-05-22 | 3 | -136/+121 |
* | name change requested by review of previous patch | Dale Johannesen | 2007-05-22 | 3 | -4/+4 |
* | Silence a warning. | Owen Anderson | 2007-05-22 | 1 | -1/+1 |
* | Make tail merging the default, except on powerPC. There was no prior art | Dale Johannesen | 2007-05-22 | 5 | -6/+38 |
* | temporarily revert reid's asmwriter patch, it is missing the asmparser piece | Chris Lattner | 2007-05-22 | 1 | -33/+19 |
* | update comment | Chris Lattner | 2007-05-22 | 3 | -3/+3 |
* | regenerate | Chris Lattner | 2007-05-22 | 2 | -184/+161 |
* | simplify code | Chris Lattner | 2007-05-22 | 1 | -11/+2 |
* | We only need to specify the most-implied feature for an architecture. | Bill Wendling | 2007-05-22 | 1 | -33/+21 |
* | Fix some -march=thumb regressions. tBR_JTr is not predicable. | Evan Cheng | 2007-05-21 | 1 | -1/+3 |
* | Use AXI3 not AXI2 for appropriate PIC PC-relative loads and stores. Cosmetic. | Dale Johannesen | 2007-05-21 | 1 | -5/+7 |
* | If-convert early exit blocks (returns, etc.); bug fixes, etc. | Evan Cheng | 2007-05-21 | 1 | -139/+224 |
* | Add some patterns for PIC PC-relative loads and stores. | Dale Johannesen | 2007-05-21 | 1 | -2/+41 |
* | BlockHasNoFallThrough() now returns true if block ends with a return instruct... | Evan Cheng | 2007-05-21 | 1 | -2/+13 |
* | Only emit one entry in the exception action table for each action, even if | Duncan Sands | 2007-05-21 | 1 | -65/+116 |
* | BlockHasNoFallThrough() now returns true if block ends with a return instruct... | Evan Cheng | 2007-05-21 | 3 | -0/+8 |
* | Get the order of the hext digits right! | Reid Spencer | 2007-05-19 | 1 | -2/+2 |
* | Adjust how LLVM names are produced: | Reid Spencer | 2007-05-19 | 1 | -19/+33 |
* | Regenerate | Reid Spencer | 2007-05-19 | 5 | -4833/+5824 |
* | Make the %"..." syntax legal for local name. This just makes it symmetric | Reid Spencer | 2007-05-19 | 2 | -2/+9 |
* | Fix Transforms/InstCombine/2007-05-18-CastFoldBug.ll, a bug that devastates | Chris Lattner | 2007-05-19 | 1 | -0/+8 |
* | On Linux platforms and at optimization levels -O1 and above, llvm-gcc can | Reid Spencer | 2007-05-19 | 1 | -3/+14 |
* | Handle negative strides much more optimally. This compiles X86/lsr-negative-... | Chris Lattner | 2007-05-19 | 1 | -3/+26 |
* | same patch as the previous one, but the symmetric case | Chris Lattner | 2007-05-19 | 1 | -1/+1 |
* | Disable the (A == (B-A)) -> 2*A == B xform when the sub has multiple uses (in | Chris Lattner | 2007-05-19 | 1 | -1/+1 |