Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Mips] Fix some Clang-tidy modernize-use-using and Include What You Use ↵ | Eugene Zelenko | 2017-08-03 | 1 | -6/+10 |
| | | | | | | warnings; other minor fixes (NFC). llvm-svn: 309993 | ||||
* | Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) | Alexander Kornienko | 2015-06-23 | 1 | -1/+1 |
| | | | | | | Apparently, the style needs to be agreed upon first. llvm-svn: 240390 | ||||
* | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | The patch is generated using this command: tools/clang/tools/extra/clang-tidy/tool/run-clang-tidy.py -fix \ -checks=-*,llvm-namespace-comment -header-filter='llvm/.*|clang/.*' \ llvm/lib/ Thanks to Eugene Kosov for the original patch! llvm-svn: 240137 | ||||
* | Canonicalize header guards into a common format. | Benjamin Kramer | 2014-08-13 | 1 | -2/+2 |
| | | | | | | | | | | Add header guards to files that were missing guards. Remove #endif comments as they don't seem common in LLVM (we can easily add them back if we decide they're useful) Changes made by clang-tidy with minor tweaks. llvm-svn: 215558 | ||||
* | Even more spelling fixes for "instruction". | Robert Wilhelm | 2013-09-28 | 1 | -5/+5 |
| | | | | llvm-svn: 191611 | ||||
* | Fix undefined behavior in the Mips backend. | Ahmed Charles | 2012-03-09 | 1 | -5/+5 |
| | | | | llvm-svn: 152390 | ||||
* | remove blanks, and some code format | Jia Liu | 2012-02-28 | 1 | -1/+1 |
| | | | | llvm-svn: 151625 | ||||
* | add Emacs tag and fix some comment error in file headers | Jia Liu | 2012-02-17 | 1 | -1/+1 |
| | | | | llvm-svn: 150775 | ||||
* | MipsAnalyzeImmediate.h: Fix to add DataTypes.h for msvc. | NAKAMURA Takumi | 2012-01-25 | 1 | -0/+1 |
| | | | | | | inttypes.h is not supplied in msvc. llvm-svn: 148912 | ||||
* | Add class MipsAnalyzeImmediate which comes up with an instruction sequence to | Akira Hatanaka | 2012-01-25 | 1 | -0/+62 |
load an immediate. llvm-svn: 148900 |