| Commit message (Expand) | Author | Age | Files | Lines |
* | SimplifyCFG: don't turn volatile stores to null/undef into unreachable. Fixes... | Benjamin Kramer | 2010-06-13 | 1 | -0/+3 |
* | Merge getStoreRegOpcode and getLoadRegOpcode. | Rafael Espindola | 2010-06-12 | 1 | -97/+47 |
* | improve verifier error about unterminated block to include | Chris Lattner | 2010-06-12 | 1 | -1/+2 |
* | Add README entry; based on testcase from Bill Hart. | Eli Friedman | 2010-06-12 | 1 | -0/+44 |
* | make the avx intrinsics 3 address | Bruno Cardoso Lopes | 2010-06-12 | 1 | -4/+12 |
* | Add some basic fp intrinsics for AVX | Bruno Cardoso Lopes | 2010-06-12 | 1 | -0/+32 |
* | When performing the Horrible Hack(tm-Duncan) on the EH code to convert a | Bill Wendling | 2010-06-12 | 1 | -26/+49 |
* | More AVX: {ADD,SUB,MUL,DIV}{PD,PS}rm | Bruno Cardoso Lopes | 2010-06-12 | 1 | -0/+16 |
* | More AVX: {ADD,SUB,MUL,DIV}{PD,PS}rr | Bruno Cardoso Lopes | 2010-06-12 | 3 | -1/+35 |
* | Allow target to provide its own hazard recognizer to post-ra scheduler. | Evan Cheng | 2010-06-12 | 1 | -6/+16 |
* | Code formatting. | Evan Cheng | 2010-06-12 | 1 | -5/+3 |
* | Add some comments about REX fields | Bruno Cardoso Lopes | 2010-06-12 | 1 | -10/+10 |
* | More AVX instructions ({ADD,SUB,MUL,DIV}{SS,SD}rm) | Bruno Cardoso Lopes | 2010-06-11 | 2 | -6/+40 |
* | Add a missing bitcast. This code used to only handle conversions between | Bob Wilson | 2010-06-11 | 1 | -1/+2 |
* | Add instruction encoding for the Neon VMOV immediate instruction. This changes | Bob Wilson | 2010-06-11 | 8 | -121/+221 |
* | Support for nested functions/classes in debug output. (Again.) Radar 7424645. | Stuart Hastings | 2010-06-11 | 2 | -4/+37 |
* | Delete duplicate function. | Stuart Hastings | 2010-06-11 | 1 | -12/+0 |
* | Avoid "variable 'bits' set but not used [-Wunused-but-set-variable]" | Duncan Sands | 2010-06-10 | 1 | -10/+6 |
* | Code refactoring, no functionality changes. | Evan Cheng | 2010-06-10 | 2 | -83/+87 |
* | Delete code that's not safe. | Evan Cheng | 2010-06-10 | 1 | -13/+0 |
* | be slightly more subtle about skipping dbg_value instructions; otherwise, if a | Jim Grosbach | 2010-06-09 | 1 | -5/+6 |
* | Mark physregs defined by inline asm as implicit. | Jakob Stoklund Olesen | 2010-06-09 | 1 | -2/+6 |
* | Allow target to place 2-address pass inserted copies in better spots. Thumb2 ... | Evan Cheng | 2010-06-09 | 4 | -13/+58 |
* | It's an error to translate this: | Bill Wendling | 2010-06-09 | 1 | -0/+20 |
* | Revert 105540, 105542, 105544, 105546, and 105548 to unbreak bootstrapping. | Evan Cheng | 2010-06-09 | 1 | -53/+147 |
* | Pulled CodeMetrics out of InlineCost.h and made it a bit more general, so it ... | Kenneth Uildriks | 2010-06-09 | 2 | -8/+21 |
* | Fix SPU to cope with vector insertelement to an undef position. | Kalle Raiskila | 2010-06-09 | 1 | -3/+8 |
* | Handle loading from/storing to undef pointers on SPU by inserting a | Kalle Raiskila | 2010-06-09 | 1 | -1/+3 |
* | Typo. | Evan Cheng | 2010-06-09 | 1 | -1/+1 |
* | A few new x86-64 specific README entries. | Eli Friedman | 2010-06-09 | 1 | -0/+82 |
* | Thumb2 IT blocks are fairly expensive. When there are multiple selects using | Evan Cheng | 2010-06-09 | 3 | -13/+292 |
* | Add argument name comments. | Jakob Stoklund Olesen | 2010-06-09 | 1 | -2/+6 |
* | Incremental improvement to the handling of the x86 "Jump if rCX Zero" | Kevin Enderby | 2010-06-08 | 1 | -0/+14 |
* | Split out these asserts so it's more apparent why we're not assembling | Eric Christopher | 2010-06-08 | 1 | -2/+2 |
* | fix copy/paste/modify think-o | Jim Grosbach | 2010-06-08 | 1 | -1/+1 |
* | Reapply r105521, this time appending "LLU" to 64 bit | Bruno Cardoso Lopes | 2010-06-08 | 8 | -31/+256 |
* | Ensure that mov and not lea are used to stick the address into | Eric Christopher | 2010-06-08 | 3 | -10/+21 |
* | fix typo | Jim Grosbach | 2010-06-08 | 1 | -1/+1 |
* | Use const_iterator where appropriate. | Daniel Dunbar | 2010-06-08 | 1 | -1/+1 |
* | DeltaAlgorithm: Tweak split to split by first/second half instead of even/odd... | Daniel Dunbar | 2010-06-08 | 1 | -2/+2 |
* | ADT: Add DAGDeltaAlgorithm, which is a DAG minimization algorithm built on to... | Daniel Dunbar | 2010-06-08 | 2 | -0/+358 |
* | Use realloc instead of malloc+memcpy when growing a POD SmallVector. A smart | Benjamin Kramer | 2010-06-08 | 1 | -9/+12 |
* | Flag SPU's function call sequence together. | Kalle Raiskila | 2010-06-08 | 1 | -1/+1 |
* | Fix up a comment. | Bob Wilson | 2010-06-08 | 1 | -2/+2 |
* | Further changes for Neon vector shuffles: | Bob Wilson | 2010-06-07 | 2 | -68/+56 |
* | Fix a mistake in my previous change r105437: don't access operand 2 and assume | Bob Wilson | 2010-06-07 | 1 | -3/+2 |
* | Add some basic debug output. | Dan Gohman | 2010-06-07 | 1 | -0/+4 |
* | Handle dbg_value instructions (i.e., skip them) when generating IT blocks. | Jim Grosbach | 2010-06-07 | 1 | -3/+4 |
* | Cleanup. Process the dbg_values separately | Jim Grosbach | 2010-06-07 | 1 | -18/+16 |
* | Make bugpoint dead-argument-hacking actually work, and actually test it. | Dan Gohman | 2010-06-07 | 1 | -0/+7 |