| Commit message (Expand) | Author | Age | Files | Lines |
* | This commit introduces two fake instructions MORESTACK_RET and | Rafael Espindola | 2011-10-26 | 1 | -1/+1 |
* | Make sure short memsets on ARM lower to stores, even when optimizing for size. | Lang Hames | 2011-10-26 | 1 | -0/+18 |
* | The maximum power of 2 dividing a power of 2 is itself. This occurs | Duncan Sands | 2011-10-26 | 1 | -0/+12 |
* | Thumb2 remove redundant ".w" suffix from t2MVNCCi pattern. | Jim Grosbach | 2011-10-26 | 1 | -1/+1 |
* | My super-optimizer noticed that we weren't folding this expression to | Duncan Sands | 2011-10-26 | 1 | -0/+31 |
* | Revert r142530 at least temporarily while a discussion is had on llvm-commits... | James Molloy | 2011-10-26 | 1 | -26/+0 |
* | Revert part of r142530. The patch potentially hurts performance especially | Evan Cheng | 2011-10-26 | 1 | -1/+0 |
* | The bitcode reader can create an shuffle with a place holder mask which it will | Mon P Wang | 2011-10-26 | 1 | -0/+31 |
* | Object: change test to create archive. | Michael J. Spencer | 2011-10-25 | 3 | -2/+15 |
* | Add a few test cases to ensure the bitcode reader is backward compatible with | Chad Rosier | 2011-10-25 | 4 | -0/+10 |
* | Simplify tests by not piping them through llvm-dis. | Chad Rosier | 2011-10-25 | 2 | -4/+5 |
* | Restore commits 142790 and 142843 - they weren't breaking the build | Duncan Sands | 2011-10-25 | 2 | -1/+62 |
* | Fix the API usage in loop probability heuristics. It was incorrectly | Chandler Carruth | 2011-10-25 | 1 | -0/+365 |
* | Speculatively revert commits 142790 and 142843 to see if it fixes | Duncan Sands | 2011-10-25 | 2 | -62/+1 |
* | Fix these test cases to not use .bc files. Otherwise, we run into issues with | Chad Rosier | 2011-10-25 | 4 | -2/+97 |
* | ARM assembly parsing and encoding for VLD1 with writeback. | Jim Grosbach | 2011-10-25 | 1 | -0/+20 |
* | Remove the Blackfin backend. | Dan Gohman | 2011-10-25 | 53 | -1363/+0 |
* | Remove the SystemZ backend. | Dan Gohman | 2011-10-24 | 68 | -2502/+0 |
* | ARM assembly parsing and encoding for VLD1 w/ writeback. | Jim Grosbach | 2011-10-24 | 1 | -0/+20 |
* | Don't crash on variable insertelement on ARM. PR10258. | Eli Friedman | 2011-10-24 | 1 | -0/+7 |
* | Check the visibility of the global variable before placing it into the stubs | Bill Wendling | 2011-10-24 | 1 | -0/+36 |
* | ARM assembly parsing and encoding for VLD1 w/ writeback. | Jim Grosbach | 2011-10-24 | 1 | -11/+47 |
* | Now that we look at all the header PHIs, we need to consider all the header PHIs | Nick Lewycky | 2011-10-24 | 1 | -0/+29 |
* | Fix a NEON disassembly case that was broken in the recent refactorings. As m... | Owen Anderson | 2011-10-24 | 1 | -0/+4 |
* | Remove the explicit request for "Latency" scheduling from MSP430, | Dan Gohman | 2011-10-24 | 2 | -2/+2 |
* | Change the default scheduler from Latency to ILP, since Latency | Dan Gohman | 2011-10-24 | 17 | -233/+183 |
* | Update test for r142801. | Jim Grosbach | 2011-10-24 | 1 | -1/+1 |
* | XFAIL test on leak checkers. | Benjamin Kramer | 2011-10-24 | 1 | -0/+1 |
* | Remove return heuristics from the static branch probabilities, and | Chandler Carruth | 2011-10-24 | 1 | -0/+79 |
* | Reapply r142781 with fix. Original message: | Nick Lewycky | 2011-10-24 | 1 | -1/+33 |
* | A dead malloc, a free(NULL) and a free(undef) are all trivially dead | Nick Lewycky | 2011-10-24 | 1 | -2/+1 |
* | Speculatively revert r142781. Bots are showing | Nick Lewycky | 2011-10-24 | 1 | -33/+1 |
* | Enhance SCEV's brute force loop analysis to handle multiple PHI nodes in the | Nick Lewycky | 2011-10-23 | 1 | -1/+33 |
* | Add X86 SARX, SHRX, and SHLX instructions. | Craig Topper | 2011-10-23 | 3 | -0/+103 |
* | Teach the BranchProbabilityInfo pass to print its results, and use that | Chandler Carruth | 2011-10-23 | 2 | -0/+93 |
* | Completely re-write the algorithm behind MachineBlockPlacement based on | Chandler Carruth | 2011-10-23 | 1 | -2/+1 |
* | Add X86 RORX instruction | Craig Topper | 2011-10-23 | 3 | -0/+50 |
* | The element insertion code in scalar replacement doesn't handle incorrect | Cameron Zwarich | 2011-10-23 | 1 | -0/+19 |
* | Add X86 MULX instruction for disassembler. | Craig Topper | 2011-10-23 | 2 | -0/+24 |
* | Oops! Fix test I forgot to submit as part of r142735. | Nick Lewycky | 2011-10-22 | 1 | -2/+2 |
* | A non-escaping malloc in the entry block is not unlike an alloca. Do dead-store | Nick Lewycky | 2011-10-22 | 1 | -0/+8 |
* | Make SCEV's brute force analysis stronger in two ways. Firstly, we should be | Nick Lewycky | 2011-10-22 | 1 | -0/+33 |
* | Fix pr11193. | Nadav Rotem | 2011-10-22 | 1 | -0/+15 |
* | Assembly parsing for 4-register sequential variant of VLD2. | Jim Grosbach | 2011-10-21 | 1 | -6/+6 |
* | Assembly parsing for 2-register sequential variant of VLD2. | Jim Grosbach | 2011-10-21 | 1 | -7/+7 |
* | Remap blockaddress correctly when inlining a function. Fixes PR10162. | Eli Friedman | 2011-10-21 | 1 | -0/+27 |
* | Assembly parsing for 4-register variant of VLD1. | Jim Grosbach | 2011-10-21 | 1 | -0/+9 |
* | Assembly parsing for 3-register variant of VLD1. | Jim Grosbach | 2011-10-21 | 1 | -1/+8 |
* | Extend instcombine's shufflevector simplification to handle more cases where ... | Eli Friedman | 2011-10-21 | 1 | -0/+46 |
* | ARM VLD parsing and encoding. | Jim Grosbach | 2011-10-21 | 1 | -8/+8 |