Age | Commit message (Expand) | Author |
2007-04-25 | Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part | Anton Korobeynikov |
2007-04-25 | Relex assertions to account for additional implicit def / use operands. | Evan Cheng |
2007-04-25 | support for >4G stack frames | Chris Lattner |
2007-04-25 | support >4G stack frames | Chris Lattner |
2007-04-24 | Fix PR1351 and CodeGen/PowerPC/2007-04-24-InlineAsm-I-Modifier.ll | Chris Lattner |
2007-04-24 | Update. | Bill Wendling |
2007-04-24 | Add the PADDQ to the list. | Bill Wendling |
2007-04-24 | Add the final MMX instructions. Correct a few wrong patterns. | Bill Wendling |
2007-04-24 | Remove some invalid instructions from this check. | Bill Wendling |
2007-04-24 | Support for the special case of a vector with the canonical form: | Bill Wendling |
2007-04-23 | Make Thumb funcs containing islands 4-byte aligned. Fix bugs maintaining | Dale Johannesen |
2007-04-23 | add Align field, and use when generating function alignment | Dale Johannesen |
2007-04-23 | add isThumb (unused as yet) | Dale Johannesen |
2007-04-23 | Fix generic getInlineAsmLength | Dale Johannesen |
2007-04-23 | X86 TLS: optimize the implementation of "local exec" model. | Lauro Ramos Venancio |
2007-04-22 | X86 TLS: fix and optimize the implementation of "initial exec" model. | Lauro Ramos Venancio |
2007-04-22 | Support alignment queries for degenerate (length 1) vectors. | Christopher Lamb |
2007-04-22 | Implement PIC for arm-linux. | Lauro Ramos Venancio |
2007-04-21 | X86 TLS: Implement review feedback. | Lauro Ramos Venancio |
2007-04-20 | Comment out usage of write() for now. | Jeff Cohen |
2007-04-20 | Implement "general dynamic", "initial exec" and "local exec" TLS models for | Lauro Ramos Venancio |
2007-04-20 | Specify S registers as D registers' sub-registers. | Evan Cheng |
2007-04-20 | Specify sub-register relations. e.g. RAX: [EAX], EAX: [AX], AX: [AL,AH]. | Evan Cheng |
2007-04-20 | Add sub-registers sets. | Evan Cheng |
2007-04-20 | add a crazy idea | Chris Lattner |
2007-04-20 | Make Microsoft assembler and linker happy. | Jeff Cohen |
2007-04-19 | Fix a message, patch by Christopher Lamb. | Chris Lattner |
2007-04-19 | Fix a bug in getFrameRegister. | Lauro Ramos Venancio |
2007-04-18 | Fix the spelling of the prefetchnta instruction. | Dan Gohman |
2007-04-17 | Oops. Didn't mean to check in a quick hack. | Evan Cheng |
2007-04-17 | dag combiner just got better at pruning bits. This fixes CodeGen/ARM/rev.ll | Chris Lattner |
2007-04-17 | Change getAllocatableSet() so it returns allocatable registers for a specific... | Evan Cheng |
2007-04-17 | Add comment | Anton Korobeynikov |
2007-04-17 | add a note | Chris Lattner |
2007-04-17 | rename X86FunctionInfo to X86MachineFunctionInfo to match the header file | Chris Lattner |
2007-04-17 | Implemented correct stack probing on mingw/cygwin for dynamic alloca's. | Anton Korobeynikov |
2007-04-17 | Use this nifty Constraints thing and fix the inverted conditional moves | Andrew Lenharth |
2007-04-17 | SSE4 is apparently public now. | Chris Lattner |
2007-04-16 | In the event that some really old non-Intel or -AMD CPU is encountered... | Jeff Cohen |
2007-04-16 | Before assuming that the original code didn't work for Athlon64, the person who | Jeff Cohen |
2007-04-16 | Removed tabs everywhere except autogenerated & external files. Add make | Anton Korobeynikov |
2007-04-16 | For PR1336: | Reid Spencer |
2007-04-14 | add a note | Chris Lattner |
2007-04-13 | Silence VC++ warning. | Jeff Cohen |
2007-04-13 | arm has r+r*s and r+i addr modes, but no r+i+r*s addr modes. | Chris Lattner |
2007-04-12 | Implement review feedback .. don't double search a set. | Reid Spencer |
2007-04-12 | Provide support for intrinsics that lower themselves to a function body. | Reid Spencer |
2007-04-12 | Implement Thread Local Storage (TLS) in CBackend. | Lauro Ramos Venancio |
2007-04-12 | Fix mmx paddq, add support for the 'y' register class, though it isn't tested. | Chris Lattner |
2007-04-11 | Fix CodeGen/X86/2007-03-24-InlineAsmPModifier.ll | Chris Lattner |