Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 1 | -1/+1 |
| | | | | llvm-svn: 135375 | ||||
* | Reverse unnecessary changes made in r129606 and r129608. There is no change ↵ | Akira Hatanaka | 2011-04-15 | 1 | -6/+4 |
| | | | | | | in functionality. llvm-svn: 129612 | ||||
* | Fix lines that have incorrect indentation or exceed 80 columns. There is no ↵ | Akira Hatanaka | 2011-04-15 | 1 | -4/+6 |
| | | | | | | change in functionality. llvm-svn: 129606 | ||||
* | Remove more duplicated code. | Rafael Espindola | 2011-01-23 | 1 | -2/+2 |
| | | | | llvm-svn: 124056 | ||||
* | Remove duplicated code. | Rafael Espindola | 2011-01-23 | 1 | -2/+3 |
| | | | | llvm-svn: 124054 | ||||
* | Remove trailing spaces of MipsTargetObjectFile.cpp | Che-Liang Chiou | 2010-09-28 | 1 | -10/+10 |
| | | | | llvm-svn: 114947 | ||||
* | delete a forwarding function. | Chris Lattner | 2010-04-08 | 1 | -6/+7 |
| | | | | llvm-svn: 100815 | ||||
* | Only use small sections for non linux targets! | Bruno Cardoso Lopes | 2009-11-19 | 1 | -0/+7 |
| | | | | llvm-svn: 89316 | ||||
* | reintroduce support for Mips "small" section handling. This is | Chris Lattner | 2009-08-13 | 1 | -0/+93 |
implemented somewhat differently than before, but it should have the same functionality and the previous testcase passes again. llvm-svn: 78900 |