index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
Mips
/
InstPrinter
Age
Commit message (
Expand
)
Author
2012-06-02
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-04-02
Move getOpcodeName from the various target InstPrinters into the superclass M...
Benjamin Kramer
2012-04-02
Remove getInstructionName from MCInstPrinter implementations in favor of usin...
Craig Topper
2012-04-02
Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...
Craig Topper
2012-03-05
Make MCRegisterInfo available to the the MCInstPrinter.
Jim Grosbach
2012-02-28
remove blanks, and some code format
Jia Liu
2012-02-24
80 columns of Mips InstPrinter Makefile
Jia Liu
2012-02-17
remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.
Jia Liu
2012-02-17
add Emacs tag and fix some comment error in file headers
Jia Liu
2012-02-07
Convert assert(0) to llvm_unreachable
Craig Topper
2011-12-19
Tidy up. Simplify logic. No functional change intended.
Akira Hatanaka
2011-12-14
Add support for local dynamic TLS model in LowerGlobalTLSAddress. Direct object
Akira Hatanaka
2011-12-12
LLVMBuild: Remove trailing newline, which irked me.
Daniel Dunbar
2011-12-07
Add a few moreLocal/Global R_MIPS_GOT related fixups and
Bruno Cardoso Lopes
2011-11-29
build/CMake: Finish removal of add_llvm_library_dependencies.
Daniel Dunbar
2011-11-11
Fix printing of MCSymbolRegExpr. Needs three closing parentheses for
Akira Hatanaka
2011-11-08
Properly handle Mips MC relocations and lower cpload and cprestore macros to ...
Bruno Cardoso Lopes
2011-11-06
Replace (Lower|Upper)caseString in favor of StringRef's newest methods.
Benjamin Kramer
2011-11-03
build: Add initial cut at LLVMBuild.txt files.
Daniel Dunbar
2011-09-21
These do not need to be conditional on the presence of CommentStream, as they...
Owen Anderson
2011-09-21
In the disassembler C API, be careful not to confuse the comment streamer tha...
Owen Anderson
2011-09-15
Don't attach annotations to MCInst's. Instead, have the disassembler return,...
Owen Anderson
2011-09-09
80 columns.
Akira Hatanaka
2011-08-31
Fix typo. Patch by Liu.
Akira Hatanaka
2011-07-29
Rewrite the CMake build to use explicit dependencies between libraries,
Chandler Carruth
2011-07-26
Clean up a pile of hacks in our CMake build relating to TableGen.
Chandler Carruth
2011-07-08
Silence compiler warning.
Benjamin Kramer
2011-07-07
Lower MachineInstr to MC Inst and print to .s files.
Akira Hatanaka