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 | -4/+3 |
| | | | | | | in functionality. llvm-svn: 129612 | ||||
* | Fix lines that have incorrect indentation or exceed 80 columns. There is no ↵ | Akira Hatanaka | 2011-04-15 | 1 | -3/+4 |
| | | | | | | change in functionality. llvm-svn: 129606 | ||||
* | Remove (hopefully) all trailing whitespaces from the mips backend. Patch by ↵ | Bruno Cardoso Lopes | 2011-03-04 | 1 | -5/+5 |
| | | | | | | Hatanaka, Akira llvm-svn: 127003 | ||||
* | Move TLOF implementations to libCodegen to resolve layering violation. | Anton Korobeynikov | 2010-02-15 | 1 | -1/+1 |
| | | | | llvm-svn: 96288 | ||||
* | reintroduce support for Mips "small" section handling. This is | Chris Lattner | 2009-08-13 | 1 | -0/+41 |
implemented somewhat differently than before, but it should have the same functionality and the previous testcase passes again. llvm-svn: 78900 |