Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |