| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add testcase for r143162. | Owen Anderson | 2011-10-27 | 1 | -0/+4 |
* | Also set addrmode6 alignment when align==size. | Jakob Stoklund Olesen | 2011-10-27 | 3 | -5/+15 |
* | Avoid partial CPSR dependency from loop backedges. rdar://10357570 | Evan Cheng | 2011-10-27 | 1 | -2/+36 |
* | tests: Rip out a bunch of now unused test code relating to use of llvm-gcc in... | Daniel Dunbar | 2011-10-27 | 6 | -72/+5 |
* | tests: Remove llvm2cpp, I'm pretty sure no one uses this. | Daniel Dunbar | 2011-10-27 | 1 | -100/+0 |
* | Reapply commit 143028 with a fix: the problem was casting a ConstantExpr Mul | Duncan Sands | 2011-10-27 | 2 | -0/+43 |
* | 2>&1 doesn't work here, it just creates an empty file called "&1" | Benjamin Kramer | 2011-10-27 | 1 | -1/+1 |
* | Changed test to check for correct load size instead of shift as the shift mig... | Pete Cooper | 2011-10-27 | 1 | -1/+1 |
* | Change the sysexit mnemonic (and sysexitl) to never have the REX.W prefix and | Kevin Enderby | 2011-10-27 | 3 | -0/+21 |
* | Thumb2 t2LDMDB[_UPD] assembly parsing to recognize .w suffix. | Jim Grosbach | 2011-10-27 | 1 | -0/+4 |
* | Thumb2 t2MVNi assembly parsing to recognize ".w" suffix. | Jim Grosbach | 2011-10-27 | 1 | -2/+2 |
* | Revert Duncan's r143028 expression folding which appears to be the culprit | Bob Wilson | 2011-10-27 | 1 | -31/+0 |
* | Teach our Dwarf emission to use the string pool. | Nick Lewycky | 2011-10-27 | 4 | -15/+69 |
* | Don't crash on 128-bit sdiv by constant. Found by inspection. | Eli Friedman | 2011-10-27 | 1 | -0/+24 |
* | It is not safe to sink an alloca into a stacksave/stackrestore pair, so don't... | Eli Friedman | 2011-10-27 | 1 | -9/+34 |
* | A branch predicated on a constant can just FastEmit an unconditional branch. | Chad Rosier | 2011-10-27 | 1 | -0/+47 |
* | Thumb2 ldr pc-relative encoding fixes. | Jim Grosbach | 2011-10-26 | 1 | -8/+11 |
* | Run test with -verify-machineinstrs. | Rafael Espindola | 2011-10-26 | 1 | -2/+2 |
* | Fixes an issue reported by -verify-machineinstrs. | Rafael Espindola | 2011-10-26 | 1 | -5/+10 |
* | 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 |