summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/InstPrinter
Commit message (Expand)AuthorAge
* Merging MIPS GOT changeset into 3.2 release branch.Pawel Wodnicki2012-12-04
* Add HIGHER and HIGHEST relocations to Mips backend.Akira Hatanaka2012-07-21
* Enclose instruction rdhwr with directives, which are needed when target isAkira Hatanaka2012-07-05
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-02
* Move getOpcodeName from the various target InstPrinters into the superclass M...Benjamin Kramer2012-04-02
* Remove getInstructionName from MCInstPrinter implementations in favor of usin...Craig Topper2012-04-02
* Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper2012-04-02
* Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach2012-03-05
* remove blanks, and some code formatJia Liu2012-02-28
* 80 columns of Mips InstPrinter MakefileJia Liu2012-02-24
* remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.Jia Liu2012-02-17
* add Emacs tag and fix some comment error in file headersJia Liu2012-02-17
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-07
* Tidy up. Simplify logic. No functional change intended.Akira Hatanaka2011-12-19
* Add support for local dynamic TLS model in LowerGlobalTLSAddress. Direct objectAkira Hatanaka2011-12-14
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-12
* Add a few moreLocal/Global R_MIPS_GOT related fixups andBruno Cardoso Lopes2011-12-07
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-29
* Fix printing of MCSymbolRegExpr. Needs three closing parentheses forAkira Hatanaka2011-11-11
* Properly handle Mips MC relocations and lower cpload and cprestore macros to ...Bruno Cardoso Lopes2011-11-08
* Replace (Lower|Upper)caseString in favor of StringRef's newest methods.Benjamin Kramer2011-11-06
* build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar2011-11-03
* These do not need to be conditional on the presence of CommentStream, as they...Owen Anderson2011-09-21
* In the disassembler C API, be careful not to confuse the comment streamer tha...Owen Anderson2011-09-21
* Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson2011-09-15
* 80 columns.Akira Hatanaka2011-09-09
* Fix typo. Patch by Liu.Akira Hatanaka2011-08-31
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-29
* Clean up a pile of hacks in our CMake build relating to TableGen.Chandler Carruth2011-07-26
* Silence compiler warning.Benjamin Kramer2011-07-08
* Lower MachineInstr to MC Inst and print to .s files. Akira Hatanaka2011-07-07