Age | Commit message (Expand) | Author |
2006-05-21 | Add a note | Chris Lattner |
2006-05-20 | Make TargetData strings less redundant. | Owen Anderson |
2006-05-20 | Fix a parsing bug that caused 7 llvm-test regressions on PPC last night. | Chris Lattner |
2006-05-20 | - Use of load's chain result should be redirected to load's chain operand. | Evan Cheng |
2006-05-20 | A new entry | Evan Cheng |
2006-05-20 | Missing break statements. | Evan Cheng |
2006-05-20 | Remove unused patterns. | Evan Cheng |
2006-05-20 | Handle indirect call which folds a load manually. This never matches by | Evan Cheng |
2006-05-20 | Sparc is big-endian. | Owen Anderson |
2006-05-20 | Make all of the TargetMachine subclasses use the new string TargetData methods. | Owen Anderson |
2006-05-19 | CSRet allows varargs | Chris Lattner |
2006-05-19 | Add a note | Chris Lattner |
2006-05-19 | Add a note | Chris Lattner |
2006-05-19 | Split the SSE readme items out into their own README. | Chris Lattner |
2006-05-19 | Split FP-stack notes out of the main readme. Next up: splitting out SSE. | Chris Lattner |
2006-05-19 | Move a target-independent note out of the X86 readme. | Chris Lattner |
2006-05-19 | Particularly ugly code. | Chris Lattner |
2006-05-19 | These can be transformed into lea as well. Not that we use this feature | Evan Cheng |
2006-05-19 | - Use exact-width integer types, e.g. int32_t, to avoid confusion. | Evan Cheng |
2006-05-19 | Explicitly specify MOV32mi can only be used store 32-bit GV, etc. | Evan Cheng |
2006-05-18 | implement movri | Rafael Espindola |
2006-05-18 | Added a Flags field to TargetOperandInfo. Currently the only flag is | Evan Cheng |
2006-05-18 | add a note | Chris Lattner |
2006-05-18 | add a note | Chris Lattner |
2006-05-18 | Fix a bogus gcc warning | Andrew Lenharth |
2006-05-18 | ImmMask should be 3 for a two-bit field; Compact X86II | Evan Cheng |
2006-05-18 | getCalleeSaveRegs and getCalleeSaveRegClasses are no long TableGen'd. | Evan Cheng |
2006-05-18 | Remove CalleeSavedRegisters from class Target. | Evan Cheng |
2006-05-17 | Fix a stupid bug when parsing TargetData strings. | Owen Anderson |
2006-05-17 | Use generic iPTR instead i32 to represent pointer type. | Evan Cheng |
2006-05-17 | Another entry | Evan Cheng |
2006-05-17 | Remove PointerType from class Target | Evan Cheng |
2006-05-17 | Fix call_adj.ll | Andrew Lenharth |
2006-05-17 | Added sanity check for obviously bogus immediates | Andrew Lenharth |
2006-05-17 | Should pass by reference. | Evan Cheng |
2006-05-17 | Another entry | Evan Cheng |
2006-05-17 | Add a note about a note | Chris Lattner |
2006-05-17 | Make PPC call lowering more aggressive, making the isel matching code simple | Chris Lattner |
2006-05-17 | Switch PPC over to a call-selection model where the lowering code creates | Chris Lattner |
2006-05-17 | 3 changes, 2 of which are cleanup one of which changes codegen: | Chris Lattner |
2006-05-16 | implement passing/returning vector regs to calls, at least non-varargs calls. | Chris Lattner |
2006-05-16 | Instead of implementing LowerCallTo directly, let the default impl produce an | Chris Lattner |
2006-05-16 | Simplify the argument counting logic by only incrementing the index. | Chris Lattner |
2006-05-16 | Simplify the dead argument handling code. | Chris Lattner |
2006-05-16 | Vector args passed in registers don't reserve stack space. | Chris Lattner |
2006-05-16 | Switch the PPC backend over to using FORMAL_ARGUMENTS for formal argument | Chris Lattner |
2006-05-16 | Move this code to a common place | Andrew Lenharth |
2006-05-16 | Implement the custom lowering hook right, returning values for all of the | Chris Lattner |
2006-05-16 | Fix a bug I introduced yesterday, which broke functions with *no* arguments. | Chris Lattner |
2006-05-16 | X86 integer register classes naming changes. Make them consistent with FP, ve... | Evan Cheng |