Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unnecessary copying or replace it with moves in a bunch of places. | Benjamin Kramer | 2014-10-04 | 1 | -1/+2 |
| | | | | | | NFC. llvm-svn: 219061 | ||||
* | Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros. | Michael J. Spencer | 2013-05-24 | 1 | -1/+1 |
| | | | | llvm-svn: 182680 | ||||
* | Fix integer undefined behavior due to signed left shift overflow in LLVM. | Richard Smith | 2012-08-24 | 1 | -1/+1 |
| | | | | | | Reviewed offline by chandlerc. llvm-svn: 162623 | ||||
* | Fix undefined behavior in the Mips backend. | Ahmed Charles | 2012-03-09 | 1 | -10/+10 |
| | | | | llvm-svn: 152390 | ||||
* | remove blanks, and some code format | Jia Liu | 2012-02-28 | 1 | -2/+2 |
| | | | | llvm-svn: 151625 | ||||
* | Use a function in MathExtras to do sign extension. | Akira Hatanaka | 2012-02-22 | 1 | -1/+1 |
| | | | | llvm-svn: 151107 | ||||
* | remove Emacs-tag form .cpp files in Mips Backend, and fix some typo. | Jia Liu | 2012-02-17 | 1 | -1/+1 |
| | | | | llvm-svn: 150805 | ||||
* | add Emacs tag and fix some comment error in file headers | Jia Liu | 2012-02-17 | 1 | -1/+1 |
| | | | | llvm-svn: 150775 | ||||
* | Add class MipsAnalyzeImmediate which comes up with an instruction sequence to | Akira Hatanaka | 2012-01-25 | 1 | -0/+153 |
load an immediate. llvm-svn: 148900 |