| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix mmx paddq, add support for the 'y' register class, though it isn't tested. | Chris Lattner | 2007-04-12 | 1 | -1/+5 |
* | Fix CodeGen/X86/2007-03-24-InlineAsmPModifier.ll | Chris Lattner | 2007-04-11 | 1 | -6/+8 |
* | Fix incorrect fall-throughs in addr mode code. This fixes CodeGen/ARM/arm-ne... | Chris Lattner | 2007-04-11 | 1 | -3/+3 |
* | done | Chris Lattner | 2007-04-11 | 1 | -28/+0 |
* | For PR1146: | Reid Spencer | 2007-04-11 | 2 | -10/+10 |
* | Add support for our first SSSE3 instruction "pmulhrsw". | Bill Wendling | 2007-04-10 | 7 | -10/+54 |
* | new micro optzn | Chris Lattner | 2007-04-10 | 1 | -0/+30 |
* | restore support for negative strides | Chris Lattner | 2007-04-10 | 1 | -3/+5 |
* | remove dead target hooks | Chris Lattner | 2007-04-09 | 2 | -98/+49 |
* | remove some dead hooks | Chris Lattner | 2007-04-09 | 2 | -49/+0 |
* | remove some dead target hooks, subsumed by isLegalAddressingMode | Chris Lattner | 2007-04-09 | 4 | -58/+0 |
* | Fix a bug in PPCTargetLowering::isLegalAddressingMode, scales other than 0/1/2 | Chris Lattner | 2007-04-09 | 1 | -0/+3 |
* | When the number of elements is zero, don't malloc 32GB on 64-bit systems. | Jeff Cohen | 2007-04-09 | 1 | -1/+1 |
* | For PR1146: | Reid Spencer | 2007-04-09 | 2 | -10/+17 |
* | move a bunch of register constraints from being handled by | Chris Lattner | 2007-04-09 | 1 | -42/+36 |
* | implement support for CodeGen/X86/inline-asm-x-scalar.ll:test3 - i32/i64 values | Chris Lattner | 2007-04-09 | 1 | -2/+2 |
* | implement CodeGen/X86/inline-asm-x-scalar.ll | Chris Lattner | 2007-04-09 | 1 | -1/+15 |
* | Squelch a warning about mismatch between sign of constant and sign of return | Reid Spencer | 2007-04-04 | 1 | -1/+1 |
* | Implement inline asm modifier P. | Evan Cheng | 2007-04-04 | 1 | -0/+1 |
* | Typo. | Evan Cheng | 2007-04-04 | 1 | -1/+1 |
* | Adding more MMX instructions. | Bill Wendling | 2007-04-03 | 2 | -64/+128 |
* | make a new missing features section | Chris Lattner | 2007-04-03 | 1 | -2/+6 |
* | Remove unused constant pool entries. | Evan Cheng | 2007-04-03 | 1 | -32/+60 |
* | Updated | Bill Wendling | 2007-04-03 | 1 | -0/+4 |
* | Fixed a bug that causes codegen of noop like add r0, r0, #0. | Evan Cheng | 2007-04-03 | 1 | -1/+1 |
* | Starting implementation of the ELF32 ABI specification of varargs handling. | Nicolas Geoffray | 2007-04-03 | 2 | -9/+177 |
* | The PPC64 ELF ABI is "intended to use the same structure layout and calling c... | Nicolas Geoffray | 2007-04-03 | 6 | -92/+46 |
* | Addition to the previous commit for getCalleeSavedRegClasses: | Nicolas Geoffray | 2007-04-03 | 1 | -2/+4 |
* | The ELF ABI specifies F1-F8 registers as argument registers for double, not | Nicolas Geoffray | 2007-04-03 | 5 | -10/+12 |
* | Inverted logic. | Evan Cheng | 2007-04-03 | 1 | -1/+1 |
* | Changed to new MMX_ recipes. | Bill Wendling | 2007-04-03 | 1 | -3/+3 |
* | Add FEMMS and ADDQ. Renamed MMX recipes to prepend the MMX_ to them. | Bill Wendling | 2007-04-03 | 2 | -69/+85 |
* | Arm supports negative strides as well, add them. This lets us compile: | Chris Lattner | 2007-04-03 | 1 | -3/+6 |
* | fix off by 1 error in displacement computation | Dale Johannesen | 2007-04-02 | 1 | -0/+5 |
* | fix the CodeGen/ARM/2007-03-13-InstrSched.ll regression: allow IV's with scales | Chris Lattner | 2007-04-02 | 1 | -4/+20 |
* | add support for the 'w' inline asm register class. | Chris Lattner | 2007-04-02 | 1 | -6/+28 |
* | Fix a bug which caused us to never be able to use signed comparisons for | Chris Lattner | 2007-04-02 | 1 | -1/+1 |
* | - Divides the comparisons in two types: comparisons that only use N and Z | Lauro Ramos Venancio | 2007-04-02 | 4 | -7/+45 |
* | fix breakage from last night, simplify code. | Chris Lattner | 2007-04-01 | 1 | -15/+6 |
* | Add i16 address mode. | Evan Cheng | 2007-04-01 | 1 | -2/+7 |
* | Readme | Andrew Lenharth | 2007-03-31 | 1 | -1/+42 |
* | Consistency with native compilers | Anton Korobeynikov | 2007-03-31 | 1 | -3/+9 |
* | Fix comment. | Bill Wendling | 2007-03-31 | 1 | -1/+1 |
* | add a note | Chris Lattner | 2007-03-31 | 1 | -0/+23 |
* | Match GCC's MMX calling convention. | Bill Wendling | 2007-03-31 | 1 | -0/+4 |
* | implement the new addressing mode description hook. | Chris Lattner | 2007-03-30 | 6 | -1/+129 |
* | Add MMX calling conventions. | Bill Wendling | 2007-03-30 | 1 | -4/+14 |
* | New entry. | Evan Cheng | 2007-03-29 | 1 | -0/+5 |
* | Can't re-materialize mov r, imm in thumb since mov would clobber the conditio... | Evan Cheng | 2007-03-29 | 1 | -1/+1 |
* | MS C does have inlining after all, just uses _inline instead of inline. | Jeff Cohen | 2007-03-29 | 1 | -1/+1 |