| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Enable printing of immediates that do not fit in 16-bit. .cprestore can have | Akira Hatanaka | 2011-05-24 | 1 | -1/+1 | |
| | | | | | | | offsets that are larger than 0x10000. llvm-svn: 132003 | |||||
| * | Change StackDirection from StackGrowsUp to StackGrowsDown. | Akira Hatanaka | 2011-05-23 | 1 | -108/+18 | |
| | | | | | | | | | | | | | | | | | The following improvements are accomplished as a result of applying this patch: - Fixed frame objects' offsets (relative to either the virtual frame pointer or the stack pointer) are set before instruction selection is completed. There is no need to wait until Prologue/Epilogue Insertion is run to set them. - Calculation of final offsets of fixed frame objects is straightforward. It is no longer necessary to assign negative offsets to fixed objects for incoming arguments in order to distinguish them from the others. - Since a fixed object has its relative offset set during instruction selection, there is no need to conservatively set its alignment to 4. - It is no longer necessary to reorder non-fixed frame objects in MipsFrameLowering::adjustMipsStackFrame. llvm-svn: 131915 | |||||
| * | Insert instructions that copy $sp to or from $fp at the right locations. | Akira Hatanaka | 2011-05-21 | 1 | -11/+26 | |
| | | | | | llvm-svn: 131784 | |||||
| * | Make $fp and $ra callee-saved registers and let PrologEpilogInserter handle | Akira Hatanaka | 2011-05-20 | 1 | -82/+28 | |
| | | | | | | | saving and restoring them. llvm-svn: 131745 | |||||
| * | Reverse unnecessary changes made in r129606 and r129608. There is no change ↵ | Akira Hatanaka | 2011-04-15 | 1 | -8/+9 | |
| | | | | | | | in functionality. llvm-svn: 129612 | |||||
| * | Fix lines that have incorrect indentation or exceed 80 columns. There is no ↵ | Akira Hatanaka | 2011-04-15 | 1 | -13/+15 | |
| | | | | | | | change in functionality. llvm-svn: 129606 | |||||
| * | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 1 | -2/+2 | |
| | | | | | | | Luis Felipe Strano Moraes! llvm-svn: 129558 | |||||
| * | Fix indentation. | Akira Hatanaka | 2011-04-07 | 1 | -2/+2 | |
| | | | | | llvm-svn: 129105 | |||||
| * | Update ATUsed every time after expandRegLargeImmPair is called. | Akira Hatanaka | 2011-04-07 | 1 | -4/+8 | |
| | | | | | llvm-svn: 129104 | |||||
| * | Initialize variable. | Bill Wendling | 2011-03-04 | 1 | -1/+1 | |
| | | | | | llvm-svn: 127038 | |||||
| * | Expands register/immediate pairs when the immediate is too large to fit in ↵ | Bruno Cardoso Lopes | 2011-03-04 | 1 | -6/+82 | |
| | | | | | | | 16-bit field. Patch by Akira Hatanaka llvm-svn: 127032 | |||||
| * | Ensure Mips::GP is properly reloaded after a function call. Patch by Sasa ↵ | Bruno Cardoso Lopes | 2011-01-18 | 1 | -0/+7 | |
| | | | | | | | Stankovic llvm-svn: 123768 | |||||
| * | Teach frame lowering to ignore debug values after the terminators. | Jakob Stoklund Olesen | 2011-01-13 | 1 | -1/+1 | |
| | | | | | llvm-svn: 123399 | |||||
| * | Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs ↵ | Anton Korobeynikov | 2011-01-10 | 1 | -0/+307 | |
| and fixes here and there. llvm-svn: 123170 | ||||||

