| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix typo in error message. | Nick Lewycky | 2009-05-31 | 1 | -1/+1 |
* | Rename CustomLowerResults to CustomLowerNode, since | Duncan Sands | 2009-05-31 | 4 | -9/+8 |
* | Use uint8_t and int32_t in {JIT,Machine}CodeEmiters | Bruno Cardoso Lopes | 2009-05-30 | 4 | -37/+35 |
* | First patch in the direction of splitting MachineCodeEmitter in two subclasses: | Bruno Cardoso Lopes | 2009-05-30 | 30 | -358/+715 |
* | fix PR4284, a bug in simplifylibcalls handling memcmp. Patch by | Chris Lattner | 2009-05-30 | 1 | -1/+1 |
* | (i64 (zext (srl GR32 8))) -> movzbl AH is not safe since srl 8 only clear the... | Evan Cheng | 2009-05-30 | 1 | -7/+0 |
* | Give embedded metadata its own type instead of relying on EmptyStructTy. | Nick Lewycky | 2009-05-30 | 8 | -61/+157 |
* | Add support for letting the client choose different flavors of NaNs. Testcas... | Mike Stump | 2009-05-30 | 1 | -6/+12 |
* | Untabification. | Bill Wendling | 2009-05-30 | 16 | -78/+73 |
* | Add placeholder for thumb2 stuff | Anton Korobeynikov | 2009-05-29 | 5 | -20/+53 |
* | Enable GVN Load PRE. | Bill Wendling | 2009-05-29 | 1 | -1/+1 |
* | Dan noticed that the verifier wasn't thoroughly checking uses of | Duncan Sands | 2009-05-29 | 1 | -50/+49 |
* | just show the instruction, its not that slow. | Edwin Török | 2009-05-29 | 1 | -6/+1 |
* | for instructions with void type we have no choice but print the instruction as | Edwin Török | 2009-05-29 | 1 | -1/+4 |
* | Add a DEBUG() output to GVN that prints the instruction clobbering a load. | Edwin Török | 2009-05-29 | 1 | -1/+11 |
* | Fix an issue where phiMap was not being updated properly when doing load PRE. | Owen Anderson | 2009-05-29 | 1 | -0/+5 |
* | More h-registers tricks: folding zext nodes. | Evan Cheng | 2009-05-29 | 2 | -0/+23 |
* | Do not try to create a MVT type of width 0. | Evan Cheng | 2009-05-28 | 1 | -0/+2 |
* | The MONITOR and MWAIT instructions have insufficient information for | Bill Wendling | 2009-05-28 | 3 | -10/+27 |
* | Re-commit r72514 and r72516 with a fixed version of BR_CC lowering. | Eli Friedman | 2009-05-28 | 1 | -87/+38 |
* | Fix MOVMSKPDrr encoding. | Evan Cheng | 2009-05-28 | 1 | -1/+1 |
* | Fix PSIGND encoding bug. Patch by Sean Callanan. | Evan Cheng | 2009-05-28 | 1 | -1/+1 |
* | Incorporate patch feedbacks. | Evan Cheng | 2009-05-28 | 1 | -11/+17 |
* | Emit debug info for locals with proper scope. | Sanjiv Gupta | 2009-05-28 | 5 | -70/+195 |
* | Temporarily revert r72514 (and dependent patch r72516). It was causing this | Bill Wendling | 2009-05-28 | 1 | -36/+87 |
* | Mark the branch insns correctly. | Sanjiv Gupta | 2009-05-28 | 1 | -1/+2 |
* | Fixing problems that got exposed after the refactoring of LegalizeDAG done in... | Sanjiv Gupta | 2009-05-28 | 1 | -4/+2 |
* | Remove a couple of useless functions. | Eli Friedman | 2009-05-28 | 1 | -34/+6 |
* | Remove special cases for more opcodes. | Eli Friedman | 2009-05-28 | 1 | -65/+42 |
* | Return the operand rather than a null SDValue when the given SELECT_CC | Eli Friedman | 2009-05-28 | 1 | -3/+3 |
* | Use Operands.data() instead of &Operands[0] where Operands is a potentially | Nick Lewycky | 2009-05-28 | 1 | -1/+1 |
* | Remove special case for SETCC opcode; add some comments explaining why | Eli Friedman | 2009-05-28 | 1 | -73/+63 |
* | This patch brings the list of attributes in CPPBackend.cpp up to date with the | Jeffrey Yasskin | 2009-05-28 | 1 | -3/+8 |
* | Some minor cleanups. | Eli Friedman | 2009-05-28 | 1 | -54/+30 |
* | "The instructions MMX_PSADBWrm and MMX_PSADBWrr have opcode 0b11100000 (e0), but | Bill Wendling | 2009-05-28 | 2 | -2/+2 |
* | Added optimization that narrow load / op / store and the 'op' is a bit twiddl... | Evan Cheng | 2009-05-28 | 3 | -1/+103 |
* | Revert 72493 and replace it with a more conservative fix, for now: don't | Dan Gohman | 2009-05-27 | 1 | -7/+8 |
* | Ger rid of some dead code. | Eli Friedman | 2009-05-27 | 2 | -36/+0 |
* | In ChangeCompareStride, when the stride to be reused is truncated to | Dan Gohman | 2009-05-27 | 1 | -2/+7 |
* | Fix sfence jit encoding. Patch by Sean Callanan. | Evan Cheng | 2009-05-27 | 1 | -1/+1 |
* | Added support for fround, fextend and FP_TO_SINT | Bruno Cardoso Lopes | 2009-05-27 | 9 | -29/+90 |
* | Minor fix for CMake build system | Douglas Gregor | 2009-05-27 | 1 | -0/+1 |
* | Minor cleanups; add a better explanation for the issue with | Eli Friedman | 2009-05-27 | 1 | -23/+10 |
* | Remove more special cases for opcodes. | Eli Friedman | 2009-05-27 | 1 | -310/+201 |
* | Remove special cases for more opcodes. | Eli Friedman | 2009-05-27 | 2 | -207/+122 |
* | Removing more special cases from LegalizeDAG. | Eli Friedman | 2009-05-27 | 1 | -191/+78 |
* | Eliminate more special cases for opcodes. | Eli Friedman | 2009-05-27 | 1 | -192/+105 |
* | Remove more special cases from LegalizeDAG. | Eli Friedman | 2009-05-27 | 1 | -210/+145 |
* | Remove unused argument. | Eli Friedman | 2009-05-27 | 1 | -11/+6 |
* | Remove more opcode special cases. | Eli Friedman | 2009-05-27 | 1 | -159/+70 |