| Commit message (Expand) | Author | Age | Files | Lines |
| * | some random notes. | Chris Lattner | 2010-09-05 | 1 | -1/+4 |
| * | add a comment about where this should eventually move. | Chris Lattner | 2010-09-05 | 1 | -0/+7 |
| * | update this. | Chris Lattner | 2010-09-05 | 1 | -10/+29 |
| * | more cleanups | Chris Lattner | 2010-09-05 | 1 | -52/+38 |
| * | Change lower atomic pass to use IntrinsicInst to simplify it a bit. | Chris Lattner | 2010-09-05 | 2 | -41/+30 |
| * | eliminate some non-obvious casts. UndefValue isa Constant. | Chris Lattner | 2010-09-05 | 1 | -4/+4 |
| * | fix PR8063, a crash in globalopt in the malloc analysis code. | Chris Lattner | 2010-09-05 | 2 | -20/+44 |
| * | Added initialisers for reduction rule counters. | Lang Hames | 2010-09-05 | 1 | -0/+4 |
| * | Fix warning reported by MSVC++ builder. | Nick Lewycky | 2010-09-05 | 1 | -2/+2 |
| * | Switch FnSet to containing the ComparableFunction instead of a pointer to one. | Nick Lewycky | 2010-09-05 | 1 | -36/+67 |
| * | Fix many bugs when merging weak-strong and weak-weak pairs. We now merge all | Nick Lewycky | 2010-09-05 | 1 | -98/+183 |
| * | implement rdar://6653118 - fastisel should fold loads where possible. | Chris Lattner | 2010-09-05 | 7 | -15/+148 |
| * | Remove dead code. | Jakob Stoklund Olesen | 2010-09-04 | 2 | -112/+0 |
| * | fix this to work with allocators that have reference type with compilers | Chris Lattner | 2010-09-04 | 1 | -3/+7 |
| * | dead method. | Chris Lattner | 2010-09-04 | 1 | -1/+0 |
| * | delete dead code. | Chris Lattner | 2010-09-04 | 1 | -29/+0 |
| * | zap dead code. | Chris Lattner | 2010-09-04 | 18 | -141/+4 |
| * | remove dead code, mblaze uses SelectAddrRegImm/SelectAddrRegReg, | Chris Lattner | 2010-09-04 | 1 | -54/+0 |
| * | zap dead code. | Chris Lattner | 2010-09-04 | 1 | -1/+0 |
| * | Remove the last bit of isShuffleMaskLegal checks and improve the comment rega... | Bruno Cardoso Lopes | 2010-09-04 | 1 | -5/+3 |
| * | make explicit that we not handle several mmx shuffles | Bruno Cardoso Lopes | 2010-09-04 | 1 | -7/+7 |
| * | Fix LoopSimplify to notify ScalarEvolution when splitting a loop backedge | Dan Gohman | 2010-09-04 | 2 | -1/+60 |
| * | Emit target specific nodes to handle palignr. Do not touch it for MMX version... | Bruno Cardoso Lopes | 2010-09-04 | 1 | -2/+10 |
| * | Emit target specific nodes to handle splats starting at zero indicies | Bruno Cardoso Lopes | 2010-09-04 | 1 | -1/+8 |
| * | Emit target specific nodes for isPSHUFHWMask and isPSHUFLWMask | Bruno Cardoso Lopes | 2010-09-04 | 1 | -2/+10 |
| * | Emit target specific nodes for isSHUFPMask | Bruno Cardoso Lopes | 2010-09-04 | 1 | -1/+10 |
| * | Previous isMOVLMask matching already emits targets nodes, remove check | Bruno Cardoso Lopes | 2010-09-04 | 1 | -1/+0 |
| * | One more check from the original isShuffleMaskLegal goes away | Bruno Cardoso Lopes | 2010-09-04 | 1 | -1/+0 |
| * | Remove a duplicated but useless check that i've inserted in the previous commit. | Bruno Cardoso Lopes | 2010-09-04 | 1 | -9/+0 |
| * | Refactor some code and remove the extra checks for unpckl_undef and unpckh_undef | Bruno Cardoso Lopes | 2010-09-04 | 1 | -28/+25 |
| * | fix a bug in my licm rewrite when a load from the promoted memory | Chris Lattner | 2010-09-04 | 2 | -3/+56 |
| * | Remove check for unpckh mask | Bruno Cardoso Lopes | 2010-09-03 | 1 | -1/+0 |
| * | Remove check for unpckl mask | Bruno Cardoso Lopes | 2010-09-03 | 1 | -1/+0 |
| * | Inline isShuffleMaskLegal into LowerVECTOR_SHUFFLE, so we can start | Bruno Cardoso Lopes | 2010-09-03 | 1 | -4/+23 |
| * | Propagate non-local comparisons. Fixes PR1757. | Owen Anderson | 2010-09-03 | 2 | -0/+72 |
| * | Reapply this increase to the number of virtual registers. All of the | Eric Christopher | 2010-09-03 | 1 | -1/+1 |
| * | Disable the asserts that check that normalization is perfectly | Dan Gohman | 2010-09-03 | 1 | -2/+7 |
| * | Reapply considered harmfull part of rr112934 and r112942. | Bruno Cardoso Lopes | 2010-09-03 | 1 | -12/+109 |
| * | previous patch was a little too tricky for its own good. Don't try to | Jim Grosbach | 2010-09-03 | 1 | -8/+7 |
| * | Remove the rest of the nonexistent 64-bit AVX instructions. | Dale Johannesen | 2010-09-03 | 2 | -175/+76 |
| * | Generalize getFieldType to work on all TypedInits. Add a couple of testcases... | David Greene | 2010-09-03 | 4 | -23/+41 |
| * | Reapply last harmless part of r112934, the pattern fragment to match X86Unpcklpd | Bruno Cardoso Lopes | 2010-09-03 | 1 | -0/+7 |
| * | Reintroduce a simple function refactoring done in r112934, also without any f... | Bruno Cardoso Lopes | 2010-09-03 | 1 | -10/+12 |
| * | Reapply piecies of r112942 and r112934 which don't do | Bruno Cardoso Lopes | 2010-09-03 | 1 | -0/+36 |
| * | Reapply Fix comment | Bruno Cardoso Lopes | 2010-09-03 | 1 | -3/+3 |
| * | Revert r112934, "- Use specific nodes to match unpckl masks.", which introduced | Daniel Dunbar | 2010-09-03 | 2 | -133/+16 |
| * | Revert r112938 "Fix comment", which depends on r112934, which introduced some | Daniel Dunbar | 2010-09-03 | 1 | -3/+3 |
| * | Revert r112942, "Use punpckh and unpckh family of nodes instead of using unpckh | Daniel Dunbar | 2010-09-03 | 1 | -23/+3 |
| * | Add a missing check when legalizing a vector extending load. This doesn't | Bob Wilson | 2010-09-03 | 1 | -3/+5 |
| * | Get rid of "passing signed into unsigned parameter" warning on PPC. | Bill Wendling | 2010-09-03 | 1 | -1/+1 |