| Commit message (Expand) | Author | Age | Files | Lines |
* | Oops. Didn't mean to check in a quick hack. | Evan Cheng | 2007-04-17 | 1 | -8/+16 |
* | dag combiner just got better at pruning bits. This fixes CodeGen/ARM/rev.ll | Chris Lattner | 2007-04-17 | 1 | -1/+1 |
* | Change getAllocatableSet() so it returns allocatable registers for a specific... | Evan Cheng | 2007-04-17 | 1 | -4/+7 |
* | Add comment | Anton Korobeynikov | 2007-04-17 | 1 | -0/+9 |
* | add a note | Chris Lattner | 2007-04-17 | 1 | -0/+43 |
* | rename X86FunctionInfo to X86MachineFunctionInfo to match the header file | Chris Lattner | 2007-04-17 | 7 | -21/+23 |
* | Implemented correct stack probing on mingw/cygwin for dynamic alloca's. | Anton Korobeynikov | 2007-04-17 | 5 | -7/+70 |
* | Use this nifty Constraints thing and fix the inverted conditional moves | Andrew Lenharth | 2007-04-17 | 2 | -17/+21 |
* | SSE4 is apparently public now. | Chris Lattner | 2007-04-17 | 1 | -0/+2 |
* | In the event that some really old non-Intel or -AMD CPU is encountered... | Jeff Cohen | 2007-04-16 | 1 | -2/+5 |
* | Before assuming that the original code didn't work for Athlon64, the person who | Jeff Cohen | 2007-04-16 | 1 | -6/+2 |
* | Removed tabs everywhere except autogenerated & external files. Add make | Anton Korobeynikov | 2007-04-16 | 14 | -251/+261 |
* | For PR1336: | Reid Spencer | 2007-04-16 | 1 | -1/+1 |
* | add a note | Chris Lattner | 2007-04-14 | 1 | -0/+18 |
* | Silence VC++ warning. | Jeff Cohen | 2007-04-13 | 1 | -1/+1 |
* | arm has r+r*s and r+i addr modes, but no r+i+r*s addr modes. | Chris Lattner | 2007-04-13 | 1 | -1/+5 |
* | Implement review feedback .. don't double search a set. | Reid Spencer | 2007-04-12 | 1 | -3/+1 |
* | Provide support for intrinsics that lower themselves to a function body. | Reid Spencer | 2007-04-12 | 1 | -2/+32 |
* | Implement Thread Local Storage (TLS) in CBackend. | Lauro Ramos Venancio | 2007-04-12 | 1 | -17/+27 |
* | 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 |