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