| Commit message (Expand) | Author | Age | Files | Lines |
* | remember to emit weak reference in one more case. | Lauro Ramos Venancio | 2007-04-25 | 1 | -1/+6 |
* | Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part | Anton Korobeynikov | 2007-04-25 | 1 | -0/+2 |
* | Relex assertions to account for additional implicit def / use operands. | Evan Cheng | 2007-04-25 | 5 | -9/+9 |
* | support for >4G stack frames | Chris Lattner | 2007-04-25 | 1 | -3/+4 |
* | support >4G stack frames | Chris Lattner | 2007-04-25 | 1 | -9/+9 |
* | Fix PR1351 and CodeGen/PowerPC/2007-04-24-InlineAsm-I-Modifier.ll | Chris Lattner | 2007-04-24 | 1 | -0/+6 |
* | Update. | Bill Wendling | 2007-04-24 | 1 | -0/+37 |
* | Add the PADDQ to the list. | Bill Wendling | 2007-04-24 | 1 | -0/+1 |
* | Add the final MMX instructions. Correct a few wrong patterns. | Bill Wendling | 2007-04-24 | 1 | -19/+101 |
* | Remove some invalid instructions from this check. | Bill Wendling | 2007-04-24 | 1 | -2/+1 |
* | Support for the special case of a vector with the canonical form: | Bill Wendling | 2007-04-24 | 2 | -2/+35 |
* | Make Thumb funcs containing islands 4-byte aligned. Fix bugs maintaining | Dale Johannesen | 2007-04-23 | 1 | -6/+19 |
* | add Align field, and use when generating function alignment | Dale Johannesen | 2007-04-23 | 2 | -3/+13 |
* | add isThumb (unused as yet) | Dale Johannesen | 2007-04-23 | 2 | -0/+5 |
* | Fix generic getInlineAsmLength | Dale Johannesen | 2007-04-23 | 1 | -4/+18 |
* | X86 TLS: optimize the implementation of "local exec" model. | Lauro Ramos Venancio | 2007-04-23 | 1 | -3/+10 |
* | X86 TLS: fix and optimize the implementation of "initial exec" model. | Lauro Ramos Venancio | 2007-04-22 | 3 | -2/+11 |
* | Support alignment queries for degenerate (length 1) vectors. | Christopher Lamb | 2007-04-22 | 1 | -2/+8 |
* | Implement PIC for arm-linux. | Lauro Ramos Venancio | 2007-04-22 | 5 | -12/+83 |
* | X86 TLS: Implement review feedback. | Lauro Ramos Venancio | 2007-04-21 | 1 | -2/+3 |
* | Comment out usage of write() for now. | Jeff Cohen | 2007-04-20 | 1 | -4/+0 |
* | Implement "general dynamic", "initial exec" and "local exec" TLS models for | Lauro Ramos Venancio | 2007-04-20 | 7 | -6/+128 |
* | Specify S registers as D registers' sub-registers. | Evan Cheng | 2007-04-20 | 1 | -2/+2 |
* | Specify sub-register relations. e.g. RAX: [EAX], EAX: [AX], AX: [AL,AH]. | Evan Cheng | 2007-04-20 | 1 | -76/+76 |
* | Add sub-registers sets. | Evan Cheng | 2007-04-20 | 1 | -1/+16 |
* | add a crazy idea | Chris Lattner | 2007-04-20 | 1 | -0/+12 |
* | Make Microsoft assembler and linker happy. | Jeff Cohen | 2007-04-20 | 1 | -0/+4 |
* | Fix a message, patch by Christopher Lamb. | Chris Lattner | 2007-04-19 | 1 | -1/+1 |
* | Fix a bug in getFrameRegister. | Lauro Ramos Venancio | 2007-04-19 | 1 | -1/+4 |
* | Fix the spelling of the prefetchnta instruction. | Dan Gohman | 2007-04-18 | 1 | -1/+1 |
* | 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 |